:root{--bg:#0d0d0d;--bg-secondary:#1a1a1a;--bg-tertiary:#262626;--text:#ececec;--text-muted:#888;--accent:#10a37f;--border:#333}body.light{--bg:#fff;--bg-secondary:#f4f4f5;--bg-tertiary:#e4e4e7;--text:#09090b;--text-muted:#71717a;--accent:#059669;--border:#d4d4d8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}@media (max-width:768px){.sidebar{left:-280px!important}.sidebar[style*="left: 0"]{left:0!important}.sidebar-spacer{display:none!important}.sidebar-overlay{display:block!important}.menu-toggle,.sidebar-close{display:flex!important}.logo-text{display:none}}@media (min-width:769px){.sidebar{left:0!important}}