:root{color-scheme:dark;--bg:#111020;--panel:#19172b;--ink:#f4f0ff;--muted:#b7b0cb;--lilac:#b6a0ef;--mint:#b6f2da;--line:#363149}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI","Yu Gothic UI","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--mint);outline-offset:6px}.skip{position:absolute;left:12px;top:-100px;z-index:5;background:var(--mint);color:var(--bg);padding:8px}.skip:focus{top:12px}.header{max-width:1440px;padding:28px 5%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.wordmark{font-size:27px;font-weight:650;letter-spacing:-1.7px;white-space:nowrap}.wordmark span{color:var(--lilac);font-weight:350}.wordmark small{font-size:10px;color:var(--muted);margin-left:16px;letter-spacing:2px}nav{display:flex;gap:32px;font-size:13px;color:var(--muted)}nav a:hover,.quiet:hover{color:var(--mint)}.languages{display:flex;gap:3px}.languages button{border:0;background:transparent;color:var(--muted);padding:7px 10px;cursor:pointer;font-size:12px;border-radius:3px}.languages button[aria-pressed=true]{background:#2d283e;color:var(--ink)}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.08fr 1fr;min-height:740px}.hero-copy{padding:88px 7% 32px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font:11px/1.6 Consolas,monospace;letter-spacing:2px;color:var(--mint);text-transform:uppercase;margin:0 0 30px}.dot{display:inline-block;width:6px;height:6px;background:var(--mint);border-radius:50%;margin-right:12px;box-shadow:0 0 15px #b6f2da77}.jp{letter-spacing:5px;font-size:12px;color:var(--lilac);margin:22px 0 18px}h1{font-size:clamp(38px,4.6vw,68px);letter-spacing:-2px;line-height:1.2;font-weight:550;margin:0 0 28px}h2{font-size:clamp(30px,3vw,43px);font-weight:500;letter-spacing:-1px;line-height:1.4;margin:0}h3{font-weight:500}p{margin-top:0}.lead{font-size:16px;color:var(--muted);max-width:410px;line-height:1.95}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:23px}.button{display:inline-flex;gap:28px;padding:13px 22px;background:var(--mint);color:#111020;font-size:13px;border-radius:3px}.button:hover{background:#d6ffee}.quiet{font-size:12px;color:var(--muted)}.hero-foot{margin-top:auto;padding-top:56px;display:flex;gap:25px;font:10px Consolas,monospace;letter-spacing:1px;color:var(--muted)}.hero-art{margin:0;position:relative;overflow:hidden;min-height:740px}.hero-art>img{display:block;width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 38%}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#11102055,transparent 25%),linear-gradient(0deg,#111020cc,transparent 25%);pointer-events:none}.hero-art figcaption{position:absolute;z-index:1;bottom:26px;left:30px;right:30px;display:flex;justify-content:space-between;font:9px Consolas,monospace;letter-spacing:1px;color:#d4c9e8}.art-tag{position:absolute;top:28px;right:30px;font:38px/1 Consolas,monospace;color:#e5d9ff99;text-align:right}.art-tag small{font-size:9px;letter-spacing:2px}.ribbon{display:flex;justify-content:space-around;gap:20px;padding:20px 5%;border-block:1px solid var(--line);color:var(--lilac);font:10px Consolas,monospace;letter-spacing:3px}.section{max-width:1280px;margin:auto;padding:90px 5%;border-bottom:1px solid var(--line)}.story{display:grid;grid-template-columns:1fr 1.3fr;gap:60px}.story-body>p{font-size:15px;line-height:1.95}.muted{color:var(--muted);font-size:14px}.fragments{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.fragments article{border-top:1px solid var(--line);padding-top:15px}.fragments span{color:var(--lilac);font:11px Consolas,monospace}.fragments h3{font-size:16px;margin:12px 0 8px}.fragments p{font-size:11px;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:35px}.section-heading>p{max-width:330px;margin-bottom:8px}.facts{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-top:1px solid var(--line)}.facts>div{padding:24px 0;border-bottom:1px solid var(--line)}dt{font-size:11px;color:var(--muted);margin-bottom:8px}dd{margin:0;font-size:16px}.community{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:35px}.community h3{margin:0 0 8px;font-size:19px}.community p{margin:0}.socials{display:flex;flex-wrap:wrap;gap:12px}.socials>span{border:1px solid var(--line);padding:10px 13px;font-size:11px}.socials em{display:block;color:var(--muted);font-size:10px;font-style:normal}.asset-grid{display:grid;grid-template-columns:1fr 2.3fr;gap:26px;align-items:start}.asset{display:block;border:1px solid var(--line);border-radius:4px;overflow:hidden}.asset img{display:block;width:100%;height:auto}.asset>span{display:flex;justify-content:space-between;padding:16px 20px;font-size:12px}.asset b{font-weight:400}.asset small{color:var(--lilac)}.asset:hover{border-color:var(--lilac)}.download-main{display:inline-block;margin-top:24px}footer{max-width:1280px;margin:auto;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer p{margin:0;font-size:13px;color:var(--lilac)}footer small{font-size:10px;color:var(--muted)}
@media(min-width:1600px){.hero{min-height:820px}.hero-art{min-height:820px}}
@media(max-width:850px){nav{gap:16px}.wordmark small{display:none}.hero{min-height:640px}.hero-copy{padding-top:55px}.hero-art{min-height:640px}h1{font-size:42px}.hero-foot{font-size:9px;gap:14px}.story{gap:35px}.section{padding-block:65px}.community{align-items:start;flex-direction:column}.asset-grid{grid-template-columns:1fr 1.8fr}}
@media(max-width:600px){.header{padding:18px 6%;flex-wrap:wrap;gap:12px}.header nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px}.wordmark{font-size:25px}.hero{display:flex;flex-direction:column}.hero-copy{padding:42px 6% 28px}.eyebrow{margin-bottom:20px}.jp{margin-top:0;font-size:11px}.hero h1{font-size:44px}.lead{font-size:14px;max-width:100%}.actions{margin-top:10px;gap:20px}.hero-foot{padding-top:30px}.hero-art{min-height:490px;height:490px}.hero-art>img{object-position:center 30%}.hero-art figcaption{left:22px;right:22px}.ribbon{font-size:8px;letter-spacing:1px;gap:10px}.ribbon span:last-child{display:none}.section{padding:55px 6%}.story{grid-template-columns:1fr;gap:24px}.story-body>p{font-size:14px}.fragments{gap:12px;margin-top:25px}.section-heading{align-items:start;flex-direction:column;gap:20px}.section-heading>p{max-width:none}.facts{grid-template-columns:repeat(2,1fr);gap:0 20px}.facts dd{font-size:14px}.asset-grid{grid-template-columns:1fr;gap:22px}.avatar{max-width:250px}.socials{width:100%}.socials>span{flex:1}.asset>span{padding:12px 16px}footer{align-items:start;flex-wrap:wrap;padding-inline:6%}footer small{width:100%}html[lang=en] h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
