:root {
  --ink: #1d1c30;
  --muted: #6b687a;
  --paper: #fffaf0;
  --white: #fff;
  --orange: #ff5b35;
  --orange-dark: #db3e1e;
  --yellow: #ffd84d;
  --blue: #5577ea;
  --mint: #bcecc9;
  --pink: #ffb6c8;
  --line: #ded8cc;
  --shadow: 7px 7px 0 var(--ink);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: var(--paper);
  font-family: Inter, ui-rounded, "Arial Rounded MT Bold", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
button { color: inherit; }

.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .15; z-index: -1; background-image: radial-gradient(#302e45 .6px, transparent .6px); background-size: 7px 7px; }
.orb { position: fixed; width: 320px; height: 320px; border: 3px solid var(--ink); border-radius: 50%; z-index: -2; }
.orb-one { right: -170px; top: -130px; background: var(--pink); }
.orb-two { left: -190px; bottom: -180px; background: var(--mint); }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.game-shell { width: min(1400px, calc(100% - 32px)); margin: 0 auto; padding-bottom: 42px; }

.site-header, .game-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 13px 13px 13px 4px; box-shadow: 3px 3px 0 var(--ink); font-size: 23px; transform: rotate(-3deg); }
.header-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 750; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #35bb69; box-shadow: 0 0 0 4px rgba(53,187,105,.13); }

.landing { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 96px); align-items: center; padding: 45px 0 88px; }
.eyebrow, .stage-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--mint); box-shadow: 3px 3px 0 var(--ink); transform: rotate(-1deg); }
.hero-title { margin: 27px 0 21px; font-size: clamp(64px, 8.2vw, 110px); line-height: .82; letter-spacing: -.075em; font-weight: 1000; text-transform: uppercase; }
.hero-title span { display: inline-block; color: var(--orange); text-shadow: 4px 4px 0 var(--ink); transform: rotate(-1deg); }
.hero-copy { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; font-weight: 620; }
.home-rules { max-width: 620px; margin-top: 25px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.72); }
.home-rules h2 { margin: 0 0 9px; font-size: 16px; letter-spacing: -.02em; }
.home-rules ol,.turn-guide ol { margin: 0; padding-left: 20px; }
.home-rules li { margin: 5px 0; color: var(--muted); font-size: 12px; line-height: 1.45; font-weight: 680; }
.mini-steps { display: flex; gap: 18px; margin-top: 35px; flex-wrap: wrap; }
.mini-step { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 850; }
.step-number { width: 27px; height: 27px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); box-shadow: 2px 2px 0 var(--ink); color: var(--ink); font-size: 11px; }

