:root {
  --bg: #f6f8fb;
  --card: #ffffff;
  --ink: #172033;
  --muted: #697386;
  --line: #e7ebf2;
  --accent: #0a84ff;
  --accent-2: #6b8cff;
  --danger: #d92d20;
  --shadow: 0 14px 34px rgba(22, 32, 51, .07);
  --soft-shadow: 0 8px 20px rgba(22, 32, 51, .06);
  --radius: 8px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 34px; line-height: 1.08; letter-spacing: 0; margin-bottom: 8px; }
h2 { font-size: 20px; line-height: 1.2; letter-spacing: 0; }
img { max-width: 100%; display: block; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  background: rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { font-weight: 750; text-decoration: none; white-space: nowrap; }
.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.logo-brand img {
  width: auto;
  height: 56px;
  max-width: 230px;
  object-fit: contain;
  background: transparent;
}
.archive-logo-brand img {
  filter: none;
}
.logo-brand span:not(.version-pill) {
  font-size: 14px;
  color: var(--muted);
}
.version-pill { color: var(--muted); font-size: 12px; margin-left: 6px; }
.topbar nav { display: flex; gap: 10px; color: var(--muted); }
.topbar nav a {
  min-height: 32px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0 8px;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}
.topbar svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.main-nav {
  flex: 1;
  justify-content: center;
}
.nav-button {
  border: 1px solid rgba(222,227,237,.9);
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font-weight: 650;
}
.account-nav {
  justify-content: flex-end;
}
.icon-nav {
  width: 36px;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(222,227,237,.9);
  background: rgba(255,255,255,.72);
  font-size: 16px;
}
.topbar nav a:hover { background: #f1f5fb; color: var(--ink); }
.admin-topbar {
  background: rgba(255,245,245,.94);
  border-bottom-color: #ffd6d6;
}
.admin-topbar .brand { color: #9f1c1c; }
.shell, .participant-shell, .reveal-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 70px;
}
.wide-shell { width: min(1480px, calc(100% - 32px)); }
.wide-card {
  width: min(1480px, calc(100vw - 32px));
  margin-left: 50%;
  transform: translateX(-50%);
}
.participant-shell { width: min(760px, calc(100% - 26px)); }
.participant-shell.wide { width: min(940px, calc(100% - 26px)); }
.auth { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.auth-card { width: min(620px, 100%); }
.card {
  background: var(--card);
  border: 1px solid rgba(222, 227, 237, .8);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: 24px;
}
.cards { display: grid; gap: 18px; }
.tasting-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.tasting-card { padding: 0; overflow: hidden; }
.admin-dashboard-section { display: grid; gap: 12px; margin-bottom: 18px; }
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.section-title-row h2 { margin-bottom: 0; }
.dashboard-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.admin-dashboard-card h2 { margin-bottom: 6px; }
.admin-past-tastings { margin-top: 18px; }
.admin-archive-list {
  gap: 18px;
}
.admin-archive-card {
  cursor: default;
}
.admin-archive-card:hover {
  transform: none;
}
.admin-archive-actions {
  margin-top: 4px;
}
.image-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}
.image-status-grid span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.cover { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #fff; }
.card-body { padding: 20px; }
.page-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-end; margin-bottom: 22px; }
.page-head.split { align-items: center; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #edf5ff;
  color: #0964c6;
  font-size: 13px;
  font-weight: 650;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease;
}
.button:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(22, 32, 51, .07); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.button.danger { color: var(--danger); border-color: rgba(217,45,32,.25); }
.button.wide { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.actions.center { justify-content: center; margin-top: 22px; }
.fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 34px;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(10,132,255,.34);
}
label { display: grid; gap: 8px; font-weight: 650; }
.check-row { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.check-row input { width: auto; }
.hint { color: var(--muted); font-size: 13px; font-weight: 500; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
textarea { min-height: 92px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.span { grid-column: 1 / -1; }
.form-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-section legend { font-weight: 750; padding: 0 8px; }
.form-section .button { justify-self: start; align-self: end; }
.form-card { max-width: 860px; }
.admin-flow-head { max-width: 980px; }
.admin-create-flow {
  max-width: 980px;
  padding: 22px;
}
.guided-section {
  position: relative;
  border-color: rgba(222, 227, 237, .9);
  background: linear-gradient(180deg, #fff, #fbfcff);
}
.guided-section legend {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
}
.guided-section legend span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
}
.soft-button {
  background: #f7f9fc;
  color: var(--ink);
  border-color: var(--line);
}
.create-submit-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(10,132,255,.2);
  border-radius: var(--radius);
  background: #f4f9ff;
}
.create-submit-bar p { margin: 4px 0 0; }
.inline-form { display: flex; gap: 10px; align-items: end; }
.row { display: flex; gap: 12px; align-items: center; }
.between { justify-content: space-between; }
.stats { display: flex; justify-content: space-between; margin: 18px 0 8px; color: var(--muted); }
.progress { height: 8px; border-radius: 999px; background: #edf0f5; overflow: hidden; margin-bottom: 18px; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.flash { padding: 13px 15px; border-radius: var(--radius); margin-bottom: 16px; background: #edf8f1; color: #17633a; }
.flash.error { background: #fff0ee; color: #a31b12; }
.next-step-card {
  display: grid;
  gap: 12px;
}
.next-step-card h2 { margin-bottom: 0; }
.funfact-inline {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.funfact-inline p { margin: 6px 0 0; color: var(--muted); }
.panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.panel-grid.single-highlight { grid-template-columns: 1fr; }
.admin-live-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.admin-live-summary .mini-card {
  background: #fbfcff;
  padding: 11px 12px;
  gap: 5px;
}
.admin-live-summary strong {
  font-size: 22px;
  line-height: 1;
}
.admin-live-summary .muted {
  font-size: 13px;
}
.admin-run-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}
.phase-control { display: grid; gap: 18px; }
.admin-next-card {
  border-color: rgba(10,132,255,.18);
  box-shadow: 0 18px 44px rgba(10,132,255,.08);
}
.admin-next-card h2 {
  margin-bottom: 4px;
}
.phase-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.phase-track span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.phase-track span.active { background: #edf5ff; border-color: rgba(10,132,255,.32); color: #0964c6; font-weight: 750; }
.next-action-row {
  padding-top: 4px;
}
.next-action-row .button.primary {
  min-width: 210px;
}
.inline-form.compact { max-width: 520px; }
.list { display: grid; gap: 10px; }
.link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.mini-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; display: grid; gap: 8px; overflow-wrap: anywhere; }
.qr { width: 116px; height: 116px; border-radius: 6px; }
.participant-link-panel { margin-top: 18px; }
.admin-tool-section {
  margin-top: 14px;
  padding: 18px;
}
.admin-tool-section[open] {
  border-color: rgba(10,132,255,.16);
  box-shadow: 0 14px 34px rgba(10,132,255,.06);
}
.participant-link-list { display: grid; gap: 10px; }
.participant-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.admin-tool-section .section-tools {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.admin-tool-section .inline-form {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 14px;
}
.participant-link-main { display: grid; gap: 5px; min-width: 0; }
.participant-link-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; align-items: flex-start; }
.participant-link-actions details { min-width: min(260px, 100%); }
.small-link { font-size: 13px; color: var(--muted); overflow-wrap: anywhere; text-decoration: none; }
.invite-group-card {
  display: grid;
  gap: 12px;
  margin: 14px 0 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.invite-details {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.invite-details summary {
  cursor: pointer;
  font-weight: 750;
  margin-bottom: 8px;
}
.invite-details textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  margin-bottom: 8px;
  font: inherit;
  font-size: 13px;
}
.invite-group-card textarea {
  width: 100%;
  min-height: 220px;
  resize: vertical;
  font: inherit;
  font-size: 13px;
}
.qr-details {
  border-top: 0;
  padding-top: 0;
}
.qr-details .qr { margin-top: 8px; }
.test-actions .button {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.test-actions {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.nested-details {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.nested-details summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
}
.nested-details .list {
  margin-top: 12px;
}
.event-log-list {
  max-height: 360px;
  overflow: auto;
}
.admin-participants { display: grid; gap: 12px; }
.mini-form { display: grid; grid-template-columns: 110px 1fr 1fr 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.whisky-admin-form { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: end; }
.whisky-admin-form b, .whisky-admin-form textarea { grid-column: 1 / -1; }
.mini-actions { display: inline-flex; margin: 0 0 12px 120px; }
.participant-admin-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start; }
.participant-admin-card {
  border: 1px solid var(--line);
  border-left: 5px solid #0a84ff;
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
  display: grid;
  gap: 14px;
}
.participant-admin-card .mini-form { border-bottom: 0; padding-bottom: 0; }
.participant-admin-card .mini-actions { margin: 0; }
.participant-admin-card .whisky-admin-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.participant-position-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  background: #edf5ff;
  color: #0964c6;
  font-size: 13px;
  letter-spacing: 0;
}
.participant-admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.participant-admin-actions form { margin: 0; }
.details-card summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  list-style-position: inside;
}
.admin-tool-section > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
}
.admin-tool-section > summary::-webkit-details-marker { display: none; }
.admin-tool-section > summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f5fb;
  color: var(--muted);
}
.admin-tool-section[open] > summary::after { content: "−"; }
.details-card summary + * { margin-top: 14px; }
.details-intro {
  margin: 8px 0 14px;
}
.danger-zone { margin-top: 22px; }
.hero-card { text-align: center; position: relative; }
.participant-logo {
  width: min(430px, 92%);
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.vote-tasting-image { width: 100%; max-height: 360px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); margin-bottom: 20px; background: #fff; }
.vote-page .hero-card { padding-top: 72px; }
.vote-utility {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.vote-greeting { font-weight: 750; font-size: 18px; margin-bottom: 14px; }
.vote-short-help {
  max-width: 640px;
  margin: -4px auto 14px;
}
.icon-button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: transform .14s ease, box-shadow .14s ease;
}
.icon-button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(22, 32, 51, .09); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.vote-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  gap: 5px;
  margin: 10px 0 4px;
}
.vote-timeline span {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 5px 6px;
  font-size: 11px;
  min-height: 28px;
  display: inline-grid;
  place-items: center;
}
.vote-timeline span.done { background: #edf8f1; color: #17633a; }
.vote-timeline span.active { background: #edf5ff; color: #0964c6; border-color: rgba(10,132,255,.32); font-weight: 750; }
.connection-dot,
.save-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 750;
}
.connection-dot {
  width: 14px;
  height: 14px;
  background: #24a148;
  box-shadow: 0 0 0 5px rgba(36, 161, 72, .13);
}
.connection-dot[data-state="updating"] { background: #d99a00; box-shadow: 0 0 0 5px rgba(217, 154, 0, .14); }
.connection-dot[data-state="error"] { background: #d92d20; box-shadow: 0 0 0 5px rgba(217, 45, 32, .14); }
.save-icon { color: #17633a; background: transparent; font-size: 20px; width: 24px; height: 24px; }
.save-icon:empty { visibility: hidden; display: inline-flex; }
.save-icon[data-state="saving"], .save-icon[data-state="dirty"] { color: #8a5b00; }
.save-icon[data-state="error"] { color: #a31b12; }
.preview { width: 100%; max-height: 320px; aspect-ratio: 16 / 9; border-radius: var(--radius); object-fit: cover; background: #fff; }
.image-picker-section {
  align-items: start;
}
.current-image-box {
  display: grid;
  gap: 10px;
}
.gallery-pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.gallery-pick-grid figure {
  margin: 0;
  display: grid;
  gap: 9px;
  align-content: start;
  color: var(--muted);
  font-size: 12px;
  min-width: 0;
}
.gallery-pick-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: #fff;
}
.gallery-pick-grid figcaption {
  min-height: 32px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.vote-form { display: grid; gap: 16px; }
.vote-card.locked { background: #f9fafc; }
.scale-help, .wait-card { text-align: center; }
.compact-help {
  padding: 14px 16px;
}
.compact-help h2 {
  font-size: 16px;
  margin-bottom: 4px;
}
.compact-help p { margin: 0; color: var(--muted); }
.score-buttons { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; }
.score-buttons button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  font-weight: 750;
  cursor: pointer;
}
.score-buttons button:hover { border-color: var(--accent); color: var(--accent); }
.vote-head { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; }
.vote-head img { width: 120px; height: 120px; object-fit: cover; border-radius: var(--radius); background: #fff; }
.notice { padding: 13px; background: #eef3fa; border-radius: var(--radius); color: var(--muted); }
.savebar { position: sticky; bottom: 14px; width: 100%; box-shadow: 0 16px 32px rgba(10,132,255,.25); }
.vote-final-actions {
  position: sticky;
  bottom: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(222, 227, 237, .9);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 32px rgba(10,132,255,.18);
}
.vote-final-actions .button { width: 100%; }
.vote-card h2 { margin-bottom: 4px; }
.vote-card label { gap: 7px; }
.draw-whisky-list { display: grid; gap: 12px; text-align: left; }
.draw-whisky-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}
.draw-whisky-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: var(--radius);
  background: #fff;
}
.reveal-shell { width: min(980px, calc(100% - 28px)); padding-bottom: 108px; }
.reveal-page { padding-bottom: 150px; }
.reveal-stage { text-align: center; padding: 24px 0 22px; }
.reveal-list { display: grid; gap: 16px; }
.award-reveal-list { min-height: 46vh; align-items: center; }
.award-section-title {
  text-align: center;
  font-size: clamp(28px, 5vw, 48px);
  margin: 0 0 6px;
}
.placement-final-card {
  min-height: calc(100vh - 190px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.placement-final-card h2 {
  text-align: center;
  font-size: clamp(30px, 5vw, 54px);
}
.placement-photo-hint {
  text-align: center;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  color: var(--ink);
  margin-top: 18px;
}
.placement-table {
  min-width: 980px;
  table-layout: fixed;
}
.placement-table th,
.placement-table td {
  padding: 10px 9px;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.placement-table th:nth-child(1),
.placement-table td:nth-child(1) {
  width: 68px;
  min-width: 0;
  text-align: center;
}
.placement-table th:nth-child(2),
.placement-table td:nth-child(2) {
  width: 17%;
  min-width: 0;
}
.placement-table th:nth-child(3),
.placement-table td:nth-child(3) {
  width: 28%;
  min-width: 0;
}
.placement-table th:nth-child(4),
.placement-table td:nth-child(4),
.placement-table th:nth-child(5),
.placement-table td:nth-child(5),
.placement-table th:nth-child(6),
.placement-table td:nth-child(6) {
  width: 92px;
  min-width: 0;
  white-space: nowrap;
}
.placement-table th:nth-child(7),
.placement-table td:nth-child(7) {
  width: 86px;
  min-width: 0;
  white-space: nowrap;
}
.placement-table th:last-child,
.placement-table td:last-child {
  width: 18%;
  min-width: 0;
  white-space: normal;
}
.participant-results-card { display: grid; gap: 14px; }
.participant-results-card .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
}
.participant-results-card h2 {
  margin: 2px 0 0;
  line-height: 1.12;
}
.participant-results-card .eyebrow {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}
.participant-results-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.participant-result-table {
  min-width: 1040px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.participant-result-table th,
.participant-result-table td {
  padding: 11px 10px;
  vertical-align: middle;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
.participant-result-table th {
  font-size: 12px;
  letter-spacing: 0;
  white-space: normal;
}
.participant-result-table th:nth-child(1),
.participant-result-table td:nth-child(1) { width: 64px; text-align: center; }
.participant-result-table th:nth-child(2),
.participant-result-table td:nth-child(2) { width: 150px; }
.participant-result-table th:nth-child(3),
.participant-result-table td:nth-child(3) { width: 250px; }
.participant-result-table th:nth-child(4),
.participant-result-table td:nth-child(4) { width: 86px; white-space: nowrap; }
.participant-result-table th:nth-child(5),
.participant-result-table td:nth-child(5) { width: 72px; white-space: nowrap; }
.participant-result-table th:nth-child(6),
.participant-result-table td:nth-child(6),
.participant-result-table th:nth-child(7),
.participant-result-table td:nth-child(7),
.participant-result-table th:nth-child(8),
.participant-result-table td:nth-child(8) { width: 96px; text-align: right; white-space: nowrap; }
.participant-result-table th:nth-child(9),
.participant-result-table td:nth-child(9) { width: 130px; white-space: normal; }
.participant-result-table td:nth-child(8) { font-size: 17px; }
.participant-gallery-upload {
  border-color: rgba(10,132,255,.18);
  background: linear-gradient(180deg, #fff, #f7fbff);
}
.reveal-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; }
.reveal-card .comments { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 14px; }
.hidden-result { min-height: 132px; opacity: .55; }
.rank { color: var(--accent); font-weight: 750; }
.score { font-size: 42px; }
.center-image { margin: 0 auto 20px; }
.reveal-actions-bottom {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 20;
  width: min(980px, calc(100% - 28px));
  margin: 0;
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid rgba(222, 227, 237, .9);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.reveal-whisky-image { width: min(220px, 100%); aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: #fff; margin: 14px 0; }
.result-table .rank-1, .data-table .rank-1 { background: linear-gradient(90deg, #fff1a8, #fff8d8, #f3c64a); font-weight: 750; }
.result-table .rank-2, .data-table .rank-2 { background: linear-gradient(90deg, #e6ebf2, #fff, #bdc7d6); font-weight: 700; }
.result-table .rank-3, .data-table .rank-3 { background: linear-gradient(90deg, #f7eadc, #fffaf4, #e2bd92); font-weight: 700; }
.ceremony-list { margin-bottom: 18px; }
.ceremony-card { animation: revealIn .45s ease both; }
.ceremony-card.reveal-new {
  position: relative;
  overflow: hidden;
  animation: revealCardLong 8s ease both;
  scroll-margin-top: 120px;
  scroll-margin-bottom: 190px;
}
.ceremony-card.reveal-new::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: var(--accent);
  transform-origin: top;
  animation: revealBar 8s ease both;
}
.ceremony-card.reveal-new .reveal-details,
.ceremony-card.reveal-new > .score {
  animation: revealContent 8s ease both;
}
.ceremony-card.reveal-new .rank {
  display: inline-flex;
  margin-bottom: 10px;
  animation: revealRank 1.2s ease both;
}
.ceremony-card.quick-reveal,
.ceremony-card.quick-reveal::after {
  animation-duration: 3.2s;
}
.ceremony-card.quick-reveal .reveal-details,
.ceremony-card.quick-reveal > .score {
  animation: revealContentQuick 3.2s ease both;
}
.ceremony-card.podium-reveal,
.ceremony-card.podium-reveal::after {
  animation-duration: 8s;
}
.winner-card { position: relative; background: linear-gradient(110deg, #fff1a8, #fffbe7, #f0c240); }
.presentation-mode {
  min-height: 100vh;
  padding: 32px;
  background: #05070d;
  color: #fff;
}
.presentation-mode .card { color: var(--ink); }
@keyframes revealIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes revealCardLong {
  0% { opacity: 0; transform: translateY(18px); }
  28% { opacity: 1; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes revealBar {
  0% { transform: scaleY(0); opacity: 0; }
  18% { opacity: 1; }
  72% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}
@keyframes revealContent {
  0%, 62% { opacity: 0; transform: translateY(10px); }
  76%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes revealContentQuick {
  0%, 34% { opacity: 0; transform: translateY(8px); }
  58%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes revealRank {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: none; }
}
@keyframes goldSheen { 0%, 45% { transform: translateX(-120%); } 80%, 100% { transform: translateX(120%); } }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; margin-top: 16px; min-width: 980px; }
.compact-table { min-width: 680px; }
.data-table th, .data-table td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.data-table th:nth-child(1),
.data-table td:nth-child(1),
.data-table th:nth-child(2),
.data-table td:nth-child(2) { min-width: 190px; }
.data-table th:last-child,
.data-table td:last-child { min-width: 260px; }
.empty { color: var(--muted); padding: 30px; }
.archive-hero {
  margin-bottom: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5fb 100%);
  padding: 56px 24px;
  text-align: center;
  animation: fadeInHero 1.2s ease-out;
}
.archive-hero .participant-logo {
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
}
.logo-wrapper {
  position: relative;
  display: inline-block;
  max-width: min(430px, 92%);
  overflow: hidden;
  margin: 0 auto 24px;
}
.logo-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: logoShine 8s infinite;
  z-index: 2;
}
@keyframes logoShine {
  0% { left: -100%; }
  30% { left: 150%; }
  100% { left: 150%; }
}
@keyframes fadeInHero {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.archive-list { display: grid; gap: 16px; }
.archive-card { padding: 0; overflow: hidden; text-decoration: none; color: inherit; transition: transform .16s ease, box-shadow .16s ease; }
.archive-card:hover { transform: translateY(-2px); box-shadow: 0 22px 55px rgba(22, 32, 51, .11); }
.archive-body { padding: 22px; display: grid; gap: 10px; align-content: center; }
.archive-participants {
  color: var(--muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
  align-items: stretch;
}
.archive-date-large {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
}
.archive-thumb {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  background: #fff;
  border-left: 1px solid var(--line);
}
.archive-media-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  background: #eef1f6;
}
.archive-media-stack .archive-thumb {
  min-height: 0;
  height: 100%;
  flex: 1 1 0;
  border-radius: var(--radius);
  background: #fff;
}
.archive-media-stack .archive-thumb.secondary { border: 1px solid rgba(255,255,255,.8); }
.detail-hero-image {
  width: min(320px, 100%);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}
.detail-image-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}
.archive-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
.archive-detail-title { min-width: 0; width: 100%; }
.archive-detail-title h1 { max-width: none; overflow-wrap: normal; word-break: normal; }
.archive-detail-title p { max-width: none; }
.archive-detail-head .detail-image-stack {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: stretch;
}
.archive-detail-head .detail-hero-image {
  width: 100%;
  max-height: 320px;
}
.archive-whisky-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.archive-whisky-row img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: var(--radius);
  background: #fff;
}
.whisky-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.whisky-profile img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.gallery-item { position: relative; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(22,32,51,.05); }
.gallery-open { width: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #fff; }
.gallery-item figcaption { padding: 10px 12px; color: var(--muted); font-size: 14px; }
.gallery-delete-form {
  position: absolute;
  right: 8px;
  top: 8px;
  margin: 0;
  z-index: 2;
}
.gallery-delete {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(23,32,51,.72);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(22,32,51,.18);
}
.gallery-delete:hover { background: rgba(217,45,32,.9); }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(5, 7, 13, .86);
}
.gallery-lightbox.open { display: flex; }
.gallery-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius);
  background: #fff;
}
.gallery-lightbox-caption {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  max-width: min(760px, calc(100% - 32px));
  color: #fff;
  text-align: center;
}
.gallery-lightbox .icon-button {
  position: fixed;
  background: rgba(255,255,255,.94);
}
.gallery-close { right: 24px; top: 24px; }
.gallery-prev { left: 24px; top: 50%; }
.gallery-next { right: 24px; top: 50%; }
.presentation-list { display: grid; gap: 10px; }
.presentation-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.presentation-item form { margin: 0; }
.presentation-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  font-weight: 700;
}
.presentation-link span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.presentation-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 30px;
  border-radius: 8px;
  background: #eef6ff;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
}
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tag-list span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  background: #eef3fa;
  color: #42526a;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 650;
}
.highlight-card strong { font-size: 22px; }
.winner-highlight {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #fff1a8, #fffbe7, #f0c240);
  box-shadow: 0 24px 70px rgba(193, 138, 0, .18);
}
.winner-highlight::after,
.podium-card.rank-1::before,
.participant-rank-card.rank-1::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.55) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: goldSheen 2.8s ease-in-out infinite;
}
.winner-whisky-image { width: 100%; max-height: 280px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); margin-bottom: 12px; background: #fff; }
.order-number {
  font-size: clamp(72px, 22vw, 180px);
  line-height: 1;
  font-weight: 850;
  color: var(--accent);
  margin: 18px 0;
}
.order-number.settled { color: #17633a; transform: scale(1.04); }
.place-card {
  min-height: 190px;
  border-width: 2px;
  transform-origin: center;
}
.place-card .rank { font-size: 22px; }
.place-card h2 { font-size: 34px; margin: 8px 0; }
.reveal-whisky { font-size: 22px; margin-bottom: 6px; }
.podium-label {
  display: inline-flex;
  margin-left: 10px;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: #101828;
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}
.podium-card { position: relative; overflow: hidden; }
.podium-card.rank-3 { border-color: #c79c6d; background: linear-gradient(110deg, #f7eadc, #fffaf4, #e2bd92); }
.podium-card.rank-2 { border-color: #96a2b8; background: linear-gradient(110deg, #e6ebf2, #fff, #bdc7d6); }
.podium-card.rank-1 {
  border-color: var(--accent);
  background: linear-gradient(110deg, #fff1a8, #fffbe7, #f0c240);
  box-shadow: 0 24px 70px rgba(193, 138, 0, .18);
}
.taste-puzzle-card {
  border-color: rgba(10,132,255,.35);
  background: linear-gradient(110deg, #eef6ff, #fff, #f7fbff);
}
.taste-puzzle-card .score {
  color: var(--accent);
}
.award-miss {
  border-color: rgba(255,69,58,.28);
  background: linear-gradient(110deg, #fff1ef, #fff, #fff7f6);
}
.award-miss .score { color: #b42318; }
.award-crown {
  border-color: rgba(193,138,0,.34);
  background: linear-gradient(110deg, #fff5c7, #fff, #fff9e3);
}
.award-crown .score { color: #9a6700; }
.award-card.no-award {
  border-color: var(--line);
  background: linear-gradient(110deg, #f8fafc, #fff, #f8fafc);
}
.award-card.no-award .score {
  color: var(--muted);
  font-size: 30px;
}
.participant-rank-card {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.participant-rank-card h2 { font-size: clamp(44px, 10vw, 92px); margin: 8px 0; }
.participant-rank-card.rank-3 { background: linear-gradient(110deg, #f7eadc, #fffaf4, #e2bd92); }
.participant-rank-card.rank-2 { background: linear-gradient(110deg, #e6ebf2, #fff, #bdc7d6); }
.participant-rank-card.rank-1 { background: linear-gradient(110deg, #fff1a8, #fffbe7, #f0c240); }
.details-card summary {
  cursor: pointer;
  font-weight: 750;
  font-size: 20px;
}
.section-tools { margin: 14px 0; }
@media (max-width: 760px) {
  h1 { font-size: 26px; }
  h2 { font-size: 18px; }
  body { font-size: 15px; }
  .topbar {
    position: sticky;
    min-height: 58px;
    align-items: flex-start;
    padding: 10px 12px 8px;
    flex-direction: column;
    -webkit-backdrop-filter: blur(18px);
  }
  .logo-brand img { height: 42px; max-width: 176px; }
  .participant-logo {
    width: min(340px, 96%);
    margin-bottom: 14px;
  }
  .logo-brand span:not(.version-pill) { font-size: 12px; }
  .main-nav { justify-content: flex-start; }
  .account-nav {
    position: absolute;
    top: 10px;
    right: 12px;
    width: auto;
  }
  .account-nav .icon-nav {
    width: 32px;
    padding: 0;
  }
  .brand { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
  .topbar nav {
    width: 100%;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(231,235,242,.85);
    font-size: 13px;
  }
  .shell, .participant-shell, .reveal-shell, .wide-shell {
    width: min(100% - 20px, 1180px);
    margin: 16px auto 54px;
  }
  .wide-card {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .card {
    padding: 16px;
    box-shadow: 0 6px 16px rgba(22,32,51,.05);
  }
  .card-body, .archive-body { padding: 16px; }
  .button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }
  .actions { gap: 8px; }
  .page-head, .page-head.split, .panel-grid, .form-grid, .form-section, .admin-run-grid { display: grid; grid-template-columns: 1fr; }
  .admin-live-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }
  .admin-live-summary .mini-card {
    padding: 9px 10px;
    min-height: 58px;
  }
  .admin-live-summary strong {
    font-size: 18px;
  }
  .admin-live-summary .muted {
    font-size: 12px;
  }
  .admin-next-card {
    position: static;
    padding: 13px;
    box-shadow: 0 12px 30px rgba(10,132,255,.12);
    border-color: rgba(10,132,255,.28);
  }
  .admin-next-card .row.between {
    align-items: flex-start;
  }
  .admin-next-card h2 {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .admin-next-card p {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .page-head { gap: 8px; align-items: start; margin-bottom: 14px; }
  .admin-create-flow { padding: 16px; }
  .create-submit-bar { display: grid; grid-template-columns: 1fr; }
  .next-action-row .button.primary { min-width: 0; }
  .mini-form { grid-template-columns: 1fr; }
  .mini-actions { display: grid; margin-left: 0; }
  .phase-track {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }
  .phase-track::-webkit-scrollbar { height: 4px; }
  .phase-track::-webkit-scrollbar-thumb { background: #cfd7e6; border-radius: 999px; }
  .phase-track span {
    flex: 0 0 auto;
    min-width: 116px;
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }
  .next-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .next-action-row .button {
    width: 100%;
  }
  .archive-summary { grid-template-columns: 1fr; }
  .archive-thumb {
    order: -1;
    min-height: 170px;
    max-height: 220px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .archive-date-large { font-size: 30px; }
  .archive-body h2 { margin-bottom: 0; }
  .archive-body .muted { margin-bottom: 0; }
  .participant-link-row { grid-template-columns: 1fr; }
  .participant-link-actions { justify-content: flex-start; }
  .detail-image-stack { justify-content: flex-start; }
  .archive-detail-head .detail-image-stack { flex-basis: 100%; }
  .archive-detail-head .detail-hero-image { width: 100%; max-height: 230px; }
  .detail-image-stack { gap: 10px; }
  .detail-hero-image { aspect-ratio: 16 / 9; }
  .whisky-card-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-delete { width: 28px; height: 28px; font-size: 18px; }
  .presentation-item { grid-template-columns: 1fr; }
  .vote-final-actions { grid-template-columns: 1fr; }
  .reveal-page { padding-bottom: 310px; }
  .reveal-stage { padding: 12px 0 14px; }
  .reveal-actions-bottom {
    display: grid;
    grid-template-columns: 1fr;
    bottom: 10px;
    width: min(100% - 20px, 980px);
    max-height: 285px;
    overflow: auto;
  }
  .ceremony-card.reveal-new {
    scroll-margin-top: 140px;
    scroll-margin-bottom: 330px;
  }
  .place-card { min-height: 150px; }
  .place-card h2 { font-size: 28px; }
  .reveal-whisky { font-size: 18px; }
  .vote-page .hero-card { padding-top: 58px; }
  .vote-utility {
    right: 10px;
    top: 10px;
    gap: 8px;
    min-height: 32px;
    padding: 6px 8px;
  }
  .vote-tasting-image { max-height: 240px; }
  .vote-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
  .vote-timeline span {
    min-height: 24px;
    padding: 3px 4px;
    font-size: 10px;
  }
  .score-buttons { grid-template-columns: repeat(5, 1fr); }
  .score-buttons button { min-height: 38px; }
  .whisky-admin-form { grid-template-columns: 1fr; }
  .participant-admin-card { padding: 14px; }
  .participant-admin-actions { display: grid; grid-template-columns: 1fr; }
  .participant-admin-actions .button { width: 100%; }
  .inline-form { display: grid; }
  .vote-head { grid-template-columns: 82px 1fr; }
  .vote-head img { width: 82px; }
  .reveal-card { grid-template-columns: 1fr; }
  .score { font-size: 34px; }
  .data-table { min-width: 720px; font-size: 13px; }
  .compact-table { min-width: 620px; }
  .participant-result-table { min-width: 920px; }
  .participant-result-table th,
  .participant-result-table td { padding: 9px 7px; font-size: 12px; }
  .participant-result-table th { padding: 9px 7px; font-size: 11px; }
  .participant-result-table th:nth-child(1),
  .participant-result-table td:nth-child(1) { width: 48px; }
  .participant-result-table th:nth-child(2),
  .participant-result-table td:nth-child(2) { width: 120px; }
  .participant-result-table th:nth-child(3),
  .participant-result-table td:nth-child(3) { width: 210px; }
  .data-table th, .data-table td { padding: 9px 10px; }
  .data-table th:nth-child(1),
  .data-table td:nth-child(1),
  .data-table th:nth-child(2),
  .data-table td:nth-child(2),
  .data-table th:last-child,
  .data-table td:last-child { min-width: 0; }
  .fab {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    font-size: 30px;
  }
}
@supports not (aspect-ratio: 1 / 1) {
  .cover,
  .vote-tasting-image,
  .preview,
  .detail-hero-image,
  .archive-thumb,
  .winner-whisky-image {
    height: 220px;
  }
  .whisky-profile img,
  .gallery-item img,
  .reveal-whisky-image {
    height: 180px;
  }
  @media (max-width: 760px) {
    .cover,
    .vote-tasting-image,
    .preview,
    .detail-hero-image,
    .archive-thumb,
    .winner-whisky-image {
      height: 180px;
    }
  }
}
