:root{--bg:#0f1419;--surface:#1a2332;--surface-hover:#243044;--text:#e6edf3;--text-muted:#8b949e;--accent:#009ca5;--accent-2:#007a82;--accent-soft:rgba(0,156,165,0.15);--on-accent:#ffffff;--success:#3fb950;--danger:#f85149;--radius:12px;--font-sans:"Segoe UI",system-ui,sans-serif;color-scheme:dark}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.5}body{background:radial-gradient(1200px 600px at 50% -10%,#1c2740 0,#131a26 55%,var(--bg) 100%);background-attachment:fixed;background-repeat:no-repeat}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font-family:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);caret-color:var(--text);box-shadow:inset 0 0 0 1000px var(--bg);-webkit-transition:background-color 100000s ease-in-out 0s;transition:background-color 100000s ease-in-out 0s}.field input:-webkit-autofill,.field input:-webkit-autofill:active,.field input:-webkit-autofill:focus,.field input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #101724}