:root {
  --game-paper: #fbf7ef;
  --game-surface: #fffdfa;
  --game-ink: #25140f;
  --game-muted: #8b7869;
  --game-line: #dfd1c1;
  --game-line-soft: #eadfd2;
  --game-pink: #ec2f72;
  --game-pink-deep: #d82061;
  --game-pink-soft: #fde8f0;
  --game-green: #08743f;
  --game-green-soft: #edf7f0;
  --game-shadow: 0 10px 28px rgba(75, 52, 33, 0.08), 0 2px 5px rgba(75, 52, 33, 0.06);
  --game-radius: 15px;
}

body.classification-body {
  min-width: 320px;
  min-height: 100vh;
  color: var(--game-ink);
  background: var(--game-paper);
}

.classification-body button,
.classification-body input {
  font: inherit;
}

.classification-header {
  height: 86px;
  border-bottom: 1px solid var(--game-line);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 3px 12px rgba(69, 46, 30, 0.035);
}

.classification-header-inner {
  width: min(100%, 1544px);
  height: 100%;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.classification-brand {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: var(--game-pink);
  text-decoration: none;
  flex: 0 0 auto;
}

.classification-brand span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 43px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.classification-brand svg {
  margin: -9px 0 0 3px;
}

.classification-header-rule {
  width: 1px;
  height: 40px;
  background: var(--game-line);
}

.classification-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.mobile-title { display: none; }

.player-button {
  min-height: 48px;
  margin-left: auto;
  padding: 4px 2px 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 0;
  background: transparent;
  color: var(--game-ink);
  font-weight: 600;
  cursor: pointer;
}

.player-button > svg:first-child {
  width: 44px;
  height: 44px;
  padding: 8px;
  color: var(--game-pink);
  border: 1.5px solid var(--game-pink);
  border-radius: 50%;
}

.player-button:hover #player-label { color: var(--game-pink-deep); }

.classification-main {
  max-width: 1400px;
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 28px 24px 22px;
}

.game-status {
  max-width: 620px;
  min-height: 132px;
  margin: 76px auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.game-status h1 {
  margin: 0 0 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 28px;
}

.game-status p { margin: 0; color: var(--game-muted); }
.game-status.error { border-color: #df9d99; }
.game-status.error .status-spinner { animation: none; border-color: #f2c6c3; border-top-color: #b3261e; }

.status-spinner {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 3px solid var(--game-line);
  border-top-color: var(--game-pink);
  border-radius: 50%;
  animation: game-spin 700ms linear infinite;
}

.game-toolbar {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
}

.game-progress {
  width: 100%;
  margin: 0;
  padding: 0 4px;
}

.game-progress strong {
  display: block;
  margin: 0 0 11px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 18px;
}

.progress-track {
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ddd2;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--game-pink);
  transition: width 260ms ease-out;
}

.undo-slot {
  height: 44px;
  display: flex;
  align-items: end;
}

.undo-last-vote {
  min-height: 44px;
  margin: 0;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--game-ink);
  border: 1px solid var(--game-line);
  border-radius: 999px;
  background: rgba(255, 253, 250, .7);
  font-weight: 600;
  cursor: pointer;
}

.undo-last-vote:hover { color: var(--game-pink-deep); border-color: var(--game-pink); }
.undo-last-vote:focus-visible { outline: 2px solid var(--game-pink); outline-offset: 2px; }
.undo-last-vote > svg { color: var(--game-pink); }
.undo-last-vote small { font-size: 12px; color: var(--game-muted); }

.classification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.classification-play-column { min-width: 0; }

.product-card {
  min-height: 194px;
  padding: 27px 34px 22px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--game-line);
  border-radius: var(--game-radius);
  background: var(--game-surface);
  box-shadow: var(--game-shadow);
}

.product-card::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 24px;
  width: 27px;
  height: 25px;
  opacity: .9;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M3 19 13 16M7 4l4 8M25 4l-3 9' fill='none' stroke='%23ec2f72' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.product-card-layout {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 26px;
  align-items: start;
}

.product-card-copy { min-width: 0; align-self: start; }

.product-card h1 {
  max-width: 720px;
  margin: 0 0 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.07;
  letter-spacing: -0.025em;
}

.product-card h1:focus { outline: none; }

.product-meta {
  margin: 0;
  color: var(--game-muted);
  font-size: 17px;
  font-weight: 500;
}

