:root{color-scheme:dark;--bg:#071018;--surface:#0b1620;--line:rgba(255,255,255,.1);--line2:rgba(255,255,255,.18);--text:#f3f7fa;--muted:#94a9b7;--cyan:#67d9ff;--mint:#89f0c7;--amber:#ffd479;--danger:#ff858b;--shadow:0 18px 50px rgba(0,0,0,.4)}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{font-family:"Segoe UI",system-ui,sans-serif;background:var(--bg);color:var(--text)}button,input{font:inherit}[hidden]{display:none!important}