:root {
  --bg: #090a0d;
  --surface: #111318;
  --surface-2: #171a20;
  --surface-3: #1d2027;
  --line: rgba(255, 255, 255, .1);
  --line-strong: rgba(255, 255, 255, .16);
  --text: #f7f7f8;
  --muted: #a6a8b0;
  --soft: #777b86;
  --accent: #ff4d5e;
  --accent-2: #ff7b68;
  --aqua: #67e4da;
  --gold: #f4ce78;
  --violet: #ff6570;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
  --sans: var(--nox-font-sans, "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", sans-serif);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 13%, rgba(103, 228, 218, .055), transparent 23rem),
    radial-gradient(circle at 92% 38%, rgba(255, 77, 94, .05), transparent 30rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 10px; color: #07080a; background: #fff; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; }

.campaign-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(7, 8, 10, .75), rgba(7, 8, 10, .08));
}
.nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 40px)); height: 70px; margin: auto; }
.back-link, .brand, .nav-actions { display: flex; align-items: center; }
.back-link { gap: 7px; justify-self: start; color: rgba(255, 255, 255, .82); font-size: 14px; font-weight: 700; }
.back-link:hover { color: #fff; }
.brand { gap: 8px; justify-self: center; }
.brand img { width: 24px; height: 27px; }
.brand strong { display: inline-flex; align-items: flex-start; color: #f7f6f8; font-size: 19px; font-weight: 790; line-height: 1; letter-spacing: -.06em; }
.brand strong span { margin: -1px 0 0 5px; color: #ff5964; font-size: 9px; font-weight: 850; line-height: 1; letter-spacing: .08em; }
.nav-actions { justify-self: end; gap: 6px; }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; color: #fff; background: rgba(5, 6, 8, .26); cursor: pointer; backdrop-filter: blur(10px); transition: background .2s, transform .2s, border-color .2s; }
.icon-button:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .1); }
.icon-button[aria-pressed="true"] { border-color: rgba(255, 77, 94, .5); color: #fff; background: rgba(255, 77, 94, .22); }

.campaign-hero { position: relative; isolation: isolate; display: flex; min-height: 760px; overflow: hidden; background: #0d1114; }
.hero-art { position: absolute; z-index: -4; inset: 0; }
.hero-art picture { display: block; width: 100%; height: 100%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; filter: saturate(.96) contrast(1.02) brightness(.94); }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7, 8, 11, .97) 0%, rgba(7, 8, 11, .86) 29%, rgba(7, 8, 11, .3) 63%, rgba(7, 8, 11, .46) 100%), linear-gradient(0deg, #090a0d 0%, rgba(9, 10, 13, .74) 14%, transparent 54%); }
.campaign-hero::after { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 72% 34%, rgba(255, 160, 100, .15), transparent 27%), radial-gradient(circle at 79% 71%, rgba(103, 228, 218, .13), transparent 25%); mix-blend-mode: screen; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; pointer-events: none; }
.hero-orbit::after { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 20px rgba(103, 228, 218, .8); }
.orbit-one { right: -160px; top: 90px; width: 580px; height: 580px; transform: rotate(22deg); }
.orbit-two { right: 40px; top: 265px; width: 310px; height: 310px; transform: rotate(70deg); opacity: .55; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; align-items: end; width: min(1180px, calc(100% - 40px)); margin: auto; padding: 150px 0 98px; }
.hero-copy { position: relative; z-index: 0; max-width: 680px; isolation: isolate; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -34px -42px -32px -34px; border-left: 1px solid rgba(103,228,218,.18); border-radius: 0 30px 30px 0; background: linear-gradient(90deg,rgba(4,6,9,.5),rgba(4,6,9,.16) 72%,transparent); box-shadow: -35px 0 80px rgba(3,5,8,.16); backdrop-filter: blur(2px); pointer-events: none; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.live-chip, .season-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; color: rgba(255, 255, 255, .9); background: rgba(4, 6, 9, .68); box-shadow: 0 8px 28px rgba(0,0,0,.17); font-size: 12px; font-weight: 750; letter-spacing: -.015em; backdrop-filter: blur(14px); }
.live-chip { color: #fff; border-color: rgba(103, 228, 218, .28); }
.live-chip span { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); animation: pulse 2s infinite; }
.season-chip b { color: #fff; font-size: 10px; font-weight: 880; letter-spacing: .1em; }
.season-chip i { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.season-chip strong { color: var(--gold); font-size: 11px; font-weight: 820; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
.hero-kicker { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 17px; padding: 10px 13px 10px 11px; border-left: 3px solid var(--gold); border-radius: 3px 10px 10px 3px; color: #fff1c6; background: linear-gradient(90deg,rgba(244,206,120,.14),rgba(9,11,15,.56)); box-shadow: 0 8px 30px rgba(0,0,0,.18); font-size: 14px; font-weight: 710; line-height: 1.3; letter-spacing: -.025em; backdrop-filter: blur(10px); }
.hero-kicker > i { color: var(--gold); font-size: 19px; }
.hero-kicker > span { display: grid; }
.hero-kicker small { margin-bottom: 3px; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 850; line-height: 1; letter-spacing: .14em; }
.hero-copy h1 { margin: 0; font-size: clamp(54px, 6.2vw, 86px); font-weight: 880; line-height: .94; letter-spacing: -.07em; text-wrap: balance; text-shadow: 0 6px 35px rgba(0, 0, 0, .62); }
.hero-copy h1 > span { color: #fff; }
.hero-copy h1 em { color: var(--accent); font-style: normal; }
.hero-copy h1 small { display: flex; align-items: center; gap: 12px; margin-top: 17px; color: #fff; font-size: .36em; font-weight: 690; line-height: 1.15; letter-spacing: -.04em; }
.hero-copy h1 small::before { content: ""; width: 40px; height: 2px; flex: 0 0 auto; border-radius: 99px; background: linear-gradient(90deg,var(--aqua),rgba(103,228,218,.15)); box-shadow: 0 0 14px rgba(103,228,218,.45); }
.hero-logline { max-width: 640px; margin: 24px 0 0; color: rgba(255, 255, 255, .8); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.65; letter-spacing: -.025em; text-wrap: balance; }
.hero-logline strong { color: #fff; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.hero-tags span { padding: 7px 10px; border-radius: 8px; color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .085); font-size: 12px; font-weight: 650; }
.hero-facts { display: flex; gap: 0; margin: 34px 0 0; }
.hero-facts div { min-width: 90px; padding: 0 22px; border-left: 1px solid rgba(255, 255, 255, .14); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: rgba(255, 255, 255, .45); font-size: 10px; font-weight: 700; }
.hero-facts dd { margin: 3px 0 0; color: #fff; font-size: 14px; font-weight: 800; }
.creator-row { display: flex; align-items: center; gap: 11px; margin-top: 33px; }
.creator-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; color: #08090c; background: linear-gradient(145deg, #fff, #a9e9e1); font-family: Georgia, serif; font-size: 17px; font-weight: 900; }
.creator-row > div:nth-child(2) { display: grid; }
.creator-row span { color: rgba(255, 255, 255, .48); font-size: 10px; }
.creator-row strong { font-size: 13px; }
.creator-row .verified { display: grid; place-items: center; color: var(--aqua); font-size: 16px; }
.hero-brief { padding: 25px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; background: linear-gradient(145deg, rgba(22, 25, 30, .83), rgba(11, 13, 17, .72)); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
.brief-label { color: var(--aqua); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.hero-brief h2 { margin: 6px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.hero-brief > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.brief-goal { display: flex; gap: 11px; align-items: flex-start; margin: 20px 0; padding: 15px; border: 1px solid rgba(244, 206, 120, .16); border-radius: 14px; background: rgba(244, 206, 120, .07); }
.brief-goal > i { margin-top: 3px; color: var(--gold); }
.brief-goal span { display: grid; font-size: 12px; font-weight: 700; }
.brief-goal small { color: rgba(255, 255, 255, .46); font-size: 9px; font-weight: 800; }
.hero-play, .side-play { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #ff4658, #f96555); box-shadow: 0 12px 30px rgba(255, 70, 88, .24); font-size: 14px; font-weight: 850; transition: transform .2s, filter .2s; }
.hero-play:hover, .side-play:hover { transform: translateY(-2px); filter: brightness(1.08); }
.play-cost { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; color: rgba(255, 255, 255, .42); font-size: 10px; }
.play-cost i { color: var(--gold); }

.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 84px 0 160px; }
.main-column { min-width: 0; }
.story-section { padding: 76px 0; border-top: 1px solid var(--line); }
.story-section:first-child { padding-top: 0; border-top: 0; }
.section-heading { margin-bottom: 28px; }
.section-heading > span, .section-heading > div > span { display: block; margin-bottom: 8px; color: var(--accent-2); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.section-heading h2 { margin: 0; font-size: clamp(25px, 3.5vw, 36px); line-height: 1.2; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p { max-width: 620px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.inline-heading, .party-heading, .stats-heading, .ending-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.text-button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; }
.text-button:hover { color: #fff; }

.prologue-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.prologue-panel { position: relative; aspect-ratio: 1 / .78; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.prologue-panel.panel-wide { grid-column: 1 / -1; aspect-ratio: 2.15 / 1; }
.prologue-webtoon-page { grid-column: 1 / -1; width: min(620px, 100%); margin: 0 auto 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.prologue-webtoon-page img { width: 100%; height: auto; }
.prologue-webtoon-page figcaption { padding: 16px 18px 18px; border-top: 1px solid var(--line); background: linear-gradient(145deg,rgba(26,29,35,.98),rgba(14,16,20,.98)); }
.prologue-webtoon-page figcaption span { color: var(--aqua); font: 800 9px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.prologue-webtoon-page figcaption p { margin: 6px 0 0; color: rgba(255,255,255,.8); font-size: 12px; }
.prologue-panel::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(6, 7, 9, .94)); }
.prologue-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform .7s ease; }
.prologue-panel:hover img { transform: scale(1.025); }
.prologue-panel > div { position: absolute; z-index: 1; inset: auto 18px 16px; }
.prologue-panel > div span { display: inline-block; margin-bottom: 5px; color: var(--aqua); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.prologue-panel > div p { max-width: 550px; margin: 0; color: rgba(255, 255, 255, .88); font-size: 13px; font-weight: 650; }

/* True long-scroll Korean webtoon reader. Copy stays as HTML so Korean is exact. */
.webtoon-reader { width: min(680px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); color: #15171b; }
.webtoon-episode-card { display: grid; justify-items: center; padding: 35px 20px 32px; color: #fff; background: radial-gradient(circle at 50% 0,rgba(103,228,218,.17),transparent 50%),#111419; text-align: center; }
.webtoon-episode-card span { color: var(--aqua); font: 900 9px/1 var(--sans); letter-spacing: .2em; }
.webtoon-episode-card strong { margin-top: 10px; font-size: 29px; line-height: 1.15; letter-spacing: -.055em; }
.webtoon-episode-card small { margin-top: 9px; color: rgba(255,255,255,.45); font-size: 10px; }
.webtoon-cut { position: relative; overflow: hidden; margin: 0; background: #e8edf1; }
.webtoon-cut > img { display: block; width: 100%; height: auto; }
.comic-narration { position: absolute; z-index: 3; margin: 0; padding: 10px 13px; border-left: 3px solid #fff; color: #fff; background: rgba(10,12,16,.73); box-shadow: 0 5px 20px rgba(0,0,0,.18); font-size: 12px; font-weight: 730; line-height: 1.55; backdrop-filter: blur(8px); }
.comic-system { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 7px; color: #fff; background: rgba(17,21,28,.72); box-shadow: 0 8px 24px rgba(0,0,0,.18); font: 780 9px/1 var(--sans); backdrop-filter: blur(9px); }
.comic-system i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 10px var(--aqua); }
.comic-system.danger { border-color: rgba(255,105,112,.5); background: rgba(74,13,22,.82); }
.comic-system.danger i { background: #ff6970; box-shadow: 0 0 10px #ff6970; }
.at-top-left { left: 20px; top: 20px; }
.at-top-right { right: 20px; top: 20px; }
.at-bottom-left { left: 20px; bottom: 20px; }
.at-bottom-right { right: 20px; bottom: 20px; }
.at-bottom-center { left: 50%; bottom: 24px; transform: translateX(-50%); }
.comic-thought { position: absolute; z-index: 4; min-width: 136px; margin: 0; padding: 11px 16px; border: 2px solid rgba(24,28,34,.12); border-radius: 50%; color: #24272d; background: rgba(255,255,255,.92); box-shadow: 0 8px 25px rgba(0,0,0,.12); font-size: 12px; font-weight: 750; text-align: center; }
.comic-thought::after, .comic-thought::before { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,.94); }
.comic-thought::after { left: 14px; bottom: -10px; width: 11px; height: 11px; }
.comic-thought::before { left: 4px; bottom: -18px; width: 6px; height: 6px; }
.comic-sfx { position: absolute; z-index: 3; color: #fff; font-family: var(--sans); font-size: clamp(28px,6vw,58px); font-weight: 950; line-height: .9; letter-spacing: -.09em; text-shadow: 0 3px 0 rgba(0,0,0,.22),0 8px 25px rgba(0,0,0,.38); transform: rotate(-7deg); }
.sfx-hum { left: 7%; top: 42%; color: rgba(226,255,252,.92); writing-mode: vertical-rl; }
.sfx-crash { right: 7%; top: 15%; color: #fff0ef; transform: rotate(7deg); }
.webtoon-breath { display: grid; justify-items: center; padding: 76px 24px 82px; background: #fff; text-align: center; }
.webtoon-breath span { color: #f35764; font: 900 9px/1 var(--sans); letter-spacing: .16em; }
.webtoon-breath p { margin: 14px 0 0; color: #20242a; font: 680 17px/1.8 var(--sans); letter-spacing: -.025em; }
.webtoon-duo { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; padding: 3px 0; background: #fff; }
.webtoon-crop { position: relative; height: 390px; overflow: hidden; background: #dde5ea; }
.webtoon-crop > img { position: absolute; top: 0; width: auto; max-width: none; height: 100%; object-fit: cover; }
.crop-left > img { left: 0; }
.crop-right > img { right: 0; }
.comic-speech { position: absolute; z-index: 5; max-width: min(230px,78%); margin: 0; padding: 12px 15px; border: 2px solid #17191e; border-radius: 18px; color: #181a1f; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.13); font: 690 12px/1.55 var(--sans); letter-spacing: -.02em; }
.comic-speech em { display: block; margin-bottom: 3px; color: #e94f5d; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.comic-speech strong { font-weight: 900; }
.comic-speech::after { content: ''; position: absolute; bottom: -10px; width: 17px; height: 17px; border-right: 2px solid #17191e; border-bottom: 2px solid #17191e; background: #fff; transform: rotate(45deg); }
.speech-left { left: 13px; top: 13px; }
.speech-left::after { left: 24px; }
.speech-right { right: 13px; top: 13px; }
.speech-right::after { right: 24px; }
.comic-dialogue-beat { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; min-height: 245px; padding: 58px 38px; background: radial-gradient(circle at 20% 20%,rgba(103,228,218,.1),transparent 35%),#f4f6f8; }
.comic-dialogue-beat .comic-speech { position: relative; align-self: start; max-width: none; }
.comic-dialogue-beat .comic-speech:nth-child(2) { align-self: end; }
.comic-speech.is-dark { color: #fff; border-color: #292c35; background: #292c35; }
.comic-speech.is-dark em { color: #9fe9e2; }
.comic-speech.is-dark::after { border-color: #292c35; background: #292c35; }
.comic-rewind-panel { display: grid; justify-items: center; padding: 56px 24px 62px; color: #fff; background: radial-gradient(circle at 50% 30%,rgba(106,221,215,.19),transparent 35%),#101319; text-align: center; }
.comic-rewind-panel > span { color: var(--aqua); font: 900 10px/1 var(--sans); letter-spacing: .2em; }
.comic-rewind-panel p { margin: 15px 0 20px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.comic-rewind-panel p strong { color: #ff9da4; }
.comic-rewind-panel button { min-width: 160px; height: 45px; border: 0; border-radius: 10px; color: #0d1115; background: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.webtoon-white-finale { display: grid; justify-items: center; min-height: 420px; align-content: center; padding: 70px 20px; background: #fff; text-align: center; }
.webtoon-white-finale b { color: rgba(20,22,27,.13); font-size: clamp(54px,12vw,92px); line-height: .8; letter-spacing: -.1em; transform: rotate(-6deg); }
.webtoon-white-finale p { margin: 48px 0 0; color: #1f2228; font-size: 17px; font-weight: 720; line-height: 1.85; }
.cut-promise { height: min(960px,140vw); }
.cut-promise > img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.cut-promise::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(17,10,18,.78)); }
.speech-promise { left: 7%; bottom: 13%; font-size: 14px; }
.comic-next { position: absolute; z-index: 4; right: 6%; bottom: 5%; padding: 7px 10px; color: rgba(255,255,255,.78); border-radius: 6px; background: rgba(16,18,23,.58); font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.webtoon-start-cta { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 62px; color: #fff; background: linear-gradient(135deg,#ff4658,#f86d5c); font-size: 13px; font-weight: 900; }
.webtoon-start-cta:hover { filter: brightness(1.06); }

.setting-card, .parameter-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(25, 28, 34, .86), rgba(15, 17, 21, .94)); box-shadow: 0 18px 50px rgba(0, 0, 0, .15); }
.setting-field > label, .role-field legend { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, .66); font-size: 12px; font-weight: 750; }
.input-shell { display: flex; align-items: center; gap: 11px; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(5, 6, 8, .45); }
.input-shell:focus-within { border-color: rgba(103, 228, 218, .5); box-shadow: 0 0 0 3px rgba(103, 228, 218, .08); }
.input-shell > i { color: var(--aqua); }
.input-shell input { flex: 1; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 14px; font-weight: 750; }
.input-shell span { color: var(--soft); font-size: 10px; }
.role-field { min-width: 0; margin: 24px 0 0; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice-card { position: relative; display: flex; align-items: center; gap: 12px; min-height: 88px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .025); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.choice-card:hover { transform: translateY(-1px); border-color: var(--line-strong); }
.choice-card.is-selected { border-color: rgba(103, 228, 218, .38); background: rgba(103, 228, 218, .07); }
.choice-card > input { position: absolute; opacity: 0; pointer-events: none; }
.choice-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--muted); background: rgba(255, 255, 255, .06); }
.choice-card.is-selected .choice-icon { color: #06100f; background: var(--aqua); }
.choice-card > span:nth-of-type(2) { display: grid; min-width: 0; }
.choice-card strong { font-size: 13px; }
.choice-card small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.choice-card > i { margin-left: auto; color: transparent; }
.choice-card.is-selected > i { color: var(--aqua); }
.setting-preview { display: flex; gap: 12px; margin-top: 18px; padding: 15px 17px; border-radius: 13px; color: var(--muted); background: rgba(0, 0, 0, .28); }
.setting-preview i { flex: 0 0 auto; margin-top: 3px; color: var(--accent-2); }
.setting-preview p { margin: 0; font-size: 12px; }
.setting-preview strong { color: #fff; }

.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.route-card { position: relative; min-height: 240px; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 20px; color: #fff; text-align: left; background: var(--surface); cursor: pointer; transition: transform .25s, border-color .25s; }
.route-card::before, .route-card::after { content: ""; position: absolute; pointer-events: none; }
.route-card::before { right: -70px; bottom: -95px; width: 240px; height: 240px; border-radius: 50%; filter: blur(2px); opacity: .42; }
.route-card::after { inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(110deg, transparent 30%, #000); }
.route-day::before { background: radial-gradient(circle at 35% 35%, #f8d88a, #ed704e 55%, transparent 70%); }
.route-night::before { background: radial-gradient(circle at 35% 35%, #89e7e0, #7566e4 55%, transparent 70%); }
.route-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.route-card.is-selected { border-color: rgba(255, 255, 255, .35); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .2); }
.route-number, .route-icon, .route-card strong, .route-card p, .route-effect { position: relative; z-index: 1; }
.route-number { color: rgba(255, 255, 255, .45); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.route-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 30px 0 14px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; background: rgba(255, 255, 255, .07); font-size: 20px; backdrop-filter: blur(10px); }
.route-card > strong { display: block; font-size: 18px; letter-spacing: -.035em; }
.route-card > p { max-width: 260px; margin: 7px 0 17px; color: rgba(255, 255, 255, .62); font-size: 11px; }
.route-effect { display: flex; gap: 6px; }
.route-effect b { padding: 5px 7px; border-radius: 6px; color: rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .07); font-size: 9px; }
.route-check { position: absolute; z-index: 2; right: 18px; top: 18px; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; color: transparent; background: rgba(0, 0, 0, .2); }
.route-card.is-selected .route-check { color: #08090b; border-color: #fff; background: #fff; }

.party-heading > p, .ending-heading > p { margin: 0; color: var(--muted); font-size: 11px; }
.party-heading > p b { color: var(--aqua); }
.party-grid { display: grid; gap: 10px; }
.party-card { display: grid; grid-template-columns: 146px minmax(0, 1fr); min-height: 174px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); transition: transform .25s, border-color .25s; }
.party-card:hover { transform: translateX(3px); border-color: var(--line-strong); }
.party-portrait { position: relative; overflow: hidden; background: #252830; }
.party-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--surface)); }
.party-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.party-portrait > span { position: absolute; z-index: 1; left: 12px; bottom: 10px; color: rgba(255, 255, 255, .56); font-family: ui-monospace, monospace; font-size: 9px; }
.party-copy { align-self: center; min-width: 0; padding: 18px 22px 18px 16px; }
.member-world { color: var(--accent-2); font-size: 9px; font-weight: 800; }
.party-card:nth-child(2) .member-world { color: var(--violet); }
.party-card:nth-child(3) .member-world { color: var(--aqua); }
.party-card:nth-child(4) .member-world { color: #86b8ff; }
.party-copy h3 { margin: 3px 0 4px; font-size: 21px; line-height: 1.15; letter-spacing: -.04em; }
.party-copy > p { margin: 0; color: var(--muted); font-size: 11px; }
.party-copy dl { display: flex; gap: 24px; margin: 14px 0 0; }
.party-copy dl div { display: grid; }
.party-copy dt { color: var(--soft); font-size: 8px; }
.party-copy dd { margin: 2px 0 0; color: rgba(255, 255, 255, .75); font-size: 10px; font-weight: 700; }
.party-chat-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 13px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; }
.party-chat-link:hover { color: var(--aqua); }

.world-map { position: relative; aspect-ratio: 1.62 / 1; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #19232a; box-shadow: var(--shadow); }
.world-map > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) brightness(.84) contrast(1.03); }
.world-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 42%, transparent 0%, transparent 24%, rgba(4, 7, 10, .54) 95%); }
.map-grid { position: absolute; z-index: 1; inset: 0; opacity: .35; background-image: linear-gradient(rgba(103, 228, 218, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(103, 228, 218, .13) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, #000, transparent 80%); }
.map-hotspot { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 5px 8px; border: 0; border-radius: 8px; color: rgba(255, 255, 255, .75); background: rgba(5, 8, 11, .58); font-size: 9px; font-weight: 750; cursor: pointer; backdrop-filter: blur(8px); }
.map-hotspot span { width: 9px; height: 9px; border: 2px solid var(--aqua); border-radius: 50%; background: rgba(103, 228, 218, .28); box-shadow: 0 0 0 4px rgba(103, 228, 218, .12), 0 0 15px var(--aqua); }
.map-hotspot.is-active { color: #08100f; background: var(--aqua); }
.map-hotspot.is-active span { border-color: #07100f; background: #fff; box-shadow: 0 0 18px #fff; }
.hotspot-one { left: 45%; top: 37%; }
.hotspot-two { left: 18%; top: 23%; }
.hotspot-three { right: 14%; top: 18%; }
.hotspot-four { right: 20%; bottom: 25%; }
.map-info { position: absolute; z-index: 4; left: 18px; bottom: 18px; width: min(300px, calc(100% - 36px)); padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 13px; background: rgba(8, 11, 14, .78); backdrop-filter: blur(14px); }
.map-info span { color: var(--aqua); font-family: ui-monospace, monospace; font-size: 8px; }
.map-info strong { display: block; margin: 2px 0 4px; font-size: 14px; }
.map-info p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 9px; }

.exposure-pill { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid rgba(103, 228, 218, .18); border-radius: 999px; background: rgba(103, 228, 218, .06); font-size: 9px; }
.exposure-pill i { color: var(--aqua); }
.exposure-pill span { color: var(--muted); }
.exposure-pill b { color: var(--aqua); }
.parameter-intro { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 18px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.signal-gauge { --gauge: 18%; --gauge-color: var(--aqua); position: relative; display: grid; place-content: center; width: 74px; height: 74px; border-radius: 50%; background: conic-gradient(var(--gauge-color) var(--gauge), rgba(255, 255, 255, .07) 0); }
.signal-gauge::before { content: ""; position: absolute; inset: 6px; border-radius: inherit; background: var(--surface-2); }
.signal-gauge span, .signal-gauge small { position: relative; z-index: 1; text-align: center; }
.signal-gauge span { font-size: 21px; font-weight: 850; line-height: 1; }
.signal-gauge small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.parameter-intro strong { font-size: 14px; }
.parameter-intro p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.slider-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; margin-top: 25px; }
.stat-slider > span { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.stat-slider b { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.stat-slider b i { color: var(--aqua); }
.stat-slider output { color: #fff; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; }
.stat-slider small { display: block; margin-top: 6px; color: var(--soft); font-size: 8px; }
.stat-slider input { --value: 30%; display: block; width: 100%; height: 4px; margin: 0; border-radius: 99px; outline: 0; background: linear-gradient(90deg, var(--aqua) var(--value), rgba(255, 255, 255, .1) var(--value)); appearance: none; cursor: pointer; }
.stat-slider input::-webkit-slider-thumb { width: 15px; height: 15px; border: 3px solid var(--surface-2); border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(255, 255, 255, .3); appearance: none; }
.stat-slider input::-moz-range-thumb { width: 11px; height: 11px; border: 3px solid var(--surface-2); border-radius: 50%; background: #fff; }
.ego-slider b i { color: var(--violet); }
.ego-slider input { background: linear-gradient(90deg, var(--violet) var(--value), rgba(255, 255, 255, .1) var(--value)); }
.parameter-note { display: flex; gap: 7px; margin: 23px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--soft); font-size: 9px; }

.ending-heading > p { display: flex; align-items: center; gap: 5px; }
.ending-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ending-card { position: relative; display: grid; align-content: end; min-height: 185px; overflow: hidden; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #15171c; isolation: isolate; }
.ending-card::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .46; filter: blur(2px); }
.ending-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(8, 9, 12, .95), rgba(8, 9, 12, .12)); }
.ending-dawn::before { background: radial-gradient(circle at 70% 10%, #ffd99b, transparent 42%), linear-gradient(135deg, #db735c, #325b70); }
.ending-blue::before { background: radial-gradient(circle at 30% 20%, #70e2ee, transparent 32%), linear-gradient(150deg, #192e7a, #151722); }
.ending-red::before { background: radial-gradient(circle at 75% 25%, #ff5864, transparent 35%), linear-gradient(145deg, #671b33, #17141b); }
.ending-gold::before { background: radial-gradient(circle at 45% 18%, #ffd16b, transparent 30%), linear-gradient(145deg, #554017, #181719); }
.ending-violet::before { background: radial-gradient(circle at 70% 20%, #ff7c84, transparent 34%), linear-gradient(145deg, #5a1c26, #1a1114); }
.ending-zero::before { background: repeating-linear-gradient(115deg, #12141a 0 14px, #23262e 14px 15px); }
.ending-card > span { position: absolute; left: 14px; top: 13px; color: rgba(255, 255, 255, .48); font-family: ui-monospace, monospace; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.ending-card > i { position: absolute; right: 13px; top: 13px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: rgba(255, 255, 255, .62); background: rgba(0, 0, 0, .25); font-size: 12px; }
.ending-card strong { font-size: 13px; }
.ending-card small { margin-top: 3px; color: rgba(255, 255, 255, .45); font-size: 8px; }

.update-section { padding-bottom: 0; }
.update-list { margin: 0; padding: 0; list-style: none; }
.update-list li { display: grid; grid-template-columns: 86px 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.update-list time { color: var(--soft); font-family: ui-monospace, monospace; font-size: 9px; }
.update-list div { min-width: 0; }
.update-list strong { font-size: 12px; }
.update-list p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.update-list li > span { align-self: start; padding: 3px 6px; border-radius: 5px; color: #09110f; background: var(--aqua); font-size: 7px; font-weight: 900; }

.side-column { position: relative; }
.side-card { position: sticky; top: 24px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(19, 21, 26, .92); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.side-cover { aspect-ratio: 1.42 / 1; overflow: hidden; border-radius: 13px; background: #24272c; }
.side-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; }
.side-card h2 { margin: 17px 3px 2px; font-size: 18px; letter-spacing: -.04em; }
.side-card > p { margin: 0 3px; color: var(--muted); font-size: 9px; }
.side-card dl { margin: 17px 3px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.side-card dl div { display: flex; justify-content: space-between; margin-top: 7px; }
.side-card dl div:first-child { margin-top: 0; }
.side-card dt { color: var(--soft); font-size: 9px; }
.side-card dd { margin: 0; color: rgba(255, 255, 255, .75); font-size: 9px; font-weight: 700; }
.side-play { min-height: 45px; font-size: 12px; }
.side-card > button { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; min-height: 41px; margin-top: 7px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: rgba(255, 255, 255, .035); font-size: 10px; font-weight: 700; cursor: pointer; }
.side-card > button:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.content-note { display: flex; gap: 9px; margin: 13px 8px 0; color: var(--soft); font-size: 8px; }
.content-note i { margin-top: 2px; color: var(--aqua); }
.content-note span { display: grid; }
.content-note strong { color: var(--muted); }

.sticky-play { position: fixed; z-index: 40; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); display: none; align-items: center; justify-content: space-between; width: min(560px, calc(100% - 24px)); padding: 8px 8px 8px 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 17px; background: rgba(15, 17, 21, .9); box-shadow: 0 15px 50px rgba(0, 0, 0, .5); transform: translateX(-50%); backdrop-filter: blur(20px); }
.sticky-play > div { display: grid; }
.sticky-play > div span { color: var(--soft); font-size: 8px; }
.sticky-play > div strong { max-width: 145px; overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.sticky-play > a { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 15px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-2)); font-size: 11px; font-weight: 850; }
.sticky-play > a b { padding-left: 7px; border-left: 1px solid rgba(255, 255, 255, .3); color: #fff0c7; font-size: 8px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 88px; padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 10px; color: #fff; background: rgba(20, 22, 27, .94); box-shadow: var(--shadow); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .campaign-hero { min-height: 720px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; }
  .page-grid { grid-template-columns: minmax(0, 1fr); max-width: 760px; }
  .side-column { display: none; }
  .sticky-play { display: flex; }
}

@media (max-width: 720px) {
  .nav-inner { width: calc(100% - 28px); height: 58px; }
  .back-link span { display: none; }
  .brand img { width: 23px; height: 23px; }
  .brand strong { font-size: 16px; }
  .icon-button { width: 36px; height: 36px; border: 0; background: transparent; }
  .webtoon-episode-card { min-height: 210px; padding: 42px 18px; }
  .webtoon-episode-card strong { font-size: 24px; }
  .comic-narration { max-width: 72%; padding: 8px 10px; font-size: 10px; }
  .comic-system { padding: 6px 8px; font-size: 7px; }
  .comic-thought { max-width: 48%; padding: 10px 13px; font-size: 10px; }
  .comic-speech { max-width: 48%; padding: 10px 12px; font-size: 10px; }
  .comic-speech em { font-size: 7px; }
  .comic-sfx { font-size: clamp(22px, 8vw, 38px); }
  .webtoon-breath { min-height: 270px; padding: 50px 20px; }
  .webtoon-breath p { font-size: 16px; }
  .comic-dialogue-beat { gap: 28px; padding: 50px 4%; }
  .comic-rewind-panel { min-height: 310px; }
  .webtoon-white-finale { min-height: 330px; }
  .cut-promise { height: min(155vw, 720px); }
  .campaign-hero { display: block; min-height: 0; padding-top: 0; }
  .hero-art { position: relative; height: min(118vw, 590px); }
  .hero-art img { object-position: center 20%; filter: saturate(.96) contrast(1.02); }
  .hero-vignette { background: linear-gradient(0deg, #090a0d 0%, rgba(9, 10, 13, .98) 9%, rgba(9, 10, 13, .54) 37%, transparent 67%), linear-gradient(180deg, rgba(5, 6, 8, .45), transparent 24%); }
  .campaign-hero::after { background: radial-gradient(circle at 25% 43%, rgba(103, 228, 218, .15), transparent 31%); }
  .hero-orbit { display: none; }
  .hero-inner { display: block; width: calc(100% - 32px); margin-top: -180px; padding: 0 0 46px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-copy::before { inset: -23px -16px -27px; border-left: 0; border-radius: 22px; background: linear-gradient(0deg,rgba(6,8,11,.94),rgba(6,8,11,.7) 72%,rgba(6,8,11,.1)); backdrop-filter: blur(1px); }
  .eyebrow-row { margin-bottom: 14px; }
  .live-chip, .season-chip { min-height: 31px; padding: 6px 10px; font-size: 10px; }
  .season-chip b { font-size: 8px; }
  .season-chip strong { font-size: 9px; }
  .hero-kicker { width: 100%; margin-bottom: 15px; font-size: 12px; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-copy h1 small { margin-top: 13px; font-size: .43em; }
  .hero-copy h1 small::before { width: 28px; }
  .hero-logline { margin-top: 17px; font-size: 15px; line-height: 1.55; }
  .hero-tags { margin-top: 18px; }
  .hero-tags span { padding: 6px 8px; font-size: 10px; }
  .hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 27px; }
  .hero-facts div { min-width: 0; padding: 0 10px; }
  .hero-facts dt { font-size: 8px; }
  .hero-facts dd { font-size: 11px; }
  .creator-row { margin-top: 26px; }
  .hero-brief { margin-top: 27px; padding: 20px; }
  .hero-play { min-height: 48px; }
  .page-grid { width: calc(100% - 32px); padding: 54px 0 140px; }
  .story-section { padding: 58px 0; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2 { font-size: 27px; }
  .section-heading > p { font-size: 12px; }
  .prologue-panel.panel-wide { aspect-ratio: 1.4 / 1; }
  .prologue-panel { aspect-ratio: .88 / 1; }
  .prologue-panel > div { inset: auto 13px 12px; }
  .prologue-panel > div p { font-size: 10px; }
  .setting-card, .parameter-card { padding: 20px; border-radius: 18px; }
  .choice-grid, .route-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 78px; }
  .route-card { min-height: 215px; }
  .route-icon { margin-top: 22px; }
  .party-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 152px; }
  .party-copy { padding: 15px 16px 15px 11px; }
  .party-copy dl { gap: 14px; }
  .world-map { aspect-ratio: 1 / .98; }
  .hotspot-one { left: 38%; top: 33%; }
  .hotspot-two { left: 6%; top: 15%; }
  .hotspot-three { right: 5%; top: 17%; }
  .hotspot-four { right: 9%; bottom: 30%; }
  .map-hotspot b { display: none; }
  .map-hotspot { padding: 8px; border-radius: 50%; }
  .map-info { left: 12px; bottom: 12px; width: calc(100% - 24px); }
  .slider-list { grid-template-columns: 1fr; gap: 20px; }
  .parameter-intro { grid-template-columns: 64px 1fr; gap: 14px; }
  .signal-gauge { width: 64px; height: 64px; }
  .parameter-intro strong { font-size: 12px; }
  .parameter-intro p { font-size: 9px; }
  .ending-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ending-card { min-height: 170px; }
  .update-list li { grid-template-columns: 72px 1fr auto; gap: 12px; }
}

@media (max-width: 420px) {
  .hero-facts div { padding: 0 7px; }
  .hero-facts dt { min-height: 24px; }
  .inline-heading, .party-heading, .stats-heading, .ending-heading { align-items: flex-start; }
  .party-heading > p, .ending-heading > p, .exposure-pill { flex: 0 0 auto; }
  .party-card { grid-template-columns: 98px minmax(0, 1fr); }
  .party-copy > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .party-copy dl { gap: 9px; }
  .party-copy dd { font-size: 9px; }
  .prologue-panel > div p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .sticky-play > a span { display: none; }
  .sticky-play > a { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
