@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg-color:#0b0f19;--text-color:#f8fafc;--panel-bg:rgba(26,32,44,.6);--panel-border:hsla(0,0%,100%,.08);--accent-color:#3b82f6;--accent-glow:rgba(59,130,246,.5);--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:radial-gradient(circle at 50% 0,#1e293b 0,var(--bg-color) 100%);color:var(--text-color);font-family:Inter,sans-serif;height:100vh}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}