:root{--bg-0:#050b15;--bg-1:#081628;--bg-2:#0d2342;--bg-3:#1a3a5c;--surface:rgba(255,255,255,0.035);--surface-2:rgba(255,255,255,0.06);--line:rgba(255,255,255,0.08);--line-strong:rgba(255,255,255,0.16);--text:#E6EEF8;--text-dim:#A6B7CC;--text-muted:#7A8BA1;--blue:#2D7DF6;--blue-2:#1E5AC9;--blue-hover:#2a68cf;--cyan:#7BD6F2;--ice:#C9E6F5;--ember:#E89464;--pine:#6FB58E;--shadow:rgba(0,0,0,0.4);--fd:"Archivo",system-ui,-apple-system,"Segoe UI",Helvetica,sans-serif;--fb:"Inter",system-ui,-apple-system,"Segoe UI",Helvetica,sans-serif;--fm:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--fb);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-0);color:var(--text);min-height:100vh}body{background:linear-gradient(135deg,var(--bg-0) 0,var(--bg-1) 100%)}a{color:var(--cyan);text-decoration:none;transition:color .2s}a:hover{color:var(--ice)}button,input,select,textarea{font-family:var(--fb)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--line-strong)}