@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg-primary: #EFE6D5;--bg-secondary: #E8DDCC;--bg-card: #FAF7F2;--text-primary: #2A4A48;--text-secondary: #2A4A48;--text-muted: #6B7280;--border: #D9C9AE;--border-solid: #D9C9AE;--accent: #3C8850;--sidebar-bg: #2A4A48;--sidebar-text: #F9FAFB;--sidebar-muted: #9CA3AF;--sidebar-link: #D1D5DB;--input-bg: #FAF7F2;--danger: #DC2626;--warning: #D97706;--card-shadow: 0 1px 3px rgba(0,0,0,.06);--card-radius: 2px}[data-theme=dark]{--bg-primary: #0C1A1E;--bg-secondary: #14282C;--bg-card: #14282C;--text-primary: #F9FAFB;--text-secondary: #E5E7EB;--text-muted: #9CA3AF;--border: rgba(255,255,255,.1);--border-solid: rgba(255,255,255,.15);--accent: #3C8850;--sidebar-bg: #0C1A1E;--sidebar-text: #F9FAFB;--sidebar-muted: #6B7280;--sidebar-link: #9CA3AF;--input-bg: #14282C;--danger: #EF4444;--warning: #F59E0B;--card-shadow: 0 1px 3px rgba(0,0,0,.3);--card-radius: 2px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:IBM Plex Mono,ui-monospace,monospace;background-color:var(--bg-primary);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}h1,h2,h3,h4,h5,h6{font-family:Georgia,Times New Roman,serif;font-weight:600;color:var(--text-secondary)}a{color:var(--text-secondary);text-decoration:none}a:hover{opacity:.8}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-solid);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
