:root{--bg:#090d12;--panel:#10171f;--panel2:#17212b;--line:#28343f;--text:#edf3f6;--muted:#a0b0be;--lime:#c6f56b;--purple:#b6a5ff;--green:#54d6aa;--red:#ff7f8f;--amber:#f4c67a;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(ellipse at 85% 0,#25332255,transparent 38%),radial-gradient(ellipse at 0 28%,#25204435,transparent 35%),var(--bg);font-family:Inter,Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}:focus-visible{outline:3px solid var(--purple);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.18}.muted{color:var(--muted)}