/* Undercover — CuginiParty typography and surfaces from style.css / games.css.
   Screen IDs and dynamic classes are the contract with undercover.js. */
.undercover-body {
    /* Use the shared game tokens where available; defaults match the site.
       Font and page background are inherited directly from style.css. */
    --uc-ink: var(--text-color, #171a2b);
    --uc-muted: var(--muted-text, #6b7280);
    --uc-paper: var(--card-bg, #ffffff);
    --uc-surface: var(--secondary-bg, #f3f4f6);
    --uc-line: var(--border-color, #e5e7eb);
    --uc-accent: #6354db;
    --uc-accent-soft: #eceaff;
    --uc-radius: 14px;
    color: var(--uc-ink);
    font-size: 16px;
    line-height: 1.5;
}
.undercover-page { min-height: 100svh; padding: 24px max(16px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));  background: radial-gradient(ellipse at 50% 0, rgba(99,84,219,.06), transparent 580px); }
.undercover-wrapper { width: min(100%, 900px); margin: auto; }
.undercover-page *, .undercover-page *::before, .undercover-page *::after { box-sizing: border-box; }
.undercover-page .hidden { display: none !important; }
.undercover-page button, .undercover-page input, .undercover-page select { font-family: inherit; }
.undercover-page button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.undercover-page :is(button, input, select):focus-visible { outline: 3px solid var(--uc-accent); outline-offset: 4px; }
.undercover-page :is(h1, h2, h3, strong, p, span) { overflow-wrap: anywhere; }
.undercover-header { display: flex; gap: 14px; align-items: center; margin-bottom: 26px; color: var(--uc-ink); }
.undercover-logo { width: 48px; height: 48px; flex: 0 0 48px; color: var(--uc-accent); background: var(--uc-accent-soft); border-radius: 13px; display: grid; place-items: center;  box-shadow: inset 0 1px 0 #fff, 0 5px 12px rgba(99,84,219,.10); }
.undercover-logo svg { width: 34px; }
.undercover-brand { color: var(--uc-accent); font-size: 12px; font-weight: 700; }
.undercover-header h1 { font-family: inherit; font-weight: 800; font-size: clamp(28px, 5vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.undercover-header p { color: var(--uc-muted); font-size: 14px; margin-top: 4px; }
.undercover-panel { padding: 28px 20px; border-radius: 24px; background: radial-gradient(circle at 100% 0, rgba(99,84,219,.055), transparent 240px), var(--uc-paper); border: 1px solid var(--uc-line); box-shadow: 0 14px 36px rgba(28, 33, 66, .07), 0 2px 5px rgba(28, 33, 66, .025); min-width: 0; }
.undercover-round-badge { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 5px; padding: 7px 12px; border-radius: 999px; background: var(--uc-accent-soft); color: var(--uc-accent); font-size: 11px; font-weight: 700; letter-spacing: .035em; line-height: 1.6;  box-shadow: inset 0 0 0 1px rgba(99,84,219,.10), 0 3px 8px rgba(99,84,219,.06); }
.undercover-panel h2 { margin: 14px 0 12px; font-family: inherit; font-weight: 700; font-size: clamp(28px, 4.6vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.undercover-panel-description { max-width: 560px; color: var(--uc-muted); font-size: 15px; line-height: 1.65; }
.section-caption { margin: 28px 0 12px; color: var(--uc-muted); font-size: 12px; font-weight: 500; letter-spacing: .03em;  display: flex; align-items: center; justify-content: center; gap: 12px; }
#roundStartBadge { background: var(--uc-accent); color: #fff; box-shadow: 0 4px 12px rgba(99,84,219,.20); }
.section-caption::before, .section-caption::after { content: ""; height: 1px; width: 36px; background: var(--uc-line); }
/* Controls: one scale and one consistent interaction language. */
.undercover-primary-button, .undercover-secondary-button { width: 100%; min-height: 54px; padding: 15px 18px; border: 1px solid transparent; border-radius: var(--uc-radius); font-size: 15px; font-weight: 700; line-height: 1.35; transition: background .15s, transform .15s, box-shadow .15s; }
.undercover-primary-button { background: linear-gradient(135deg, var(--uc-accent), #8a70ee); color: white; box-shadow: 0 8px 18px rgba(99, 84, 219, .18); }
.undercover-secondary-button { background: var(--uc-surface); border-color: var(--uc-line); color: var(--uc-ink); }
.undercover-panel > :is(.undercover-primary-button, .undercover-secondary-button) { margin-top: 26px; }
.undercover-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.undercover-actions > * { min-width: 0; }
.undercover-page button:disabled { cursor: not-allowed; opacity: .46; }
.undercover-page button:not(:disabled):active { transform: translateY(1px);  box-shadow: inset 0 2px 4px rgba(23,26,43,.12); }
@media (hover: hover) {
    .undercover-primary-button:not(:disabled):hover { background: linear-gradient(135deg, #5748c8, #7b61df);  transform: translateY(-2px); box-shadow: 0 12px 24px rgba(99,84,219,.24); }
    .undercover-secondary-button:not(:disabled):hover { background: var(--uc-accent-soft);  box-shadow: 0 4px 10px rgba(28,33,66,.06); }
    .undercover-mode-button:not(:disabled):hover { background: #f0efff; border-color: var(--uc-accent); }
    .vote-button:not(:disabled):hover { background: #dedaff; }
}
/* Mode and setup. */
.mode-choice-grid { display: grid; gap: 12px; margin-top: 30px; }
.undercover-mode-button { display: flex; align-items: center; gap: 16px; width: 100%; min-width: 0; padding: 22px 18px; border: 1px solid transparent; border-radius: 18px; background: var(--uc-accent-soft); color: var(--uc-ink); text-align: left; transition: background .15s;  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 5px 14px rgba(99,84,219,.05); }
.undercover-mode-button:disabled { background: var(--uc-surface); opacity: .65;  box-shadow: none; }
.mode-icon { display: grid; place-items: center; flex: 0 0 36px; color: var(--uc-accent); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 1; }
.mode-content { display: grid; gap: 5px; min-width: 0; }
.mode-content strong { font-family: inherit; font-weight: 700; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.mode-content small { color: var(--uc-muted); font-size: 13px; line-height: 1.5; }
.undercover-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; margin-top: 30px; }
.undercover-field { display: grid; gap: 9px; min-width: 0; }
.undercover-field > span { font-size: 13px; font-weight: 500; }
.undercover-field select, .undercover-field input, .player-name-row input, .white-guess-input { width: 100%; min-width: 0; min-height: 56px; padding: 14px; border: 1px solid var(--uc-line); border-radius: var(--uc-radius); background: #fff; color: var(--uc-ink); font-size: 16px; }
.undercover-field select { font-weight: 600; cursor: pointer; }
.undercover-page input::placeholder { color: var(--uc-muted); opacity: 1; }
.undercover-info-box { margin-top: 26px; padding: 20px; border-radius: var(--uc-radius); background: var(--uc-surface);  box-shadow: inset 3px 0 0 #d8d2fb; }
.undercover-info-box strong { font-size: 14px; font-weight: 600; }
.undercover-info-box p { margin-top: 8px; color: var(--uc-muted); font-size: 13px; line-height: 1.75; }
/* Player entry. */
.player-name-list { display: grid; gap: 12px; margin-top: 28px; }
.player-name-row { display: flex; align-items: center; gap: 12px; min-width: 0; }
.player-name-number { display: grid; place-items: center; flex: 0 0 28px; font-family: inherit; font-weight: 600; font-size: 16px; color: var(--uc-accent); font-variant-numeric: tabular-nums;  height: 28px; border-radius: 9px; background: var(--uc-accent-soft); box-shadow: inset 0 1px 0 #fff; }
/* Private reveal: a sealed card, then a large typographic secret. */
#revealScreen, #cardScreen, #roundStartScreen, #voteResultScreen, #whiteGuessScreen, #victoryScreen { text-align: center; }
:is(#revealScreen, #roundStartScreen, #whiteGuessScreen, #victoryScreen) .undercover-panel-description { margin-inline: auto; }
.reveal-icon { width: 134px; height: 168px; margin: 28px auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: radial-gradient(circle at 25% 10%, #35304f, transparent 75%), var(--uc-ink); color: #c3b1ff; border-radius: 16px; transform: rotate(-7deg); box-shadow: 8px 8px 0 #e3dcf4, 0 14px 24px rgba(23,26,43,.15), inset 0 0 0 1px rgba(195,177,255,.22); }
.reveal-icon svg { width: 70px; }
.reveal-icon span { font-size: 10px; letter-spacing: .15em; }
#revealPlayerName { font-size: clamp(32px, 6vw, 52px); }
.card-privacy-note { margin-bottom: 18px; color: var(--uc-muted); font-size: 12px; letter-spacing: .06em; }
.private-card { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 370px; padding: 28px 20px; border-radius: 20px; background: radial-gradient(ellipse at 50% 0, #35304f, transparent 70%), var(--uc-ink); color: var(--uc-paper); box-shadow: 0 16px 30px rgba(23,26,43,.18), inset 0 0 0 1px rgba(195,177,255,.18); }
.private-card::before, .private-card::after { content: ''; position: absolute; width: 22px; height: 22px; border-color: #86759f; border-style: solid; pointer-events: none; }
.private-card::before { top: 14px; left: 14px; border-width: 1px 0 0 1px; }
.private-card::after { bottom: 14px; right: 14px; border-width: 0 1px 1px 0; }
.private-card-role { padding: 7px 14px; border-radius: 999px; background: #353040; color: #dacfff; font-size: 12px; font-weight: 500; letter-spacing: .1em;  box-shadow: inset 0 0 0 1px rgba(218,207,255,.15); }
.private-card-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 24px 0 18px; border-radius: 50%; background: #2b2934; font-size: 30px;  outline: 1px solid rgba(195,177,255,.24); outline-offset: 6px; box-shadow: 0 6px 15px rgba(0,0,0,.12); }
.private-card-label { color: #b9b3c6; font-size: 13px; }
.private-card-word { max-width: 100%; margin: 8px 0 18px; overflow-wrap: anywhere; font-family: inherit; font-weight: 600; font-size: clamp(36px, 6vw, 64px); line-height: 1.1; letter-spacing: -.035em; }
.private-card-description { max-width: 380px; margin-top: auto; color: #c4bdce; font-size: 14px; line-height: 1.6;  border-top: 1px solid rgba(195,177,255,.16); padding-top: 18px; }
/* Round: compact instructions and a clearly visible living roster. */
.round-main-icon { margin: 16px auto 0; color: var(--uc-accent); font-family: inherit; font-weight: 600; font-size: 64px; line-height: .8; }
.round-player-list { display: grid; gap: 8px; }
.round-player-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 12px; background: linear-gradient(110deg, #f5f3ff, var(--uc-paper)); text-align: left; box-shadow: inset 3px 0 0 #d8d2fb, inset 0 0 0 1px rgba(99,84,219,.07), 0 3px 8px rgba(28,33,66,.035); }
.round-player-item strong { min-width: 0; font-size: 15px; font-weight: 500; }
.round-player-item span { flex-shrink: 0; color: #267256; font-size: 10px; font-weight: 500;  padding: 3px 7px; border-radius: 999px; background: #e8faf4; }
.undercover-discussion-warning { margin-top: 20px; color: var(--uc-muted); font-size: 13px; line-height: 1.6; }
/* Voting: name / minus / tally / plus. Footer remains within the page flow. */
#votingScreen .round-main-icon { display: none; }
.voting-list { display: grid; gap: 8px; margin-top: 26px; }
.voting-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 10px; background: var(--uc-surface); border-radius: var(--uc-radius);  box-shadow: inset 0 0 0 1px rgba(28,33,66,.045), 0 3px 8px rgba(28,33,66,.035); }
/* Existing enabled minus control means this player has recorded votes. */
.voting-row:has(.vote-minus:not(:disabled)) { background: #f0edff; box-shadow: inset 3px 0 0 var(--uc-accent), inset 0 0 0 1px #ddd6fa, 0 3px 8px rgba(99,84,219,.06); }
.voting-player-name { min-width: 0; font-size: 15px; font-weight: 600; text-align: left; }
.voting-controls { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.vote-button { display: grid; place-items: center; width: 44px; height: 46px; padding: 0; border: 0; border-radius: 10px; font-size: 24px; font-weight: 500;  transition: background .15s, transform .15s, box-shadow .15s; }
.vote-minus { background: #e5e7eb; color: var(--uc-muted); }
.vote-plus { background: var(--uc-accent-soft); color: var(--uc-accent);  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 2px 4px rgba(99,84,219,.08); }
.vote-count { min-width: 26px; text-align: center; font-family: inherit; font-weight: 700; font-size: 21px; font-variant-numeric: tabular-nums; }
.voting-footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--uc-line); }
.undercover-online-vote-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.undercover-online-vote-actions .undercover-secondary-button { min-height: 48px; padding: 12px 14px; }
.vote-total-box { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: var(--uc-muted); font-size: 14px;  padding: 12px 14px; border-radius: 12px; background: var(--uc-accent-soft); }
.vote-total-box strong { color: var(--uc-ink); font-family: inherit; font-weight: 700; font-size: 25px; font-variant-numeric: tabular-nums; }
/* Result: the eliminated name is the focal point, including long names/ties. */
.result-main-icon { margin: 20px auto 12px; font-size: 28px; }
#voteResultTitle { font-size: 23px; }
.eliminated-card { margin-top: 24px; padding: 30px 16px; border-radius: 18px; background: #fff0f1;  box-shadow: inset 0 3px 0 #edb6c1, 0 8px 20px rgba(128,83,95,.07); }
.eliminated-card.is-tie { background: var(--uc-accent-soft);  box-shadow: inset 0 3px 0 #c4baf2, 0 8px 20px rgba(99,84,219,.07); }
.eliminated-label { display: block; color: #80535f; font-size: 11px; letter-spacing: .08em; }
#eliminatedPlayerName { display: block; margin: 12px 0 18px; font-family: inherit; font-weight: 700; font-size: clamp(36px, 6vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.eliminated-role { display: inline-block; padding: 7px 14px; border-radius: 999px; background: var(--uc-paper); color: var(--uc-ink); font-size: 12px; font-weight: 500; letter-spacing: .04em;  box-shadow: 0 3px 8px rgba(128,83,95,.07); }
.result-vote-summary { margin-top: 20px; }
.result-vote-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 4px; border-bottom: 1px solid var(--uc-line); font-size: 14px; text-align: left; }
.result-vote-row strong { flex-shrink: 0; color: var(--uc-accent); font-weight: 600; }
/* Mr. White and the finale. */
.white-guess-icon { display: grid; place-items: center; width: 78px; height: 96px; margin: 26px auto; border: 1px solid var(--uc-line); border-radius: 12px; background: white; font-family: inherit; font-weight: 600; font-size: 56px; transform: rotate(6deg);  box-shadow: 5px 5px 0 var(--uc-accent-soft), 0 8px 18px rgba(28,33,66,.07); }
.guess-label { display: block; margin: 26px 0 10px; font-size: 13px; color: var(--uc-muted); }
.white-guess-input { min-height: 68px; text-align: center; font-size: 22px !important; }
.white-guess-input:disabled { background: var(--uc-surface); }
.white-guess-result { margin-top: 20px; padding: 18px; border-radius: var(--uc-radius); font-size: 14px; line-height: 1.6; }
.white-guess-result.success { background: #e1f0e8; color: #246149; }
.white-guess-result.failure { background: #f2e3e5; color: #903948; }
#victoryScreen { background: radial-gradient(circle at 18% 58px, #c4baf2 0 3px, transparent 4px), radial-gradient(circle at 82% 72px, #c4baf2 0 3px, transparent 4px), radial-gradient(circle at 24% 118px, #ddd6fa 0 2px, transparent 3px), radial-gradient(circle at 76% 32px, #ddd6fa 0 2px, transparent 3px), radial-gradient(ellipse at 50% 0, #f0edff, transparent 65%), var(--uc-paper); }
.victory-icon { display: grid; place-items: center; width: 100px; height: 100px; margin: 4px auto 24px; border-radius: 50%; outline: 1px solid #dedaff; outline-offset: 8px; background: var(--uc-accent-soft); font-size: 40px;  box-shadow: inset 0 2px 0 rgba(255,255,255,.9), 0 10px 22px rgba(99,84,219,.13); }
#victoryTitle { max-width: 680px; margin: 20px auto 16px; font-size: clamp(40px, 7vw, 68px); line-height: 1.03; letter-spacing: -.035em; }
.victory-summary { margin-top: 28px; padding: 24px 18px; border-radius: 16px; background: var(--uc-accent-soft); color: var(--uc-muted); font-size: 14px; line-height: 1.8;  box-shadow: inset 0 0 0 1px rgba(99,84,219,.10), 0 5px 12px rgba(99,84,219,.04); }
.victory-summary strong { color: var(--uc-ink); font-weight: 600; }
/* Online uses the same surfaces and controls, adding only room-specific layout. */
.online-entry-grid { display: grid; gap: 16px; margin-top: 28px; }
.online-entry-card { min-width: 0; padding: 20px; border: 1px solid var(--uc-line); border-radius: 18px; background: var(--uc-surface); }
.online-entry-card h3 { margin: 8px 0 20px; font-size: 21px; }
.online-entry-card .undercover-field + .undercover-field { margin-top: 14px; }
.online-entry-card .undercover-primary-button { margin-top: 18px; }
.online-step { color: var(--uc-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.room-code-input { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.online-message { margin-top: 18px; padding: 13px 15px; border-radius: 12px; background: var(--uc-accent-soft); color: var(--uc-ink); font-size: 13px; line-height: 1.55; }
.online-message.is-error { background: #fff0f1; color: #903948; }
.online-message.is-success { background: #e8faf4; color: #246149; }
.online-lobby-topline, .online-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.connection-status { flex-shrink: 0; padding: 6px 10px; border-radius: 999px; background: #fff4dc; color: #7a5a10; font-size: 11px; font-weight: 700; }
.connection-status.is-online { background: #e8faf4; color: #246149; }
.connection-status.is-offline { background: #fff0f1; color: #903948; }
.room-code-card { display: grid; place-items: center; gap: 8px; margin-top: 26px; padding: 22px; border-radius: 18px; background: var(--uc-accent-soft); text-align: center; }
.room-code-card > span { color: var(--uc-muted); font-size: 12px; }
.room-code-card > strong { color: var(--uc-accent); font-size: clamp(34px, 8vw, 54px); line-height: 1; letter-spacing: .14em; font-variant-numeric: tabular-nums; }
.room-code-card .undercover-secondary-button { width: auto; min-height: 42px; margin-top: 6px; padding: 9px 16px; background: white; }
.online-section-heading { margin-top: 28px; }
.online-section-heading h3 { margin: 0; font-size: 17px; }
.online-section-heading span { color: var(--uc-muted); font-size: 12px; text-align: right; }
.online-player-list { display: grid; gap: 8px; margin-top: 12px; }
.online-player-row { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 13px 14px; border: 1px solid var(--uc-line); border-radius: 12px; background: var(--uc-paper); }
.online-player-presence { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #2fa879; box-shadow: 0 0 0 3px #e8faf4; }
.online-player-row.is-offline .online-player-presence { background: #a7abb5; box-shadow: 0 0 0 3px #f0f1f3; }
.online-player-name { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 650; }
.online-player-badge { flex-shrink: 0; padding: 4px 8px; border-radius: 999px; background: var(--uc-accent-soft); color: var(--uc-accent); font-size: 10px; font-weight: 800; }
.online-player-state { flex-shrink: 0; color: var(--uc-muted); font-size: 10px; }
.online-settings { margin-top: 26px; padding-top: 2px; border-top: 1px solid var(--uc-line); }
.online-settings .undercover-form-grid { margin-top: 16px; }
.online-vote-option { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--uc-line); border-radius: 12px; background: var(--uc-surface); color: var(--uc-ink); text-align: left; font-size: 15px; font-weight: 650; }
.online-vote-option.is-selected { border-color: var(--uc-accent); background: var(--uc-accent-soft); box-shadow: inset 3px 0 0 var(--uc-accent); }
.online-vote-option:disabled { opacity: .55; }
.online-waiting-icon { width: 96px; height: 96px; display: grid; place-items: center; margin: 28px auto 20px; border-radius: 50%; background: var(--uc-accent-soft); color: var(--uc-accent); font-size: 36px; letter-spacing: .08em; }
#onlineWaitingScreen { text-align: center; }
#onlineWaitingScreen .undercover-panel-description { margin-inline: auto; }
.round-player-item.is-eliminated { opacity: .58; background: var(--uc-surface); box-shadow: inset 3px 0 0 #c4c7ce; }
.round-player-item.is-eliminated span { color: #80535f; background: #fff0f1; }
/* Wider screens gain space and useful columns, without stretching secret cards. */
@media (min-width: 600px) {
    .undercover-page { padding-top: 36px; }
    .undercover-header { margin-bottom: 32px; }
    .undercover-panel { padding: 40px; }
    .undercover-actions { flex-direction: row; }
    .undercover-actions > .undercover-secondary-button { flex: 1; }
    .undercover-actions > .undercover-primary-button { flex: 2; }
    .mode-choice-grid, .player-name-list, .round-player-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .undercover-form-grid { gap: 24px; }
    .undercover-field select, .undercover-field input { min-height: 64px; font-size: 20px; }
    .online-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .voting-row { padding: 12px 18px; }
    .voting-player-name { font-size: 18px; }
    .voting-controls { gap: 12px; }
    .vote-button { width: 48px; height: 48px; }
    #cardScreen, #revealScreen, #whiteGuessScreen { max-width: 620px; margin-inline: auto; }
    .private-card { min-height: 410px; padding: 36px; }
}
@media (min-width: 900px) {
    .undercover-panel { padding: 48px 56px; }
    .undercover-header { gap: 18px; }
    .undercover-brand { font-size: 12px; }
    .undercover-header p { font-size: 14px; }
    .undercover-logo { width: 58px; height: 58px; flex-basis: 58px; }
    #modeScreen h2 { font-size: 52px; max-width: 560px; }
    .undercover-mode-button { min-height: 146px; }
    #roundStartScreen > .undercover-primary-button { max-width: 460px; }
}
@media (prefers-reduced-motion: no-preference) {
    .private-card, .eliminated-card, .victory-icon { animation: undercover-reveal-in .18s ease-out; }
}
@keyframes undercover-reveal-in { from { opacity: .35; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
    .undercover-page button { transition: none; }
}
