:root {
  --ink: #0b0610;
  --violet: #802be4;
  --violet-hot: #c65cff;
  --plum: #351148;
  --gold: #f5bf55;
  --gold-pale: #ffe2a2;
  --ember: #fd7433;
  --paper: #f6edf1;
  --mist: #c7b4c6;
  --line: rgba(255, 233, 242, 0.18);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--ink);
  color: var(--paper);
  font-family: "Noto Sans SC", "Microsoft YaHei UI", sans-serif;
}

body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; background: #0b0610; }
button { font: inherit; }
button, [role="button"] { -webkit-tap-highlight-color: transparent; }

.energy-canvas, .atmosphere { position: fixed; inset: 0; pointer-events: none; }
.energy-canvas { z-index: -3; opacity: .88; }
.atmosphere { z-index: -4; overflow: hidden; background: radial-gradient(ellipse at 52% 12%, #351149 0%, #170a20 34%, #0b0610 74%); }
.atmosphere-glow { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .52; }
.glow-one { width: 38vw; height: 48vw; top: -27vw; left: 28vw; background: #ad3cff; }
.glow-two { width: 25vw; height: 30vw; right: -12vw; bottom: 3vh; background: #e24a1c; opacity: .22; }
.noise-field { position: absolute; inset: 0; opacity: .25; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.boot-screen { position:fixed; inset:0; z-index:20; display:grid; place-items:center; overflow:hidden; background:radial-gradient(ellipse at 50% 49%, rgba(97,31,128,.18), transparent 26%), linear-gradient(125deg, #08040b 0%, #120716 52%, #070309 100%); transition:opacity .32s ease, visibility .32s ease; }
.boot-screen::before { content:""; position:absolute; inset:18px; border:1px solid rgba(255,231,177,.08); pointer-events:none; }
.boot-screen.is-complete { visibility:hidden; opacity:0; }
.boot-shutter { position:absolute; z-index:2; top:0; bottom:0; width:50.5%; background:linear-gradient(90deg, #070309, #100615 88%, rgba(71,21,93,.92)); box-shadow:inset 0 0 80px rgba(0,0,0,.82); will-change:transform; }
.boot-shutter-left { left:0; border-right:1px solid rgba(255,220,143,.1); }
.boot-shutter-right { right:0; transform:scaleX(-1); border-right:1px solid rgba(255,220,143,.1); }
.boot-content { position:relative; z-index:3; display:grid; justify-items:center; width:min(420px, 82vw); text-align:center; }
.boot-overline, .boot-index { margin:0; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:clamp(.72rem,1.55vw,.92rem); letter-spacing:.23em; }
.boot-overline { opacity:0; transform:translateY(8px); }
.boot-index { margin-top:18px; color:rgba(255,237,206,.6); font-size:clamp(.58rem,1.2vw,.69rem); letter-spacing:.18em; opacity:0; transform:translateY(-7px); }
.boot-seal { display:grid; place-items:center; width:clamp(102px,11vw,144px); aspect-ratio:1; margin-top:20px; opacity:0; transform:translateY(16px) scale(.82); filter:drop-shadow(0 20px 18px rgba(0,0,0,.72)); }
.boot-seal::before { content:""; position:absolute; width:150%; height:1px; background:linear-gradient(90deg, transparent, rgba(255,218,138,.24), transparent); }
.boot-seal img { position:relative; width:100%; height:100%; object-fit:contain; transform:translate(10%,4%); filter:drop-shadow(0 0 18px rgba(183,68,240,.35)); }
.boot-unseal { width:min(360px,72vw); height:1px; margin-top:25px; overflow:hidden; background:rgba(255,224,164,.13); }
.boot-unseal span { display:block; width:100%; height:100%; transform:scaleX(0); transform-origin:center; background:linear-gradient(90deg, transparent, var(--gold-pale) 22%, var(--gold) 50%, var(--gold-pale) 78%, transparent); box-shadow:0 0 18px rgba(255,194,81,.82); }
.boot-status { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; }
.boot-screen.is-releasing .boot-overline { animation:boot-copy-in .42s ease .14s both; }
.boot-screen.is-releasing .boot-seal { animation:boot-seal-in .7s cubic-bezier(.17,.82,.26,1) .22s both; }
.boot-screen.is-releasing .boot-unseal span { animation:boot-unseal .82s cubic-bezier(.2,.8,.25,1) .56s both; }
.boot-screen.is-releasing .boot-index { animation:boot-copy-in .42s ease .78s both; }
.boot-screen.is-releasing .boot-shutter-left { animation:boot-shutter-left .66s cubic-bezier(.72,0,.23,1) 1.22s both; }
.boot-screen.is-releasing .boot-shutter-right { animation:boot-shutter-right .66s cubic-bezier(.72,0,.23,1) 1.22s both; }
.boot-screen.is-releasing .boot-content { animation:boot-content-release .45s ease 1.12s both; }

.poster-shell { position:relative; width:min(1600px,100%); min-height:100vh; margin:0 auto; padding:22px clamp(16px,3vw,52px) 42px; opacity:1; transition:opacity .55s ease, transform .55s ease; }.poster-shell.is-loading { opacity:0; transform:translateY(14px); }
.poster-hero { position:relative; min-height:max(735px, calc(100vh - 64px)); overflow:hidden; border:1px solid rgba(255,255,255,.13); background:linear-gradient(132deg, rgba(42,11,57,.85), rgba(13,4,19,.88) 44%, rgba(45,14,35,.62)); box-shadow:0 28px 90px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.12); isolation:isolate; }
.poster-hero::before { content:""; position:absolute; inset:8px; border:1px solid rgba(255,224,240,.08); pointer-events:none; }.poster-hero::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(115deg, transparent 28%, rgba(255,255,255,.05) 43%, transparent 56%); transform:translateX(-130%); animation: poster-sheen 9s ease-in-out infinite; }
.poster-masthead { position:relative; z-index:4; display:grid; grid-template-columns:170px minmax(0,1fr) 195px; align-items:center; gap:18px; padding:23px 27px; border-bottom:1px solid var(--line); }
.masthead-mark,.masthead-tag { color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:1.12rem; line-height:.85; letter-spacing:.08em; }.masthead-mark span { color:var(--mist); font-family:"Noto Sans SC",sans-serif; font-size:.57rem; letter-spacing:.11em; }.masthead-center { text-align:center; }.masthead-center p { margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.84rem; letter-spacing:.18em; }.masthead-center h1 { margin:5px 0 0; color:var(--paper); font-size:clamp(1.08rem,2vw,1.45rem); font-weight:500; letter-spacing:.05em; }.masthead-center h1 span { color:var(--violet-hot); font-family:"Bebas Neue",sans-serif; font-size:1.48em; font-weight:400; letter-spacing:.08em; }.masthead-tag { text-align:right; color:var(--mist); font-family:"Noto Sans SC",sans-serif; font-size:.62rem; letter-spacing:.13em; }.masthead-tag strong { margin-left:7px; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:1.28rem; font-weight:400; letter-spacing:.1em; }

.poster-stage { position:relative; z-index:1; min-height:610px; height:calc(100vh - 210px); max-height:820px; overflow:hidden; }
.stage-wash { position:absolute; inset:0; background:radial-gradient(ellipse at 50% 52%, rgba(204,70,255,.28), transparent 35%), linear-gradient(90deg, rgba(255,176,50,.08), transparent 24%, transparent 72%, rgba(255,100,50,.1)); }.stage-sun { position:absolute; width:min(47vw,760px); aspect-ratio:1; left:50%; top:50%; border-radius:50%; transform:translate(-50%,-41%); background:repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,238,194,.06) 19px 20px), radial-gradient(circle, rgba(250,189,87,.58) 0%, rgba(163,49,233,.38) 31%, rgba(98,20,152,.1) 58%, transparent 70%); filter:blur(.1px); opacity:.94; }.stage-sun::after { content:""; position:absolute; inset:10%; border:1px solid rgba(255,228,151,.48); border-radius:50%; box-shadow:0 0 58px rgba(255,192,68,.24); }.stage-slash { position:absolute; width:69%; height:33%; background:linear-gradient(90deg, transparent, rgba(206,92,255,.17), rgba(255,193,76,.18), transparent); transform:rotate(-23deg) skewX(-19deg); filter:blur(2px); }.slash-a { top:10%; left:-28%; }.slash-b { bottom:8%; right:-30%; transform:rotate(-23deg) skewX(-19deg) scaleY(-1); }.stage-orbit { position:absolute; width:75%; height:58%; left:12%; top:21%; border:1px solid rgba(255,214,130,.25); border-radius:50%; transform:rotate(-17deg) scaleY(.5); box-shadow:0 0 0 18px rgba(187,61,255,.025), 0 0 80px rgba(210,69,255,.16); }
.stage-season { position:absolute; z-index:4; top:clamp(37px,6vh,72px); left:clamp(24px,4vw,68px); max-width:350px; }.stage-season p { margin:0 0 8px; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:clamp(.82rem,1.5vw,1.12rem); letter-spacing:.19em; }.stage-season h2 { margin:0; color:var(--paper); font-size:clamp(1.55rem,3.2vw,3.2rem); line-height:1.12; font-weight:900; letter-spacing:0; }.hero-rank { position:absolute; z-index:0; right:clamp(10px,2.5vw,48px); top:47%; color:rgba(255,238,245,.075); font-family:"Bebas Neue",sans-serif; font-size:clamp(18rem,39vw,42rem); line-height:.6; letter-spacing:.025em; transform:translateY(-50%); }
.champion-slot { position:absolute; z-index:3; left:50%; bottom:clamp(46px,8vh,95px); width:min(60%,700px); transform:translateX(-50%) translateX(calc(var(--pointer-x, 0) * 13px)) translateY(calc(var(--pointer-y, 0) * 9px)); transition:transform .28s ease; }.champion-card { position:relative; padding:clamp(22px,3vw,40px) 0 0; color:var(--paper); text-align:center; cursor:pointer; }.champion-card::before { content:""; position:absolute; z-index:-1; top:-42%; left:50%; width:46%; aspect-ratio:1; transform:translateX(-50%); border:1px solid rgba(255,228,151,.58); border-radius:50%; box-shadow:0 0 0 14px rgba(224,93,255,.07), 0 0 90px rgba(223,83,255,.44); }.champion-card::after { content:""; position:absolute; z-index:-1; top:-31%; left:50%; width:174px; aspect-ratio:1; transform:translateX(-50%); background:url("data/umbrella-emblem.png") center / contain no-repeat; filter:drop-shadow(0 18px 17px rgba(0,0,0,.58)); }.entry-eyebrow { display:flex; justify-content:center; gap:10px; align-items:center; margin:0 0 10px; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:clamp(.9rem,1.7vw,1.25rem); letter-spacing:.2em; }.entry-eyebrow span { color:var(--violet-hot); }.champion-card h3 { max-width:100%; margin:0; color:#fff8e7; font-size:clamp(3.4rem,8.3vw,8.5rem); line-height:.76; font-weight:900; letter-spacing:0; overflow-wrap:anywhere; text-shadow:0 0 32px rgba(251,184,74,.25); }.champion-line { display:flex; justify-content:center; gap:10px; align-items:center; margin-top:18px; color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:clamp(.73rem,1.3vw,.98rem); letter-spacing:.15em; }.champion-line i { width:32px; height:1px; background:var(--gold); }.champion-league { position:relative; display:inline-flex; align-items:center; gap:9px; margin-top:16px; padding:7px 16px 7px 8px; border:1px solid rgba(255,219,139,.56); background:linear-gradient(105deg, rgba(127,37,183,.44), rgba(10,3,17,.64)); box-shadow:inset 0 1px rgba(255,255,255,.14), 0 0 20px rgba(190,73,255,.19); color:var(--gold-pale); font-size:.78rem; font-weight:900; letter-spacing:.08em; }.champion-league::after { content:""; position:absolute; top:-1px; bottom:-1px; left:52px; width:1px; background:rgba(255,222,150,.34); }.league-caption { color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.72rem; letter-spacing:.16em; }.champion-league .league-icon { width:54px; height:45px; margin:-13px 0 -13px -9px; filter:drop-shadow(0 6px 9px rgba(0,0,0,.74)) drop-shadow(0 0 10px rgba(226,94,255,.42)); }.league-icon { width:34px; height:28px; object-fit:contain; filter:drop-shadow(0 3px 5px rgba(0,0,0,.65)); }.league-icon-placeholder { display:grid; place-items:center; width:23px; height:23px; border:1px solid rgba(255,255,255,.5); border-radius:50%; }.entry-action { margin:14px 0 0; color:rgba(255,255,255,.58); font-family:"Bebas Neue",sans-serif; font-size:.75rem; letter-spacing:.17em; }.entry-action b { color:var(--gold); font-size:1.35em; }.champion-card:hover .entry-action,.champion-card:focus-visible .entry-action { color:var(--gold-pale); }.champion-card:focus-visible,.contender-card:focus-visible,.reel:focus-visible { outline:2px solid var(--gold-pale); outline-offset:5px; }
.side-slot { position:absolute; z-index:3; bottom:clamp(42px,7vh,82px); width:min(23%,310px); }.side-slot-left { left:clamp(15px,4vw,72px); }.side-slot-right { right:clamp(15px,4vw,72px); }.contender-card { position:relative; min-height:168px; padding:21px 23px; border-top:1px solid rgba(255,231,242,.45); border-bottom:1px solid rgba(255,231,242,.17); background:linear-gradient(120deg, rgba(29,9,43,.8), rgba(10,3,14,.3)); color:var(--paper); cursor:pointer; overflow:hidden; transition:transform .28s ease, background .28s ease; }.side-slot-left .contender-card { transform:skewY(4deg); }.side-slot-right .contender-card { transform:skewY(-4deg); }.contender-card::before { content:""; position:absolute; inset:0; background:linear-gradient(110deg, transparent 34%, rgba(255,237,190,.16) 48%, transparent 62%); transform:translateX(-120%); transition:transform .65s ease; }.contender-card:hover { background:linear-gradient(120deg, rgba(92,29,119,.86), rgba(26,6,31,.52)); }.side-slot-left .contender-card:hover { transform:skewY(4deg) translateY(-7px); }.side-slot-right .contender-card:hover { transform:skewY(-4deg) translateY(-7px); }.contender-card:hover::before { transform:translateX(120%); }.contender-rank { position:absolute; right:11px; bottom:-15px; color:rgba(255,238,242,.09); font-family:"Bebas Neue",sans-serif; font-size:7.8rem; line-height:1; }.contender-copy { position:relative; z-index:1; }.contender-copy p { margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.76rem; letter-spacing:.16em; }.contender-copy h3 { margin:8px 0 11px; font-size:clamp(1.23rem,2vw,2rem); line-height:.95; font-weight:900; overflow-wrap:anywhere; }.contender-league { display:flex; align-items:center; gap:6px; color:var(--mist); font-size:.62rem; }.contender-league .league-icon { width:25px; height:21px; }.contender-open { position:absolute; z-index:1; right:20px; top:17px; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:1.55rem; }.stage-stamp { position:absolute; z-index:2; right:clamp(20px,4vw,70px); top:clamp(42px,9vh,120px); width:92px; aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(255,207,103,.58); border-radius:50%; color:var(--gold-pale); text-align:center; transform:rotate(13deg); }.stage-stamp span { position:absolute; top:18px; font-family:"Bebas Neue",sans-serif; font-size:.61rem; letter-spacing:.12em; }.stage-stamp b { font-family:"Bebas Neue",sans-serif; font-size:1.2rem; font-weight:400; line-height:.76; letter-spacing:.08em; }.hero-emblem { position:absolute; z-index:1; width:95px; aspect-ratio:1; right:clamp(33px,8vw,145px); bottom:clamp(39px,8vh,93px); opacity:.16; filter:grayscale(1) contrast(1.5); }.hero-emblem img { width:100%; height:100%; object-fit:contain; }
.poster-foot { position:relative; z-index:4; display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px; align-items:center; padding:15px 27px; border-top:1px solid var(--line); color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.69rem; letter-spacing:.13em; }.poster-foot p { margin:0; }.poster-foot p:nth-child(2) { text-align:center; }.poster-foot p:last-child { text-align:right; }.poster-serial span { color:var(--gold-pale); }.live-dot { display:inline-block; width:7px; aspect-ratio:1; margin-right:6px; border-radius:50%; background:var(--ember); box-shadow:0 0 10px var(--ember); }

.archive-section { display:grid; grid-template-columns:220px minmax(0,1fr); gap:25px 38px; margin-top:25px; padding:28px 3px 0; border-top:1px solid rgba(255,255,255,.16); }.archive-heading p { margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.82rem; letter-spacing:.19em; }.archive-heading h2 { margin:6px 0 0; color:var(--paper); font-size:1.28rem; font-weight:900; }.timeline { display:flex; gap:8px; overflow-x:auto; padding:3px 3px 12px; scrollbar-color:var(--violet) transparent; }.reel { position:relative; flex:0 0 180px; display:grid; grid-template-columns:27px 1fr; gap:2px 9px; align-content:center; min-height:84px; padding:13px; border:1px solid rgba(255,255,255,.13); border-left:3px solid rgba(255,255,255,.2); color:var(--mist); background:linear-gradient(115deg, rgba(255,255,255,.05), transparent); text-align:left; cursor:pointer; transition:background .2s ease, border-color .2s ease, transform .2s ease; }.reel:hover,.reel.is-active { border-color:rgba(255,203,96,.7); border-left-color:var(--gold); background:linear-gradient(115deg, rgba(183,67,239,.34), rgba(255,182,63,.13)); }.reel:hover { transform:translateY(-4px); }.reel-index { grid-row:span 2; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:1.5rem; line-height:.85; }.reel strong { color:var(--paper); font-family:"Bebas Neue",sans-serif; font-size:1rem; letter-spacing:.08em; }.reel-name { overflow:hidden; color:var(--mist); font-size:.63rem; text-overflow:ellipsis; white-space:nowrap; }.metric-ribbon { grid-column:1 / -1; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.metric { min-width:0; padding:13px 17px; border-right:1px solid var(--line); }.metric:last-child { border-right:0; }.metric span { display:block; color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.7rem; letter-spacing:.13em; }.metric strong { display:block; margin-top:5px; overflow-wrap:anywhere; color:var(--gold-pale); font-size:clamp(.95rem,1.6vw,1.28rem); font-weight:700; }

.detail-panel { position:fixed; inset:0; z-index:30; display:grid; place-items:center; padding:20px; visibility:hidden; opacity:0; transition:opacity .3s ease, visibility .3s ease; }.detail-panel.is-open { visibility:visible; opacity:1; }.panel-backdrop { position:absolute; inset:0; border:0; background:rgba(5,2,8,.82); backdrop-filter:blur(10px); cursor:pointer; }.detail-sheet { position:relative; width:min(650px,100%); padding:clamp(36px,7vw,76px); border:1px solid rgba(255,211,116,.55); background:linear-gradient(130deg, #3c1250, #130719 63%, #32100e); box-shadow:0 32px 100px rgba(0,0,0,.66), inset 0 1px rgba(255,255,255,.16); overflow:hidden; transform:translateY(22px) scale(.97); transition:transform .33s cubic-bezier(.2,.8,.25,1); }.detail-panel.is-open .detail-sheet { transform:none; }.detail-sheet::before { content:""; position:absolute; inset:-30%; background:linear-gradient(110deg, transparent 42%, rgba(255,229,176,.16) 49%, transparent 56%); transform:translateX(-80%); animation:sheet-light 1.1s ease .12s both; }.sheet-rank { position:absolute; z-index:0; right:20px; bottom:-29px; color:rgba(255,231,236,.09); font-family:"Bebas Neue",sans-serif; font-size:12rem; line-height:1; }.detail-close { position:absolute; z-index:2; top:16px; right:16px; width:38px; height:38px; border:1px solid rgba(255,255,255,.36); color:var(--paper); background:rgba(0,0,0,.17); cursor:pointer; font-size:1.4rem; }.sheet-kicker { position:relative; margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.82rem; letter-spacing:.18em; }.detail-sheet h2 { position:relative; max-width:80%; margin:12px 0 22px; color:#fff7e4; font-size:clamp(3rem,9vw,6rem); line-height:.8; font-weight:900; letter-spacing:0; overflow-wrap:anywhere; }.sheet-rule { position:relative; width:110px; height:2px; background:linear-gradient(90deg,var(--gold),var(--violet-hot)); }.detail-sheet dl { position:relative; display:grid; gap:0; margin:25px 0 0; }.detail-sheet dl div { display:flex; justify-content:space-between; gap:22px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.18); }.detail-sheet dt { color:var(--mist); }.detail-sheet dd { margin:0; color:var(--gold-pale); text-align:right; }

.poster-hero.is-switching .champion-card { animation:swap-champion .55s cubic-bezier(.2,.85,.3,1) both; }.poster-hero.is-switching .contender-card { animation:swap-side .48s ease both; }.poster-hero.is-switching .side-slot-right .contender-card { animation-delay:.06s; }
@keyframes boot-copy-in { to { opacity:1; transform:none; } } @keyframes boot-seal-in { to { opacity:1; transform:none; } } @keyframes boot-unseal { 0% { transform:scaleX(0); opacity:0; } 20% { opacity:1; } 100% { transform:scaleX(1); opacity:1; } } @keyframes boot-content-release { to { opacity:0; transform:scale(.98); } } @keyframes boot-shutter-left { to { transform:translateX(-103%); } } @keyframes boot-shutter-right { to { transform:scaleX(-1) translateX(-103%); } } @keyframes poster-sheen { 0%,68%,100% { transform:translateX(-130%); } 82% { transform:translateX(130%); } } @keyframes sheet-light { to { transform:translateX(80%); } } @keyframes swap-champion { from { opacity:0; transform:translateY(27px) scale(.95); } to { opacity:1; transform:none; } } @keyframes swap-side { from { opacity:0; transform:translateY(20px); } to { opacity:1; } }

@media (max-width: 940px) { .poster-masthead { grid-template-columns:1fr auto; }.masthead-mark { display:none; }.masthead-center { text-align:left; }.masthead-tag { text-align:right; }.poster-stage { height:auto; min-height:770px; }.champion-slot { width:70%; }.side-slot { width:28%; }.stage-stamp { display:none; }.hero-emblem { width:72px; }.archive-section { grid-template-columns:1fr; gap:17px; }.metric-ribbon { grid-column:auto; } }
@media (max-width: 650px) { .poster-shell { padding:10px 10px 28px; }.poster-hero { min-height:780px; }.poster-masthead { gap:8px; padding:18px; }.masthead-center h1 { font-size:.94rem; }.masthead-center p { font-size:.68rem; }.masthead-tag { font-size:.5rem; }.masthead-tag strong { display:block; margin:4px 0 0; font-size:1.02rem; }.poster-stage { min-height:672px; height:calc(100svh - 137px); max-height:760px; }.stage-season { top:29px; left:21px; }.stage-season h2 { max-width:210px; font-size:1.45rem; }.stage-season p { font-size:.65rem; }.stage-sun { width:128vw; top:49%; }.stage-orbit { width:126%; left:-14%; top:31%; }.hero-rank { right:-12px; top:47%; font-size:17.5rem; }.champion-slot { bottom:189px; width:86%; }.champion-card::before { top:-44%; width:58%; }.champion-card::after { top:-30%; width:118px; }.champion-card h3 { font-size:clamp(3.35rem,16vw,5.1rem); }.champion-line { font-size:.61rem; }.champion-league { margin-top:9px; }.entry-action { font-size:.64rem; }.side-slot { bottom:29px; width:calc(50% - 14px); }.side-slot-left { left:14px; }.side-slot-right { right:14px; }.contender-card { min-height:136px; padding:17px 13px; }.contender-copy h3 { font-size:clamp(1rem,5vw,1.35rem); }.contender-rank { font-size:5.5rem; }.contender-open { right:13px; top:9px; }.hero-emblem { display:none; }.poster-foot { grid-template-columns:1fr 1fr; padding:12px 17px; font-size:.57rem; }.poster-foot p:nth-child(2) { display:none; }.poster-foot p:last-child { text-align:right; }.archive-section { margin-top:19px; padding:23px 5px 0; }.archive-heading h2 { font-size:1.12rem; }.metric-ribbon { grid-template-columns:repeat(2,minmax(0,1fr)); }.metric { padding:11px; }.metric:nth-child(2) { border-right:0; }.metric:nth-child(-n+2) { border-bottom:1px solid var(--line); }.detail-sheet { padding:38px 27px; }.detail-sheet dl div { display:grid; gap:4px; }.detail-sheet dd { text-align:left; } }
/* League medal system: image dimensions stay contained inside a stable emblem bay. */
.league-mark { position:relative; display:grid; place-items:center; flex:0 0 auto; }
.league-icon { display:block; object-fit:contain; }
.league-name { min-width:0; overflow-wrap:anywhere; }
.champion-league { position:relative; isolation:isolate; display:inline-grid; grid-template-columns:56px 68px minmax(3.5rem,9ch); align-items:center; min-height:54px; gap:0; margin-top:19px; padding:0 13px 0 0; border:1px solid rgba(255,219,139,.56); background:linear-gradient(105deg, rgba(139,41,194,.52), rgba(24,5,36,.78) 58%, rgba(7,3,12,.82)); box-shadow:inset 0 1px rgba(255,255,255,.18), inset 0 -1px rgba(113,43,167,.42), 0 0 24px rgba(190,73,255,.22); clip-path:polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.champion-league::before { content:""; position:absolute; z-index:-1; inset:1px; background:linear-gradient(90deg, rgba(255,226,159,.09), transparent 30%, rgba(198,79,255,.12)); }
.champion-league::after { top:9px; bottom:9px; left:55px; background:linear-gradient(transparent, rgba(255,222,150,.72), transparent); }
.champion-league .league-caption { align-self:stretch; display:grid; place-items:center; color:var(--mist); }
.champion-league .league-mark { align-self:stretch; width:68px; min-height:54px; }
.champion-league .league-mark::before { content:""; position:absolute; z-index:0; inset:5px 3px; border:1px solid rgba(255,216,126,.34); background:radial-gradient(circle at 50% 45%, rgba(218,100,255,.45), rgba(84,22,121,.25) 57%, transparent 60%); clip-path:polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%); }
.champion-league .league-icon { position:relative; z-index:1; width:62px; height:52px; margin:0; filter:drop-shadow(0 7px 9px rgba(0,0,0,.74)) drop-shadow(0 0 12px rgba(226,94,255,.46)); }
.champion-league .league-name { position:relative; z-index:1; max-width:9ch; padding:0 2px; line-height:1.05; text-align:left; }
.champion-league .league-icon-placeholder { width:24px; height:24px; border:1px solid rgba(255,255,255,.5); border-radius:50%; }
.champion-card .entry-action { margin-top:18px; }
.contender-league { gap:7px; }
.contender-league .league-mark { width:37px; height:31px; margin:-5px 0 -5px -4px; }
.contender-league .league-icon { width:35px; height:30px; margin:0; filter:drop-shadow(0 4px 6px rgba(0,0,0,.7)); }
.contender-league .league-name { line-height:1.1; }
@media (max-width: 650px) { .champion-league { grid-template-columns:49px 57px minmax(3rem,9ch); min-height:46px; margin-top:12px; }.champion-league::after { left:48px; top:7px; bottom:7px; }.champion-league .league-mark { width:57px; min-height:46px; }.champion-league .league-icon { width:53px; height:45px; }.champion-card .entry-action { margin-top:14px; }.contender-league { gap:5px; }.contender-league .league-mark { width:31px; height:27px; margin:-4px 0 -4px -3px; }.contender-league .league-icon { width:30px; height:26px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:1ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:1ms !important; }.boot-screen { display:none; }.poster-shell.is-loading { opacity:1; transform:none; }.energy-canvas { display:none; } }

/* Honor archive: a full-screen second act that inherits the poster's purple-gold vocabulary. */
.archive-gate,.poster-return { border:0; color:var(--gold-pale); background:none; font:inherit; letter-spacing:.14em; cursor:pointer; }
.archive-gate { justify-self:center; display:inline-flex; align-items:center; gap:11px; padding:4px 0; font-family:"Bebas Neue",sans-serif; font-size:.77rem; }.archive-gate i { width:7px; height:7px; border-right:1px solid currentColor; border-bottom:1px solid currentColor; transform:rotate(45deg) translateY(-2px); transition:transform .22s ease; }.archive-gate:hover i,.archive-gate:focus-visible i { transform:rotate(45deg) translate(3px,1px); }.archive-gate:hover,.archive-gate:focus-visible { color:var(--gold); }
.archive-transition { position:fixed; z-index:24; inset:0; overflow:hidden; pointer-events:none; visibility:hidden; }.archive-transition::before,.archive-transition::after { content:""; position:absolute; inset:-20% -8%; transform:translateY(128%); }.archive-transition::before { background:linear-gradient(165deg, rgba(252,194,82,.18), rgba(173,52,241,.92) 34%, rgba(18,4,28,.98) 68%, rgba(5,2,8,.98)); clip-path:polygon(0 20%, 100% 0, 100% 82%, 0 100%); }.archive-transition::after { background:repeating-linear-gradient(90deg, transparent 0 54px, rgba(255,230,171,.12) 55px 56px), linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); mix-blend-mode:screen; clip-path:polygon(0 31%, 100% 9%, 100% 71%, 0 94%); }.is-archive-transitioning .archive-transition,.is-returning .archive-transition { visibility:visible; }.is-archive-transitioning .archive-transition::before { animation:archive-surge 1.12s cubic-bezier(.68,0,.18,1) both; }.is-archive-transitioning .archive-transition::after { animation:archive-surge .86s cubic-bezier(.7,0,.23,1) .1s both; }.is-returning .archive-transition::before { animation:archive-return .92s cubic-bezier(.68,0,.18,1) both; }.is-returning .archive-transition::after { animation:archive-return .7s cubic-bezier(.7,0,.23,1) .08s both; }

.archive-section { position:relative; display:block; min-height:calc(100svh - 34px); margin:clamp(26px,5vw,72px) 0 0; padding:clamp(28px,5vw,72px); overflow:hidden; border:1px solid rgba(255,216,132,.24); background:linear-gradient(125deg, rgba(44,12,59,.9), rgba(12,4,19,.97) 47%, rgba(42,13,32,.83)); isolation:isolate; }.archive-section::before { content:""; position:absolute; z-index:-1; inset:0; background:repeating-linear-gradient(135deg, transparent 0 27px, rgba(255,225,174,.035) 28px 29px), radial-gradient(ellipse at 16% 88%, rgba(222,82,255,.22), transparent 33%), radial-gradient(ellipse at 86% 18%, rgba(255,185,77,.12), transparent 29%); }.archive-section::after { content:""; position:absolute; z-index:-1; right:-18%; bottom:-42%; width:min(72vw,900px); aspect-ratio:1; border:1px solid rgba(255,219,145,.27); border-radius:50%; box-shadow:0 0 0 26px rgba(201,73,255,.04), 0 0 90px rgba(195,70,255,.12); transform:rotate(-18deg) scaleY(.42); }.archive-scanfield { position:absolute; z-index:-1; inset:11px; border:1px solid rgba(255,238,207,.08); pointer-events:none; }
.archive-heading { position:relative; display:flex; justify-content:space-between; align-items:end; gap:28px; padding-bottom:clamp(25px,4vw,48px); border-bottom:1px solid rgba(255,230,170,.25); }.archive-heading p,.archive-rail-head p { margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.81rem; letter-spacing:.2em; }.archive-heading h2 { max-width:100%; margin:8px 0 0; color:var(--paper); font-family:"Bebas Neue",sans-serif; font-size:clamp(3.1rem,7.8vw,7.8rem); font-weight:400; line-height:.76; letter-spacing:.04em; }.archive-heading h2 span { color:var(--violet-hot); }.poster-return { display:inline-flex; align-items:center; flex:0 0 auto; gap:11px; padding:10px 0; font-family:"Bebas Neue",sans-serif; font-size:.76rem; }.poster-return i { width:7px; height:7px; border-left:1px solid currentColor; border-bottom:1px solid currentColor; transform:rotate(45deg); }.poster-return:hover,.poster-return:focus-visible { color:var(--gold); }
.archive-deck { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(310px,.88fr); gap:clamp(30px,6vw,100px); align-items:stretch; padding:clamp(34px,5vw,74px) 0; }.archive-focus { position:relative; min-height:390px; }.archive-record { position:relative; display:grid; align-content:center; min-height:100%; padding:clamp(24px,4vw,58px); overflow:hidden; border-top:1px solid rgba(255,224,157,.64); border-bottom:1px solid rgba(255,224,157,.29); background:linear-gradient(115deg, rgba(136,37,184,.31), rgba(12,4,20,.2) 62%, rgba(255,178,60,.08)); color:var(--paper); cursor:pointer; }.archive-record::before { content:""; position:absolute; inset:0; background:linear-gradient(115deg, transparent 30%, rgba(255,238,190,.18) 48%, transparent 61%); transform:translateX(-135%); transition:transform .75s ease; }.archive-record:hover::before,.archive-record:focus-visible::before { transform:translateX(135%); }.archive-record-number { position:absolute; right:clamp(15px,3vw,42px); top:clamp(17px,3vw,36px); color:rgba(255,239,243,.1); font-family:"Bebas Neue",sans-serif; font-size:clamp(8rem,17vw,18rem); line-height:.6; }.archive-record-copy,.archive-record-ranks,.archive-record-action { position:relative; z-index:1; }.archive-record-copy > p { margin:0 0 14px; color:var(--gold-pale); font-family:"Bebas Neue",sans-serif; font-size:.82rem; letter-spacing:.17em; }.archive-record h3 { max-width:80%; margin:0; color:#fff8e7; font-size:clamp(2.8rem,6vw,6.5rem); line-height:.77; font-weight:900; overflow-wrap:anywhere; text-shadow:0 0 30px rgba(251,184,74,.2); }.archive-record-league { display:inline-flex; align-items:center; gap:9px; margin-top:25px; color:var(--gold-pale); font-size:.78rem; font-weight:900; }.archive-record-league .league-mark { width:48px; height:42px; }.archive-record-league .league-icon { width:46px; height:39px; filter:drop-shadow(0 6px 8px rgba(0,0,0,.72)) drop-shadow(0 0 11px rgba(228,92,255,.3)); }.archive-record-ranks { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:clamp(28px,4vw,48px); padding-top:15px; border-top:1px solid rgba(255,255,255,.17); }.archive-record-ranks div { min-width:0; }.archive-record-ranks span { display:block; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.85rem; letter-spacing:.13em; }.archive-record-ranks strong { display:block; margin-top:5px; overflow-wrap:anywhere; color:var(--mist); font-size:.72rem; font-weight:700; }.archive-record-action { margin:22px 0 0; color:rgba(255,255,255,.61); font-family:"Bebas Neue",sans-serif; font-size:.75rem; letter-spacing:.16em; }.archive-record-action b { color:var(--gold); font-size:1.35em; }
.archive-timeline-panel { display:flex; flex-direction:column; min-width:0; padding:5px 0 8px; border-left:1px solid rgba(255,230,170,.24); }.archive-rail-head { display:flex; justify-content:space-between; align-items:center; gap:14px; padding:0 0 18px clamp(19px,3vw,38px); }.archive-rail-head span { color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.65rem; letter-spacing:.14em; }.timeline { display:grid; gap:10px; overflow-y:auto; max-height:440px; padding:3px 3px 3px clamp(19px,3vw,38px); scrollbar-color:var(--gold) transparent; }.reel { position:relative; display:grid; grid-template-columns:44px minmax(0,1fr) auto; gap:3px 14px; align-items:center; min-height:94px; padding:15px 16px; border:1px solid rgba(255,255,255,.13); border-left:3px solid rgba(255,255,255,.2); color:var(--mist); background:linear-gradient(115deg, rgba(255,255,255,.05), transparent); text-align:left; cursor:pointer; transition:background .24s ease, border-color .24s ease, transform .24s ease; }.reel:hover,.reel.is-active { border-color:rgba(255,203,96,.7); border-left-color:var(--gold); background:linear-gradient(115deg, rgba(183,67,239,.34), rgba(255,182,63,.13)); }.reel:hover { transform:translateX(7px); }.reel-index { grid-row:span 2; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:2rem; line-height:.8; }.reel-month { color:var(--paper); font-family:"Bebas Neue",sans-serif; font-size:1rem; font-weight:400; letter-spacing:.1em; }.reel-name { overflow:hidden; color:var(--mist); font-size:.7rem; text-overflow:ellipsis; white-space:nowrap; }.reel-status { grid-column:3; grid-row:1 / span 2; color:rgba(255,229,174,.62); font-family:"Bebas Neue",sans-serif; font-size:.61rem; letter-spacing:.12em; }
.metric-ribbon { position:relative; grid-column:auto; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid rgba(255,230,170,.32); border-bottom:1px solid rgba(255,230,170,.2); }.metric { min-width:0; padding:18px clamp(13px,2vw,26px); border-right:1px solid rgba(255,230,170,.18); }.metric:last-child { border-right:0; }.metric span { color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.69rem; letter-spacing:.14em; }.metric strong { color:var(--gold-pale); font-family:"Noto Sans SC",sans-serif; font-size:clamp(.93rem,1.7vw,1.35rem); }.archive-section:focus-visible,.archive-gate:focus-visible,.poster-return:focus-visible { outline:2px solid var(--gold-pale); outline-offset:6px; }
.archive-heading,.archive-deck,.archive-section .metric-ribbon { opacity:0; transform:translateY(25px); }.archive-section.is-active .archive-heading { animation:archive-reveal .6s cubic-bezier(.2,.85,.24,1) both; }.archive-section.is-active .archive-deck { animation:archive-reveal .68s cubic-bezier(.2,.85,.24,1) .1s both; }.archive-section.is-active .metric-ribbon { animation:archive-reveal .56s ease .23s both; }
@keyframes archive-surge { 0% { transform:translateY(128%); } 42% { transform:translateY(0); } 100% { transform:translateY(-128%); } } @keyframes archive-return { 0% { transform:translateY(-128%); } 42% { transform:translateY(0); } 100% { transform:translateY(128%); } } @keyframes archive-reveal { to { opacity:1; transform:none; } }
@media (max-width: 940px) { .archive-section { padding:clamp(24px,5vw,46px); }.archive-deck { grid-template-columns:1fr; gap:34px; }.archive-focus { min-height:430px; }.archive-timeline-panel { padding-top:26px; border-top:1px solid rgba(255,230,170,.24); border-left:0; }.timeline { grid-template-columns:repeat(2,minmax(0,1fr)); max-height:none; padding-left:0; }.archive-rail-head { padding-left:0; }.metric-ribbon { grid-template-columns:repeat(2,minmax(0,1fr)); }.metric:nth-child(2) { border-right:0; }.metric:nth-child(-n+2) { border-bottom:1px solid rgba(255,230,170,.18); } }
@media (max-width: 650px) { .poster-foot { grid-template-columns:1fr 1fr; }.archive-gate { justify-self:end; font-size:.66rem; }.poster-serial { display:none; }.archive-section { min-height:auto; margin-top:19px; padding:25px 18px 30px; }.archive-heading { align-items:start; padding-bottom:28px; }.archive-heading h2 { font-size:clamp(3rem,17vw,5.2rem); line-height:.74; }.poster-return { font-size:.62rem; }.archive-deck { padding:31px 0; }.archive-focus { min-height:380px; }.archive-record { min-height:380px; padding:23px 18px; }.archive-record h3 { max-width:88%; font-size:clamp(2.75rem,15vw,4.75rem); }.archive-record-copy > p { max-width:75%; font-size:.68rem; }.archive-record-league { margin-top:20px; }.archive-record-ranks { gap:6px; margin-top:27px; }.archive-record-ranks strong { font-size:.63rem; }.archive-record-action { font-size:.65rem; }.archive-record-number { right:13px; top:18px; font-size:9rem; }.archive-rail-head span { font-size:.55rem; }.timeline { grid-template-columns:1fr; }.reel { min-height:82px; grid-template-columns:38px minmax(0,1fr) auto; padding:13px; }.reel-index { font-size:1.65rem; }.metric-ribbon { grid-template-columns:repeat(2,minmax(0,1fr)); }.metric { padding:13px 10px; }.metric span { font-size:.59rem; }.metric strong { font-size:.89rem; } }
@media (prefers-reduced-motion: reduce) { .archive-transition { display:none; }.archive-heading,.archive-deck,.archive-section .metric-ribbon { opacity:1; transform:none; } }

/* Archive summary: labels explain the record before the value asks for attention. */
.metric-ribbon { display:block; padding-top:clamp(22px,3vw,36px); border-top:1px solid rgba(255,230,170,.32); border-bottom:0; }
.metrics-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:14px; }
.metrics-heading p { margin:0; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:.76rem; letter-spacing:.2em; }
.metrics-heading h3 { margin:4px 0 0; color:var(--paper); font-size:1.25rem; font-weight:800; }
.metrics-heading > span { color:var(--mist); font-family:"Bebas Neue",sans-serif; font-size:.66rem; letter-spacing:.14em; white-space:nowrap; }
.metric-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid rgba(255,230,170,.35); border-bottom:1px solid rgba(255,230,170,.24); }
.metric { position:relative; display:grid; grid-template-columns:auto minmax(0,1fr); align-items:start; gap:12px; min-width:0; min-height:118px; padding:18px clamp(12px,2vw,25px); border-right:1px solid rgba(255,230,170,.18); background:linear-gradient(110deg, rgba(170,52,231,.08), transparent 58%); }
.metric:last-child { border-right:0; }
.metric:hover { background:linear-gradient(110deg, rgba(170,52,231,.18), rgba(255,183,71,.07)); }
.metric-serial { padding-top:2px; color:var(--gold); font-family:"Bebas Neue",sans-serif; font-size:1.26rem; line-height:1; }
.metric-label,.metric-detail,.metric-value { display:block; min-width:0; }
.metric-label { color:var(--paper); font-size:.86rem; font-weight:800; }
.metric-value { margin-top:6px; overflow-wrap:anywhere; color:var(--gold-pale); font-family:"Noto Sans SC",sans-serif; font-size:clamp(1.25rem,2.05vw,1.8rem); line-height:1.05; }
.metric-detail { margin-top:7px; color:var(--mist); font-size:.66rem; line-height:1.45; }
@media (max-width:940px) { .metric-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.metric:nth-child(2) { border-right:0; }.metric:nth-child(-n+2) { border-bottom:1px solid rgba(255,230,170,.18); } }
@media (max-width:650px) { .metrics-heading { align-items:start; margin-bottom:12px; }.metrics-heading h3 { font-size:1.12rem; }.metrics-heading > span { padding-top:4px; font-size:.56rem; }.metric { min-height:108px; gap:9px; padding:14px 10px; }.metric-serial { font-size:1.08rem; }.metric-label { font-size:.77rem; }.metric-value { font-size:1.1rem; }.metric-detail { font-size:.56rem; } }
