:root{--bg-primary: #EFE6D5;--bg-secondary: #E8DCC8;--bg-card: #F5F0E8;--text-primary: #1A2E2C;--text-secondary: #2A4A48;--text-muted: #4A6A68;--border: rgba(42, 74, 72, .15);--border-solid: #D4C9B6;--accent: #3C8850;--sidebar-bg: #2A4A48;--sidebar-text: #EFE6D5;--sidebar-muted: #8BACA9;--sidebar-link: #B5CCC9;--input-bg: #FFFFFF;--danger: #9B3B3B;--warning: #B8860B}[data-theme=dark]{--bg-primary: #0F1E1D;--bg-secondary: #162524;--bg-card: #1C2F2E;--text-primary: #EFE6D5;--text-secondary: #C8BFA8;--text-muted: #8A9E9C;--border: rgba(239, 230, 213, .12);--border-solid: rgba(239, 230, 213, .15);--accent: #4CAF6A;--sidebar-bg: #0A1615;--sidebar-text: #EFE6D5;--sidebar-muted: #6B9B97;--sidebar-link: #8BACA9;--input-bg: #1C2F2E;--danger: #D46A6A;--warning: #D4A84B}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:EB Garamond,Georgia,Times New Roman,serif;background-color:var(--bg-primary);color:var(--text-primary);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}h1,h2,h3,h4,h5,h6{font-family:EB Garamond,Georgia,serif;font-weight:600;color:var(--text-secondary)}a{color:var(--text-secondary);text-decoration:none}a:hover{opacity:.8}.mono{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.9em}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-solid);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