.play-card { border: 3px solid var(--ink); border-radius: 29px; background: var(--white); box-shadow: 12px 12px 0 var(--ink); overflow: hidden; }
.play-stripe { height: 12px; border-bottom: 3px solid var(--ink); background: repeating-linear-gradient(90deg,var(--orange) 0 32px,var(--yellow) 32px 64px,var(--blue) 64px 96px); }
.play-card-inner { padding: clamp(28px,4vw,42px); }
.catalog-kicker { margin-bottom: 8px; color: var(--orange-dark); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.play-card h2 { margin: 0 0 7px; font-size: 32px; letter-spacing: -.045em; }
.card-subtitle { margin: 0 0 26px; color: var(--muted); line-height: 1.45; font-weight: 620; }
.field-label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.text-input, .search-input { width: 100%; height: 54px; padding: 0 16px; border: 2px solid var(--ink); border-radius: 13px; color: var(--ink); background: #fffdf8; outline: 0; font-size: 16px; font-weight: 750; transition: box-shadow .15s, transform .15s; }
.text-input:focus, .search-input:focus { box-shadow: 4px 4px 0 var(--yellow); transform: translate(-1px,-1px); }
.text-input:disabled { background: #eeeae4; color: #aaa4a1; }
.text-input::placeholder, .search-input::placeholder { color: #aaa6af; font-weight: 600; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 2px solid var(--ink); border-radius: 13px; cursor: pointer; font-weight: 900; transition: transform .12s, box-shadow .12s, opacity .12s; }
.button:hover:not(:disabled) { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); }
.button:active:not(:disabled) { transform: translate(1px,1px); box-shadow: none; }
.button:disabled { opacity: .42; cursor: not-allowed; }
.button-primary { color: var(--white); background: var(--orange); }
.button-secondary { background: var(--yellow); }
.button-ghost { min-height: 43px; color: var(--muted); background: var(--white); border-color: #bcb5aa; }
.button-small { min-height: 43px; padding: 0 14px; font-size: 12px; }
.full-button { width: 100%; margin-top: 17px; }
.divider { display: flex; align-items: center; gap: 12px; margin: 21px 0; color: #9a96a1; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.divider::before,.divider::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.join-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.code-input { text-transform: uppercase; letter-spacing: .17em; }
.fine-print { margin: 21px 0 0; color: #96919e; font-size: 11px; line-height: 1.45; text-align: center; }
.plain-button { padding: 0; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 12px; font-weight: 800; text-decoration: underline; }

/* Lobby */
.lobby-wrap { min-height: calc(100vh - 88px); display: grid; place-items: center; padding: 30px 0 80px; }
.lobby-card { width: min(650px,100%); padding: clamp(29px,6vw,57px); border: 3px solid var(--ink); border-radius: 30px; background: var(--white); box-shadow: 12px 12px 0 var(--ink); text-align: center; }
.waiting-faces { display: flex; justify-content: center; margin-bottom: 24px; }
.waiting-face { width: 88px; height: 88px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 26px; background: var(--yellow); font-size: 40px; }
.waiting-face:first-child { transform: rotate(-7deg) translateX(7px); }
.waiting-face:last-child { transform: rotate(7deg) translateX(-7px); border-style: dashed; background: #ece9ee; }
.lobby-card h1 { margin: 8px 0 11px; font-size: clamp(34px,6vw,50px); letter-spacing: -.055em; }
.lobby-card > p { max-width: 430px; margin: 0 auto 27px; color: var(--muted); line-height: 1.55; font-weight: 620; }
.room-code-label { margin-top: 23px; color: var(--muted); font-size: 10px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.room-code { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 8px 0 23px; font-size: clamp(40px,8vw,60px); line-height: 1; font-weight: 1000; letter-spacing: .15em; }
.room-code button {
  position: relative; flex: 0 0 41px; width: 41px; height: 41px; padding: 0; overflow: hidden;
  border: 2px solid var(--ink); border-radius: 11px; background: var(--yellow); cursor: pointer;
  font-size: 0; line-height: 1; letter-spacing: 0;
}
.room-code button::before,.room-code button::after {
  content: ""; position: absolute; width: 13px; height: 13px; border: 2px solid var(--ink); background: var(--yellow);
}
.room-code button::before { left: 10px; top: 9px; }
.room-code button::after { left: 15px; top: 14px; }
.callout { margin-bottom: 22px; padding: 13px; border-radius: 12px; color: #4c4656; background: #f0ede7; font-size: 12px; font-weight: 750; }

/* Shared match chrome */
.game-header { min-height: 75px; display: grid; grid-template-columns: 1fr auto 1fr; border-bottom: 2px solid rgba(29,28,48,.13); }
.round-chip { padding: 8px 13px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.game-meta { justify-self: end; display: flex; align-items: center; gap: 12px; }
.code-pill { padding: 8px 11px; border-radius: 10px; background: #eae6df; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.scoreboard { width: min(720px,100%); margin: 17px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; }
.score-player { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.score-player:last-child { flex-direction: row-reverse; }
.score-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 900; }
.score-pips { display: flex; gap: 5px; }
.score-pips i { width: 23px; height: 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); }
.score-pips i.won { background: var(--orange); }
.versus { color: #a19ca6; font-size: 9px; font-weight: 950; }
.round-winner { width: min(780px,100%); margin: 15px auto -2px; padding: 10px 14px; border: 2px solid var(--ink); border-radius: 12px; background: var(--mint); box-shadow: 3px 3px 0 var(--ink); text-align: center; font-size: 12px; font-weight: 850; }

/* Pick phase */
.trait-hero { width: min(900px,100%); margin: 30px auto 27px; text-align: center; }
.trait-hero .stage-label { color: var(--orange-dark); }
.trait-hero h1 { margin: 8px 0 4px; font-size: clamp(35px,5vw,62px); line-height: 1; letter-spacing: -.055em; }
.trait-hero p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.pick-section { padding: 20px; border: 2px solid var(--ink); border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 6px 6px 0 rgba(29,28,48,.12); }
.pick-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.pick-toolbar h2 { margin: 0 0 4px; font-size: 24px; letter-spacing: -.035em; }
.pick-toolbar p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 680; }
.pick-actions { width: min(790px,100%); display: grid; grid-template-columns: minmax(180px,1fr) auto auto; gap: 9px; }
.search-input { height: 43px; font-size: 12px; }
.real-character-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 10px; }
.real-character-card { min-width: 0; padding: 0 0 10px; border: 2px solid var(--ink); border-radius: 13px; overflow: hidden; background: var(--white); cursor: pointer; box-shadow: 3px 3px 0 rgba(29,28,48,.14); text-align: left; transition: .15s ease; }
.real-character-card:hover { transform: translateY(-3px); box-shadow: 4px 6px 0 rgba(29,28,48,.17); }
.real-character-card.selected { outline: 5px solid var(--yellow); transform: translateY(-4px); box-shadow: 5px 7px 0 var(--ink); }
.card-image { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; background: #e8e5df; }
.card-image img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.card-image span { position: absolute; left: 5px; right: 5px; bottom: 5px; padding: 4px 5px; border-radius: 6px; color: var(--white); background: rgba(29,28,48,.78); backdrop-filter: blur(3px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.real-character-card > strong,.real-character-card > small { display: block; margin: 0 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.real-character-card > strong { margin-top: 8px; font-size: 10px; }
.real-character-card > small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 650; }
.empty-search { grid-column: 1/-1; padding: 45px; color: var(--muted); text-align: center; font-weight: 750; }
.pick-confirm { position: sticky; z-index: 5; left: 0; right: 0; bottom: 12px; min-height: 82px; margin: 18px auto -2px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 2px solid var(--ink); border-radius: 15px; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }
.pick-confirm:not(.show) { color: var(--muted); justify-content: center; font-size: 12px; font-weight: 750; }
.confirm-character { display: flex; align-items: center; gap: 10px; min-width: 0; }
.confirm-character img { width: 58px; height: 58px; border: 2px solid var(--ink); border-radius: 9px; object-fit: contain; object-position: center; background: #eeeae4; }
.confirm-character div { min-width: 0; display: grid; }
.confirm-character small { color: var(--orange-dark); font-size: 8px; font-weight: 950; letter-spacing: .08em; }
.confirm-character strong { font-size: 17px; }.confirm-character span { color: var(--muted); font-size: 10px; font-weight: 700; }
.home-project-note {
  max-width: 620px; margin-top: 29px; padding-top: 20px; display: grid; gap: 14px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 650;
}
.home-project-note p { margin: 0; line-height: 1.55; }
.home-project-note a { color: var(--ink); font-weight: 850; }
.home-project-note cite { font-style: italic; }
.project-footer {
  width: min(1100px,calc(100% - 40px)); margin: 0 auto; padding: 20px 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 650;
}
.home-view .project-footer { display: none; }
.project-footer p { margin: 0; line-height: 1.5; }
.project-footer a { color: var(--ink); font-weight: 850; }
.project-footer cite { font-style: italic; }
.support-invite { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; }
.coffee-link {
  flex: none; min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid #d0bd63; border-radius: 9px; background: var(--yellow); text-decoration: none;
}
.coffee-link:hover { filter: brightness(.97); }
.locked-pick { width: min(780px,100%); margin: 43px auto; padding: 26px; display: grid; grid-template-columns: 190px 1fr; gap: 27px; align-items: center; border: 3px solid var(--ink); border-radius: 25px; background: var(--white); box-shadow: 9px 9px 0 var(--ink); }
.locked-art { position: relative; }.locked-art img { width: 190px; height: 225px; display: block; border: 2px solid var(--ink); border-radius: 17px; object-fit: contain; object-position: center; background: #eeeae4; }
.lock-badge { position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%) rotate(-2deg); padding: 7px 10px; border: 2px solid var(--ink); border-radius: 999px; background: var(--mint); box-shadow: 2px 2px 0 var(--ink); white-space: nowrap; font-size: 9px; font-weight: 950; }
.locked-pick h2 { margin: 8px 0 2px; font-size: 43px; letter-spacing: -.055em; }.locked-pick p { margin: 0; color: var(--muted); font-weight: 700; }
.waiting-line { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; padding: 10px 12px; border-radius: 10px; background: #f0ede7; font-size: 11px; font-weight: 800; }
.waiting-line i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); animation: pulse 1.2s infinite; }
@keyframes pulse { 50% { transform: scale(1.5); opacity: .5; } }

/* Guess phase */
.voice-reminder { width: min(980px,100%); margin: 21px auto 17px; padding: 11px 15px; border: 2px solid var(--ink); border-radius: 12px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); text-align: center; font-size: 11px; font-weight: 850; }
.guess-layout { width: min(1120px,100%); margin: 0 auto; display: grid; grid-template-columns: 430px minmax(0,1fr); gap: 18px; align-items: stretch; }
.opponent-character-panel,.guess-controls-panel { border: 2px solid var(--ink); border-radius: 23px; background: rgba(255,255,255,.94); box-shadow: 6px 6px 0 rgba(29,28,48,.12); }
.opponent-character-panel { padding: 17px; text-align: center; }
.panel-heading { min-height: 25px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.private-pill { padding: 5px 8px; border-radius: 999px; color: #824425; background: #ffe2bb; font-size: 8px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.big-character-image { width: 100%; height: 415px; margin: 13px 0 14px; overflow: hidden; border: 2px solid var(--ink); border-radius: 17px; background: #eae6df; }
.big-character-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.opponent-character-panel h1 { margin: 0 0 2px; font-size: 36px; line-height: 1; letter-spacing: -.05em; }.opponent-character-panel > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 750; }
.identity-note { margin-top: 13px; padding: 10px; border-radius: 9px; color: #625d6b; background: #f1eee8; font-size: 10px; line-height: 1.4; font-weight: 700; }
.guess-controls-panel { padding: 21px; }
.trait-reminder { display: grid; gap: 3px; padding: 12px 14px; border: 2px solid var(--ink); border-radius: 12px; background: var(--mint); }
.trait-reminder small { font-size: 8px; font-weight: 950; letter-spacing: .1em; }.trait-reminder strong { font-size: 18px; }
.turn-guide { margin-top: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: #fbfaf7; }
.turn-guide > strong { display: block; margin-bottom: 7px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.turn-guide li { margin: 4px 0; color: var(--muted); font-size: 10px; line-height: 1.4; font-weight: 700; }
.turn-status { display: flex; align-items: center; gap: 11px; margin: 13px 0; padding: 13px; border-radius: 12px; background: #efebe5; }
.turn-status.your-turn { border: 2px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); }
.turn-status.final-chance { border: 2px solid var(--ink); background: #ffd6a6; box-shadow: 3px 3px 0 var(--ink); }
.last-chance-reminder { color: var(--white); background: var(--orange); }
.turn-status > span { font-size: 24px; }.turn-status div { display: grid; gap: 2px; }.turn-status strong { font-size: 14px; }.turn-status small { color: var(--muted); font-size: 9px; font-weight: 700; }
.attempt-result { margin-bottom: 12px; padding: 10px 12px; border-radius: 9px; color: #853a30; background: #ffd9d4; font-size: 10px; font-weight: 800; }
.guess-form { padding: 15px; border: 1.5px solid var(--line); border-radius: 13px; background: #fffdf8; }
.guess-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: start; }.guess-form .button-ghost { width: 100%; margin-top: 9px; }
.guess-input-wrap { position: relative; min-width: 0; }
.guess-suggestions { position: absolute; z-index: 20; left: 0; right: 0; top: calc(100% + 5px); display: none; max-height: 310px; overflow-y: auto; padding: 6px; border: 2px solid var(--ink); border-radius: 12px; background: var(--white); box-shadow: 5px 5px 0 var(--ink); }
.guess-suggestions.show { display: grid; gap: 5px; }
.guess-suggestion { width: 100%; min-width: 0; padding: 6px; display: grid; grid-template-columns: 44px 1fr; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: #fffdf8; cursor: pointer; text-align: left; }
.guess-suggestion:hover,.guess-suggestion:focus { border-color: var(--ink); background: var(--yellow); outline: none; }
.guess-suggestion img { width: 44px; height: 48px; object-fit: contain; border-radius: 7px; background: #eae6df; }
.guess-suggestion span { min-width: 0; display: grid; gap: 2px; }.guess-suggestion strong,.guess-suggestion small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.guess-suggestion strong { font-size: 11px; }.guess-suggestion small { color: var(--muted); font-size: 8px; font-weight: 700; }
.notes-block { margin-top: 13px; }.notes-block > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; }.notes-block > div span { color: #99939e; font-size: 8px; font-weight: 750; }
.notes-block textarea { width: 100%; min-height: 116px; padding: 12px; resize: vertical; border: 2px solid var(--ink); border-radius: 11px; color: var(--ink); background: #fffdf8; outline: none; font-size: 12px; line-height: 1.45; font-weight: 650; }
.notes-block textarea:focus { box-shadow: 3px 3px 0 var(--yellow); }
.attempt-log { margin-top: 12px; display: grid; gap: 5px; }.attempt-log > strong { margin-bottom: 2px; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.attempt-log > div { display: flex; justify-content: space-between; gap: 10px; padding: 6px 8px; border-radius: 7px; background: #f0ede7; font-size: 9px; font-weight: 700; }
.attempt-log b { font-size: 8px; text-transform: uppercase; }.attempt-log b.correct { color: #19814a; }.attempt-log b.incorrect { color: #b34132; }.attempt-log b.skip { color: #776e7f; }

/* Correct reveal */
.correct-screen { min-height: 100vh; }
.correct-reveal { width: min(680px,100%); margin: 38px auto; padding: 38px 34px 32px; border: 3px solid var(--ink); border-radius: 30px; background: var(--mint); box-shadow: 12px 12px 0 var(--ink); text-align: center; }
.correct-burst { width: 74px; height: 74px; margin: 0 auto 12px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; color: var(--white); background: #2cad64; box-shadow: 5px 5px 0 var(--ink); font-size: 48px; font-weight: 1000; transform: rotate(-5deg); }
.correct-reveal h1 { margin: 8px 0 18px; font-size: clamp(47px,7vw,76px); line-height: .92; letter-spacing: -.065em; }
.correct-character { width: min(390px,100%); margin: 0 auto; padding: 11px; display: grid; grid-template-columns: 125px 1fr; align-items: center; gap: 16px; border: 2px solid var(--ink); border-radius: 18px; background: var(--white); box-shadow: 5px 5px 0 rgba(29,28,48,.2); text-align: left; }
.correct-character img { width: 125px; height: 145px; border: 2px solid var(--ink); border-radius: 12px; object-fit: contain; background: #eeeae4; }
.correct-character div { min-width: 0; display: grid; gap: 5px; }
.correct-character strong { font-size: 25px; line-height: 1; }
.correct-character span { color: var(--muted); font-size: 11px; font-weight: 750; }
.correct-reveal > p { margin: 20px 0 13px; font-size: 13px; font-weight: 850; }
.tie-reveal { width: min(880px,100%); background: var(--yellow); }
.tie-burst { color: var(--ink); background: var(--white); }
.tie-characters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.tie-characters .correct-character { width: 100%; }
.reveal-progress { height: 9px; overflow: hidden; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); }
.reveal-progress i { width: 100%; height: 100%; display: block; background: var(--orange); transform: scaleX(var(--reveal-from, 1)); transform-origin: left; animation: reveal-countdown var(--reveal-duration, 4s) linear forwards; }
@keyframes reveal-countdown { to { transform: scaleX(0); } }

/* Match result */
.match-result { width: min(630px,100%); margin: 60px auto; padding: 48px 35px; border: 3px solid var(--ink); border-radius: 28px; background: var(--white); box-shadow: 11px 11px 0 var(--ink); text-align: center; }
.result-icon { margin-bottom: 14px; font-size: 64px; }.match-result h1 { margin: 9px 0 8px; font-size: clamp(42px,7vw,70px); line-height: .95; letter-spacing: -.065em; }.match-result p { margin: 0 auto 24px; color: var(--muted); font-weight: 680; }

.toast { position: fixed; left: 50%; bottom: 23px; z-index: 50; padding: 12px 18px; border: 2px solid var(--ink); border-radius: 11px; color: var(--white); background: var(--ink); box-shadow: 4px 4px 0 rgba(255,255,255,.45); font-size: 12px; font-weight: 850; transform: translate(-50%,130px); opacity: 0; transition: .25s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; }.toast.error { background: #b8382d; }

/* Calm presentation: the same controls with less visual competition. */
:root {
  --ink: #292838;
  --muted: #706d78;
  --paper: #f7f5f0;
  --white: #fff;
  --orange: #e85d3f;
  --orange-dark: #b94630;
  --yellow: #f3dd86;
  --mint: #d6eadb;
  --line: #d9d5cc;
  --shadow: none;
}
.page-noise,.orb,.play-stripe,.catalog-kicker,.mini-steps { display: none; }
body { background: var(--paper); }
.shell { width: min(1100px,calc(100% - 40px)); }
.site-header,.game-header { min-height: 72px; }
.brand { gap: 9px; font-size: 13px; letter-spacing: .045em; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: none; font-size: 19px; transform: none; }
.landing { min-height: calc(100vh - 72px); grid-template-columns: 1fr minmax(350px,470px); gap: clamp(42px,7vw,80px); padding: 52px 0 76px; }
.eyebrow { padding: 0; border: 0; border-radius: 0; color: var(--orange-dark); background: none; box-shadow: none; transform: none; }
.hero-title { max-width: 650px; margin: 18px 0; font-size: clamp(52px,7.2vw,88px); line-height: .92; letter-spacing: -.065em; text-transform: none; }
.hero-title span { color: var(--orange); text-shadow: none; transform: none; }
.hero-copy { max-width: 580px; font-size: clamp(16px,1.8vw,19px); }
.play-card,.lobby-card,.match-result,.correct-reveal { border: 1px solid var(--line); border-radius: 20px; box-shadow: none; }
.play-card-inner { padding: clamp(28px,4vw,38px); }
.text-input,.search-input { border: 1px solid #bbb6ad; border-radius: 10px; background: var(--white); }
.text-input:focus,.search-input:focus { box-shadow: 0 0 0 3px rgba(232,93,63,.16); transform: none; border-color: var(--orange); }
.button { border: 1px solid transparent; border-radius: 10px; }
.button:hover:not(:disabled) { transform: none; box-shadow: none; filter: brightness(.97); }
.button:active:not(:disabled) { transform: none; }
.button-primary { background: var(--orange); }
.button-secondary { border-color: #d0bd63; background: var(--yellow); }
.button-ghost { border-color: var(--line); background: var(--white); }
.waiting-faces { margin-bottom: 17px; }
.waiting-face { width: 72px; height: 72px; border: 1px solid var(--line); border-radius: 18px; font-size: 32px; }
.waiting-face:first-child,.waiting-face:last-child { transform: none; }
.game-header { border-bottom: 1px solid var(--line); }
.round-chip { padding: 7px 11px; border: 0; background: #eeeae1; box-shadow: none; }
.code-pill { background: #eeeae1; }
.score-pips i { height: 10px; border: 1px solid #aaa5ad; }
.round-winner { border: 0; background: var(--mint); box-shadow: none; }
.trait-hero { margin: 25px auto 22px; }
.trait-hero h1 { font-size: clamp(32px,4.5vw,52px); }
.pick-section,.opponent-character-panel,.guess-controls-panel { border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: none; }
.real-character-card { border: 1px solid var(--line); border-radius: 10px; box-shadow: none; }
.real-character-card:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(41,40,56,.08); }
.real-character-card.selected { outline: 2px solid var(--orange); transform: none; box-shadow: none; }
.card-image span { background: rgba(41,40,56,.72); }
.pick-confirm { border: 1px solid var(--line); background: var(--white); box-shadow: 0 8px 22px rgba(41,40,56,.09); }
.locked-pick { border: 1px solid var(--line); border-radius: 18px; box-shadow: none; }
.locked-art img,.big-character-image,.correct-character img { border: 1px solid var(--line); }
.lock-badge { border: 1px solid #9bc5a6; box-shadow: none; }
.voice-reminder { border: 0; background: #eeeae1; box-shadow: none; text-align: left; }
.last-chance-reminder { color: var(--ink); background: #f3d6b7; }
.trait-reminder { border: 0; background: var(--mint); }
.turn-status.your-turn,.turn-status.final-chance { border: 1px solid #d0bd63; box-shadow: none; }
.guess-form { border: 1px solid var(--line); background: #fbfaf7; }
.notes-block textarea { border: 1px solid #bbb6ad; background: var(--white); }
.notes-block textarea:focus { box-shadow: 0 0 0 3px rgba(232,93,63,.14); border-color: var(--orange); }
.guess-suggestions { border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(41,40,56,.13); }
.correct-reveal { background: var(--mint); }
.tie-reveal { background: var(--yellow); }
.correct-burst { border: 0; box-shadow: none; transform: none; }
.correct-character { border: 1px solid var(--line); box-shadow: none; }
.reveal-progress { height: 7px; border: 0; background: rgba(255,255,255,.72); }

@media (max-width: 1150px) {
  .real-character-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .landing { grid-template-columns: 1fr; }.hero-title { font-size: clamp(68px,15vw,108px); }.play-card { max-width: 630px; }
  .game-header { grid-template-columns: 1fr auto; }.round-chip { grid-row: 2; grid-column: 1/-1; justify-self: center; margin-bottom: 11px; }.game-meta { grid-column: 2; grid-row: 1; }
  .pick-toolbar { align-items: stretch; flex-direction: column; }.pick-actions { width: 100%; }.real-character-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .guess-layout { grid-template-columns: minmax(280px,.8fr) 1.2fr; }.big-character-image { height: 365px; }
}
@media (max-width: 650px) {
  .shell { width: calc(100% - 24px); }.game-shell { width: calc(100% - 20px); }.site-header { min-height: 74px; }.header-note { display: none; }
  .landing { min-height: calc(100vh - 74px); padding: 27px 0 55px; gap: 39px; }.hero-title { font-size: clamp(56px,18vw,86px); }.mini-steps { gap: 10px 14px; }
  .play-card,.lobby-card,.match-result { box-shadow: 7px 7px 0 var(--ink); }.join-row { grid-template-columns: 1fr; }
  .brand > span:last-child { display: none; }.game-header { min-height: 67px; }.game-meta { gap: 8px; }
  .scoreboard { gap: 8px; }.score-player { flex-direction: column!important; gap: 4px; text-align: center; }.score-name { max-width: 130px; font-size: 10px; }
  .trait-hero { margin: 25px auto 22px; }.trait-hero h1 { font-size: 35px; }
  .pick-section { padding: 11px; }.pick-actions { grid-template-columns: 1fr; }.real-character-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .pick-confirm { align-items: stretch; flex-direction: column; }.pick-confirm .button { width: 100%; }.confirm-character { width: 100%; }
  .locked-pick { grid-template-columns: 1fr; padding: 19px; text-align: center; }.locked-art { justify-self: center; }.locked-pick h2 { font-size: 36px; }
  .guess-layout { grid-template-columns: 1fr; }.opponent-character-panel { padding: 13px; }.big-character-image { height: 390px; }.guess-controls-panel { padding: 14px; }
  .guess-row { grid-template-columns: 1fr; }.guess-row .button { width: 100%; }.voice-reminder { font-size: 10px; }
  .tie-characters { grid-template-columns: 1fr; }
  .match-result { margin-top: 38px; padding: 38px 20px; }
  .correct-reveal { padding: 30px 17px 25px; box-shadow: 7px 7px 0 var(--ink); }.correct-character { grid-template-columns: 95px 1fr; }.correct-character img { width: 95px; height: 115px; }
  .project-footer { width: calc(100% - 24px); align-items: stretch; flex-direction: column; text-align: center; }
  .support-invite { justify-content: center; flex-wrap: wrap; }
  .coffee-link { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; } }

/* Minimal presentation */
:root {
  --ink: #2e2d35;
  --muted: #77737c;
  --paper: #f7f6f2;
  --white: #fff;
  --orange: #c9553d;
  --orange-dark: #9f402f;
  --yellow: #f3e4a5;
  --mint: #e1eee4;
  --line: #ddd9d1;
}
body { background: var(--paper); }
.shell { width: min(1040px,calc(100% - 40px)); }
.game-shell { width: min(1180px,calc(100% - 36px)); }
.site-header,.game-header { min-height: 64px; }
.brand { gap: 0; font-size: 12px; letter-spacing: .04em; text-transform: none; }
.brand-mark,.header-note,.waiting-faces,.correct-burst,.result-icon { display: none; }
.landing { min-height: auto; grid-template-columns: minmax(0,1fr) minmax(340px,410px); gap: clamp(42px,7vw,72px); padding: 56px 0 72px; }
.eyebrow { color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.hero-title { max-width: 600px; margin: 13px 0 17px; font-size: clamp(48px,6.4vw,72px); line-height: .98; letter-spacing: -.055em; }
.hero-title span { color: inherit; }
.hero-copy { max-width: 540px; font-size: 17px; line-height: 1.5; }
.home-rules { max-width: 570px; margin-top: 25px; padding: 4px 0 2px 17px; border: 0; border-left: 2px solid var(--line); border-radius: 0; background: transparent; }
.home-rules h2 { font-size: 14px; }
.home-rules li { margin: 4px 0; font-size: 11px; }
.home-project-note { margin-top: 24px; padding-top: 17px; gap: 11px; }
.play-card { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.play-card-inner { padding: 30px; }
.play-card h2 { font-size: 26px; }
.card-subtitle { margin-bottom: 22px; font-size: 13px; }
.text-input,.search-input { height: 47px; font-size: 14px; }
.button { min-height: 46px; padding: 0 17px; font-size: 13px; }
.button-ghost { min-height: 40px; }
.coffee-link { min-height: 34px; }

.lobby-wrap { min-height: calc(100vh - 64px); padding: 28px 0 60px; }
.lobby-card { width: min(560px,100%); padding: 42px 28px; border: 0; background: transparent; }
.lobby-card h1 { font-size: clamp(32px,5vw,44px); }
.room-code { margin: 7px 0 22px; font-size: clamp(38px,7vw,54px); }
.callout { padding: 12px 0; border-radius: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }

.game-header { border-bottom: 1px solid var(--line); }
.round-chip,.code-pill { padding: 6px 9px; background: transparent; }
.round-chip { color: var(--muted); }
.scoreboard { margin-top: 14px; }
.score-pips i { width: 18px; height: 8px; border: 1px solid #b9b5bc; }
.round-winner { background: transparent; border-bottom: 1px solid var(--line); border-radius: 0; }
.trait-hero { margin: 23px auto 20px; }
.trait-hero h1 { margin-top: 6px; font-size: clamp(29px,4vw,42px); }
.pick-section { padding: 0; border: 0; background: transparent; }
.pick-toolbar { margin-bottom: 14px; }
.pick-toolbar h2 { font-size: 20px; }
.real-character-card { border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.real-character-card.selected { outline: 2px solid var(--orange); }
.card-image span { background: rgba(46,45,53,.68); }
.pick-confirm { border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 18px rgba(46,45,53,.07); }
.locked-pick { margin-top: 31px; padding: 22px 0; border: 0; background: transparent; }
.lock-badge { border: 0; background: var(--mint); }

.voice-reminder { margin: 15px auto 14px; padding: 9px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--muted); background: transparent; font-weight: 700; }
.last-chance-reminder { color: var(--orange-dark); background: transparent; }
.guess-layout { grid-template-columns: 390px minmax(0,1fr); gap: 28px; }
.opponent-character-panel,.guess-controls-panel { border: 0; background: transparent; }
.opponent-character-panel { padding: 0; }
.guess-controls-panel { padding: 0 0 0 28px; border-left: 1px solid var(--line); }
.big-character-image { height: 375px; border-radius: 11px; background: var(--white); }
.opponent-character-panel h1 { font-size: 30px; }
.private-pill { background: #ece9e3; }
.identity-note { padding: 9px 0; background: transparent; }
.trait-reminder { padding: 1px 0 12px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.trait-reminder strong { font-size: 17px; }
.turn-guide { padding: 11px 13px; border: 0; background: #eeece7; }
.turn-status,.turn-status.your-turn,.turn-status.final-chance { margin: 11px 0; padding: 11px 0; border: 0; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; }
.turn-status > span { display: none; }
.guess-form { padding: 0; border: 0; background: transparent; }
.notes-block textarea { min-height: 100px; }
.attempt-log > div { background: #eeece7; }

.correct-reveal,.match-result { margin-top: 42px; padding: 34px 22px; border: 0; background: transparent; }
.correct-reveal h1,.match-result h1 { font-size: clamp(38px,6vw,58px); }
.correct-character { box-shadow: none; }
.tie-reveal { background: transparent; }
.reveal-progress { background: var(--line); }

@media (max-width: 860px) {
  .landing { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(46px,12vw,68px); }
  .guess-layout { grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: 20px; }
  .guess-controls-panel { padding-left: 20px; }
}
@media (max-width: 650px) {
  .shell,.game-shell { width: calc(100% - 24px); }
  .brand > span:last-child { display: inline; }
  .landing { padding-top: 35px; }
  .play-card,.lobby-card,.match-result,.correct-reveal { box-shadow: none; }
  .play-card-inner { padding: 24px; }
  .guess-layout { grid-template-columns: 1fr; }
  .guess-controls-panel { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 20px; }
  .big-character-image { height: 350px; }
}

/* Clearer gameplay hierarchy */
.game-shell { width: min(1280px,calc(100% - 40px)); }
.field-label,.stage-label { font-size: 12px; }
.round-chip,.code-pill { font-size: 12px; }
.score-name { font-size: 14px; }
.versus { font-size: 11px; }
.home-rules li { font-size: 13px; line-height: 1.5; }
.home-project-note,.project-footer { font-size: 12px; }
.pick-toolbar p,.trait-hero p { font-size: 13px; }
.real-character-card > strong { font-size: 12px; }
.real-character-card > small { font-size: 10px; }
.card-image span { font-size: 9px; }
.waiting-line,.callout { font-size: 13px; }

.turn-banner-wrap {
  position: relative; width: min(960px,100%); min-height: 72px; margin: 14px auto 20px;
}
.top-turn-status,.top-turn-status.your-turn,.top-turn-status.final-chance {
  min-height: 72px; margin: 0; padding: 14px 18px; display: flex; align-items: center;
  border: 1px solid var(--line); border-radius: 12px; background: var(--white);
}
.top-turn-status.your-turn { border-color: #d8c77b; background: #fbf4d7; }
.top-turn-status.final-chance { border-color: #d8a77b; background: #faead8; }
.top-turn-status div { gap: 4px; }
.top-turn-status strong { font-size: 18px; }
.top-turn-status small { color: var(--muted); font-size: 13px; line-height: 1.4; }
.guess-feedback {
  position: absolute; inset: 0; z-index: 5; padding: 13px 18px; display: flex; align-items: center; gap: 13px;
  border: 1px solid; border-radius: 12px; pointer-events: none;
}
.guess-feedback > span {
  flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50%; color: var(--white); font-size: 28px; font-weight: 900;
}
.guess-feedback > div { min-width: 0; display: grid; gap: 2px; }
.guess-feedback strong { font-size: 20px; line-height: 1.1; }
.guess-feedback small { font-size: 13px; line-height: 1.35; font-weight: 700; }
.guess-feedback-character { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 9px; object-fit: contain; background: var(--white); }
.guess-feedback.correct { color: #175d34; border-color: #9dcca9; background: #e2f4e7; animation: correct-feedback 3.2s ease forwards; }
.guess-feedback.correct > span { background: #2b9857; }
.guess-feedback.incorrect { color: #863828; border-color: #e4aa9e; background: #fae3de; animation: incorrect-feedback 2.5s ease forwards; }
.guess-feedback.incorrect > span { background: #c9553d; }
.guess-feedback.skipped { color: #55515b; border-color: #cbc7c0; background: #eeece7; animation: skipped-feedback 2.2s ease forwards; }
.guess-feedback.skipped > span { background: #77737c; }
@keyframes correct-feedback {
  0% { opacity: 1; transform: scale(.94); }
  12% { opacity: 1; transform: scale(1.02); }
  20%,78% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: translateY(-7px); }
}
@keyframes incorrect-feedback {
  0% { opacity: 1; transform: translateX(0); }
  10% { opacity: 1; transform: translateX(0); }
  16% { transform: translateX(-7px); }
  22% { transform: translateX(6px); }
  28% { transform: translateX(-4px); }
  34%,78% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateY(-7px); }
}
@keyframes skipped-feedback {
  0% { opacity: 1; transform: translateX(-12px); }
  14%,75% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(10px); }
}

.guess-layout { width: 100%; grid-template-columns: 350px minmax(420px,1fr) 230px; gap: 22px; align-items: start; }
.guess-controls-panel { min-width: 0; max-width: 100%; padding: 0; border: 0; overflow: hidden; }
.big-character-image { height: 350px; margin-top: 10px; }
.panel-heading { min-height: 28px; }
.private-pill { padding: 5px 8px; font-size: 10px; }
.opponent-character-panel h1 { margin-top: 13px; font-size: 34px; }
.opponent-character-panel > p { font-size: 14px; }
.identity-note { margin-top: 10px; padding: 7px 0; font-size: 12px; }
.trait-reminder { padding: 0 0 15px; }
.trait-reminder small { font-size: 11px; }
.trait-reminder strong { font-size: 22px; line-height: 1.25; }
.turn-guide {
  margin: 0; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--white);
}
.turn-guide > strong { margin-bottom: 10px; font-size: 14px; }
.turn-guide ol { padding-left: 22px; }
.turn-guide li { margin: 9px 0; color: var(--ink); font-size: 13px; line-height: 1.45; font-weight: 650; }
.guess-form { margin-top: 18px; }
.guess-form .field-label { margin-bottom: 10px; }
.guess-row { gap: 10px; }
.guess-row .text-input { font-size: 16px; }
.guess-form .button { font-size: 14px; }
.notes-block { margin-top: 20px; }
.notes-block > div span { font-size: 11px; }
.notes-block textarea { min-height: 150px; font-size: 15px; line-height: 1.5; }
.attempt-log { min-width: 0; max-width: 100%; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); overflow: hidden; }
.attempt-log summary { color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.attempt-log > .attempt-log-rows { min-width: 0; width: 100%; max-width: 100%; max-height: 360px; margin-top: 8px; padding: 0; display: grid; flex-direction: initial; justify-content: initial; gap: 0; border-radius: 0; background: transparent; overflow-x: hidden; overflow-y: auto; font-size: inherit; }
.attempt-log-rows > .attempt-row { min-width: 0; padding: 8px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 12px; }
.attempt-main { min-width: 0; display: flex; align-items: center; gap: 9px; }
.attempt-main img,.attempt-image-fallback { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 8px; object-fit: contain; background: #eeece7; }
.attempt-image-fallback { display: grid; place-items: center; color: var(--muted); font-size: 18px; font-weight: 850; }
.attempt-main > div { min-width: 0; display: grid; gap: 1px; }
.attempt-main strong,.attempt-main small { min-width: 0; overflow-wrap: anywhere; }
.attempt-main strong { font-size: 13px; }
.attempt-main small { color: var(--muted); font-size: 11px; line-height: 1.3; }
.attempt-skip > span { flex: 0 0 42px; width: 42px; display: grid; place-items: center; color: var(--muted); font-size: 22px; }
.attempt-log b { font-size: 10px; }
.game-shell,.guess-layout,.guess-layout > * { min-width: 0; max-width: 100%; }
.attempt-log > .attempt-log-rows > .attempt-row { width: 100%; max-width: 100%; }
.attempt-main > div { max-width: 100%; overflow: hidden; }
.correct-reveal,.tie-reveal { animation: result-screen-in .45s ease-out both; }
@keyframes result-screen-in {
  from { opacity: 0; transform: translateY(14px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1100px) {
  .game-shell { width: min(940px,calc(100% - 32px)); }
  .guess-layout { grid-template-columns: 330px minmax(0,1fr); }
  .turn-guide { grid-column: 2; }
}
@media (max-width: 700px) {
  .game-shell { width: calc(100% - 24px); }
  .turn-banner-wrap { min-height: 86px; margin-top: 12px; }
  .top-turn-status,.top-turn-status.your-turn,.top-turn-status.final-chance { min-height: 86px; padding: 13px 14px; }
  .top-turn-status strong { font-size: 17px; }
  .top-turn-status small { font-size: 12px; }
  .guess-feedback { padding: 12px 14px; }
  .guess-feedback > span { flex-basis: 36px; width: 36px; height: 36px; font-size: 24px; }
  .guess-feedback-character { flex-basis: 42px; width: 42px; height: 42px; }
  .guess-feedback strong { font-size: 18px; }
  .guess-feedback small { font-size: 12px; }
  .guess-layout { grid-template-columns: 1fr; gap: 22px; }
  .guess-controls-panel { padding-top: 20px; border-top: 1px solid var(--line); }
  .turn-guide { grid-column: 1; }
  .big-character-image { height: 315px; }
}
