:root{--bg:#081526;--surface:rgba(8,21,38,0.88);--surface-strong:#0d1f36;--surface-muted:#13243d;--panel:#011c40;--panel-soft:#081526;--text:#eef6ff;--muted:#91a6c0;--line:rgba(75,242,226,0.16);--accent:#f28322;--accent-strong:#f25d27;--accent-cool:#4bf2e2;--success:#4bf2e2;--shadow:0 28px 90px rgba(1,8,18,0.48)}:root[data-theme=light]{--bg:#f0f3f4;--surface:#ffffff;--surface-strong:#f9f9f9;--surface-muted:#c8d1d3;--panel:#1b1c20;--panel-soft:#6e8ca0;--text:#1b1c20;--muted:#6e8ca0;--line:rgba(50,71,85,0.16);--accent:#324755;--accent-strong:#324755;--accent-cool:#87bcbf;--success:#87bcbf;--shadow:0 4px 6px rgba(27,28,32,0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(75,242,226,.14),transparent 24%),radial-gradient(circle at bottom right,rgba(242,93,39,.16),transparent 28%),linear-gradient(180deg,#011c40,#081526 52%,#06101d);color:var(--text);font-family:Europa,Avenir Next,Segoe UI,sans-serif;transition:background .18s ease,color .18s ease}html[data-theme=light] body{background:#f0f3f4;color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{font-weight:400!important}button:hover{font-weight:600!important}