@charset "UTF-8";
:root{color-scheme:dark;--ink:#f4f2ef;--muted:#aaa5a0;--line:#332f2c;--accent:#d6b2c7}
*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth}
body{margin:0;background:#000;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;line-height:1.8}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent)}
a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
::selection{background:var(--accent);color:#171214}
.legacy-hero{position:relative;min-height:100svh;isolation:isolate;overflow:hidden;background:#090909 url("/images/legacy-background.jpg") center center/cover no-repeat;padding:clamp(34px,6vw,80px) clamp(22px,8vw,120px)}
.legacy-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.44) 0%,rgba(0,0,0,.04) 38%,rgba(0,0,0,.06) 70%,rgba(0,0,0,.62) 100%)}
.legacy-hero h1{max-width:1000px;margin:0;color:#fff;font-family:Georgia,"Songti SC",SimSun,serif;font-size:clamp(34px,5vw,72px);font-weight:500;line-height:1.3;letter-spacing:.02em;text-shadow:0 2px 18px rgba(0,0,0,.65)}
.legacy-hero>p{margin:16px 0 0;color:rgba(255,255,255,.76);font:11px/1.5 Consolas,"Courier New",monospace;letter-spacing:.22em;text-shadow:0 1px 10px #000}
.legacy-blur,.legacy-shade{position:absolute;left:0;right:0;bottom:0;pointer-events:none}
.legacy-blur{height:24%;z-index:-1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.18) 18%,#000 82%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.18) 18%,#000 82%)}
.legacy-shade{height:31%;z-index:-1;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.12) 23%,rgba(0,0,0,.76) 72%,#000 100%)}
.legacy-body{position:relative;background:#000;padding:clamp(54px,8vw,110px) 24px 100px}
.legacy-copy{width:min(760px,100%);margin:auto;font-size:16px}
.legacy-copy h2{font-family:Georgia,"Songti SC",SimSun,serif;font-size:clamp(28px,4vw,43px);font-weight:500;margin:0 0 28px}
.legacy-copy p{color:var(--muted);margin:0 0 24px}
.legacy-copy>p:last-child a{display:inline-block;margin-top:24px;color:var(--ink);border-bottom:1px solid var(--muted);padding-bottom:4px}
.legacy-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:42px 0}
.legacy-links a{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--line);padding:20px 18px;background:#0b0a0a;transition:border-color .2s,background .2s}
.legacy-links a:hover{background:#121011;border-color:#71616a}
@media(max-width:640px){.legacy-hero{min-height:92svh;background-position:center center}.legacy-hero h1{font-size:34px}.legacy-blur{height:25%}.legacy-shade{height:34%}.legacy-links{grid-template-columns:1fr}.legacy-body{padding-top:48px}.legacy-copy{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
