:root{color-scheme:dark;--bg:#050a07;--surface:#08110c;--surface-raised:#0b1710;--line:rgba(111,231,149,0.16);--line-strong:rgba(111,231,149,0.32);--text:#c4d3c9;--muted:#718379;--dim:#425048;--green:#6fe795;--green-bright:#a4ffbb;--green-deep:#2f8f52;--danger:#e5a26d;--header-height:66px;--content-width:1080px;--mono:"Cascadia Code","SFMono-Regular",Consolas,"Liberation Mono","Microsoft YaHei UI",monospace;--sans:"Segoe UI","Microsoft YaHei UI","PingFang SC",sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body,html{min-width:320px}body{margin:0;min-height:100dvh;overflow-x:hidden;background:linear-gradient(rgba(111,231,149,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(111,231,149,.018) 1px,transparent 1px),radial-gradient(circle at 52% 0,rgba(47,143,82,.08),transparent 34rem),var(--bg);background-size:42px 42px,42px 42px,auto,auto;color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,summary{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:4px}::selection{background:rgba(164,255,187,.2);color:var(--green-bright)}@media (max-width:680px){:root{--header-height:58px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}