:root,[data-theme=light]{--sidebar-bg:#1d2433;--header-bg:#283246;--accent:#2f6aff;--text-on-dark:#cad2e0;--text-on-accent:#ffffff;--main-bg:#ffffff;--text-on-light:#545c6a;--search-bg:#e0e6f1;--border:#bbc2d1;--teal:#4ac5c7;--theme-toggle-bg:#2d3748}[data-theme=dark]{--sidebar-bg:#1a1f2e;--header-bg:#1a1f2e;--accent:#2563eb;--text-on-dark:#e2e8f0;--text-on-accent:#ffffff;--main-bg:#242b3a;--text-on-light:#e2e8f0;--search-bg:#2d3748;--border:#4a5568;--teal:#4ac5c7;--theme-toggle-bg:#2d3748}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-on-light);background:var(--main-bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}