*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;height:100vh;overflow-x:hidden}:root{--background:#f5f5f7;--foreground:#1c1c1e;--sidebar-bg:#f9f9fb;--sidebar-border:#e5e5e5;--sidebar-hover:#e8e8ed;--card-bg:#fff;--card-border:#f0f0f0;--accent:#007aff;--accent-foreground:#fff;--text-primary:#1c1c1e;--text-secondary:#8e8e93;--text-tertiary:#c7c7cc;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}[data-theme=dark]{--background:#1c1c1e;--foreground:#f5f5f7;--sidebar-bg:#2c2c2e;--sidebar-border:#3a3a3c;--sidebar-hover:#3a3a3c;--card-bg:#2c2c2e;--card-border:#3a3a3c;--accent:#0a84ff;--accent-foreground:#fff;--text-primary:#f5f5f7;--text-secondary:#aeaeb2;--text-tertiary:#636366}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:hover,a:active,a:visited{text-decoration:none!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff3}[data-theme=dark] .glass-panel{background:#2c2c2eb3;border:1px solid #ffffff0d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
