:root {
  color-scheme: dark;
  --ink: #090e0c;
  --panel: #111916;
  --panel-2: #151f1a;
  --line: rgba(184, 162, 118, .16);
  --line-strong: rgba(224, 190, 124, .34);
  --paper: #eee4d1;
  --muted: #849087;
  --quiet: #5f6d65;
  --gold: #d39a4d;
  --gold-bright: #f0c478;
  --green: #82a184;
  --blue: #7fa3bc;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: var(--ink);
  color: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px; margin: 0;
  background:
    radial-gradient(circle at 11% 2%, rgba(108, 124, 72, .16), transparent 28rem),
    radial-gradient(circle at 86% 6%, rgba(139, 91, 49, .13), transparent 30rem),
    linear-gradient(180deg, #0d1411, #080c0a 44rem);
}
a { color: inherit; }
button, input { font: inherit; }

.guide-header {
  position: sticky; z-index: 20; top: 0; height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line);
  background: rgba(10, 15, 13, .91); backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand .sigil {
  width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #a77d42; border-radius: 11px 4px;
  color: var(--gold-bright); font: 700 12px Cinzel, serif; box-shadow: inset 0 0 15px rgba(196, 141, 66, .1);
}
.brand > span:last-child { display: grid; }
.brand strong { font: 700 12px Cinzel, serif; letter-spacing: .07em; }
.brand small { margin-top: 2px; color: #78847c; font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.community-link {
  padding: 9px 11px; color: #8f9c94; font-size: 8px; font-weight: 800; letter-spacing: .08em;
  text-decoration: none; text-transform: uppercase;
}
.community-link:hover { color: var(--paper); }
.community-link span { margin-left: 5px; color: var(--gold); }
.play-link {
  position: relative; isolation: isolate; padding: 9px 13px; border: 1px solid #b07c39; border-radius: 5px; color: #fff0cd;
  background: linear-gradient(180deg, rgba(155, 101, 38, .42), rgba(89, 60, 30, .3));
  box-shadow: 0 0 0 0 rgba(232, 171, 79, 0), inset 0 1px rgba(255, 229, 178, .08);
  font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
  animation: enter-world-pulse 2.5s ease-in-out infinite;
}
.play-link:hover { border-color: var(--gold-bright); color: #fff7e7; background: linear-gradient(180deg, rgba(179, 119, 45, .56), rgba(105, 69, 32, .42)); }
.play-link span { margin-left: 7px; color: var(--gold-bright); }
.play-link:focus-visible, .community-link:focus-visible, .discord-button:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
@keyframes enter-world-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232, 171, 79, 0), 0 0 10px rgba(213, 151, 62, .08), inset 0 1px rgba(255, 229, 178, .08); }
  50% { box-shadow: 0 0 0 4px rgba(232, 171, 79, .1), 0 0 22px rgba(213, 151, 62, .3), inset 0 1px rgba(255, 229, 178, .14); }
}

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.guide-banner-deck { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 12px; margin: 26px 0 0; }
.guide-promo-card {
  position: relative; overflow: hidden; min-width: 0; height: 330px; border: 1px solid rgba(216, 158, 67, .34); border-radius: 10px;
  background: #080c0a; box-shadow: 0 18px 54px rgba(0, 0, 0, .32), 0 0 32px rgba(179, 99, 28, .055);
}
.guide-promo-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.guide-intro-promo::after { background: linear-gradient(90deg, rgba(5, 8, 7, .97), rgba(5, 8, 7, .84) 42%, rgba(5, 8, 7, .22) 76%); }
.guide-intro-promo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 48% center; filter: saturate(.82) brightness(.68); }
.guide-promo-copy {
  position: absolute; z-index: 3; inset: 0 auto 0 0; width: 66%; display: grid; align-content: center; justify-items: start;
  padding: clamp(22px, 3.1vw, 40px); text-shadow: 0 2px 18px #000, 0 1px 3px #000;
}
.guide-promo-kicker { color: #d8a855; font-size: 7px; font-weight: 900; letter-spacing: .23em; }
.guide-promo-copy h1, .guide-promo-copy h2 { margin: 10px 0 0; color: #f0e9d7; font: 600 clamp(25px, 3.1vw, 42px)/1.02 Cinzel, Georgia, serif; letter-spacing: -.025em; }
.guide-mobile-promo .guide-promo-copy { width: 68%; align-content: start; padding: 24px 20px; }
.guide-mobile-promo .guide-promo-copy h2 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.08; }
.guide-promo-copy p { max-width: 460px; margin: 13px 0 0; color: #a9b2ac; font-size: 10px; line-height: 1.6; }
.guide-promo-features { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.guide-promo-features span {
  padding: 6px 8px; border: 1px solid rgba(211, 164, 84, .42); border-radius: 3px; color: #d8c39c;
  background: rgba(8, 13, 10, .75); font-size: 6px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase;
}
.guide-mobile-promo::after { background: linear-gradient(120deg, rgba(5, 8, 7, .98) 0%, rgba(5, 8, 7, .93) 48%, rgba(5, 8, 7, .34) 78%); }
.guide-mobile-screen {
  position: absolute; z-index: 0; top: 4%; right: -2%; height: 92%; aspect-ratio: 1144 / 2137; overflow: hidden;
  border: 5px solid #111713; border-radius: 23px; background: #060908;
  box-shadow: 0 0 0 1px rgba(221, 184, 110, .5), 0 18px 38px rgba(0, 0, 0, .7);
}
.guide-mobile-screen img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gameplay-reel { margin: 14px 0 0; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: rgba(12, 19, 16, .7); }
.gameplay-reel-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 12px; }
.gameplay-reel-heading span { color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .2em; }
.gameplay-reel-heading h2 { margin: 4px 0 0; color: #e8e1d1; font: 600 16px Cinzel, Georgia, serif; }
.gameplay-reel-heading p { max-width: 410px; margin: 0; color: #7f8b83; font-size: 8px; line-height: 1.5; text-align: right; }
.showcase-stage { height: 240px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(230px, .55fr); overflow: hidden; border: 1px solid rgba(216, 158, 67, .26); border-radius: 8px; background: #070b09; }
.showcase-stage-media { position: relative; min-width: 0; height: 240px; overflow: hidden; padding: 0; border: 0; border-right: 1px solid rgba(216, 158, 67, .2); color: inherit; background: #030504; cursor: zoom-in; }
.showcase-stage-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 63%, rgba(3, 6, 5, .45)), linear-gradient(0deg, rgba(3, 6, 5, .18), transparent 35%); pointer-events: none; }
.showcase-stage-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.95) brightness(.92); transition: filter .22s ease, transform .35s ease; }
.showcase-stage-media img.fit-contain { object-fit: contain; }
.showcase-stage-media:hover img { filter: saturate(1.06) brightness(1); transform: scale(1.012); }
.showcase-expand { position: absolute; z-index: 2; right: 13px; bottom: 12px; padding: 6px 8px; border: 1px solid rgba(225, 183, 108, .45); border-radius: 4px; color: #f0d39d; background: rgba(5, 9, 7, .8); font-size: 6px; font-weight: 900; letter-spacing: .13em; }
.showcase-expand i { margin-left: 4px; color: var(--gold-bright); font-style: normal; }
.showcase-stage-copy { display: grid; align-content: center; padding: 20px 21px; background: radial-gradient(circle at 20% 20%, rgba(174, 115, 45, .12), transparent 18rem); }
.showcase-stage-copy > span:first-child { color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .2em; }
.showcase-stage-copy h3 { margin: 8px 0 0; color: #eee5d3; font: 600 20px/1.12 Cinzel, Georgia, serif; }
.showcase-stage-copy p { margin: 12px 0 0; color: #929e96; font-size: 9px; line-height: 1.65; }
.showcase-stage-controls { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.showcase-stage-controls button { width: 32px; height: 29px; border: 1px solid #5c4930; border-radius: 4px; color: #e3bd7b; background: rgba(25, 30, 25, .9); cursor: pointer; }
.showcase-stage-controls button:hover { border-color: var(--gold); color: #fff0c8; }
.showcase-stage-controls span { min-width: 42px; color: #77837b; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.gameplay-reel-track { display: flex; gap: 8px; overflow-x: auto; overflow-y: hidden; margin-top: 10px; padding: 8px 5px 11px; scroll-padding-inline: 5px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #5a4932 transparent; }
.gameplay-reel-card { position: relative; width: 112px; flex: 0 0 112px; aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid rgba(216, 158, 67, .2); border-radius: 6px; color: inherit; background: #080c0a; cursor: pointer; scroll-snap-align: center; transition: border-color .18s ease, box-shadow .18s ease, transform .2s ease; }
.gameplay-reel-card::after { content: ""; position: absolute; inset: 43% 0 0; background: linear-gradient(transparent, rgba(3, 6, 5, .94)); pointer-events: none; }
.gameplay-reel-card img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) brightness(.72); transition: filter .18s ease, transform .24s ease; }
.gameplay-reel-card span { position: absolute; z-index: 1; right: 7px; bottom: 7px; left: 7px; overflow: hidden; color: #ead6aa; font-size: 6px; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; text-shadow: 0 2px 5px #000; text-transform: uppercase; white-space: nowrap; }
.gameplay-reel-card:hover, .gameplay-reel-card:focus-visible { z-index: 2; border-color: rgba(236, 190, 108, .7); outline: 0; box-shadow: 0 8px 24px rgba(0, 0, 0, .5); transform: translateY(-4px) scale(1.07); }
.gameplay-reel-card:hover img, .gameplay-reel-card:focus-visible img, .gameplay-reel-card.active img { filter: saturate(1.04) brightness(1); transform: scale(1.025); }
.gameplay-reel-card.active { border-color: var(--gold-bright); box-shadow: 0 0 0 2px rgba(219, 166, 77, .13), 0 8px 20px rgba(0, 0, 0, .36); }
.showcase-lightbox[hidden] { display: none; }
.showcase-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 34px; }
.showcase-lightbox-scrim { position: absolute; inset: 0; border: 0; background: rgba(2, 5, 4, .92); backdrop-filter: blur(10px); cursor: zoom-out; }
.showcase-lightbox figure { position: relative; z-index: 1; width: min(1240px, calc(100vw - 68px)); height: min(830px, calc(100vh - 68px)); display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; overflow: hidden; border: 1px solid rgba(224, 190, 124, .46); border-radius: 9px; background: #030504; box-shadow: 0 32px 90px #000; }
.showcase-lightbox img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; }
.showcase-lightbox figcaption { padding: 12px 17px; border-top: 1px solid var(--line); color: #e8d3a7; background: #0b110e; font: 600 13px Cinzel, Georgia, serif; }
.showcase-lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 34px; height: 34px; border: 1px solid rgba(224, 190, 124, .5); border-radius: 50%; color: #f3d79e; background: rgba(5, 9, 7, .88); font-size: 20px; cursor: pointer; }
body.showcase-open { overflow: hidden; }
.hero { min-height: 370px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: 70px; align-items: center; padding: 64px 20px 48px; }
.eyebrow, .section-heading span, .subsection-heading span, .zone-kicker, .quest-step-index, .no-results span {
  color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.hero h2 { margin: 11px 0 18px; font: 600 clamp(38px, 6vw, 72px)/.98 Cinzel, Georgia, serif; letter-spacing: -.035em; }
.hero-copy > p:last-child { max-width: 690px; margin: 0; color: #9da9a1; font-size: 14px; line-height: 1.75; }
.guide-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.stat-card { min-height: 108px; display: grid; align-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: rgba(18, 27, 22, .72); }
.stat-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.stat-card strong { color: var(--gold-bright); font: 600 30px Cinzel, serif; }
.stat-card span { margin-top: 5px; color: #708078; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.guide-updates { overflow: hidden; border: 1px solid #5f4b33; border-radius: 9px; background: linear-gradient(135deg, rgba(103, 70, 33, .16), rgba(17, 25, 21, .84) 55%); }
.updates-heading { display: grid; grid-template-columns: 1fr minmax(240px, 410px); gap: 28px; align-items: end; padding: 24px 25px 21px; border-bottom: 1px solid var(--line); }
.updates-heading .eyebrow { margin: 0; }
.updates-heading h2 { margin: 6px 0 0; font: 600 24px Cinzel, serif; }
.updates-heading > p { margin: 0; color: #7f8b83; font-size: 10px; line-height: 1.6; }
.updates-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 0; }
.patch-list { display: grid; align-content: start; }
.patch-entry { display: grid; grid-template-columns: 102px 1fr; gap: 21px; padding: 23px 25px; border-bottom: 1px solid var(--line); }
.patch-entry:last-child { border-bottom: 0; }
.patch-meta { display: grid; align-content: start; gap: 7px; }
.patch-meta time { color: #b4a17e; font: 600 12px Cinzel, serif; }
.patch-meta span { width: fit-content; padding: 4px 6px; border: 1px solid #6c5130; border-radius: 3px; color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .13em; }
.patch-entry h3 { margin: 0 0 7px; font: 600 14px Cinzel, serif; }
.patch-entry p { margin: 0; color: #8d998f; font-size: 10px; line-height: 1.65; }
.patch-entry p + p { margin-top: 8px; }
.patch-entry a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.patch-entry a:hover { color: #f5ddac; }
.patch-entry a:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; border-radius: 2px; }
.patch-archive { min-width: 0; border-bottom: 1px solid var(--line); }
.patch-archive > summary { display: flex; align-items: center; gap: 12px; padding: 16px 25px; color: #aaa18f; background: rgba(8, 13, 11, .38); cursor: pointer; list-style: none; }
.patch-archive > summary::-webkit-details-marker { display: none; }
.patch-archive > summary span { color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .16em; }
.patch-archive > summary strong { font: 600 12px Cinzel, serif; }
.patch-archive > summary i { margin-left: auto; color: var(--gold-bright); font-style: normal; transition: transform .18s ease; }
.patch-archive[open] > summary i { transform: rotate(90deg); }
.patch-archive[open] > summary { border-bottom: 1px solid var(--line); }
.patch-archive-list .patch-entry:last-child { border-bottom: 0; }
.feedback-card { position: relative; overflow: hidden; padding: 25px; border-left: 1px solid var(--line); background: rgba(7, 13, 10, .44); }
.feedback-card .eyebrow { position: relative; margin: 0; }
.feedback-card h3 { position: relative; margin: 9px 0 10px; font: 600 17px/1.25 Cinzel, serif; }
.feedback-card > p:not(.eyebrow) { position: relative; margin: 0 0 17px; color: #839087; font-size: 10px; line-height: 1.65; }
.feedback-mark { position: absolute; right: 12px; top: -32px; color: rgba(209, 153, 75, .055); font: 700 150px/1 Cinzel, serif; }
.discord-button {
  position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 10px 12px; border: 1px solid #53678f;
  border-radius: 5px; color: #c7d3ec; background: rgba(67, 86, 131, .2); font-size: 8px; font-weight: 800; letter-spacing: .08em;
  text-decoration: none; text-transform: uppercase;
}
.discord-button:hover { border-color: #7d92c1; color: #edf2ff; background: rgba(84, 108, 166, .3); }
.discord-button span { margin-left: 7px; color: #96a9d6; }
.alpha-reminder { margin: 0; padding: 14px 25px; border-top: 1px solid var(--line); color: #817b6e; background: rgba(9, 13, 11, .48); font-size: 8px; line-height: 1.6; }
.alpha-reminder strong { color: #af8c55; }

.manual-kicker { margin: 0 0 15px; }
.manual-kicker-spaced { margin-top: 42px; }
.manual-kicker > span { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.manual-kicker h3 { margin: 5px 0 0; font: 600 19px Cinzel, serif; }
.quickstart-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.manual-step {
  min-height: 188px; display: grid; align-content: start; gap: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 7px;
  background: linear-gradient(155deg, rgba(27, 39, 32, .82), rgba(12, 19, 15, .76));
}
.manual-step-number { color: rgba(240, 196, 120, .46); font: 600 24px Cinzel, serif; }
.manual-step h3 { margin: 0 0 8px; font: 600 13px/1.3 Cinzel, serif; }
.manual-step p { margin: 0; color: #87938b; font-size: 9px; line-height: 1.65; }
.roster-choice { display: grid; grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr); margin-top: 10px; overflow: hidden; border: 1px solid rgba(211, 154, 77, .3); border-radius: 8px; background: linear-gradient(135deg, rgba(92, 62, 30, .16), rgba(14, 22, 18, .78) 52%); }
.roster-choice-heading { padding: 20px; border-right: 1px solid var(--line); }
.roster-choice-heading > span, .mobile-control-copy > span { color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .18em; }
.roster-choice-heading h3 { margin: 7px 0 8px; font: 600 16px/1.3 Cinzel, serif; }
.roster-choice-heading p, .roster-choice-options p { margin: 0; color: #849087; font-size: 9px; line-height: 1.6; }
.roster-choice-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.roster-choice-options section { padding: 20px; }
.roster-choice-options section + section { border-left: 1px solid var(--line); }
.roster-choice-options b { color: #bd9b63; font-size: 6px; letter-spacing: .14em; }
.roster-choice-options h4 { margin: 7px 0 6px; font: 600 13px Cinzel, serif; }
kbd {
  min-width: 23px; display: inline-flex; align-items: center; justify-content: center; padding: 3px 6px; border: 1px solid #5d503b;
  border-bottom-color: #8a7049; border-radius: 4px; color: #d9c6a0; background: #111713; box-shadow: 0 2px 0 #090d0b;
  font: 800 7px Inter, sans-serif; letter-spacing: .04em;
}
.controls-panel {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line);
  border-radius: 8px; background: rgba(15, 23, 19, .72);
}
.mobile-controls-guide { display: grid; grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); margin-bottom: 9px; overflow: hidden; border: 1px solid rgba(211, 154, 77, .26); border-radius: 8px; background: rgba(13, 20, 17, .78); }
.mobile-control-copy { display: grid; align-content: center; padding: 18px; border-right: 1px solid var(--line); }
.mobile-control-copy h4 { margin: 7px 0 7px; font: 600 14px/1.3 Cinzel, serif; }
.mobile-control-copy p { margin: 0; color: #849087; font-size: 8px; line-height: 1.55; }
.mobile-control-icons { display: grid; grid-template-columns: repeat(6, minmax(72px, 1fr)); align-items: stretch; }
.mobile-control-item { min-width: 0; display: grid; align-content: center; justify-items: center; gap: 8px; padding: 13px 7px; border-left: 1px solid var(--line); text-align: center; }
.mobile-control-item:first-child { border-left: 0; }
.mobile-control-item > p { margin: 0; color: #6f7b74; font-size: 6px; line-height: 1.35; }
.mobile-control-item > p strong { display: block; margin-bottom: 2px; color: #b6a780; font-size: 5px; letter-spacing: .12em; }
.guide-joystick, .guide-round-control { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(216, 166, 78, .58); border-radius: 50%; color: #ecc676; background: radial-gradient(circle, rgba(120, 85, 42, .34), rgba(10, 16, 13, .92) 63%); box-shadow: inset 0 0 0 6px rgba(193, 151, 80, .055); }
.guide-joystick { position: relative; border-color: rgba(136, 151, 125, .32); }
.guide-joystick::before, .guide-joystick::after { content: ""; position: absolute; background: rgba(206, 177, 118, .24); }
.guide-joystick::before { width: 34px; height: 1px; }
.guide-joystick::after { width: 1px; height: 34px; }
.guide-joystick i { position: relative; z-index: 1; width: 24px; height: 24px; border: 1px solid #d7ac61; border-radius: 50%; background: radial-gradient(circle at 40% 34%, #7f6742, #2b281e 70%); }
.guide-round-control { align-content: center; gap: 1px; }
.guide-round-control small { color: #c0bba9; font-size: 4px; font-weight: 900; letter-spacing: .08em; }
.guide-round-control b { font-size: 23px; font-weight: 500; line-height: 1; }
.guide-round-control svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.guide-attack-control { width: 61px; height: 61px; }
.guide-action-fan, .guide-bandolier { width: 66px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 3px; }
.guide-action-fan i, .guide-bandolier i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #79613e; border-radius: 50%; color: #e1bb76; background: #131b17; font-size: 7px; font-style: normal; font-weight: 900; }
.guide-bandolier { width: 74px; flex-wrap: nowrap; }
.guide-bandolier i { width: 22px; height: 31px; border-color: #52655a; border-radius: 7px; color: #9ecfaf; }
.control-row { min-height: 56px; display: grid; grid-template-columns: 155px 1fr; gap: 14px; align-items: center; padding: 11px 15px; border-bottom: 1px solid var(--line); }
.control-row:nth-child(odd) { border-right: 1px solid var(--line); }
.control-row:nth-last-child(-n + 2) { border-bottom: 0; }
.control-row > div { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.control-row > div span { color: #5e6b63; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.control-row p { margin: 0; color: #929e96; font-size: 9px; line-height: 1.45; }
.stats-explainer { overflow: hidden; scroll-margin-top: 145px; border: 1px solid var(--line); border-radius: 8px; background: rgba(15, 23, 19, .72); }
.stats-intro { display: grid; grid-template-columns: minmax(210px, .7fr) 1.3fr; gap: 30px; align-items: end; padding: 20px; border-bottom: 1px solid var(--line); }
.stats-intro span { color: #a8824d; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.stats-intro h4 { margin: 6px 0 0; font: 600 17px/1.3 Cinzel, serif; }
.stats-intro p { margin: 0; color: #8b978f; font-size: 10px; line-height: 1.65; }
.stat-guide-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stat-guide-card { min-width: 0; display: grid; align-content: start; gap: 13px; padding: 18px; border-right: 1px solid var(--line); }
.stat-guide-card:last-child { border-right: 0; }
.stat-glyph { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #675136; border-radius: 50%; color: var(--gold-bright); background: rgba(108, 75, 36, .13); font: 600 13px Cinzel, serif; }
.stat-guide-card h4 { margin: 0 0 7px; font: 600 13px Cinzel, serif; }
.stat-guide-card p { margin: 0; color: #8b978f; font-size: 9px; line-height: 1.55; }
.stat-guide-card small { display: block; margin-top: 8px; color: #b18c56; font-size: 8px; line-height: 1.55; }
.stat-build-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.stat-build-notes p { margin: 0; padding: 13px 16px; color: #7f8c84; background: #101814; font-size: 9px; line-height: 1.55; }
.stat-build-notes strong, .stat-footnote strong { color: #bbb4a4; }
.stat-footnote { margin: 0; padding: 13px 17px; border-top: 1px solid var(--line); color: #758279; background: rgba(9, 14, 11, .48); font-size: 8px; line-height: 1.6; }
.class-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.class-guide-card { position: relative; overflow: hidden; padding: 19px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(20, 30, 25, .88), rgba(11, 18, 14, .86)); }
.class-guide-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--class-color, #987044); }
.class-guide-card.warrior { --class-color: #b88b55; }
.class-guide-card.cleric { --class-color: #c6b36f; }
.class-guide-card.wizard { --class-color: #7a91ba; }
.class-guide-card.ranger { --class-color: #6f9b67; }
.class-guide-card.necromancer { --class-color: #8b72a6; }
.class-guide-card.paladin { --class-color: #d2a65d; }
.class-guide-card header { display: grid; grid-template-columns: 39px 1fr; gap: 11px; align-items: center; }
.class-guide-glyph { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--class-color); border-radius: 50%; color: #e6d4ae; background: rgba(8, 13, 10, .62); font: 600 14px Cinzel, serif; }
.class-role { color: var(--class-color); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.class-guide-card h4 { margin: 4px 0 0; font: 600 16px Cinzel, serif; }
.class-description { min-height: 48px; margin: 14px 0; color: #89968d; font-size: 9px; line-height: 1.6; }
.class-guide-facts { display: grid; gap: 6px; }
.class-guide-facts .fact { padding: 9px 10px; }
.class-action-list { margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); }
.class-action-list b { color: #91754a; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.class-action-list p { margin: 5px 0 0; color: #a5afa8; font-size: 8px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.feature-card {
  min-height: 220px; display: grid; grid-template-columns: 43px minmax(0, 1fr); gap: 14px; align-content: start; padding: 20px;
  border: 1px solid var(--line); border-radius: 8px; background: rgba(14, 22, 18, .76);
}
.feature-card-wide { min-height: 0; grid-column: 1 / -1; padding-right: 34px; }
.feature-icon {
  width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #675136; border-radius: 50%;
  color: var(--gold-bright); background: rgba(108, 75, 36, .13); font: 600 16px Cinzel, serif;
}
.feature-card > div:last-child > span { color: #a8824d; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.feature-card h3 { margin: 6px 0 9px; font: 600 15px/1.3 Cinzel, serif; }
.feature-card p { margin: 0; color: #8b978f; font-size: 10px; line-height: 1.65; }
.feature-card strong { color: #bbb4a4; }
.feature-card ul { display: grid; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }
.feature-card li { position: relative; padding-left: 13px; color: #7f8c84; font-size: 9px; line-height: 1.55; }
.feature-card li::before { content: "◆"; position: absolute; left: 0; top: .25em; color: #8c6c42; font-size: 6px; }
.feature-card code {
  padding: 2px 4px; border: 1px solid #354039; border-radius: 3px; color: #b9c2bc; background: #0a100d;
  font: 700 8px ui-monospace, SFMono-Regular, Consolas, monospace;
}
.command-list { grid-template-columns: 1fr; }

.guide-toolbar {
  position: sticky; z-index: 15; top: 68px; display: grid; grid-template-columns: auto minmax(260px, 1fr); gap: 16px; align-items: center;
  margin-top: 28px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: rgba(12, 18, 15, .94); backdrop-filter: blur(14px);
}
.view-tabs { display: flex; gap: 4px; scrollbar-width: none; }
.view-tabs::-webkit-scrollbar { display: none; }
.view-tabs button { padding: 10px 13px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: #707d75; font-size: 9px; font-weight: 800; cursor: pointer; }
.view-tabs button:hover { color: #b9c2bc; background: rgba(255,255,255,.035); }
.view-tabs button.active { border-color: #765a35; color: #e2c58e; background: rgba(128, 89, 42, .22); }
.guide-search { min-width: 0; display: grid; grid-template-columns: 22px 1fr; align-items: center; padding: 0 12px; border: 1px solid #2d3a33; border-radius: 5px; background: #0a100d; }
.guide-search span { color: #6f7c74; font-size: 16px; }
.guide-search input { width: 100%; padding: 10px 4px; border: 0; outline: 0; background: transparent; color: #d8dfda; font-size: 10px; }
.guide-search input::placeholder { color: #58645d; }
.result-note { min-height: 16px; margin: 10px 2px 0; color: #68756d; font-size: 9px; }

.guide-section { padding: 62px 0 8px; scroll-margin-top: 142px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(250px, 420px); gap: 30px; align-items: end; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 5px 0 0; font: 600 31px Cinzel, serif; }
.section-heading p { margin: 0; color: #758178; font-size: 10px; line-height: 1.65; }

.quest-lines { display: grid; gap: 12px; }
.quest-line, .zone-group { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(15, 23, 19, .68); }
.quest-line[open], .zone-group[open] { border-color: rgba(188, 145, 77, .29); }
.quest-line > summary, .zone-group > summary { list-style: none; cursor: pointer; }
.quest-line > summary::-webkit-details-marker, .zone-group > summary::-webkit-details-marker { display: none; }
.quest-line-summary { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 21px 23px; }
.quest-line-summary h3 { margin: 0; font: 600 18px Cinzel, serif; }
.quest-line-summary p { max-width: 770px; margin: 7px 0 0; color: #7e8982; font-size: 10px; line-height: 1.55; }
.quest-line-summary .line-meta { color: #9b8052; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.quest-line-summary .line-meta::after { content: "＋"; margin-left: 13px; color: var(--gold); font-size: 13px; }
.quest-line[open] .line-meta::after { content: "−"; }
.quest-steps { display: grid; gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.quest-step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 20px 23px; background: #101814; }
.quest-step-index { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #5e4a31; border-radius: 50%; }
.quest-step header { display: flex; flex-wrap: wrap; gap: 9px 14px; align-items: baseline; }
.quest-step h4 { margin: 0; font: 600 14px Cinzel, serif; }
.quest-step header span { color: #8d9a91; font-size: 8px; }
.quest-summary { margin: 9px 0 12px; color: #8a968e; font-size: 10px; line-height: 1.55; }
.quest-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.fact { padding: 10px 11px; border: 1px solid #28342e; border-radius: 5px; background: #0c120f; }
.fact b { display: block; margin-bottom: 5px; color: #91754a; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.fact span { color: #a9b2ac; font-size: 9px; line-height: 1.5; }

.subsection-heading { margin: 46px 0 16px; }
.subsection-heading h3 { margin: 5px 0 0; font: 600 21px Cinzel, serif; }
.bounty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.bounty-card { padding: 15px; border: 1px solid var(--line); border-radius: 6px; background: rgba(14, 22, 18, .72); }
.bounty-card > span { color: #7b887f; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.bounty-card h4 { margin: 5px 0 7px; font: 600 12px Cinzel, serif; }
.bounty-card p { margin: 0; color: #7c8880; font-size: 9px; line-height: 1.55; }
.bounty-card .reward-line { margin-top: 10px; color: #b68c50; }

.legend { display: flex; flex-wrap: wrap; gap: 18px; margin: -8px 0 18px; color: #77837b; font-size: 8px; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; }
.rare-dot { background: var(--gold); box-shadow: 0 0 8px rgba(211, 154, 77, .5); }
.placeholder-dot { background: #6e8173; }
.named-zones { display: grid; gap: 10px; }
.zone-summary { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 17px 20px; }
.zone-summary h3 { margin: 4px 0 0; font: 600 16px Cinzel, serif; }
.zone-summary > span { color: #9c8256; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.zone-summary > span::after { content: "＋"; margin-left: 12px; color: var(--gold); }
.zone-group[open] .zone-summary > span::after { content: "−"; }
.named-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 9px; border-top: 1px solid var(--line); }
.named-card { padding: 16px; border: 1px solid #29362f; border-radius: 6px; background: #0c1310; }
.named-card header { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; }
.mob-glyph { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #765c39; border-radius: 50%; background: #171a13; color: var(--gold-bright); font: 700 16px Cinzel, serif; }
.named-card h4 { margin: 0; font: 600 12px Cinzel, serif; }
.named-card header p { margin: 4px 0 0; color: #6f7c74; font-size: 8px; }
.level-pill { padding: 5px 7px; border: 1px solid #39463f; border-radius: 4px; color: #919e95; font-size: 7px; font-weight: 800; }
.camp-cycle { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 13px 0 8px; padding: 10px; border: 1px solid #2b3931; border-radius: 5px; background: #111a15; }
.camp-cycle p { margin: 0; color: #9ba69f; font-size: 9px; line-height: 1.55; }
.camp-cycle p b { color: #ca9a54; }
.camp-cycle > span { color: #78857d; font-size: 8px; white-space: nowrap; }
.mob-stats { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.mob-stats span { padding: 4px 6px; border-radius: 3px; background: #18221d; color: #7e8b82; font-size: 7px; }
.drop-list { display: grid; gap: 5px; }
.drop-list > b { color: #7f6947; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.drop-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; color: #a8b2ab; font-size: 8px; }
.drop-row span:last-child { color: #c69b5a; }
.pool-note { margin: 10px 0 0; color: #6e8274; font-size: 8px; }

.loot-pools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.loot-pool { padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: rgba(15, 23, 19, .76); }
.loot-pool header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.loot-pool h3 { margin: 0; font: 600 16px Cinzel, serif; text-transform: capitalize; }
.loot-pool header span { color: #6d7a72; font-size: 8px; }
.tier { padding: 11px 0; border-top: 1px solid #28342e; }
.tier:first-of-type { border-top: 0; }
.tier > div { display: flex; justify-content: space-between; margin-bottom: 8px; }
.tier b { color: #a98a57; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.tier > div span { color: var(--gold-bright); font-size: 9px; font-weight: 800; }
.tier-items { display: flex; flex-wrap: wrap; gap: 5px; }
.item-chip { padding: 5px 7px; border: 1px solid #314038; border-radius: 4px; color: #8e9a92; background: #0c120f; font-size: 7px; }
.item-chip.warrior { border-color: #514633; color: #bc9a63; }
.item-chip.cleric { border-color: #46544c; color: #b8c2b8; }
.item-chip.wizard { border-color: #3d4758; color: #95a8c3; }
.item-chip.ranger { border-color: #3f583b; color: #8fbd83; }
.item-chip.necromancer { border-color: #4d405d; color: #ad94c7; }
.item-chip.paladin { border-color: #66502e; color: #e0b766; }

.hidden { display: none !important; }
.no-results { margin: 70px 0; padding: 55px 20px; border: 1px dashed #39453f; border-radius: 8px; text-align: center; }
.no-results strong { display: block; margin-top: 8px; color: #7f8b83; font: 500 15px Cinzel, serif; }
.community-thanks {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); gap: 26px;
  margin-top: 64px; padding: 23px 27px; border: 1px solid rgba(185, 135, 65, .25); border-radius: 8px;
  background: rgba(16, 24, 20, .7);
}
.community-thanks .eyebrow { margin: 0; }
.community-thanks h2 { margin: 7px 0 0; font: 600 20px/1.4 Cinzel, serif; }
.community-thanks-copy { min-width: 0; color: #9eaba2; font-size: 11px; line-height: 1.7; }
.community-thanks-copy p { margin: 0; }
.community-thanks-copy p + p { margin-top: 9px; }
.community-thanks-copy strong { color: #d9c6a5; }
.community-thanks a, footer a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.community-thanks a:hover, footer a:hover { color: #f5ddac; }
.community-thanks a:focus-visible, footer a:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; border-radius: 2px; }
.guide-credit-logos { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.community-thanks .guide-credit-badge { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 13px 16px; border: 1px solid var(--line); border-radius: 6px; background: #0c1310; text-decoration: none; }
.guide-credit-badge img { display: block; flex: 0 0 52px; width: 52px; height: 52px; object-fit: contain; }
.guide-credit-badge .haywire-credit-logo { border-radius: 6px; background: #f6f7f4; }
.guide-credit-badge > span { min-width: 0; }
.guide-credit-badge small { display: block; margin-bottom: 5px; color: #9eaba2; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.guide-credit-badge strong { color: var(--paper); font: 600 16px/1.4 Cinzel, serif; }
.community-thanks .guide-credit-badge:hover { border-color: var(--line-strong); background: #151e18; }
.guide-credit-badge:hover strong { color: var(--gold-bright); }
.community-thanks + .bottom-cta { margin-top: 20px; }
.bottom-cta {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; margin-top: 76px; padding: 31px;
  border: 1px solid rgba(185, 135, 65, .34); border-radius: 9px;
  background: radial-gradient(circle at 90% 50%, rgba(145, 88, 33, .18), transparent 25rem), rgba(16, 24, 20, .78);
}
.bottom-cta .eyebrow { margin: 0; }
.bottom-cta h2 { margin: 6px 0 8px; font: 600 25px Cinzel, serif; }
.bottom-cta > div:first-child > p:last-child { max-width: 680px; margin: 0; color: #849087; font-size: 10px; line-height: 1.6; }
.bottom-cta-actions { display: flex; align-items: center; gap: 9px; }
.play-link-large { padding: 13px 17px; font-size: 9px; }
.discord-button-secondary { padding: 13px 15px; }
footer { width: min(1180px, calc(100% - 40px)); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 24px; margin: 48px auto 0; padding: 28px 0 40px; border-top: 1px solid var(--line); color: #87938b; font-size: 9px; line-height: 1.7; }
footer .creator-credit { color: #b3bdb5; }

@media (max-width: 860px) {
  .showcase-stage { grid-template-columns: minmax(0, 1.4fr) minmax(205px, .6fr); }
  .showcase-stage-copy { padding: 21px 18px; }
  .showcase-stage-copy h3 { font-size: 19px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 54px; }
  .guide-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .stat-card:last-child:nth-child(odd) { grid-column: auto; }
  .stat-card { min-height: 84px; padding: 12px; }
  .stat-card strong { font-size: 23px; }
  .updates-heading { grid-template-columns: 1fr; gap: 8px; }
  .updates-layout { grid-template-columns: 1fr; }
  .feedback-card { border-top: 1px solid var(--line); border-left: 0; }
  .quickstart-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .manual-step { min-height: 165px; }
  .roster-choice { grid-template-columns: 1fr; }
  .roster-choice-heading { border-right: 0; border-bottom: 1px solid var(--line); }
  .mobile-controls-guide { grid-template-columns: 1fr; }
  .mobile-control-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .mobile-control-icons { grid-template-columns: repeat(3, minmax(80px, 1fr)); }
  .mobile-control-item:nth-child(4) { border-left: 0; }
  .mobile-control-item:nth-child(n + 4) { border-top: 1px solid var(--line); }
  .controls-panel { grid-template-columns: 1fr; }
  .control-row:nth-child(odd) { border-right: 0; }
  .control-row:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .stat-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .class-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-guide-card { border-bottom: 1px solid var(--line); }
  .stat-guide-card:nth-child(even) { border-right: 0; }
  .stat-guide-card:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .guide-toolbar { grid-template-columns: 1fr; }
  .view-tabs { overflow-x: auto; }
  .view-tabs button { flex: 0 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 9px; }
  .quest-facts { grid-template-columns: 1fr; }
  .bounty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-thanks { grid-template-columns: 1fr; gap: 14px; }
  .bottom-cta { grid-template-columns: 1fr; gap: 22px; }
  .bottom-cta-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .guide-banner-deck { grid-template-columns: 1fr; gap: 9px; }
  .guide-promo-card { height: 270px; }
  .guide-mobile-promo { height: 285px; }
}

@media (max-width: 620px) {
  .guide-header { padding: 0 14px; }
  .brand small { display: none; }
  .community-link { display: none; }
  .play-link { padding: 8px 9px; font-size: 7px; }
  main { width: min(100% - 24px, 1180px); }
  .guide-banner-deck { margin-top: 16px; }
  .guide-promo-card { height: 220px; border-radius: 7px; }
  .guide-mobile-promo { height: 235px; }
  .guide-promo-copy { width: 74%; padding: 18px 14px; }
  .guide-promo-copy h1, .guide-promo-copy h2 { font-size: clamp(24px, 8vw, 31px); }
  .guide-promo-copy p { margin-top: 9px; font-size: 8px; line-height: 1.45; }
  .guide-promo-features { gap: 4px; margin-top: 10px; }
  .guide-promo-features span { padding: 5px 6px; font-size: 5.5px; }
  .guide-mobile-promo .guide-promo-copy { width: 62%; padding: 17px 14px; }
  .guide-mobile-promo .guide-promo-copy h2 { font-size: 22px; }
  .guide-mobile-promo .guide-promo-copy p { max-width: 175px; }
  .guide-mobile-screen { top: 3%; right: 1.5%; height: 94%; border-width: 4px; border-radius: 17px; }
  .gameplay-reel { margin-top: 9px; padding: 11px; }
  .gameplay-reel-heading { display: block; margin-bottom: 9px; }
  .gameplay-reel-heading h2 { font-size: 14px; }
  .gameplay-reel-heading p { margin-top: 5px; font-size: 7px; text-align: left; }
  .showcase-stage { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .showcase-stage-media { min-height: 0; height: 180px; border-right: 0; border-bottom: 1px solid rgba(216, 158, 67, .2); }
  .showcase-stage-media::after { background: linear-gradient(0deg, rgba(3, 6, 5, .35), transparent 46%); }
  .showcase-stage-copy { padding: 17px 15px 15px; }
  .showcase-stage-copy h3 { font-size: 18px; }
  .showcase-stage-copy p { margin-top: 8px; font-size: 8px; }
  .showcase-stage-controls { margin-top: 13px; }
  .gameplay-reel-track { gap: 7px; margin-top: 7px; padding: 7px 4px 10px; }
  .gameplay-reel-card { width: 104px; flex-basis: 104px; }
  .showcase-lightbox { padding: 12px; }
  .showcase-lightbox figure { width: calc(100vw - 24px); height: calc(100vh - 24px); }
  .hero { min-height: auto; padding: 48px 4px 38px; }
  .hero h2 { font-size: 39px; }
  .hero-copy > p:last-child { font-size: 12px; }
  .guide-stats { grid-template-columns: repeat(2, 1fr); }
  .stat-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .updates-heading { padding: 19px 17px 17px; }
  .updates-heading h2 { font-size: 21px; }
  .patch-entry { grid-template-columns: 1fr; gap: 11px; padding: 19px 17px; }
  .patch-meta { display: flex; align-items: center; gap: 8px; }
  .patch-archive > summary { flex-wrap: wrap; padding: 15px 17px; }
  .feedback-card { padding: 21px 17px; }
  .alpha-reminder { padding: 13px 17px; }
  .quickstart-grid { grid-template-columns: 1fr; }
  .manual-step { min-height: 0; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px; }
  .manual-step-number { font-size: 18px; }
  .roster-choice-heading, .roster-choice-options section { padding: 16px; }
  .roster-choice-options { grid-template-columns: 1fr; }
  .roster-choice-options section + section { border-top: 1px solid var(--line); border-left: 0; }
  .mobile-control-copy { padding: 15px; }
  .mobile-control-item { min-height: 92px; padding: 10px 5px; }
  .guide-joystick, .guide-round-control { width: 50px; height: 50px; }
  .guide-attack-control { width: 56px; height: 56px; }
  .control-row { grid-template-columns: 1fr; gap: 8px; padding: 13px 14px; }
  .stats-intro { grid-template-columns: 1fr; gap: 9px; padding: 17px; }
  .stat-guide-grid, .stat-build-notes { grid-template-columns: 1fr; }
  .class-guide-grid { grid-template-columns: 1fr; }
  .stat-guide-card, .stat-guide-card:nth-child(even), .stat-guide-card:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-guide-card:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-wide { min-height: 0; grid-column: auto; grid-template-columns: 1fr; padding: 18px; }
  .feature-icon { width: 35px; height: 35px; font-size: 14px; }
  .guide-toolbar { top: 68px; margin-left: -4px; margin-right: -4px; }
  .guide-section { padding-top: 48px; }
  .section-heading h2 { font-size: 25px; }
  .quest-line-summary { grid-template-columns: 1fr; gap: 10px; }
  .quest-line-summary .line-meta { justify-self: start; }
  .quest-step { grid-template-columns: 1fr; }
  .quest-step-index { width: 29px; height: 29px; }
  .bounty-grid, .named-grid, .loot-pools { grid-template-columns: 1fr; }
  .zone-summary { padding: 15px; }
  .named-card { padding: 13px; }
  .community-thanks { margin-top: 48px; padding: 20px 18px; }
  .community-thanks h2 { font-size: 18px; }
  .guide-credit-logos { grid-template-columns: 1fr; gap: 9px; padding-top: 14px; }
  .community-thanks .guide-credit-badge { padding: 11px 13px; gap: 12px; }
  .guide-credit-badge img { flex-basis: 44px; width: 44px; height: 44px; }
  .guide-credit-badge strong { font-size: 14px; }
  .bottom-cta { margin-top: 54px; padding: 22px 18px; }
  .bottom-cta h2 { font-size: 22px; }
  .bottom-cta-actions { display: grid; grid-template-columns: 1fr; }
  .play-link-large, .discord-button-secondary { width: 100%; padding: 12px; }
  footer { width: calc(100% - 24px); flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .play-link { animation: none; }
}