.product-card-foot {
  min-height: 55px;
  margin-top: 15px;
  display: flex;
  align-self: end;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.offer-stamp {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 19px;
  position: relative;
  color: var(--game-pink);
  border: 1.5px solid #f37caa;
  border-radius: 12px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.offer-stamp::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(236, 47, 114, .32);
  border-radius: 48% 42% 52% 44%;
  transform: rotate(-1.5deg);
  pointer-events: none;
}

.source-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--game-ink);
  font-size: 16px;
  font-weight: 600;
  text-underline-offset: 6px;
  text-decoration-color: var(--game-pink);
  text-decoration-thickness: 2px;
}

.source-link svg { color: var(--game-pink); }
.source-link:hover { color: var(--game-pink-deep); }

.product-media {
  width: 180px;
  height: 160px;
  grid-row: 1 / span 2;
  grid-column: 1;
  align-self: center;
  display: none;
}

.product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.vote-form { margin-top: 18px; }
.vote-form fieldset { margin: 0; padding: 0; border: 0; }

.vote-form legend {
  width: 100%;
  margin: 0 0 9px;
  padding: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.category-options {
  display: grid;
  gap: 6px;
}

.special-choice-list { display: grid; gap: 6px; }

.browse-categories {
  min-height: 53px;
  padding: 8px 17px 8px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1.5px solid var(--game-line);
  border-radius: 11px;
  color: var(--game-ink);
  background: var(--game-surface);
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.browse-categories:hover:not(:disabled) { border-color: var(--game-pink); color: var(--game-pink-deep); }
.browse-categories:disabled { opacity: .55; cursor: default; }

.category-choice {
  width: 100%;
  min-height: 53px;
  padding: 8px 14px 8px 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 28px;
  gap: 13px;
  align-items: center;
  border: 1.5px solid var(--game-line);
  border-radius: 11px;
  color: var(--game-ink);
  background: rgba(255, 253, 250, .84);
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: border-color 130ms ease, background 130ms ease, transform 130ms ease;
}

.category-choice:hover:not(:disabled) {
  border-color: #caaea1;
  background: #fffefa;
  transform: translateY(-1px);
}

.category-choice:focus-visible {
  outline: 2px solid var(--game-pink);
  outline-offset: 2px;
}

.category-choice.selected {
  border-color: var(--game-pink);
  background: #fffafb;
  box-shadow: inset 0 0 0 1px rgba(236, 47, 114, .08);
}

.category-choice.voted {
  border-color: var(--game-green);
  background: var(--game-green-soft);
}

.category-choice.special {
  border-style: dashed;
  color: var(--game-muted);
}

.choice-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--game-ink);
  border-radius: 50%;
  background: #f8efe2;
}

.category-choice.selected .choice-icon { color: var(--game-pink-deep); background: var(--game-pink-soft); }
.category-choice.voted .choice-icon { color: var(--game-green); background: #dceee2; }

.choice-copy {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.choice-copy strong {
  color: var(--game-ink);
  font-size: 16px;
  font-weight: 650;
}

.choice-copy small {
  color: var(--game-muted);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 14px;
}

.choice-radio {
  width: 22px;
  height: 22px;
  grid-column: 4;
  border: 1.7px solid #aa9b8d;
  border-radius: 50%;
  background: #fff;
}

.choice-next { display: none; }

.category-choice.selected .choice-radio {
  border: 6px solid var(--game-pink);
}

.category-choice.voted .choice-radio {
  display: grid;
  place-items: center;
  border-color: var(--game-green);
  background: var(--game-green);
}

.category-choice.voted .choice-radio::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}

.category-choice:disabled { cursor: default; }

.vote-status {
  min-height: 20px;
  margin: 7px 2px 0;
  color: var(--game-muted);
  font-size: 13px;
}

.game-action-bar { margin-top: 3px; }
.game-action-bar[hidden] { display: none; }

.game-button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.game-button-primary {
  width: 100%;
  color: #fff;
  background: var(--game-pink);
  box-shadow: 0 6px 16px rgba(216, 32, 97, .16);
}

.game-button-primary:hover:not(:disabled) { background: var(--game-pink-deep); }
.game-button-primary:active:not(:disabled) { transform: translateY(1px); }
.game-button-primary:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }

.game-button-secondary {
  color: var(--game-pink-deep);
  border: 1.5px solid var(--game-pink);
  background: var(--game-surface);
}

.desktop-consensus { margin-top: 150px; }
.mobile-consensus { display: none; }

.consensus-card {
  padding: 29px 31px;
  border: 1.5px solid var(--game-line);
  border-radius: var(--game-radius);
  background: rgba(255, 253, 250, .88);
  box-shadow: 0 7px 20px rgba(75, 52, 33, .055);
}

