:root {
  --ink: #24123d;
  --ink-soft: #5d4d6f;
  --purple-950: #2d0d59;
  --purple-800: #4c1d95;
  --purple-650: #6d38c4;
  --purple-500: #8b5cf6;
  --lavender: #e9ddff;
  --lavender-soft: #f4effc;
  --paper: #fffdf9;
  --cream: #fbf7ef;
  --mint: #18c7b1;
  --mint-dark: #087f75;
  --red: #bd2c4c;
  --line: rgba(76, 29, 149, .14);
  --shadow: 0 24px 70px rgba(54, 24, 91, .13);
  --radius-lg: 32px;
  --radius-md: 20px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font-display: "SB Sans Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-display);
  line-height: 1.55;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.ambient-one { width: 480px; height: 480px; top: 15%; right: -300px; background: rgba(188, 157, 255, .22); }
.ambient-two { width: 420px; height: 420px; bottom: -280px; left: -220px; background: rgba(24, 199, 177, .13); }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.04em; font-size: 21px; }
.brand i { font-family: var(--font-display); font-weight: 400; font-size: .74em; color: var(--purple-650); }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--purple-950); color: var(--mint); transform: rotate(-4deg); box-shadow: 0 8px 20px rgba(45, 13, 89, .22); }
.brand-mark svg { width: 23px; fill: currentColor; stroke: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-link { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; font-weight: 700; color: var(--purple-800); border-radius: 12px; transition: background .2s; }
.header-link:hover { background: var(--lavender-soft); }
.user-pill { padding: 9px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 999px; font-size: 14px; font-weight: 700; }
.icon-button { width: 44px; height: 44px; border: 0; border-radius: 14px; background: transparent; color: var(--ink-soft); cursor: pointer; display: grid; place-items: center; transition: .2s var(--ease); }
.icon-button:hover { color: var(--purple-800); background: var(--lavender); }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
footer { padding: 56px 20px 30px; text-align: center; color: #766985; font-size: 13px; letter-spacing: .04em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--purple-650); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--mint); border-radius: 4px; }
.eyebrow.centered { justify-content: center; }
h1, h2, p { margin-top: 0; }
h1 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
h1 em { color: var(--purple-650); font-weight: 400; }
.muted { color: var(--ink-soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.login-layout { min-height: calc(100vh - 156px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 8vw, 110px); padding: 50px 0 80px; }
.login-story h1 { margin: 24px 0 26px; font-size: clamp(64px, 7vw, 102px); }
.login-story > p { max-width: 550px; color: var(--ink-soft); font-size: 19px; }
.nomination-orbit { display: flex; gap: 10px; margin-top: 38px; }
.nomination-orbit span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.68); box-shadow: 0 10px 30px rgba(62, 34, 93, .08); font-size: 24px; transition: transform .25s var(--ease); }
.nomination-orbit span:nth-child(even) { transform: translateY(8px) rotate(3deg); }
.nomination-orbit span:hover { transform: translateY(-4px) rotate(-3deg); }
.login-card-wrap { position: relative; }
.login-card-wrap::before { content: ""; position: absolute; inset: -18px 22px 18px -18px; border-radius: 40px; border: 1px solid var(--lavender); transform: rotate(-2deg); }
.login-card { position: relative; padding: clamp(30px, 4vw, 50px); background: rgba(255,253,249,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 34px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.card-kicker, .submit-kicker { color: var(--purple-650); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.login-card h2 { margin: 8px 0 8px; font-family: var(--font-display); font-weight: 600; font-size: 34px; letter-spacing: -.035em; }
.login-form { display: grid; margin-top: 30px; }
.login-form label { margin: 14px 0 8px; font-size: 13px; font-weight: 800; }
.input-shell { min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--purple-650); transition: border-color .2s, box-shadow .2s; }
.input-shell:focus-within { border-color: var(--purple-500); box-shadow: 0 0 0 4px rgba(139,92,246,.14); }
.input-shell input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.input-shell svg { width: 19px; }
.password-toggle { flex: 0 0 44px; width: 44px; height: 44px; margin-right: -11px; border: 0; border-radius: 12px; display: grid; place-items: center; background: transparent; color: var(--ink-soft); cursor: pointer; transition: color .2s, background .2s; }
.password-toggle:hover { color: var(--purple-800); background: var(--lavender-soft); }
.password-toggle .eye-off { display: none; }
.password-toggle.revealed .eye-open { display: none; }
.password-toggle.revealed .eye-off { display: block; }
.primary-button { min-height: 50px; padding: 0 20px; border: 0; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(135deg, var(--purple-800), var(--purple-650)); color: white; box-shadow: 0 10px 28px rgba(76,29,149,.22); font-weight: 800; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s, opacity .2s; }
.primary-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(76,29,149,.28); }
.primary-button:active:not(:disabled) { transform: translateY(0) scale(.98); }
.primary-button:disabled { cursor: not-allowed; opacity: .45; box-shadow: none; }
.login-form .primary-button { margin-top: 28px; }
.privacy-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.privacy-note svg { flex: 0 0 auto; width: 18px; color: var(--mint-dark); }
.alert { padding: 12px 14px; border: 1px solid rgba(189,44,76,.22); border-radius: 13px; background: rgba(189,44,76,.07); color: #8f1834; font-size: 13px; font-weight: 650; }
.login-card .alert { margin: 18px 0 -6px; }
.login-alert[hidden] { display: none; }

.vote-hero { max-width: 840px; margin: 70px auto 66px; text-align: center; }
.vote-hero .eyebrow { justify-content: center; }
.vote-hero h1 { margin: 22px 0 18px; font-size: clamp(56px, 7vw, 88px); }
.vote-hero > p { color: var(--ink-soft); font-size: 17px; }
.progress-wrap { max-width: 480px; margin: 36px auto 0; }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 12px; color: var(--ink-soft); }
.progress-copy strong { color: var(--purple-800); }
.progress-track { height: 7px; overflow: hidden; background: var(--lavender); border-radius: 10px; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--purple-500), var(--mint)); border-radius: inherit; transition: width .35s var(--ease); }
.ballot { display: grid; gap: 24px; max-width: 970px; margin: 0 auto; }
.nomination-card { position: relative; overflow: visible; display: grid; grid-template-columns: 340px 1fr; gap: 50px; padding: 38px 42px; background: rgba(255,255,255,.76); border: 1px solid rgba(76,29,149,.1); border-radius: var(--radius-lg); box-shadow: 0 12px 40px rgba(52,25,82,.07); transition: border-color .25s, box-shadow .25s; }
.nomination-card:focus-within { border-color: rgba(109,56,196,.35); box-shadow: 0 20px 48px rgba(52,25,82,.1); z-index: 2; }
.nomination-number { position: absolute; right: 27px; top: 16px; color: rgba(76,29,149,.07); font: 700 56px/1 var(--font-display); }
.nomination-copy { display: flex; gap: 18px; align-items: flex-start; }
.nomination-emoji { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; background: var(--lavender-soft); border-radius: 15px; font-size: 23px; }
.nomination-kicker { color: var(--purple-650); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 850; }
.nomination-copy h2 { margin: 4px 0 12px; font-family: var(--font-display); font-weight: 600; font-size: 27px; line-height: 1.1; letter-spacing: -.035em; }
.nomination-copy p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.pick-list { display: grid; gap: 10px; align-content: center; }
.picker { display: flex; align-items: center; gap: 10px; }
.rank { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender-soft); color: var(--purple-800); font-size: 12px; font-weight: 850; }
.picker-control { position: relative; flex: 1; }
.picker-control input[type="search"] { width: 100%; height: 49px; padding: 0 44px 0 15px; border: 1px solid var(--line); border-radius: 14px; background: white; outline: none; color: var(--ink); transition: .2s; appearance: none; }
.picker-control input[type="search"]::-webkit-search-cancel-button { display: none; }
.picker-control input[type="search"]:focus { border-color: var(--purple-500); box-shadow: 0 0 0 4px rgba(139,92,246,.11); }
.picker.selected .picker-control input { border-color: rgba(8,127,117,.42); background: rgba(24,199,177,.045); color: #075f58; font-weight: 700; }
.picker.selected .rank { background: var(--mint-dark); color: white; }
.picker.duplicate-error { animation: duplicate-shake .34s ease both; }
.picker.duplicate-error .picker-control input[type="search"] { border-color: #dc3f4d; background: rgba(220,63,77,.055); box-shadow: 0 0 0 4px rgba(220,63,77,.12); }
.picker.duplicate-error .rank { background: #dc3f4d; color: white; }
@keyframes duplicate-shake {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(4px); }
  80% { transform: translateX(-2px); }
}
.clear-pick { display: none; position: absolute; top: 3px; right: 3px; width: 43px; height: 43px; border: 0; border-radius: 11px; background: transparent; color: var(--ink-soft); font-size: 22px; cursor: pointer; }
.picker.selected .clear-pick { display: block; }
.clear-pick:hover { background: var(--lavender-soft); color: var(--purple-800); }
.suggestions { display: none; position: absolute; z-index: 20; top: calc(100% + 7px); left: 0; right: 0; padding: 7px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 16px 44px rgba(40,18,65,.18); }
.suggestions.open { display: grid; }
.suggestion { width: 100%; min-height: 46px; padding: 7px 10px; border: 0; border-radius: 10px; background: transparent; display: flex; align-items: center; gap: 10px; text-align: left; color: var(--ink); cursor: pointer; }
.suggestion:hover, .suggestion.active { background: var(--lavender-soft); }
.suggestion-avatar { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: var(--lavender); color: var(--purple-800); text-transform: uppercase; font-size: 11px; font-weight: 900; }
.suggestion-copy { min-width: 0; }
.suggestion-copy strong, .suggestion-copy span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.suggestion-copy strong { font-size: 13px; }
.suggestion-copy span { color: var(--ink-soft); font-size: 11px; }
.suggestions-empty { padding: 11px; color: var(--ink-soft); font-size: 12px; }
.card-error { grid-column: 2; min-height: 0; color: var(--red); font-size: 12px; }
.submit-zone { margin-top: 18px; padding: 36px 42px; border-radius: var(--radius-lg); background: var(--purple-950); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 20px 55px rgba(45,13,89,.22); }
.submit-zone h2 { margin: 5px 0 5px; font: 600 32px/1.1 var(--font-display); }
.submit-zone p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.submit-zone .submit-kicker { color: #d8c1ff; }
.primary-button.large { min-height: 58px; background: white; color: var(--purple-950); box-shadow: none; white-space: nowrap; }
.form-alert { text-align: center; }

.vote-step-page {
  min-height: calc(100vh - 150px);
  padding: 42px 0 72px;
}
.step-progress {
  width: 100%;
  margin-bottom: 46px;
}
.step-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}
.step-story { max-width: 540px; }
.step-emblem {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24,199,177,.24);
  border-radius: 23px;
  background: rgba(24,199,177,.09);
  box-shadow: 0 12px 35px rgba(8,127,117,.09);
  font-size: 34px;
  transform: rotate(-3deg);
}
.step-story h1 { margin: 8px 0 24px; font-size: clamp(56px, 6.2vw, 84px); }
.step-story > p { max-width: 520px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.step-card.nomination-card {
  display: block;
  gap: 0;
  padding: clamp(28px, 3.5vw, 42px);
  border-radius: 32px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.step-card-heading { margin-bottom: 24px; }
.step-card-heading > span { color: var(--mint-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.step-card-heading h2 { margin: 6px 0 8px; font: 600 34px/1.15 var(--font-display); letter-spacing: -.035em; }
.step-card-heading p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.step-card .pick-list { gap: 13px; }
.step-card .picker-control input[type="search"] { height: 56px; padding-left: 18px; }
.step-card .clear-pick { top: 6px; }
.step-card .card-error { min-height: 0; margin-top: 0; }
.step-card .card-error:not(:empty) { margin-top: 8px; }
.selection-status { margin: 14px 0 0 41px; color: var(--ink-soft); font-size: 12px; }
.selection-status strong { color: var(--mint-dark); }
.step-actions { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.step-actions .primary-button { min-width: 180px; }
.back-button { min-height: 48px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border-radius: 13px; color: var(--ink-soft); font-size: 14px; font-weight: 750; transition: .2s var(--ease); }
.back-button:hover { color: var(--purple-800); background: var(--lavender-soft); }
.back-button svg { width: 19px; }

.state-page { position: relative; min-height: calc(100vh - 190px); max-width: 750px; margin: 0 auto; padding: 120px 20px 100px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.compact-state { padding-top: 80px; }
.success-seal { width: 78px; height: 78px; margin-bottom: 26px; display: grid; place-items: center; border: 1px solid rgba(8,127,117,.2); border-radius: 50%; background: rgba(24,199,177,.1); color: var(--mint-dark); font-size: 34px; font-weight: 700; box-shadow: 0 0 0 12px rgba(24,199,177,.05); }
.muted-seal { color: var(--purple-650); background: var(--lavender-soft); border-color: var(--line); }
.state-page h1 { margin: 22px 0 20px; font-size: clamp(50px, 7vw, 78px); }
.state-page > p { max-width: 620px; color: var(--ink-soft); font-size: 17px; }
.state-actions { margin-top: 22px; }
.state-page > .primary-button { margin-top: 20px; }
.confetti i { position: absolute; width: 8px; height: 18px; border-radius: 3px; background: var(--mint); transform: rotate(25deg); }
.confetti i:nth-child(1) { left: 8%; top: 30%; }.confetti i:nth-child(2) { left: 20%; top: 15%; background: var(--purple-500); transform: rotate(-40deg); }.confetti i:nth-child(3) { right: 15%; top: 22%; background: var(--mint-dark); transform: rotate(65deg); }.confetti i:nth-child(4) { right: 4%; top: 44%; background: var(--purple-500); }.confetti i:nth-child(5) { left: 13%; bottom: 26%; background: var(--purple-650); }.confetti i:nth-child(6) { right: 24%; bottom: 17%; transform: rotate(-25deg); }

.admin-page { padding: 70px 0 90px; }
.admin-heading { margin: 20px 0 44px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.admin-heading h1 { margin-bottom: 12px; font-size: clamp(48px, 6vw, 72px); }
.admin-heading p { color: var(--ink-soft); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card { min-height: 205px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.7); box-shadow: 0 12px 40px rgba(52,25,82,.06); }
.stat-card.accent { background: var(--purple-950); color: white; }
.stat-card span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.stat-card.accent span, .stat-card.accent small { color: rgba(255,255,255,.65); }
.stat-card strong { font: 600 68px/1 var(--font-display); letter-spacing: -.05em; }
.stat-card strong.date-value { font-size: 36px; }
.stat-card small { color: var(--ink-soft); }
.export-note { margin-top: 22px; padding: 26px 30px; display: flex; align-items: flex-start; gap: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--lavender-soft); }
.export-note svg { flex: 0 0 auto; color: var(--purple-650); }
.export-note p { margin: 5px 0 0; color: var(--ink-soft); font-size: 13px; }

:focus-visible { outline: 3px solid rgba(139,92,246,.4); outline-offset: 3px; }
@media (min-width: 1600px) {
  .site-header,
  main { width: min(1920px, calc(100% - 8vw)); }
  .site-header { min-height: 108px; }
  .vote-step-page {
    min-height: calc(100vh - 174px);
    padding: clamp(44px, 4.5vh, 72px) 0 clamp(72px, 7vh, 112px);
  }
  .step-progress { margin-bottom: clamp(48px, 5vh, 76px); }
  .step-layout {
    grid-template-columns: minmax(0, .92fr) minmax(580px, 1.08fr);
    gap: clamp(80px, 7vw, 176px);
  }
  .step-story { max-width: 760px; }
  .step-emblem {
    width: 88px;
    height: 88px;
    margin-bottom: 30px;
    border-radius: 27px;
    font-size: 41px;
  }
  .nomination-kicker { font-size: 12px; }
  .step-story h1 {
    margin: 10px 0 30px;
    font-size: clamp(78px, 5.2vw, 116px);
  }
  .step-story > p {
    max-width: 680px;
    font-size: clamp(18px, 1.05vw, 21px);
    line-height: 1.72;
  }
  .step-card.nomination-card {
    padding: clamp(38px, 3vw, 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 38px;
  }
  .step-card-heading { margin-bottom: 28px; }
  .step-card-heading > span { font-size: 12px; }
  .step-card-heading h2 { font-size: clamp(38px, 2.25vw, 46px); }
  .step-card-heading p { font-size: 15px; }
  .step-card .pick-list { gap: 14px; }
  .step-card .picker { gap: 13px; }
  .step-card .rank {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .step-card .picker-control input[type="search"] {
    height: 60px;
    padding-inline: 20px 48px;
    border-radius: 16px;
    font-size: 16px;
  }
  .step-card .clear-pick { top: 8px; }
  .selection-status {
    margin-top: 16px;
    margin-left: 49px;
    font-size: 13px;
  }
  .step-actions {
    margin-top: 20px;
    padding-top: 20px;
  }
  .step-actions .primary-button { min-width: 200px; }
}
@media (max-width: 900px) {
  .login-layout { grid-template-columns: 1fr; padding-top: 25px; }
  .login-story { text-align: center; }
  .login-story .eyebrow, .nomination-orbit { justify-content: center; }
  .login-story > p { margin-inline: auto; }
  .login-card-wrap { width: min(540px, 100%); margin: 0 auto; }
  .nomination-card { grid-template-columns: 1fr; gap: 28px; }
  .card-error { grid-column: 1; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card:last-child { grid-column: 1 / -1; }
  .vote-step-page { padding-top: 34px; }
  .step-layout { grid-template-columns: 1fr; gap: 38px; }
  .step-story { max-width: 680px; }
  .step-progress { margin-bottom: 36px; }
  .step-story h1 { font-size: 62px; }
  .step-card.nomination-card { width: min(620px, 100%); }
}
@media (max-width: 620px) {
  .site-header, main { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 17px; }.brand-mark { width: 36px; height: 36px; }
  .user-pill { display: none; }
  .header-link { padding: 0 8px; }
  .login-layout { padding: 35px 0 55px; gap: 58px; }
  .login-story h1 { font-size: 56px; }
  .login-story > p { font-size: 16px; }
  .nomination-orbit span { width: 44px; height: 44px; border-radius: 14px; font-size: 20px; }
  .login-card { padding: 27px 22px; border-radius: 26px; }
  .login-card-wrap::before { inset: -10px 10px 10px -10px; border-radius: 30px; }
  .vote-hero { margin: 44px auto 44px; }
  .vote-hero h1 { font-size: 52px; }
  .nomination-card { padding: 28px 20px; border-radius: 24px; gap: 24px; }
  .nomination-copy { gap: 12px; }.nomination-emoji { width: 42px; height: 42px; }
  .nomination-copy h2 { font-size: 24px; }
  .nomination-number { font-size: 43px; }
  .picker { gap: 8px; }.rank { flex-basis: 27px; width: 27px; height: 27px; }
  .picker-control input[type="search"] { font-size: 16px; }
  .submit-zone { padding: 28px 22px; align-items: stretch; flex-direction: column; }
  .primary-button.large { width: 100%; }
  .vote-step-page { padding: 26px 0 48px; }
  .step-layout { gap: 28px; }
  .step-progress { margin-bottom: 28px; }
  .step-emblem { width: 58px; height: 58px; margin-bottom: 18px; border-radius: 18px; font-size: 27px; }
  .step-story h1 { margin-bottom: 18px; font-size: 48px; }
  .step-story > p { font-size: 15px; }
  .step-card.nomination-card { padding: 27px 20px; }
  .step-card-heading h2 { font-size: 29px; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions > span { display: none; }
  .step-actions .primary-button { min-width: 0; }
  .back-button { justify-content: center; }
  .admin-page { padding-top: 42px; }
  .admin-heading { align-items: stretch; flex-direction: column; }
  .admin-heading h1 { font-size: 50px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card:last-child { grid-column: auto; }
  .stat-card { min-height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
