:root{--night:#0c1118;--night-2:#141d28;--muted:#a8b4c3;--acid:#e6ba7d}
body{background:var(--night)}html{scroll-padding-top:30px}.hero{min-height:calc(100svh - 95px);padding:45px 0 70px}.hero h1{font-size:clamp(38px,4.6vw,66px)}.hero-actions{gap:12px}.hero-art{display:none}
.dice-scene{position:relative;width:100%;height:520px;background:radial-gradient(ellipse at center,#1d293350,transparent 69%);isolation:isolate}.dice-scene:before{content:"";position:absolute;inset:12% 4%;border:1px solid #e6ba7d18;transform:rotate(30deg);z-index:-1}.dice-button{display:block;position:relative;width:100%;height:100%;padding:0;border:0;color:inherit;background:none;cursor:crosshair}.dice-button canvas{display:block;width:100%;height:100%}.dice-fallback{position:absolute;left:50%;top:50%;width:67%;max-height:80%;object-fit:contain;transform:translate(-50%,-50%);filter:invert(1);mix-blend-mode:screen;opacity:.75}.dice-ready .dice-fallback{display:none}.dice-label{position:absolute;bottom:2px;left:0;right:0;display:flex;justify-content:space-between;gap:12px;font-size:12px;letter-spacing:.13em;color:var(--muted);pointer-events:none}.dice-label strong{color:var(--acid);font-weight:400}.dice-button:focus-visible{outline:1px solid var(--acid);outline-offset:0}
.chapters{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.chapter{position:relative;display:flex;gap:18px;align-items:center;min-height:110px;padding:20px 24px;overflow:hidden}.chapter+.chapter{border-left:1px solid var(--line)}.chapter-index{font:12px Georgia,serif;color:var(--acid)}.chapter strong{font-size:21px;font-weight:400;letter-spacing:.06em;display:block;transition:transform .3s,color .3s}.chapter small{display:block;font-size:12px;letter-spacing:.12em;color:var(--muted)}.chapter>span:last-child{margin-left:auto;color:var(--muted)}.chapter:hover strong,.chapter:focus-visible strong{color:var(--acid);transform:translateX(6px)}.chapter:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--acid);transform:scaleX(0);transform-origin:left;transition:transform .4s}.chapter:hover:after,.chapter:focus-visible:after{transform:scaleX(1)}
.gallery-scroll{position:relative;margin-top:80px;height:auto;border-top:1px solid var(--line)}.motion-on .gallery-scroll{height:260svh}.gallery-stage{position:relative;min-height:700px;padding:55px 0;overflow:hidden}.motion-on .gallery-stage{position:sticky;top:0;height:100svh;min-height:580px;padding:0;overflow:clip}.gallery-topline{position:absolute;top:34px;left:6vw;right:6vw;display:flex;align-items:center;justify-content:space-between;z-index:10;color:var(--muted);font-size:12px;letter-spacing:.15em;pointer-events:none}.gallery-topline .eyebrow{color:var(--acid)}.gallery-counter{font-variant-numeric:tabular-nums}.gallery-center{text-align:center;margin:85px 0 40px;pointer-events:none}.gallery-center h2{font-family:"Songti SC","SimSun",serif;font-size:clamp(32px,3.6vw,50px);font-weight:400;letter-spacing:.08em;line-height:1.45}.gallery-center p{margin-top:18px;color:var(--muted);font-size:13px;letter-spacing:.17em}.motion-on .gallery-center{position:absolute;left:50%;top:50%;width:80%;margin:0;transform:translate(-50%,-50%);opacity:0;z-index:0}.gallery-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:88%;margin:auto}.motion-on .gallery-cards{display:contents}.gallery-card{margin:0;position:relative;overflow:hidden;box-shadow:0 20px 60px #0005;background:#17212c;border:1px solid #ffffff29}.gallery-card img{display:block;width:100%;height:100%;object-fit:cover}.gallery-card figcaption{position:absolute;bottom:0;left:0;right:0;padding:22px 14px 9px;background:linear-gradient(transparent,#000a);font-size:12px;letter-spacing:.12em;color:#f2f2ed}.motion-on .gallery-card{position:absolute;left:50%;top:50%;width:clamp(180px,29vw,430px);height:clamp(145px,25vh,250px);will-change:transform;transform:translate(-50%,-50%)}.motion-on .gallery-card:nth-child(2){width:clamp(150px,20vw,300px);height:clamp(165px,33vh,320px)}.gallery-bottom{position:absolute;bottom:26px;left:6vw;right:6vw;display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;letter-spacing:.08em;z-index:10;pointer-events:none}.gallery-track{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ffffff16}.gallery-progress{height:100%;width:100%;background:var(--acid);transform:scaleX(0);transform-origin:left}.scroll-caption{transition:opacity .3s}
.hover-follower{position:fixed;top:0;left:0;z-index:1000;pointer-events:none;opacity:0;transition:opacity .2s;will-change:transform;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hover-follower.is-visible{opacity:1}.cursor-badge{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#0b121eea;border:1px solid #e6ba7d80;color:var(--acid);font-size:12px;letter-spacing:.09em;box-shadow:0 10px 32px #0005}.cursor-badge img{width:30px;height:34px;object-fit:contain;filter:invert(1);mix-blend-mode:screen}.cursor-preview{width:160px;height:100px;object-fit:cover;display:none;border:1px solid #ffffff40}.hover-follower.has-preview .cursor-preview{display:block}.game-image img{transition:transform .7s}.game-image{overflow:hidden}.game-image:hover img{transform:scale(1.04)}
@media(max-width:760px){.hero{gap:10px;padding-bottom:40px}.dice-scene{height:370px;max-width:450px;margin:0 auto}.dice-label{font-size:11px}.chapters{grid-template-columns:1fr}.chapter{min-height:86px;padding:17px 12px}.chapter+.chapter{border-left:0;border-top:1px solid var(--line)}.chapter strong{font-size:20px}.gallery-scroll{margin-top:45px}.motion-on .gallery-scroll{height:220svh}.motion-on .gallery-stage{min-height:540px}.motion-on .gallery-card{width:44vw;height:22vh;min-height:140px}.motion-on .gallery-card:nth-child(2){width:38vw;height:24vh}.gallery-center h2{font-size:34px}.gallery-center p{font-size:12px}.gallery-topline{top:25px;font-size:11px}.gallery-topline .eyebrow{font-size:11px}.gallery-bottom{font-size:11px;bottom:22px}.gallery-cards{gap:12px}.gallery-card figcaption{font-size:10px}.hover-follower{display:none}.gallery-center{margin-top:50px}}
@media(prefers-reduced-motion:reduce){.motion-on .gallery-scroll{height:auto}.motion-on .gallery-stage{position:relative;height:auto;min-height:0;padding:50px 0 70px}.motion-on .gallery-center{position:relative;left:auto;top:auto;transform:none!important;opacity:1!important;margin:40px auto}.motion-on .gallery-cards{display:grid}.motion-on .gallery-card,.motion-on .gallery-card:nth-child(2){position:relative;left:auto;top:auto;width:100%;height:200px;transform:none!important;will-change:auto}.hover-follower{display:none}.dice-scene:before{display:none}.gallery-bottom{bottom:14px}.gallery-topline{position:relative;left:auto;right:auto;padding:0 6vw}.gallery-counter{display:none}.gallery-progress{transform:scaleX(1)!important}}


body{overflow-x:clip}.dice-scene{overflow:clip}