.consensus-card h2 {
  margin: 0 0 2px;
  color: var(--game-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 29px;
  line-height: 1.15;
}

.consensus-count { margin: 0; color: var(--game-muted); font-size: 16px; }
.consensus-divider { height: 1px; margin: 20px 0 25px; background: var(--game-line); }

.consensus-locked {
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  color: var(--game-muted);
  text-align: center;
}

.consensus-locked svg { color: var(--game-pink); }
.consensus-locked strong { color: var(--game-ink); }
.consensus-locked p { max-width: 240px; margin: 0; font-size: 14px; }

.consensus-results { display: grid; gap: 24px; }
.consensus-result-row { display: grid; gap: 8px; }

.consensus-result-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}

.consensus-result-head strong:last-child {
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.consensus-bar {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9e3da;
}

.consensus-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--game-green);
}

.consensus-callout,
.consensus-note,
.local-result {
  padding-top: 21px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  align-items: start;
  border-top: 1px dashed var(--game-line);
  color: var(--game-ink);
  font-size: 14px;
  line-height: 1.45;
}

.consensus-callout svg { color: var(--game-pink); }
.consensus-note svg, .local-result svg { color: var(--game-muted); }
.consensus-callout p, .consensus-note p, .local-result p { margin: 0; }

.revealed-votes { padding-top: 17px; border-top: 1px dashed var(--game-line); }
.revealed-votes h3 { margin: 0 0 9px; font-family: "Inter", system-ui, sans-serif; font-size: 13px; }
.revealed-votes ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.revealed-votes li { color: var(--game-muted); font-size: 13px; }
.revealed-votes strong { color: var(--game-ink); }

.classification-note {
  width: calc(100% - 398px);
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--game-muted);
  font-size: 13px;
  text-align: center;
}

.classification-note svg { flex: 0 0 auto; }

.game-complete {
  max-width: 620px;
  margin: 90px auto 0;
  padding: 42px;
  text-align: center;
  border: 1.5px solid var(--game-line);
  border-radius: var(--game-radius);
  background: var(--game-surface);
  box-shadow: var(--game-shadow);
}

.completion-mark {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--game-green);
  border-radius: 50%;
  background: var(--game-green-soft);
}

.game-complete h1 {
  margin: 0 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 39px;
  line-height: 1.1;
}

.complete-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.game-complete p { margin: 0 0 25px; color: var(--game-muted); }

.alias-dialog {
  width: min(92vw, 470px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--game-ink);
  background: var(--game-surface);
  box-shadow: 0 24px 80px rgba(50, 29, 19, .24);
}

.alias-dialog::backdrop {
  background: rgba(44, 30, 22, .45);
  backdrop-filter: blur(3px);
}

.alias-dialog form {
  padding: 34px;
  position: relative;
}

.alias-dialog h2 {
  margin: 12px 0 7px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 31px;
  line-height: 1.1;
}

.alias-dialog p { margin: 0 0 22px; color: var(--game-muted); }
.alias-dialog label:not(.reveal-choice) { display: block; margin: 0 0 6px; font-size: 13px; font-weight: 700; }
.alias-dialog input[type="text"], .alias-dialog input:not([type]) { width: 100%; }

.alias-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--game-pink);
  border-radius: 50%;
  background: var(--game-pink-soft);
}

.reveal-choice {
  margin: 16px 0 4px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--game-muted);
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

.reveal-choice input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--game-pink); }
.alias-status { min-height: 20px; margin: 8px 0 !important; color: #b3261e !important; font-size: 13px; }
.alias-dialog small { display: block; margin-top: 13px; color: var(--game-muted); text-align: center; }

.dialog-close-button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--game-muted);
  background: transparent;
  cursor: pointer;
}

.dialog-close-button:hover { color: var(--game-ink); background: var(--game-paper); }

