:root{color-scheme:dark;--bg:#0c0f0e;--surface:#171c19;--line:#414b3f;--ink:#f3f1e8;--muted:#bcc5b9;--accent:#f3a24b;--red:#bc493e;font-family:Arial,Helvetica,sans-serif;font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:1.5rem}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.65}a{color:var(--accent);text-underline-offset:4px}a:hover{color:#ffd19d}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{max-width:100%;object-fit:contain}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{line-height:1.15;overflow-wrap:anywhere}h1{font-size:clamp(2.1rem,5vw,4rem);letter-spacing:-.04em;margin-bottom:1.2rem}h2{font-size:clamp(1.4rem,2.8vw,2rem)}h3{font-size:1.2rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}li{margin:.4rem 0}main,.site-header,.site-nav,.site-footer{max-width:1200px;margin-inline:auto;padding-inline:2rem}main{padding-top:1.5rem;padding-bottom:4rem}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-block:1.4rem}.brand{font-weight:900;font-size:2rem;text-decoration:none;color:var(--ink);line-height:1.1;letter-spacing:-.05em}.brand span{display:block;font-size:.75rem;letter-spacing:.15em;font-weight:600;color:var(--muted);margin-top:.5rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.5rem;background:var(--accent);color:#191c17;border:1px solid var(--accent);font-weight:700;text-decoration:none;border-radius:3px}.button:hover{background:#ffba70;color:#171c19}.site-nav{display:flex;gap:.5rem 1.6rem;flex-wrap:wrap;padding-block:1rem;border-block:1px solid var(--line)}.site-nav a{font-size:.9rem;color:var(--muted);text-decoration:none;padding:.25rem 0}.site-nav a[aria-current=page]{color:var(--accent);text-decoration:underline}.status-note,.draft-note{padding:1rem 1.2rem;margin-bottom:1rem;font-size:.9rem;border-left:3px solid var(--accent);background:#25271c;color:#e3dec4}.draft-note{border-color:var(--red);background:#281d1b}.status-note strong,.draft-note strong{color:var(--ink)}.eyebrow{font-size:.8rem;letter-spacing:.13em;color:var(--accent);font-weight:700;margin-bottom:1rem}.hero{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:2rem;padding:3.6rem 0}.hero h1{font-size:clamp(3.1rem,7vw,5.4rem);line-height:1.02}.hero h1 span{color:var(--accent)}.lead{font-size:1.1rem;max-width:46rem;color:var(--muted)}.hero figure{text-align:center;min-width:0;position:relative;background:radial-gradient(ellipse at center,#602b1f55,transparent 68%);margin:0}.hero-art{width:min(100%,340px);height:auto;aspect-ratio:1;filter:drop-shadow(0 15px 18px #0008)}figcaption{font-size:.85rem;letter-spacing:.12em;color:var(--muted)}.actions{display:flex;gap:1rem 1.6rem;align-items:center;flex-wrap:wrap;margin-top:2rem}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.info-grid article{padding:1.5rem;background:var(--surface);border-top:2px solid var(--line)}.info-grid h2{font-size:1.4rem}.info-grid p{color:var(--muted)}.notice-panel{padding:1.7rem;margin-top:2rem;border:1px solid var(--line);background:var(--surface)}.page-heading{padding:2.5rem 0 1.6rem}.catalog-nav{display:flex;flex-wrap:wrap;gap:.6rem}.catalog-nav a{display:block;padding:.6rem 1rem;border:1px solid var(--line);font-size:.9rem;text-decoration:none;min-height:44px}.catalog-section{margin-top:3.2rem}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.section-heading a{font-size:.85rem;flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;min-width:0;padding:1.5rem;border:1px solid var(--line);background:linear-gradient(145deg,#21261f,#131715)}.product-card:target{border-color:var(--accent)}.product-art{display:block;width:116px;height:116px;margin:0 auto 1.3rem}.product-card p{font-size:.95rem;color:var(--muted)}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem}.price{font-size:1.7rem;color:var(--accent);white-space:nowrap}.product-bottom a{font-size:.9rem}.availability{display:block;margin-top:.75rem;font-size:.8rem;color:var(--muted)}#pass .product-grid{grid-template-columns:minmax(0,1fr)}#pass .product-card{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:.4rem 1.5rem;align-items:center}#pass .product-art{grid-row:1/3;margin:0}#pass .product-bottom{display:flex;flex-direction:column;margin:0;padding:0;align-items:flex-start}#pass .availability{grid-column:2/4;margin:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;margin:1.3rem 0;min-width:250px}caption{text-align:left;font-size:.95rem;color:var(--muted);margin-bottom:.8rem}th,td{padding:.8rem;text-align:left;border-bottom:1px solid var(--line);font-weight:400}thead th{font-weight:700;color:var(--accent)}td:last-child{white-space:nowrap}details{border-block:1px solid var(--line);padding:1rem 0;margin:1.4rem 0}summary{cursor:pointer;color:var(--accent);font-weight:700;min-height:44px;padding:.5rem 0}details[open] summary{margin-bottom:1rem}.legal-copy{max-width:800px;margin:2.7rem auto 0}.legal-copy h2{margin-top:2.3rem}.legal-copy p,.legal-copy li{line-height:1.8}.legal-copy .button{margin-top:1rem;margin-bottom:1.5rem}.seller{padding:1rem 1.4rem;border:1px solid var(--line);background:var(--surface)}.seller div{display:grid;grid-template-columns:12rem minmax(0,1fr);gap:1rem;padding:.7rem 0}.seller dt{font-size:.9rem;color:var(--muted)}.seller dd{margin:0;overflow-wrap:anywhere}.site-footer{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-block:2rem;color:var(--muted);font-size:.85rem}.site-footer span,.site-footer a{display:block}.site-footer strong{color:var(--ink)}.site-footer p{margin-top:.6rem;max-width:30rem}.skip-link{position:absolute;top:-100px;left:1rem;padding:.6rem 1rem;background:var(--accent);color:#111;z-index:5}.skip-link:focus{top:1rem}
@media(max-width:800px){main,.site-header,.site-nav,.site-footer{padding-inline:1.2rem}.hero{grid-template-columns:1fr .7fr;gap:1rem}.info-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pass .product-card{grid-template-columns:100px minmax(0,1fr)}#pass .product-art{width:100px;height:100px}#pass .product-bottom{grid-column:2;flex-direction:row;align-items:center}#pass .availability{grid-column:2}.seller div{grid-template-columns:1fr;gap:.1rem}}
@media(max-width:520px){main,.site-header,.site-nav,.site-footer{padding-inline:1rem}.site-header{padding-block:1rem}.site-header .button{padding:.6rem 1rem}.hero{grid-template-columns:1fr;padding:2rem 0}.hero figure{order:-1;display:flex;align-items:center;gap:1rem;text-align:left}.hero-art{width:90px;height:90px}.hero figcaption{max-width:160px;line-height:1.5}.hero h1{font-size:3.15rem}.site-nav{gap:.5rem 1.1rem}.product-grid{grid-template-columns:1fr}.product-card{padding:1.3rem}.notice-panel{padding:1.2rem}.section-heading{align-items:flex-start}.section-heading h2{max-width:75%}.site-footer{grid-template-columns:1fr}.seller{padding:1rem}.legal-copy{margin-top:2rem}#pass .product-card{grid-template-columns:1fr}#pass .product-art{grid-row:auto;margin:0 auto 1rem}#pass .product-bottom,#pass .availability{grid-column:auto}.status-note,.draft-note{padding:.9rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{body{background:#fff;color:#111}.site-header,.site-nav,.status-note,.site-footer,.button,.skip-link{display:none}.draft-note{background:none;color:#111}.legal-copy{max-width:none;margin:0}.seller{background:none}a,.seller dt{color:#111}h2{break-after:avoid}}
/* Public landing: no game runtime, web fonts or combat atlases. */
.landing-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;align-items:center;padding:4rem 0 3.5rem}.landing-copy h1{font-size:clamp(3rem,6.5vw,5.5rem);line-height:1.03;letter-spacing:-.055em}.landing-copy h1 span{color:var(--accent)}.landing-copy .lead{max-width:32rem}.landing-copy .button{gap:2rem}.landing-caption{font-size:.85rem;color:var(--muted);margin:1.4rem 0 0}.perimeter-art{min-height:410px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;border:1px solid #655038;background:radial-gradient(ellipse at 50% 40%,#85452d55,transparent 67%),repeating-linear-gradient(0deg,transparent 0 39px,#ffffff06 40px),repeating-linear-gradient(90deg,transparent 0 39px,#ffffff06 40px),#151b17;border-radius:160px 160px 8px 8px}.perimeter-art:after{content:'';position:absolute;inset:14px;border:1px solid #d4a36526;border-radius:150px 150px 3px 3px;pointer-events:none}.perimeter-art img{width:210px;height:210px;filter:drop-shadow(0 12px 30px #f057233d);z-index:1}.radar-ring{position:absolute;width:300px;height:300px;top:34px;border:1px solid #db9b5740;border-radius:50%;box-shadow:0 0 0 25px #dc91490a,0 0 0 50px #dc914906}.art-coordinate{position:absolute;top:30px;font-size:.65rem;letter-spacing:.2em;color:var(--muted)}.perimeter-art figcaption{display:grid;text-align:center;gap:.4rem;z-index:1;margin-top:1.8rem}.perimeter-art figcaption .eyebrow{font-size:.65rem;margin:0}.perimeter-art figcaption strong{font-size:1.45rem;color:var(--ink);letter-spacing:0}.perimeter-art figcaption>span:last-child{font-size:.8rem;letter-spacing:0}.landing-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--line);padding:2rem 0;gap:2rem}.landing-features article+article{border-left:1px solid var(--line);padding-left:2rem}.feature-number{font-size:.8rem;color:var(--accent);display:block;margin-bottom:1rem}.landing-features h2{font-size:1.2rem}.landing-features p{font-size:.95rem;color:var(--muted)}.landing-shop{padding:4.5rem 0}.landing-shop .product-grid{margin-top:2rem}.landing-shop .section-heading h2{font-size:clamp(2rem,4vw,3rem)}.landing-shop .product-card{border-radius:6px}.landing-help{display:grid;grid-template-columns:1fr 1.25fr;gap:4rem;border-top:1px solid var(--line);padding:3.5rem 0}.landing-help p{color:var(--muted);max-width:26rem}.landing-help h2{font-size:clamp(2rem,4vw,3rem)}.help-links>a{display:flex;align-items:center;justify-content:space-between;gap:1.3rem;padding:1.25rem 0;border-bottom:1px solid var(--line);text-decoration:none;min-height:88px}.help-links>a:first-child{padding-top:0}.help-links strong{display:block;color:var(--ink);font-size:1.05rem}.help-links small{display:block;color:var(--muted);margin-top:.3rem;line-height:1.6}.help-links a:hover strong{color:var(--accent)}.landing-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;border:1px solid #715234;border-radius:6px;background:linear-gradient(110deg,#403021,#171c19)}.landing-cta h2{margin-bottom:0}.landing-cta .eyebrow{font-size:.7rem}.landing-cta .button{flex-shrink:0}.site-nav a{min-height:44px;display:inline-flex;align-items:center}.legal-copy h3{margin-top:1.8rem}.site-footer a{width:fit-content}
@media(max-width:800px){.landing-hero{gap:1.5rem;padding-top:2rem}.perimeter-art{min-height:360px}.perimeter-art img{width:175px;height:175px}.radar-ring{width:240px;height:240px}.landing-help{gap:2rem}.landing-features{gap:1rem}.landing-features article+article{padding-left:1rem}}
@media(max-width:600px){.landing-hero{grid-template-columns:1fr;padding:1.5rem 0 2rem;gap:2rem}.landing-copy h1{font-size:clamp(2.8rem,12vw,4.2rem)}.landing-copy .actions{align-items:stretch;gap:1rem}.landing-copy .actions .button{flex:1}.landing-copy .text-link{align-self:center}.perimeter-art{min-height:220px;border-radius:6px;flex-direction:row;gap:1rem;padding:2rem 1rem}.perimeter-art:after{border-radius:3px;inset:9px}.perimeter-art img{width:120px;height:120px}.art-coordinate{top:17px;left:24px}.perimeter-art figcaption{text-align:left;margin:0}.perimeter-art figcaption strong{font-size:1.2rem}.radar-ring{top:-20px;left:-50px}.landing-features{grid-template-columns:1fr;gap:1.5rem}.landing-features article+article{border-left:0;border-top:1px solid var(--line);padding:1.5rem 0 0}.feature-number{float:left;margin:0 1rem 0 0}.landing-features h2,.landing-features p{margin-left:2.3rem}.landing-shop{padding:3rem 0}.landing-help{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.landing-cta{align-items:stretch;flex-direction:column;padding:1.4rem}.landing-shop .section-heading{flex-wrap:wrap}.landing-shop .section-heading h2{max-width:none}}
.perimeter-art{margin:0}
@media(max-width:600px){.landing-copy .actions{flex-direction:column;align-items:stretch}.landing-copy .actions .button{justify-content:space-between}.landing-copy .text-link{align-self:flex-start;min-height:44px;display:inline-flex;align-items:center}}

/* Hero action and season spotlight */
.landing-actions{display:grid;grid-template-columns:minmax(240px,1.25fr) minmax(180px,.85fr);gap:.8rem;margin-top:2rem;max-width:590px}.play-button{min-height:82px;padding:1rem 1.1rem 1rem 1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;color:#171c19;background:linear-gradient(135deg,#ffc06f 0%,#f39a3d 52%,#e8772f 100%);border:1px solid #ffd49a;border-radius:7px;text-decoration:none;box-shadow:0 12px 35px #e9752730,inset 0 1px #fff7;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.play-button span{font-size:1.25rem;font-weight:900;line-height:1.15}.play-button small{display:block;margin-bottom:.38rem;font-size:.68rem;letter-spacing:.14em;font-weight:800}.play-button b{width:42px;height:42px;display:grid;place-items:center;border:1px solid #47240f55;border-radius:50%;font-size:1.35rem;transition:transform .18s ease}.play-button:hover{color:#111;filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 18px 42px #e9752742,inset 0 1px #fff9}.play-button:hover b{transform:translateX(3px)}.shop-link{min-height:82px;padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--line);border-radius:7px;background:#151a17;color:var(--ink);text-decoration:none;transition:border-color .18s ease,background .18s ease}.shop-link span{font-weight:800}.shop-link small{margin-top:.28rem;color:var(--muted);font-size:.75rem;line-height:1.35}.shop-link:hover{border-color:var(--accent);background:#1d211b}.landing-facts{display:flex;flex-wrap:wrap;gap:.45rem 1.2rem;margin:1.2rem 0 0;padding:0;list-style:none;color:var(--muted);font-size:.82rem}.landing-facts li{margin:0}.landing-facts li:not(:first-child):before{content:'•';margin-right:1.2rem;color:#8e5f36}.season-spotlight{min-height:440px;position:relative;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;margin:0;padding:1.35rem;border:1px solid #6d5034;background:radial-gradient(circle at 50% 43%,#9b452b3d 0,transparent 43%),linear-gradient(145deg,#1e251f,#101411 70%);border-radius:12px;box-shadow:0 25px 70px #0007,inset 0 1px #ffffff12}.season-spotlight:before{content:'';position:absolute;inset:8px;border:1px solid #daa06324;border-radius:8px;pointer-events:none}.season-grid{position:absolute;inset:0;opacity:.5;background:linear-gradient(90deg,transparent 49.8%,#e9ad6730 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,#e9ad6730 50%,transparent 50.2%),repeating-radial-gradient(circle at 50% 45%,transparent 0 58px,#d0904a1e 59px 60px)}.season-topline{position:relative;z-index:2;display:flex;align-items:center;gap:.55rem;text-transform:uppercase;font-size:.68rem;letter-spacing:.14em;color:#e5c39d}.season-topline small{margin-left:auto;color:var(--muted);font-size:.65rem;letter-spacing:.08em}.live-dot{width:7px;height:7px;border-radius:50%;background:#ff743d;box-shadow:0 0 0 4px #ff743d17,0 0 16px #ff743d}.season-emblem{position:relative;display:grid;place-items:center;min-height:235px}.season-emblem img{position:relative;z-index:2;width:205px;height:205px;filter:drop-shadow(0 18px 26px #0009) drop-shadow(0 0 22px #fa62343d);transition:transform .3s ease}.season-spotlight:hover .season-emblem img{transform:translateY(-4px) scale(1.025)}.orbit{position:absolute;border:1px solid #e3a05b33;border-radius:50%}.orbit-one{width:265px;height:265px}.orbit-two{width:205px;height:205px;border-style:dashed;transform:rotate(24deg)}.season-spotlight figcaption{position:relative;z-index:2;padding:1rem 1.1rem;border-left:2px solid var(--accent);background:linear-gradient(90deg,#0c100dcc,transparent)}.season-spotlight figcaption>span{display:block;font-size:.65rem;letter-spacing:.15em;color:var(--accent)}.season-spotlight figcaption strong{display:block;margin:.35rem 0 .2rem;font-size:1.8rem;line-height:1.05;color:var(--ink);letter-spacing:-.025em}.season-spotlight figcaption p{margin:0;color:var(--muted);font-size:.85rem}.season-spotlight figcaption a{display:inline-flex;gap:.6rem;margin-top:.75rem;font-size:.8rem;font-weight:700;text-decoration:none}.season-spotlight figcaption a:hover{text-decoration:underline}
@media(max-width:800px){.landing-actions{grid-template-columns:1fr}.play-button,.shop-link{min-height:72px}.season-spotlight{min-height:395px}.season-emblem{min-height:210px}.season-emblem img{width:175px;height:175px}.orbit-one{width:225px;height:225px}.orbit-two{width:175px;height:175px}}
@media(max-width:600px){.landing-actions{grid-template-columns:1fr;max-width:none}.play-button{min-height:86px}.play-button span{font-size:1.28rem}.shop-link{min-height:66px}.landing-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;text-align:center;font-size:.72rem}.landing-facts li{padding:.45rem .2rem;border:1px solid #ffffff0c;background:#141815}.landing-facts li:not(:first-child):before{display:none}.season-spotlight{min-height:360px;display:grid;grid-template-rows:auto 1fr auto;gap:0;padding:1.1rem}.season-emblem{min-height:175px}.season-emblem img{width:145px;height:145px}.orbit-one{width:190px;height:190px}.orbit-two{width:145px;height:145px}.season-spotlight figcaption{margin-top:0;padding:.8rem .9rem}.season-spotlight figcaption strong{font-size:1.45rem}}
@media(prefers-reduced-motion:reduce){.play-button,.play-button b,.season-emblem img{transition:none}}
.header-actions{display:flex;align-items:center;gap:1.15rem}.header-actions>a:not(.button){font-size:.86rem;font-weight:700;text-decoration:none}@media(max-width:520px){.header-actions{gap:.65rem}.header-actions>a:not(.button){font-size:.75rem}}