.category-dialog {
  width: min(92vw, 660px);
  max-height: min(84vh, 760px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  color: var(--game-ink);
  background: var(--game-surface);
  box-shadow: 0 24px 80px rgba(50, 29, 19, .24);
}

.category-dialog::backdrop { background: rgba(44, 30, 22, .45); backdrop-filter: blur(3px); }
.category-dialog > section { max-height: inherit; display: grid; grid-template-rows: auto minmax(0, 1fr); }

.category-dialog header {
  padding: 29px 72px 22px 30px;
  position: relative;
  border-bottom: 1px solid var(--game-line-soft);
}

.category-dialog h2 {
  margin: 0 0 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 31px;
  line-height: 1.1;
}

.category-dialog p { margin: 0; color: var(--game-muted); font-size: 14px; }
.category-dialog .dialog-close-button { top: 20px; right: 20px; }

.all-category-options {
  padding: 16px 20px 22px;
  overflow-y: auto;
  display: grid;
  gap: 7px;
}

.all-category-option {
  min-height: 62px;
  padding: 8px 13px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  border: 1.5px solid var(--game-line-soft);
  border-radius: 11px;
  color: var(--game-ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.all-category-option:hover,
.all-category-option.selected { border-color: var(--game-green); background: var(--game-green-soft); }
.all-category-option > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.all-category-option strong { font-size: 15px; }
.all-category-option small { color: var(--game-muted); font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; }
.all-category-option > svg { justify-self: end; }
.empty-category-list { padding: 26px 12px; text-align: center; }

@keyframes game-spin { to { transform: rotate(360deg); } }

@media (min-width: 761px) {
  .product-card {
    height: clamp(300px, calc(495px - 20vw), 350px);
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .classification-grid { grid-template-columns: minmax(0, 1fr) 315px; gap: 28px; }
  .game-toolbar { grid-template-columns: minmax(0, 1fr) 315px; gap: 28px; }
  .classification-note { width: calc(100% - 343px); }
  .desktop-consensus { margin-top: 145px; }
  .choice-copy { display: grid; gap: 0; }
}

@media (max-width: 760px) {
  body.classification-body { padding-bottom: 20px; }

  .classification-header {
    height: 61px;
    border-bottom: 1px solid var(--game-line-soft);
    box-shadow: none;
    background: transparent;
  }

  .classification-header-inner { padding: 0 20px; gap: 12px; }
  .classification-brand span { font-size: 30px; }
  .classification-brand svg { display: none; }
  .classification-header-rule { display: none; }
  .classification-title { margin-left: auto; font-size: 20px; }
  .desktop-title { display: none; }
  .mobile-title { display: inline; }

  .player-button { min-width: 48px; margin-left: 10px; padding: 0; justify-content: center; }
  .player-button > svg:first-child { width: 42px; height: 42px; padding: 5px; color: var(--game-ink); border: 0; }
  #player-label, .player-chevron { display: none; }

  .classification-main { min-height: calc(100vh - 61px); padding: 16px 16px 8px; }
  .game-status { margin: 52px auto; }

  .game-toolbar { display: block; margin-bottom: 0; }

  .game-progress {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
    text-align: center;
  }

  .game-progress strong { margin-bottom: 14px; font-family: "Inter", system-ui, sans-serif; font-size: 16px; font-weight: 500; }
  .progress-track { height: 10px; }

  .undo-slot {
    height: 44px;
    margin: -12px 12px 18px;
  }
  .undo-last-vote { margin: 0; background: var(--game-surface); }
  .undo-last-vote small { display: none; }

  .classification-grid { display: block; }
  .desktop-consensus { display: none; }
  .mobile-consensus { display: block; margin: 16px 0 23px; }

  .product-card {
    height: auto;
    min-height: 320px;
    padding: 47px 26px 28px;
    border-radius: 18px;
  }

  .product-card-layout { display: block; }
  .product-card-copy { text-align: center; }
  .product-card-copy::after {
    content: "";
    width: 88%;
    height: 10px;
    margin: 15px auto 10px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 12'%3E%3Cpath d='M2 7c18-9 30 7 49 0s32 5 51 0 31 5 50 0 32 5 51 0 31 5 49 0 28 4 46-1' fill='none' stroke='%23ec2f72' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  }
  .product-card h1 { max-width: 100%; margin: 0 auto; font-size: clamp(37px, 10vw, 50px); line-height: 1.14; text-align: center; }
  .product-meta { margin-top: 6px; color: var(--game-ink); font-size: 15px; text-align: center; }
  .product-card-foot { margin-top: 18px; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
  .offer-stamp { min-height: 45px; padding: 8px 16px; font-size: 22px; }
  .source-link { color: var(--game-green); font-family: "Fraunces", Georgia, serif; font-size: 18px; }
  .source-link svg { display: none; }

  .product-card.has-media .product-card-layout {
    display: grid;
    grid-template-columns: minmax(116px, 35%) minmax(0, 1fr);
    column-gap: 26px;
  }

  .product-card.has-media .product-media {
    width: 100%;
    height: 235px;
    display: block;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .product-card.has-media .product-card-copy,
  .product-card.has-media .product-card-foot { grid-column: 2; }
  .product-card.has-media .product-card-foot { display: grid; justify-items: start; }

  .mobile-consensus .consensus-card { padding: 0; overflow: hidden; }
  .mobile-consensus details > summary {
    min-height: 56px;
    padding: 12px 18px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    align-items: center;
    list-style: none;
    cursor: pointer;
  }
  .mobile-consensus summary::-webkit-details-marker { display: none; }
  .mobile-consensus summary > svg:first-child { color: var(--game-pink); }
  .mobile-consensus summary strong { font-size: 14px; font-weight: 600; }
  .mobile-consensus summary .summary-chevron { color: var(--game-pink); transition: transform 160ms ease; }
  .mobile-consensus details[open] summary .summary-chevron { transform: rotate(180deg); }
  .mobile-consensus .consensus-mobile-body { padding: 0 21px 22px; }
  .mobile-consensus .consensus-divider { margin-top: 0; }

  .vote-form { margin-top: 0; }
  .vote-form legend { margin-bottom: 14px; padding: 0 2px; font-size: clamp(29px, 8vw, 38px); }
  .category-options { gap: 8px; }
  .special-choice-list { gap: 8px; }
  .category-choice {
    min-height: 67px;
    padding: 10px 15px;
    grid-template-columns: 42px minmax(0, 1fr) 26px;
    gap: 14px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(75, 52, 33, .045);
  }
  .choice-icon { width: 28px; height: 28px; border: 1.7px solid var(--game-ink); background: transparent; }
  .choice-icon svg { display: none; }
  .category-choice.selected .choice-icon,
  .category-choice.voted .choice-icon { border: 7px solid var(--game-green); background: #fff; }
  .choice-copy { display: grid; gap: 1px; }
  .choice-copy strong { font-family: "Fraunces", Georgia, serif; font-size: 18px; line-height: 1.2; }
  .choice-copy small { display: none; font-size: 13px; }
  .category-choice.selected .choice-copy small,
  .category-choice.voted .choice-copy small { display: block; color: var(--game-green); }
  .choice-radio { display: none; }
  .choice-next { display: grid; grid-column: 3; place-items: center; }
  .category-choice.selected .choice-next,
  .category-choice.voted .choice-next { color: var(--game-green); }
  .category-choice.special .choice-next { visibility: hidden; }
  .browse-categories {
    min-height: 58px;
    padding: 10px 18px 10px 56px;
    border-radius: 12px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 18px;
    box-shadow: 0 3px 8px rgba(75, 52, 33, .045);
  }

  .game-action-bar {
    margin-top: 8px;
  }

  .game-button-primary { min-height: 60px; border-radius: 13px; font-family: "Fraunces", Georgia, serif; font-size: 21px; }
  .vote-status { margin-bottom: 8px; }
  .classification-note { width: 100%; margin: 28px 0 5px; padding: 0 12px; }
  .classification-note svg:last-child { display: none; }
  .game-complete { margin-top: 42px; padding: 34px 24px; }
  .game-complete h1 { font-size: 34px; }
  .alias-dialog form { padding: 30px 24px; }

  .category-dialog {
    width: 100%;
    max-width: none;
    max-height: 82vh;
    margin: auto 0 0;
    border-radius: 20px 20px 0 0;
  }
  .category-dialog header { padding: 25px 64px 18px 22px; }
  .category-dialog h2 { font-size: 28px; }
  .all-category-options { padding: 13px 14px calc(18px + env(safe-area-inset-bottom)); }
}

@media (max-width: 440px) {
  .classification-header-inner { padding: 0 16px; }
  .classification-brand span { font-size: 28px; }
  .classification-title { font-size: 19px; }
  .classification-main { padding-left: 12px; padding-right: 12px; }
  .product-card { min-height: 295px; padding: 42px 20px 23px; }
  .product-card h1 { font-size: 38px; }
  .product-card.has-media .product-card-layout { grid-template-columns: 105px minmax(0, 1fr); column-gap: 17px; }
  .product-card.has-media .product-media { height: 190px; }
  .product-card.has-media .product-card-foot { align-self: start; }
  .offer-stamp { font-size: 19px; }
  .vote-form legend { font-size: 32px; }
  .category-choice { min-height: 64px; grid-template-columns: 36px minmax(0, 1fr) 24px; gap: 10px; }
  .choice-icon { width: 27px; height: 27px; }
  .choice-copy strong { font-size: 17px; }
  .choice-copy small { font-size: 13px; }
}

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