:root {
  --gf-bg: #f4f6f8;
  --gf-panel: #ffffff;
  --gf-ink: #111827;
  --gf-muted: #657083;
  --gf-line: #d9dee7;
  --gf-orange: #c9906f;
  --gf-blue: #1f6feb;
  --gf-green: #16a34a;
  --gf-red: #dc2626;
  --gf-soft: #f7f9fc;
  --gf-coal: #18202b;
  --gf-focus: rgba(31, 111, 235, 0.18);
}

.gf-admin-wrap,
.gf-public {
  color: var(--gf-ink);
}

.gf-admin-wrap {
  max-width: 1480px;
}

.gf-admin-wrap h1 {
  color: #1f2937;
  font-weight: 700;
}

.gf-sensitive-notice .button {
  margin-left: 8px;
}

.gf-queue-count-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #b91c1c;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.gf-sensitive-admin.is-sensitive-blurred input[name="title"],
.gf-sensitive-admin.is-sensitive-blurred input[name="theme"],
.gf-sensitive-admin.is-sensitive-blurred input[name="theme_title"],
.gf-sensitive-admin.is-sensitive-blurred input[name="item_url"],
.gf-sensitive-admin.is-sensitive-blurred input[name="bid_count"],
.gf-sensitive-admin.is-sensitive-blurred input[name="start_price"],
.gf-sensitive-admin.is-sensitive-blurred input[name="end_price"],
.gf-sensitive-admin.is-sensitive-blurred textarea[name="description"],
.gf-sensitive-admin.is-sensitive-blurred textarea[name="notes"],
.gf-sensitive-admin.is-sensitive-blurred input[name^="theme["],
.gf-sensitive-admin.is-sensitive-blurred .gf-game-hero-main h2,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-active-copy h2,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-media,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-tile-thumb,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-theme-note strong,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-price,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-price strong,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-item-tile > span,
.gf-sensitive-admin.is-sensitive-blurred .gf-game-row > div:first-child strong,
.gf-sensitive-admin.is-sensitive-blurred .gf-queue-card > div:first-child strong,
.gf-sensitive-admin.is-sensitive-blurred .gf-queue-card > div:first-child span,
.gf-sensitive-admin.is-sensitive-blurred .gf-panel > h3,
.gf-sensitive-admin.is-sensitive-blurred .gf-media-preview,
.gf-sensitive-admin.is-sensitive-blurred .gf-item-thumb,
.gf-sensitive-admin.is-sensitive-blurred .gf-item-card-title,
.gf-sensitive-admin.is-sensitive-blurred .gf-item-card-meta span:first-child,
.gf-sensitive-admin.is-sensitive-blurred .gf-item-card-meta span:nth-child(2),
.gf-sensitive-admin.is-sensitive-blurred .gf-item-card-meta span:nth-child(3),
.gf-sensitive-admin.is-sensitive-blurred .gf-active-price-meta span,
.gf-sensitive-admin.is-sensitive-blurred .gf-library-thumb,
.gf-sensitive-admin.is-sensitive-blurred .gf-library-body h3,
.gf-sensitive-admin.is-sensitive-blurred .gf-library-body > .gf-muted,
.gf-sensitive-admin.is-sensitive-blurred .gf-assignment-note,
.gf-sensitive-admin.is-sensitive-blurred .gf-mini-meta span:first-child,
.gf-sensitive-admin.is-sensitive-blurred .gf-mini-meta span:nth-child(2),
.gf-sensitive-admin.is-sensitive-blurred .gf-mini-meta span:nth-child(3),
.gf-sensitive-admin.is-sensitive-blurred .gf-theme-idea > summary,
.gf-sensitive-admin.is-sensitive-blurred .gf-theme-idea > p,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-theme-field input,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-theme-field textarea {
  filter: blur(6px);
  user-select: none;
  transition: filter 0.15s ease;
}

.gf-sensitive-admin.is-sensitive-blurred input[name="title"],
.gf-sensitive-admin.is-sensitive-blurred input[name="theme"],
.gf-sensitive-admin.is-sensitive-blurred input[name="theme_title"],
.gf-sensitive-admin.is-sensitive-blurred input[name="item_url"],
.gf-sensitive-admin.is-sensitive-blurred input[name="bid_count"],
.gf-sensitive-admin.is-sensitive-blurred input[name="start_price"],
.gf-sensitive-admin.is-sensitive-blurred input[name="end_price"],
.gf-sensitive-admin.is-sensitive-blurred textarea[name="description"],
.gf-sensitive-admin.is-sensitive-blurred textarea[name="notes"],
.gf-sensitive-admin.is-sensitive-blurred input[name^="theme["],
.gf-sensitive-admin.is-sensitive-blurred .gf-live-theme-field input,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-theme-field textarea {
  color: transparent !important;
  caret-color: transparent;
  text-shadow: 0 0 8px rgba(15, 23, 42, 0.95);
}

.gf-sensitive-admin.is-sensitive-blurred textarea[name="description"],
.gf-sensitive-admin.is-sensitive-blurred textarea[name="notes"] {
  min-height: 72px;
}

.gf-sensitive-admin.is-sensitive-blurred .gf-live-media,
.gf-sensitive-admin.is-sensitive-blurred .gf-live-tile-thumb,
.gf-sensitive-admin.is-sensitive-blurred .gf-media-preview,
.gf-sensitive-admin.is-sensitive-blurred .gf-item-thumb,
.gf-sensitive-admin.is-sensitive-blurred .gf-library-thumb {
  pointer-events: none;
}

.gf-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.gf-admin-grid-wide {
  grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1.1fr);
}

.gf-command-grid {
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  align-items: stretch;
}

.gf-intake-grid {
  grid-template-columns: minmax(520px, 1.05fr) minmax(360px, 0.95fr);
  align-items: stretch;
}

.gf-panel,
.gf-public-card,
.gf-play-screen,
.gf-display-screen {
  background: var(--gf-panel);
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 14px 28px rgba(15, 20, 27, 0.06);
}

.gf-admin-wrap .gf-panel {
  margin-top: 20px;
}

.gf-panel h2,
.gf-panel h3 {
  margin-top: 0;
}

.gf-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f6;
}

.gf-panel-heading h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.gf-panel-heading span {
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 700;
}

.gf-settings-panel {
  padding: 24px;
}

.gf-settings-form {
  display: grid;
  gap: 24px;
}

.gf-settings-section {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e0e7f1;
  border-radius: 10px;
  background: #fbfcfe;
}

.gf-settings-section + .gf-settings-section,
.gf-extension-token-section {
  margin-top: 22px;
}

.gf-settings-section-head {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f7;
}

.gf-settings-section-head h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.gf-settings-section-head p {
  margin: 0;
  color: var(--gf-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gf-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.gf-settings-media-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.gf-overlay-setting {
  grid-template-columns: minmax(180px, 240px) minmax(240px, 1fr) 54px;
  align-items: center;
  gap: 12px;
}

.gf-overlay-setting input[type="range"] {
  padding: 0;
}

.gf-overlay-setting output {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid #d4dce8;
  border-radius: 8px;
  background: #fff;
  color: #172033;
  font-weight: 800;
}

.gf-overlay-setting .gf-help {
  grid-column: 2 / -1;
  margin-top: -4px;
}

.gf-settings-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 2px;
}

@media (max-width: 900px) {
  .gf-settings-media-grid,
  .gf-overlay-setting {
    grid-template-columns: 1fr;
  }

  .gf-overlay-setting .gf-help {
    grid-column: auto;
  }
}

.gf-stack,
.gf-roster-form {
  display: grid;
  gap: 12px;
}

.gf-panel label {
  display: grid;
  gap: 5px;
  font-weight: 700;
  color: #172033;
}

.gf-panel input,
.gf-panel textarea,
.gf-panel select,
.gf-submit-form input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d4dce8;
  border-radius: 6px;
  padding: 10px 11px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(15, 20, 27, 0.02);
}

.gf-panel input:focus,
.gf-panel textarea:focus,
.gf-panel select:focus {
  border-color: var(--gf-blue);
  box-shadow: 0 0 0 3px var(--gf-focus);
  outline: none;
}

.gf-panel .button,
.gf-admin-wrap .button {
  border-radius: 6px;
  min-height: 32px;
  padding: 5px 13px;
  font-weight: 700;
}

.gf-panel .button-primary,
.gf-admin-wrap .button-primary {
  background: var(--gf-coal);
  border-color: var(--gf-coal);
  color: #fff;
}

.gf-panel .button-primary:hover,
.gf-admin-wrap .button-primary:hover,
.gf-panel .button-primary:focus,
.gf-admin-wrap .button-primary:focus {
  background: #243144;
  border-color: #243144;
  color: #fff;
}

.gf-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px !important;
}

.gf-check input {
  width: auto;
}

.gf-buffer-channel-empty {
  padding: 12px 14px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  color: var(--gf-muted);
  font-weight: 700;
}

.gf-buffer-channel-empty.is-error {
  border-color: #f1b5b5;
  background: #fff5f5;
  color: #8a1f1f;
}

.gf-buffer-channel-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.gf-buffer-channel-option {
  display: grid;
  grid-template-columns: auto 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
}

.gf-buffer-channel-option input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.gf-buffer-channel-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 50%;
  background: #eef4ff;
  color: #1d4ed8;
  font-weight: 900;
}

.gf-buffer-channel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-buffer-channel-meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.gf-buffer-channel-option strong {
  overflow: hidden;
  color: var(--gf-text);
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-buffer-channel-option em {
  overflow: hidden;
  color: var(--gf-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-processing-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border: 1px solid #cfe0f4;
  border-radius: 999px;
  background: #eef6ff;
  color: #21476f;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gf-game-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 14px 0 10px;
}

.gf-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #d8e0ea;
  border-radius: 999px;
  background: #fff;
  color: #33516f;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.gf-game-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  margin: 8px 0 12px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
  box-shadow: 0 14px 28px rgba(15, 20, 27, 0.06);
}

.gf-game-hero-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.gf-game-hero-main > div {
  min-width: 0;
}

.gf-game-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.gf-final-social-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gf-final-social-actions form {
  margin: 0;
}

.gf-sensitive-admin.is-sensitive-blurred .gf-final-social-actions,
.gf-sensitive-admin.is-sensitive-blurred .gf-final-social-panel,
.gf-sensitive-admin.is-sensitive-blurred .gf-game-row-finalized > div:first-child strong,
.gf-sensitive-admin.is-sensitive-blurred .gf-game-row-finalized > div:first-child span {
  filter: none !important;
  user-select: auto;
}

.gf-final-social-panel {
  margin: 0 0 12px;
}

.gf-final-social-preview {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(280px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.gf-final-social-card-link {
  display: block;
  overflow: hidden;
  border: 1px solid #d6deea;
  border-radius: 8px;
  background: #08111f;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.gf-final-social-card-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.gf-final-social-preview label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-final-social-preview textarea {
  width: 100%;
  min-height: 260px;
  padding: 12px;
  border: 1px solid #d6deea;
  border-radius: 8px;
  color: #142033;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
  line-height: 1.45;
  resize: vertical;
}

@media (max-width: 900px) {
  .gf-final-social-preview {
    grid-template-columns: 1fr;
  }
}

.gf-game-hero h2 {
  margin: 3px 0 2px;
  font-size: 22px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.gf-game-hero p {
  margin: 0;
  color: var(--gf-muted);
  font-weight: 700;
}

.gf-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e8eef7;
  color: #26364a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-status-live {
  background: #dcfce7;
  color: #166534;
}

.gf-status-finalized {
  background: #ede9fe;
  color: #5b21b6;
}

.gf-view-links {
  justify-content: flex-end;
}

.gf-view-links .button {
  background: #fff;
  border-color: #c9d3e2;
}

.gf-game-settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gf-game-settings-grid label:first-child,
.gf-game-settings-grid label:nth-child(2) {
  grid-column: span 2;
}

.gf-form-actions {
  display: flex;
  justify-content: flex-start;
}

.gf-form-actions .button-primary {
  min-width: 150px;
}

.gf-game-row,
.gf-token-row,
.gf-inline-form,
.gf-link-row,
.gf-card-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.gf-guest-form {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #edf1f6;
}

.gf-token-row input {
  flex: 1 1 180px;
}

.gf-guest-access-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #f8fafc;
}

.gf-guest-qr {
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
}

.gf-guest-qr .gf-qr-svg {
  width: 76px;
  max-width: 76px;
}

.gf-guest-link-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.gf-roster-list {
  display: grid;
  gap: 8px;
}

.gf-roster-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.9fr) minmax(86px, 0.45fr) minmax(300px, 2.1fr) 88px 100px;
  gap: 10px;
  align-items: center;
}

.gf-roster-row input {
  min-width: 0;
}

.gf-roster-header {
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gf-roster-user-summary {
  display: grid;
  grid-template-columns: 42px minmax(84px, 0.8fr) minmax(82px, 0.8fr) minmax(78px, 0.7fr) minmax(112px, 1.2fr);
  gap: 6px 8px;
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid var(--gf-line);
  border-radius: 6px;
  background: #fff;
  color: var(--gf-muted);
  font-size: 12px;
}

.gf-roster-user-summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-roster-row .gf-check {
  display: inline-flex !important;
  justify-content: flex-start;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
}

.gf-roster-row .gf-check input {
  flex: 0 0 auto;
}

.gf-roster-actions {
  display: flex;
  justify-content: flex-start;
}

.gf-roster-actions .button {
  width: auto;
  min-width: 140px;
}

.gf-user-search {
  border: 1px solid var(--gf-line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafc;
}

.gf-user-search-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.55fr) auto;
  gap: 10px;
  align-items: end;
}

.gf-user-search-status {
  min-height: 20px;
  margin-top: 8px;
}

.gf-user-search-results {
  overflow-x: auto;
}

.gf-user-results-table {
  margin-top: 8px;
}

.gf-user-results-table th,
.gf-user-results-table td {
  white-space: nowrap;
}

.gf-game-row,
.gf-token-row,
.gf-queue-card,
.gf-theme-idea {
  border: 1px solid var(--gf-line);
  border-radius: 8px;
  padding: 12px;
  margin: 10px 0;
}

.gf-game-row {
  justify-content: space-between;
}

.gf-game-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.gf-game-actions form {
  margin: 0;
}

.gf-danger-button {
  color: var(--gf-red) !important;
  border-color: rgba(220, 38, 38, 0.45) !important;
}

.gf-danger-button:hover,
.gf-danger-button:focus {
  color: #fff !important;
  background: var(--gf-red) !important;
  border-color: var(--gf-red) !important;
}

@media (max-width: 782px) {
  .gf-user-search-controls {
    grid-template-columns: 1fr;
  }

  .gf-roster-header {
    display: none;
  }

  .gf-roster-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .gf-roster-user-summary {
    grid-template-columns: 1fr;
  }
}

.gf-game-row span,
.gf-queue-card span,
.gf-muted {
  display: block;
  color: var(--gf-muted);
}

.gf-intake-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gf-intake-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.gf-intake-card {
  padding: 14px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: var(--gf-soft);
}

.gf-intake-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
}

.gf-intake-card.is-primary {
  background: #ffffff;
  border-color: #c9d3e2;
}

.gf-intake-card .button {
  justify-self: start;
  width: auto;
  min-width: 128px;
}

.gf-media-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

.gf-media-preview {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 6px;
  place-items: center;
  border: 1px dashed #c7d2e1;
  border-radius: 8px;
  background: #fff;
  color: var(--gf-muted);
  font-weight: 800;
  overflow: hidden;
}

.gf-media-preview.has-image {
  border-style: solid;
  place-items: stretch;
}

.gf-background-picker {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #f8fafc;
}

.gf-background-preview {
  min-height: 150px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background-color: #070504;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.gf-logo-preview {
  min-height: 110px;
  background-color: #05070d;
  background-size: contain;
  background-repeat: no-repeat;
}

.gf-background-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gf-help {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.gf-media-thumb {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #0f172a;
}

.gf-media-thumb img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  display: block;
}

.gf-media-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 999px !important;
  background: rgba(127, 29, 29, 0.92) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.24);
  cursor: pointer;
}

.gf-media-remove:hover,
.gf-media-remove:focus {
  background: #dc2626 !important;
}

.gf-empty-state {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 24px;
  border: 1px dashed #c7d2e1;
  border-radius: 8px;
  background: #f8fafc;
  text-align: center;
  color: var(--gf-muted);
}

.gf-empty-state strong {
  display: block;
  margin-bottom: 4px;
  color: #223044;
  font-size: 16px;
}

.gf-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.gf-item-card {
  border: 1px solid var(--gf-line);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.gf-item-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gf-item-card-top h3 {
  margin: 0;
  font-size: 15px;
}

.gf-item-card-top span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.14);
  color: #9a3412;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.gf-item-thumb {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f172a, #263248);
  color: #cbd5e1;
  font-weight: 800;
}

.gf-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gf-item-thumb-empty {
  background: #f1f5f9;
  color: var(--gf-muted);
}

.gf-item-card-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 58px;
  font-size: 14px;
  line-height: 1.35;
}

.gf-item-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gf-item-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.gf-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gf-item-card.is-active {
  border-color: var(--gf-orange);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.18);
}

.gf-attendance {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.gf-admin-drawer {
  margin: 18px 0;
}

.gf-admin-drawer > summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(15, 20, 27, 0.05);
}

.gf-live-command {
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid #cfd8e6;
  border-radius: 10px;
  background:
    radial-gradient(circle at 15% 0%, rgba(201, 144, 111, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff, #f6f8fb);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.gf-live-command-head,
.gf-live-score-head,
.gf-live-rail-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.gf-live-command-head h2,
.gf-live-score-head h2,
.gf-live-rail-head h3 {
  margin: 2px 0 0;
}

.gf-live-actions,
.gf-live-action-row,
.gf-live-tile-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.gf-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 16px;
  margin-top: 14px;
  align-items: start;
  min-width: 0;
}

.gf-live-left,
.gf-live-score {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.gf-live-active,
.gf-live-rail,
.gf-live-score,
.gf-live-leaderboard {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.gf-live-active {
  display: grid;
  grid-template-columns: minmax(290px, 0.65fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  margin-top: 14px;
}

.gf-live-media,
.gf-live-tile-thumb {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f172a, #263248);
  color: #cbd5e1;
  font-weight: 900;
}

.gf-live-media {
  aspect-ratio: 16 / 10;
  min-width: 0;
  min-height: 170px;
}

.gf-live-media img,
.gf-live-tile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gf-live-active-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}

.gf-live-active-copy h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.12;
}

.gf-live-active-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.gf-live-submission-status {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #d4dce8;
  border-radius: 10px;
  background: #f8fafc;
}

.gf-live-theme-note {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #d9e2ee;
  border-radius: 10px;
  background: #f8fafc;
}

.gf-live-theme-note span {
  color: #64748b;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.gf-live-theme-note strong {
  color: #172033;
  font-size: 14px;
  line-height: 1.25;
}

.gf-live-submission-status span {
  color: #334155;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-live-submission-status strong {
  color: #172033;
  font-size: 24px;
  line-height: 1;
}

.gf-live-submission-status em {
  grid-column: 1 / -1;
  color: var(--gf-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.gf-live-submission-players {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.gf-live-submission-players span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: none;
}

.gf-live-submission-players span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 999px;
  background: #94a3b8;
}

.gf-live-submission-players span.is-in {
  border-color: rgba(22, 163, 74, 0.35);
  background: #f0fdf4;
  color: #166534;
}

.gf-live-submission-players span.is-in::before {
  background: #16a34a;
}

.gf-live-submission-players span.is-missing {
  border-color: rgba(245, 158, 11, 0.35);
  background: #fffbeb;
  color: #92400e;
}

.gf-live-submission-players span.is-missing::before {
  background: #f59e0b;
}

.gf-live-submission-status.is-waiting {
  border-color: rgba(245, 158, 11, 0.5);
  background: #fffbeb;
}

.gf-live-submission-status.is-waiting span,
.gf-live-submission-status.is-waiting strong {
  color: #92400e;
}

.gf-live-submission-status.is-complete {
  border-color: rgba(22, 163, 74, 0.5);
  background: #ecfdf5;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

.gf-live-submission-status.is-complete span,
.gf-live-submission-status.is-complete strong {
  color: #166534;
}

.gf-live-submission-status.is-revealed {
  border-color: rgba(99, 102, 241, 0.35);
  background: #eef2ff;
}

.gf-live-submission-status.is-revealed span,
.gf-live-submission-status.is-revealed strong {
  color: #3730a3;
}

.gf-live-bid-row.is-preview-winner {
  border-color: rgba(22, 163, 74, 0.45);
  background: linear-gradient(90deg, rgba(22, 163, 74, 0.12), #fff 58%);
  box-shadow: inset 4px 0 0 #16a34a;
}

.gf-live-bid-row.is-preview-winner [data-gf-diff] {
  background: #dcfce7;
  color: #166534;
}

.gf-live-bid-row.has-long-theme .gf-live-theme-field textarea {
  min-height: 126px;
  font-size: 14px;
  line-height: 1.45;
}

.gf-live-preview-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.gf-live-preview-summary span,
.gf-live-preview-summary em {
  color: #64748b;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-live-preview-summary strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #172033;
  font-size: 14px;
  line-height: 1.2;
}

.gf-live-empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  color: var(--gf-muted);
  text-align: center;
}

.gf-live-empty strong {
  color: #172033;
  font-size: 18px;
}

.gf-live-rail {
  padding: 12px;
}

.gf-live-command > .gf-live-rail {
  margin-top: 16px;
}

.gf-live-command > .gf-live-score {
  margin-top: 16px;
}

.gf-live-rail,
.gf-live-item-strip {
  min-width: 0;
  max-width: 100%;
}

.gf-live-rail-head span {
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 800;
}

.gf-live-item-strip {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
}

.gf-live-item-tile {
  flex: 0 0 clamp(138px, 18vw, 158px);
  display: grid;
  gap: 7px;
  min-width: 0;
  max-width: 158px;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
}

.gf-live-item-tile.is-active {
  border-color: var(--gf-orange);
  box-shadow: 0 0 0 2px rgba(201, 144, 111, 0.22);
}

.gf-live-item-tile.is-revealed {
  background: #f8fafc;
}

.gf-live-item-tile.is-empty {
  opacity: 0.72;
}

.gf-live-tile-thumb {
  aspect-ratio: 16 / 9;
  font-size: 12px;
}

.gf-live-item-tile strong,
.gf-live-item-tile span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-live-item-tile span {
  color: var(--gf-muted);
  font-size: 12px;
}

.gf-live-tile-actions .button {
  flex: 1 1 58px;
  min-width: 0;
  padding-inline: 8px;
}

.gf-live-score {
  padding: 14px;
  position: relative;
  z-index: 1;
}

.gf-live-price {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.gf-live-price span {
  color: var(--gf-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-live-price strong {
  font-size: 24px;
}

.gf-live-bids-form {
  display: grid;
  gap: 12px;
}

.gf-live-bid-grid,
.gf-live-score-list {
  display: grid;
  gap: 8px;
}

.gf-live-bid-row {
  display: grid;
  grid-template-columns: minmax(82px, 0.55fr) minmax(170px, 1fr) minmax(104px, 0.52fr) minmax(220px, 1.1fr) 92px;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.gf-live-bid-row:focus-within {
  border-color: rgba(201, 144, 111, 0.85);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201, 144, 111, 0.16);
}

.gf-live-bid-row > strong,
.gf-live-score-row > strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-live-diff {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf2f7;
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.gf-live-field {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin: 0;
}

.gf-live-field > span {
  color: #64748b;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gf-live-bid-row input,
.gf-live-bid-row textarea,
.gf-live-score-row input {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.gf-live-bid-row input,
.gf-live-bid-row textarea {
  min-height: 38px;
  border-color: #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.gf-live-money-field input {
  font-size: 18px;
}

.gf-live-theme-field textarea {
  min-height: 76px;
  resize: vertical;
  line-height: 1.35;
  font-weight: 700;
}

.gf-live-bid-row input:focus,
.gf-live-bid-row textarea:focus {
  border-color: var(--gf-orange);
  box-shadow: 0 0 0 2px rgba(201, 144, 111, 0.18);
  outline: none;
}

.gf-theme-correct {
  display: block;
  min-width: 0;
  margin: 0;
}

.gf-theme-correct input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gf-theme-correct span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #172033;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.gf-theme-correct input:focus + span {
  border-color: var(--gf-orange);
  box-shadow: 0 0 0 2px rgba(201, 144, 111, 0.18);
}

.gf-theme-correct input:checked + span {
  border-color: rgba(22, 163, 74, 0.65);
  background: #dcfce7;
  color: #166534;
}

.gf-autosave-status {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.gf-autosave-status.is-saving {
  color: #92400e;
}

.gf-autosave-status.is-saved {
  color: #166534;
}

.gf-autosave-status.is-error {
  color: #b91c1c;
}

.gf-live-leaderboard {
  padding: 12px;
}

.gf-live-leaderboard h3 {
  margin: 0 0 10px;
}

.gf-live-score-row {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto auto auto minmax(88px, 0.65fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  background: #f8fafc;
}

.gf-live-score-row span,
.gf-live-score-row b {
  font-size: 12px;
  font-weight: 900;
}

.gf-live-score-row label {
  display: grid;
  grid-template-columns: auto minmax(54px, 92px);
  gap: 6px;
  align-items: center;
  min-width: 0;
  color: var(--gf-muted);
  font-size: 12px;
  font-weight: 800;
}

.gf-live-finalize {
  margin-top: 10px;
}

.gf-live-point-tools {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.gf-live-point-card,
.gf-live-adjustment-log {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafc;
}

.gf-live-point-card h4,
.gf-live-adjustment-log h4 {
  margin: 0;
  color: var(--gf-coal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-live-point-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 8px;
}

.gf-live-point-grid label {
  display: grid;
  gap: 4px;
  color: var(--gf-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-live-point-grid input,
.gf-live-point-grid select {
  width: 100%;
  max-width: none;
}

.gf-season-year-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.gf-season-year-strip strong {
  color: var(--gf-coal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-season-year-strip span {
  min-width: 72px;
  padding: 8px 12px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafc;
  font-weight: 950;
}

.gf-season-points-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 12px;
}

.gf-season-point-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #f4f7fb);
}

.gf-season-point-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.gf-season-point-card-head > strong {
  color: var(--gf-coal);
  font-size: 18px;
  font-weight: 950;
}

.gf-season-point-card-head > span {
  color: var(--gf-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-season-point-card-head b {
  color: var(--gf-coal);
  font-size: 22px;
  font-weight: 950;
}

.gf-season-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gf-season-score {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #d8e1ee;
  border-radius: 7px;
  background: #fff;
}

.gf-season-score > span,
.gf-season-score small {
  color: var(--gf-muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-season-score > strong {
  color: var(--gf-coal);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.gf-season-score-total {
  border-color: var(--gf-red);
  background: var(--gf-coal);
}

.gf-season-score-total > span,
.gf-season-score-total small,
.gf-season-score-total > strong {
  color: #fff;
}

.gf-season-score-adjustment > strong {
  color: var(--gf-red);
}

.gf-season-step-actions {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 6px;
}

.gf-season-step-actions form {
  margin: 0;
}

.gf-season-step-actions .button {
  display: grid;
  width: 32px;
  height: 32px;
  min-height: 0;
  place-items: center;
  padding: 0;
  border-color: #ccd7e5;
  color: var(--gf-coal);
  font-size: 20px;
  line-height: 1;
}

.gf-season-step-actions > strong {
  overflow: hidden;
  color: var(--gf-coal);
  font-size: 22px;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
}

.gf-season-exact-form {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(58px, .55fr)) minmax(115px, 1.4fr) auto;
  align-items: end;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #d8e1ee;
}

.gf-season-exact-label {
  align-self: center;
  color: var(--gf-coal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-season-exact-form label {
  display: grid;
  gap: 4px;
  color: var(--gf-muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-season-exact-form input {
  min-width: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .gf-season-exact-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gf-season-exact-label,
  .gf-season-note,
  .gf-season-exact-form .button {
    grid-column: 1 / -1;
  }
}

.gf-live-adjustment-log p {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(120px, 2fr);
  gap: 8px;
  margin: 0;
  color: var(--gf-muted);
  font-size: 12px;
}

.gf-live-adjustment-log span {
  color: var(--gf-coal);
  font-weight: 950;
}

@media (max-width: 1500px) {
  .gf-live-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .gf-bid-stats-panel {
    grid-template-columns: 1fr;
  }

  .gf-cast-completed summary,
  .gf-revealed-bids li,
  .gf-bid-stats-list li {
    grid-template-columns: 1fr;
  }

  .gf-cast-completed summary strong {
    text-align: left;
  }
}

@media (max-width: 782px) {
  .gf-game-hero,
  .gf-game-hero-main {
    display: grid;
    align-items: start;
  }

  .gf-game-hero-actions {
    justify-content: flex-start;
  }

  .gf-live-active,
  .gf-live-bid-row,
  .gf-live-score-row,
  .gf-live-command-head,
  .gf-live-score-head,
  .gf-live-rail-head {
    grid-template-columns: 1fr;
  }

  .gf-live-command-head,
  .gf-live-score-head,
  .gf-live-rail-head {
    display: grid;
    align-items: start;
  }
}

.gf-route {
  margin: 0;
  background: #05070d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gf-public {
  min-height: 100vh;
  padding: 18px;
  box-sizing: border-box;
  background:
    linear-gradient(115deg, rgba(220, 38, 38, 0.18) 0 9%, transparent 9% 15%, rgba(201, 144, 111, 0.16) 15% 22%, transparent 22%),
    linear-gradient(135deg, #05070d 0%, #101725 48%, #250f18 100%);
}

.gf-waiting-screen {
  min-height: calc(100vh - 48px);
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.84);
  color: #f8fafc;
  text-align: center;
}

.gf-waiting-screen .gf-access-panel {
  margin-top: 18px;
  text-align: left;
}

.gf-waiting-screen h1 {
  margin: 0;
  font-size: clamp(32px, 6vw, 72px);
  line-height: 1;
}

.gf-waiting-screen p {
  margin: 0;
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 700;
}

.gf-display-screen {
  min-height: calc(100vh - 36px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(360px, 0.62fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, rgba(248, 250, 252, 0.06), transparent 28%),
    #080d17;
  color: #f8fafc;
  border: 2px solid rgba(248, 250, 252, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48), inset 0 0 0 1px rgba(201, 144, 111, 0.18);
}

.gf-display-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0 72%, rgba(220, 38, 38, 0.18) 72% 74%, transparent 74%),
    linear-gradient(180deg, rgba(201, 144, 111, 0.18), transparent 18%);
}

.gf-show-header {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  min-height: 56px;
  padding: 10px 14px 10px 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9f1d23 0%, #d1432f 44%, #c9906f 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.gf-show-header > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

.gf-show-label {
  color: #ffe7c2;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-show-header strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.gf-show-live {
  flex: 0 0 auto;
  color: #111827;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-display-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  align-self: stretch;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.08), rgba(15, 23, 42, 0.12));
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.08);
}

.gf-display-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(29, 16, 28, 0.94));
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.gf-public-brand {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gf-access-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.62);
}

.gf-draggable-qr {
  width: 168px;
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 30;
  padding: 8px;
  cursor: default;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.gf-draggable-qr.is-positioned {
  right: auto;
  bottom: auto;
}

.gf-draggable-qr.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.gf-qr-handle {
  cursor: grab;
}

.gf-access-panel > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

.gf-access-panel > div:first-child strong {
  color: #f8fafc;
  font-size: 13px;
}

.gf-qr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.gf-qr-card {
  margin: 0;
  display: grid;
  gap: 6px;
  padding: 7px;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.96);
  color: #172033;
}

.gf-qr-card img,
.gf-qr-svg {
  width: 100%;
  max-width: 96px;
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 6px;
}

.gf-qr-card figcaption {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: center;
}

.gf-qr-card figcaption strong,
.gf-qr-card figcaption span {
  overflow-wrap: anywhere;
}

.gf-qr-card figcaption strong {
  font-size: 13px;
  line-height: 1.1;
}

.gf-qr-card figcaption span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.gf-access-panel.is-compact {
  width: min(760px, 86vw);
}

.gf-draggable-qr.is-compact {
  width: 168px;
}

.gf-play-screen {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  color: #172033;
}

.gf-play-header,
.gf-play-card,
.gf-submit-card,
.gf-leaderboard-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(3, 7, 18, 0.18);
}

.gf-play-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  padding: 18px;
}

.gf-play-header h1 {
  margin: 4px 0 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
}

.gf-name-input {
  max-width: 260px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 12px 13px;
  font-weight: 800;
}

.gf-play-card {
  overflow: hidden;
}

.gf-play-card .gf-item-copy {
  padding: 18px;
}

.gf-item-image {
  --gf-zoom: 1;
  --gf-pan-x: 0px;
  --gf-pan-y: 0px;
  position: relative;
  min-height: 340px;
  border-radius: 8px;
  overflow: hidden;
  background: #0b1017;
  display: grid;
  place-items: center;
  touch-action: none;
}

.gf-play-card .gf-item-image {
  border-radius: 8px 8px 0 0;
}

.gf-display-screen .gf-item-image {
  min-height: calc(100vh - 132px);
  height: 100%;
  background: #020617;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.08);
}

.gf-item-image img {
  max-width: 100%;
  max-height: 100%;
  transform: translate(var(--gf-pan-x), var(--gf-pan-y)) scale(var(--gf-zoom));
  transform-origin: center;
  cursor: grab;
  user-select: none;
  object-fit: contain;
  object-position: center center;
}

.gf-image-placeholder {
  color: #94a3b8;
  font-weight: 900;
}

.gf-image-tools {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
}

.gf-image-cycle {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.gf-image-cycle button,
.gf-image-cycle span {
  border: 0;
  border-radius: 6px;
  min-height: 36px;
  padding: 8px 10px;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  font-weight: 900;
}

.gf-image-cycle span {
  display: inline-flex;
  align-items: center;
  color: #ffe08a;
}

.gf-image-tools button,
.gf-submit-form button,
.gf-source-link {
  border: 0;
  border-radius: 6px;
  padding: 10px 12px;
  background: var(--gf-coal);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.gf-image-tools button {
  background: rgba(15, 23, 42, 0.88);
  min-width: 42px;
}

.gf-item-copy h1 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.gf-play-screen .gf-item-copy h1 {
  font-size: clamp(24px, 4vw, 34px);
}

.gf-kicker {
  display: inline-block;
  color: var(--gf-orange);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}

.gf-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.gf-bid-count {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.16);
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-display-screen .gf-item-copy {
  color: #f8fafc;
}

.gf-display-screen .gf-meta-row {
  display: none;
}

.gf-display-round {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}

.gf-display-round span,
.gf-display-round strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-display-round span {
  background: #c9906f;
  color: #101827;
}

.gf-display-round strong {
  background: #f8fafc;
  color: #9f1d23;
}

.gf-display-screen .gf-item-copy h1 {
  margin: 0;
  color: #ffe08a;
  font-size: clamp(28px, 3.4vw, 58px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  max-height: 34vh;
  overflow: hidden;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}

.gf-display-screen .gf-item-copy p {
  max-height: 24vh;
  overflow: hidden;
  color: #e2e8f0;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
  text-wrap: pretty;
}

.gf-display-screen .gf-source-link {
  justify-self: start;
  margin-top: 4px;
  background: #d1432f;
  color: #fff;
  box-shadow: 0 10px 22px rgba(159, 29, 35, 0.32);
}

.gf-play-screen .gf-item-copy p {
  color: #475569;
  line-height: 1.55;
}

.gf-submit-form {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.gf-submit-card {
  padding: 18px;
}

.gf-submit-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.gf-submit-form input {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 13px 14px;
  font-size: 18px;
  font-weight: 900;
}

.gf-submit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gf-submit-form button {
  justify-self: start;
  min-width: 160px;
  padding: 13px 16px;
}

.gf-status {
  min-height: 20px;
  color: var(--gf-blue);
  font-weight: 800;
  margin: 0;
}

.gf-leaderboard-card {
  padding: 14px 18px;
}

.gf-leaderboard-card summary {
  cursor: pointer;
  font-weight: 900;
}

.gf-leaderboard {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.gf-leaderboard li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f1f5f9;
}

.gf-route {
  background:
    radial-gradient(circle at 16% 0%, rgba(220, 38, 38, 0.22), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(201, 144, 111, 0.18), transparent 30%),
    linear-gradient(135deg, #05070d 0%, #0a0f17 44%, #170b0d 100%);
}

.gf-public {
  background:
    linear-gradient(110deg, rgba(220, 38, 38, 0.18) 0 9%, transparent 9% 14%, rgba(201, 144, 111, 0.16) 14% 19%, transparent 19%),
    radial-gradient(circle at 50% 0%, rgba(248, 250, 252, 0.12), transparent 30%),
    linear-gradient(135deg, #05070d 0%, #0a0f17 50%, #1f0b10 100%);
}

.gf-display-screen {
  padding: 18px;
  gap: 16px 18px;
  border: 1px solid rgba(248, 250, 252, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 5%, rgba(201, 144, 111, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(248, 250, 252, 0.035) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(180deg, rgba(220, 38, 38, 0.14), transparent 22%),
    #05070d;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(201, 144, 111, 0.22),
    inset 0 0 70px rgba(220, 38, 38, 0.1);
}

.gf-display-screen::before {
  background:
    linear-gradient(100deg, transparent 0 68%, rgba(220, 38, 38, 0.18) 68% 70%, transparent 70%),
    radial-gradient(circle at 14% 72%, rgba(220, 38, 38, 0.18), transparent 16%),
    radial-gradient(circle at 90% 74%, rgba(201, 144, 111, 0.16), transparent 18%);
}

.gf-display-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(248, 250, 252, 0.08), transparent) 0 10% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.38), transparent) 0 98% / 100% 2px no-repeat;
}

.gf-show-header {
  min-height: 76px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 224, 138, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(6, 10, 17, 0.92), rgba(36, 22, 19, 0.96) 50%, rgba(6, 10, 17, 0.92)),
    linear-gradient(90deg, #7f1418, #d1432f 44%, #c9906f);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(248, 250, 252, 0.08),
    inset 0 -4px 0 rgba(201, 144, 111, 0.26);
}

.gf-show-header strong {
  justify-self: center;
  max-width: 100%;
  padding: 0 6px;
  color: #fff7e6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: clamp(30px, 48px, 58px);
  line-height: 0.98;
  text-align: center;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.48), 0 0 28px rgba(220, 38, 38, 0.25);
}

.gf-display-media {
  padding: 16px;
  border: 1px solid rgba(201, 144, 111, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 224, 138, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.95));
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(248, 250, 252, 0.08);
}

.gf-display-screen .gf-item-image {
  min-height: calc(100vh - 170px);
  border: 1px solid rgba(248, 250, 252, 0.16);
  background:
    radial-gradient(circle at 50% 38%, rgba(148, 163, 184, 0.12), transparent 40%),
    #020617;
  box-shadow:
    inset 0 0 0 1px rgba(201, 144, 111, 0.18),
    inset 0 0 80px rgba(0, 0, 0, 0.46);
}

.gf-display-screen .gf-item-image img {
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.42));
}

.gf-display-copy {
  padding: 18px;
  border: 1px solid rgba(201, 144, 111, 0.36);
  background:
    linear-gradient(180deg, rgba(18, 24, 34, 0.98), rgba(9, 13, 21, 0.96)),
    #0f172a;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(248, 250, 252, 0.05);
}

.gf-display-round span,
.gf-display-round strong {
  border-radius: 6px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 224, 138, 0.24);
}

.gf-display-round span {
  background: linear-gradient(180deg, #e0b487, #c9906f);
}

.gf-display-round strong {
  background: linear-gradient(180deg, #fff7e6, #f8fafc);
  color: #9f1d23;
}

.gf-display-screen .gf-item-copy p {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.34);
  color: #f1f5f9;
  font-size: clamp(16px, 18px, 20px);
}

.gf-image-tools button,
.gf-image-cycle button,
.gf-image-cycle span {
  border: 1px solid rgba(255, 224, 138, 0.22);
  background: rgba(2, 6, 23, 0.84);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 1;
}

.gf-image-tools button {
  width: 42px;
  min-width: 42px;
  min-height: 38px;
  padding: 8px 10px;
}

.gf-image-cycle span {
  color: #ffe08a;
}

.gf-draggable-qr {
  border: 1px solid rgba(255, 224, 138, 0.32);
  background: linear-gradient(180deg, rgba(18, 24, 34, 0.96), rgba(6, 10, 17, 0.96));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(248, 250, 252, 0.06);
}

.gf-qr-handle .gf-kicker {
  color: #e0b487;
}

.gf-qr-card {
  box-shadow: inset 0 0 0 1px rgba(2, 6, 23, 0.05);
}

.gf-play-screen {
  max-width: 1060px;
  padding: 18px;
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.18);
  background:
    radial-gradient(circle at 82% 0%, rgba(201, 144, 111, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(5, 7, 13, 0.96), rgba(15, 23, 42, 0.94) 52%, rgba(31, 11, 16, 0.94));
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(201, 144, 111, 0.12);
}

.gf-listener-screen {
  max-width: 760px;
}

.gf-play-header,
.gf-play-card,
.gf-submit-card,
.gf-leaderboard-card {
  border: 1px solid rgba(201, 144, 111, 0.26);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(7, 11, 18, 0.94));
  color: #f8fafc;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(248, 250, 252, 0.04);
}

.gf-play-header {
  align-items: center;
  padding: 16px 18px;
}

.gf-play-header h1 {
  color: #fff7e6;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.36);
}

.gf-play-header-control {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.gf-play-header-control span,
.gf-play-header-control strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-play-header-control span {
  background: rgba(201, 144, 111, 0.18);
  color: #ffe08a;
  border: 1px solid rgba(201, 144, 111, 0.32);
}

.gf-play-header-control strong {
  background: rgba(22, 163, 74, 0.14);
  color: #86efac;
  border: 1px solid rgba(22, 163, 74, 0.34);
}

.gf-name-input {
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.62);
  border-color: rgba(201, 144, 111, 0.38);
}

.gf-play-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(300px, 1fr);
  gap: 0;
  overflow: hidden;
}

.gf-listener-screen .gf-play-card {
  grid-template-columns: 1fr;
}

.gf-play-card .gf-item-image {
  min-height: 420px;
  border-radius: 8px 0 0 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(148, 163, 184, 0.18), transparent 42%),
    #05070d;
}

.gf-listener-screen .gf-play-card .gf-item-image {
  min-height: 300px;
  border-radius: 8px 8px 0 0;
}

.gf-play-card .gf-item-copy {
  display: grid;
  align-content: center;
  padding: 22px;
  border-left: 1px solid rgba(201, 144, 111, 0.18);
}

.gf-listener-screen .gf-play-card .gf-item-copy {
  border-left: 0;
  border-top: 1px solid rgba(201, 144, 111, 0.18);
}

.gf-play-screen .gf-item-copy h1 {
  color: #fff7e6;
  font-size: clamp(26px, 38px, 44px);
  text-transform: uppercase;
}

.gf-play-screen .gf-item-copy p {
  color: #cbd5e1;
}

.gf-meta-row {
  align-items: center;
}

.gf-bid-count {
  background: rgba(201, 144, 111, 0.18);
  color: #ffe08a;
  border: 1px solid rgba(201, 144, 111, 0.24);
}

.gf-submit-card {
  padding: 18px;
}

.gf-submit-form label {
  color: #f8fafc;
  text-transform: uppercase;
  font-size: 12px;
}

.gf-submit-form input {
  min-height: 54px;
  border: 1px solid rgba(201, 144, 111, 0.42);
  background: rgba(248, 250, 252, 0.96);
  color: #111827;
  font-size: clamp(22px, 32px, 38px);
  line-height: 1;
}

.gf-submit-form textarea[name="themeGuess"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 92px;
  padding: 10px;
  resize: vertical;
  line-height: 1.4;
  font-size: 18px;
}

.gf-submit-form button {
  min-width: 210px;
  min-height: 54px;
  border: 1px solid rgba(255, 224, 138, 0.24);
  background: linear-gradient(180deg, #d1432f, #9f1d23);
  color: #fff7e6;
  box-shadow: 0 16px 30px rgba(159, 29, 35, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
}

.gf-status {
  color: #86efac;
}

.gf-leaderboard-card summary {
  color: #ffe08a;
}

.gf-leaderboard li {
  background: rgba(2, 6, 23, 0.44);
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #f8fafc;
}

.gf-display-screen {
  grid-template-columns: minmax(180px, 0.27fr) minmax(0, 1fr) minmax(190px, 0.28fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  grid-template-areas:
    "mast mast mast"
    "title title title"
    "stats media qr";
  gap: 14px 18px;
  padding: 14px 18px 18px;
  background:
    radial-gradient(circle at 8% 20%, rgba(220, 38, 38, 0.24), transparent 18%),
    radial-gradient(circle at 94% 24%, rgba(220, 38, 38, 0.2), transparent 18%),
    linear-gradient(90deg, rgba(220, 38, 38, 0.24), transparent 16% 84%, rgba(220, 38, 38, 0.2)),
    linear-gradient(180deg, #070707, #100d0b 42%, #030405);
}

.gf-display-masthead {
  grid-area: mast;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  color: #fff7e6;
  text-transform: uppercase;
}

.gf-display-masthead::before,
.gf-display-masthead::after {
  content: "";
  height: 2px;
  background: linear-gradient(90deg, transparent, #a11216, #d1432f, transparent);
}

.gf-display-masthead span {
  grid-column: 2;
  font-size: clamp(24px, 36px, 44px);
  font-weight: 1000;
  letter-spacing: 2px;
  text-shadow: 0 4px 0 #000, 0 0 22px rgba(201, 144, 111, 0.5);
}

.gf-display-masthead strong {
  justify-self: end;
  min-width: 82px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 224, 138, 0.48);
  border-radius: 6px;
  color: #ffe08a;
  background: rgba(2, 6, 23, 0.7);
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}

.gf-show-header {
  grid-area: title;
  min-height: 112px;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 18px 100%, 0 50%);
  border-color: rgba(201, 144, 111, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(90deg, #150c0c 0%, #251818 50%, #150c0c 100%);
  box-shadow:
    0 0 0 2px rgba(111, 31, 22, 0.8),
    0 14px 38px rgba(0, 0, 0, 0.54),
    inset 0 0 0 1px rgba(255, 224, 138, 0.18);
}

.gf-show-header strong {
  color: #f8f0dc;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(30px, 44px, 54px);
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
}

.gf-display-stats {
  grid-area: stats;
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 12px;
}

.gf-bids-tower,
.gf-about-tower {
  border: 1px solid rgba(201, 144, 111, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    rgba(8, 10, 11, 0.88);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(248, 250, 252, 0.04);
}

.gf-bids-tower {
  min-height: 104px;
  display: grid;
  place-items: center;
  gap: 0;
  padding: 12px;
  text-align: center;
}

.gf-bids-tower span,
.gf-about-tower span {
  color: #e0b487;
  font-size: 14px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-bids-tower strong {
  color: #ffe4a3;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 64px;
  line-height: 0.9;
  text-shadow: 0 4px 0 #000;
}

.gf-about-tower {
  padding: 14px;
}

.gf-display-about {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  color: #f8fafc;
  list-style: none;
}

.gf-display-about li {
  font-size: 14px;
  line-height: 1.35;
}

.gf-display-media {
  grid-area: media;
  position: relative;
  padding: 18px;
  align-self: center;
  border-color: rgba(201, 144, 111, 0.56);
  clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 9%, 100% 91%, calc(100% - 22px) 100%, 22px 100%, 0 91%, 0 9%);
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 250, 252, 0.12), transparent 50%),
    linear-gradient(180deg, #1b1b1b, #08090b);
}

.gf-display-screen .gf-item-image {
  min-height: min(58vh, 560px);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 10%, 100% 90%, calc(100% - 16px) 100%, 16px 100%, 0 90%, 0 10%);
}

.gf-reveal-banner {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 8;
  display: grid;
  min-width: min(520px, calc(100% - 48px));
  padding: 14px 24px 16px;
  transform: translateX(-50%);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 18px 100%, 0 50%);
  border: 1px solid rgba(255, 224, 138, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(90deg, #651013, #a11216 50%, #651013);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.58),
    0 0 26px rgba(220, 38, 38, 0.36),
    inset 0 0 0 1px rgba(255, 224, 138, 0.18);
  text-align: center;
  text-transform: uppercase;
}

.gf-reveal-banner span {
  color: #ffe08a;
  font-size: 13px;
  font-weight: 1000;
}

.gf-reveal-banner strong {
  color: #fff7e6;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-shadow: 0 4px 0 #000;
}

.gf-reveal-banner em {
  color: #f8fafc;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.gf-display-screen > .gf-access-panel.gf-draggable-qr {
  grid-area: qr;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  align-self: center;
  justify-self: center;
  width: min(180px, 100%);
  padding: 0 0 10px;
  overflow: hidden;
  border-color: rgba(201, 144, 111, 0.5);
  background: rgba(8, 10, 11, 0.9);
}

.gf-display-screen > .gf-access-panel .gf-qr-handle {
  display: grid;
  gap: 2px;
  padding: 10px;
  background: linear-gradient(180deg, #a11216, #651013);
  text-align: center;
}

.gf-display-screen > .gf-access-panel .gf-qr-handle .gf-kicker {
  color: #ffe08a;
}

.gf-display-screen > .gf-access-panel .gf-qr-handle strong::before {
  content: "";
  display: none;
}

.gf-display-screen > .gf-access-panel .gf-qr-grid {
  padding: 10px;
}

.gf-display-screen > .gf-access-panel .gf-qr-card {
  background: transparent;
  color: #ffe08a;
}

.gf-display-screen > .gf-access-panel .gf-qr-svg {
  max-width: 128px;
  padding: 8px;
  background: #fff;
}

.gf-cast-screen {
  max-width: 1180px;
}

.gf-cast-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1fr) minmax(150px, 0.36fr);
  gap: 16px;
}

.gf-cast-layout .gf-play-card {
  grid-template-columns: 1fr;
}

.gf-cast-layout .gf-play-card .gf-item-image {
  min-height: 330px;
  border-radius: 8px 8px 0 0;
}

.gf-cast-layout .gf-play-card .gf-item-copy {
  border-left: 0;
  border-top: 1px solid rgba(201, 144, 111, 0.18);
}

.gf-submit-card h2 {
  margin: 0 0 14px;
  color: #fff7e6;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gf-player-status {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(201, 144, 111, 0.32);
  border-radius: 8px;
  background: rgba(8, 10, 11, 0.82);
  color: #cbd5e1;
}

.gf-player-status span {
  color: #e0b487;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-player-status strong {
  color: #86efac;
  font-size: 20px;
  text-transform: uppercase;
}

.gf-listener-screen {
  max-width: 460px;
  border-radius: 24px;
  gap: 12px;
}

.gf-listener-screen .gf-play-header {
  border-radius: 18px 18px 8px 8px;
}

.gf-listener-screen .gf-play-header h1 {
  font-size: 26px;
}

.gf-listener-screen .gf-play-card .gf-item-image {
  min-height: 220px;
}

.gf-listener-screen .gf-item-copy h1 {
  font-size: 24px;
}

.gf-listener-item-card {
  grid-template-columns: 1fr;
}

.gf-listener-item-card .gf-item-image {
  border-radius: 0;
}

.gf-compact-item-summary {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(201, 144, 111, 0.18);
}

.gf-compact-item-summary span,
.gf-compact-item-summary strong {
  display: inline-flex;
  width: max-content;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.gf-compact-item-summary span {
  background: rgba(201, 144, 111, 0.18);
  color: #e0b487;
}

.gf-compact-item-summary strong {
  background: rgba(255, 224, 138, 0.12);
  color: #ffe08a;
}

.gf-compact-item-summary h1 {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff7e6;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 840px) {
  .gf-admin-grid-wide,
  .gf-display-screen {
    grid-template-columns: 1fr;
  }

  .gf-display-screen {
    grid-template-rows: auto auto auto;
  }

  .gf-show-header,
  .gf-show-header > div {
    display: grid;
    justify-items: start;
  }

  .gf-show-live {
    display: none;
  }

  .gf-public {
    padding: 10px;
  }

  .gf-display-screen .gf-item-image {
    min-height: 48vh;
  }

  .gf-play-screen {
    padding: 10px;
  }

  .gf-play-header {
    padding: 14px;
    gap: 12px;
  }

  .gf-play-header h1 {
    font-size: 30px;
    line-height: 1.04;
  }

  .gf-display-screen .gf-item-copy h1 {
    font-size: clamp(26px, 8vw, 44px);
    max-height: none;
  }

  .gf-display-screen .gf-item-copy p {
    max-height: none;
  }

  .gf-draggable-qr {
    width: 148px;
    left: 14px;
    bottom: 14px;
  }

  .gf-draggable-qr.is-compact {
    width: 148px;
  }

  .gf-qr-svg {
    max-width: 84px;
  }

  .gf-play-header {
    display: grid;
    align-items: stretch;
  }

  .gf-play-header-control {
    justify-items: stretch;
  }

  .gf-name-input {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .gf-play-card {
    grid-template-columns: 1fr;
  }

  .gf-play-card .gf-item-image {
    min-height: 34vh;
    border-radius: 8px 8px 0 0;
  }

  .gf-play-card .gf-item-copy {
    padding: 16px;
    border-left: 0;
    border-top: 1px solid rgba(201, 144, 111, 0.18);
  }

  .gf-show-header strong {
    font-size: 30px;
  }

  .gf-play-screen .gf-item-copy h1 {
    white-space: normal;
    font-size: 28px;
    line-height: 1.06;
  }

  .gf-play-screen .gf-item-copy p {
    font-size: 15px;
  }

.gf-submit-form button {
    justify-self: stretch;
    width: 100%;
  }

  .gf-submit-form input {
    min-height: 48px;
    font-size: 24px;
  }

  .gf-submit-grid {
    grid-template-columns: 1fr;
  }

  .gf-media-picker {
    grid-template-columns: 1fr;
  }

  .gf-access-panel > div:first-child {
    display: grid;
  }
}

.gf-submit-form input:disabled,
.gf-submit-form button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.gf-admin-toast {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 100000;
  max-width: 380px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 144, 111, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%),
    #111827;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.3);
  color: #fff7e6;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gf-admin-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gf-confirm-modal[hidden] {
  display: none;
}

.gf-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gf-confirm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.gf-confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 20px;
  border: 1px solid rgba(201, 144, 111, 0.46);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.32);
}

.gf-confirm-dialog h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 20px;
  line-height: 1.15;
}

.gf-confirm-dialog p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.gf-social-dialog {
  width: min(760px, 100%);
}

.gf-social-modal-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-social-modal-field textarea {
  width: 100%;
  min-height: 300px;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #111827;
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  line-height: 1.45;
  resize: vertical;
  text-transform: none;
}

.gf-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.gf-admin-wrap form.is-saving {
  opacity: 0.72;
}

/* Gun Fights show-screen fidelity layer. Keep this last. */
.gf-route {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #030303;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
}

html:has(body.gf-route) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.gf-route {
  margin: 0 !important;
  padding: 0 !important;
}

body.gf-route #wpadminbar {
  display: none !important;
}

.gf-public {
  position: relative;
  min-height: 100vh;
  padding: 0;
  color: #f8f1df;
  background:
    radial-gradient(circle at 11% 18%, rgba(255, 255, 255, 0.18) 0 1.2%, transparent 1.5%),
    radial-gradient(circle at 91% 18%, rgba(255, 255, 255, 0.18) 0 1.2%, transparent 1.5%),
    radial-gradient(circle at 8% 90%, rgba(214, 28, 18, 0.36), transparent 18%),
    radial-gradient(circle at 88% 90%, rgba(214, 28, 18, 0.28), transparent 18%),
    repeating-linear-gradient(90deg, transparent 0 94px, rgba(168, 22, 15, 0.12) 95px 97px, transparent 98px 168px),
    linear-gradient(180deg, rgba(7, 5, 4, 0.9) 0%, rgba(12, 9, 7, 0.82) 44%, rgba(4, 3, 2, 0.92) 100%),
    var(--gf-background-image);
  background-position: center, center, center, center, center, center, center;
  background-size: auto, auto, auto, auto, auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat, no-repeat, repeat, no-repeat, no-repeat;
}

.gf-public::before,
.gf-public::after {
  content: "";
  position: fixed;
  z-index: 0;
  top: 44px;
  bottom: 0;
  width: 190px;
  pointer-events: none;
  opacity: 0.74;
  background:
    linear-gradient(60deg, transparent 0 45%, rgba(143, 16, 12, 0.62) 46% 49%, transparent 50%),
    linear-gradient(120deg, transparent 0 45%, rgba(143, 16, 12, 0.62) 46% 49%, transparent 50%),
    linear-gradient(90deg, rgba(110, 13, 10, 0.56), transparent 20% 80%, rgba(110, 13, 10, 0.56));
}

.gf-public::before {
  left: 30px;
}

.gf-public::after {
  right: 30px;
}

.gf-screen-label,
.gf-listener-stage-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  color: #f4ead2;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #000;
}

.gf-screen-label b,
.gf-listener-stage-label b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(180deg, #b6221a, #76100e);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 0 #000;
  color: #fff7e6;
  font-size: 17px;
}

.gf-display-screen {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(210px, 0.22fr) minmax(0, 1fr) minmax(196px, 0.22fr);
  grid-template-rows: 48px 78px minmax(430px, 0.82fr) 18px;
  grid-template-areas:
    "mast mast item"
    "title title title"
    "stats media qr"
    "floor floor floor";
  gap: 8px 20px;
  padding: 10px 22px 14px;
  overflow: hidden;
  border: 1px solid rgba(235, 229, 212, 0.9);
  border-radius: 7px;
  background:
    radial-gradient(circle at 4% 16%, rgba(255, 255, 255, 0.34) 0 3px, transparent 42px),
    radial-gradient(circle at 96% 16%, rgba(255, 255, 255, 0.34) 0 3px, transparent 42px),
    linear-gradient(180deg, rgba(168, 20, 13, 0.33), transparent 20% 84%, rgba(168, 20, 13, 0.48)),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(164, 18, 12, 0.2) 81px 83px, transparent 84px 160px),
    linear-gradient(180deg, rgba(5, 4, 3, 0.88) 0%, rgba(16, 11, 8, 0.78) 50%, rgba(3, 3, 3, 0.9) 100%),
    var(--gf-background-image);
  background-position: center, center, center, center, center, center;
  background-size: auto, auto, auto, auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat, repeat, no-repeat, no-repeat;
  box-shadow: inset 0 0 0 1px rgba(119, 18, 13, 0.7), inset 0 -20px 70px rgba(155, 15, 10, 0.18);
}

.gf-display-screen::before {
  content: "";
  position: absolute;
  inset: 38px 0 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(123, 14, 10, 0.56) 5.3% 6.2%, transparent 6.4% 93.6%, rgba(123, 14, 10, 0.56) 93.8% 94.7%, transparent 95%),
    repeating-linear-gradient(90deg, transparent 0 68px, rgba(208, 36, 22, 0.14) 69px 71px, transparent 72px 140px),
    radial-gradient(circle at 50% 98%, rgba(240, 31, 21, 0.44), transparent 17%);
}

.gf-display-screen::after {
  content: "";
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 15px;
  height: 4px;
  z-index: 0;
  background: linear-gradient(90deg, transparent, #ff2b1c 10% 16%, transparent 18% 82%, #ff2b1c 84% 90%, transparent);
  filter: blur(1px);
}

.gf-display-screen > .gf-screen-label {
  grid-area: label;
  z-index: 3;
  align-self: start;
}

.gf-display-masthead {
  grid-area: mast;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 42px;
  color: #f6efdc;
}

.gf-display-masthead::before,
.gf-display-masthead::after {
  content: "";
  height: 16px;
  background:
    linear-gradient(#b51610, #b51610) center / 38px 2px no-repeat,
    linear-gradient(#b51610, #b51610) center calc(50% + 7px) / 24px 2px no-repeat;
}

.gf-display-masthead span {
  grid-column: 2;
  color: #f5efdf;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 33px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #000, 0 0 16px rgba(246, 239, 223, 0.28);
}

.gf-display-masthead span::before,
.gf-display-masthead span::after {
  content: "★";
  margin: 0 20px;
  color: #d6cbb7;
  font-size: 17px;
  vertical-align: 5px;
  text-shadow: 0 1px 0 #000;
}

.gf-display-masthead strong {
  grid-column: 3;
  justify-self: end;
  align-self: start;
  min-width: 82px;
  padding: 8px 10px;
  border: 1px solid #c9906f;
  border-radius: 6px;
  background: rgba(7, 7, 9, 0.86);
  color: #f7ead3;
  font-size: 15px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.gf-show-header {
  grid-area: title;
  z-index: 3;
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 8px 38px;
  clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 24px 100%, 0 50%);
  border: 1px solid rgba(211, 143, 86, 0.85);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(102, 33, 20, 0.86), rgba(15, 13, 12, 0.96) 8% 92%, rgba(102, 33, 20, 0.86)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 44%);
  box-shadow: inset 0 0 0 2px rgba(55, 15, 12, 0.85), 0 0 0 2px rgba(158, 37, 20, 0.6), 0 12px 28px rgba(0, 0, 0, 0.55);
}

.gf-show-header strong {
  max-width: 100%;
  color: #f7ead3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(31px, 3vw, 52px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #000, 0 0 9px rgba(255, 255, 255, 0.12);
}

.gf-display-stats {
  grid-area: stats;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 14px;
}

.gf-bids-tower,
.gf-about-tower {
  width: min(190px, 100%);
  border: 1px solid rgba(201, 144, 111, 0.62);
  border-radius: 6px;
  background:
    radial-gradient(circle at 10px 10px, #070707 0 3px, transparent 4px),
    radial-gradient(circle at calc(100% - 10px) 10px, #070707 0 3px, transparent 4px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%),
    #111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 34px rgba(0, 0, 0, 0.52);
}

.gf-bids-tower {
  min-height: 84px;
  padding: 10px;
}

.gf-bids-tower span,
.gf-about-tower span {
  color: #d9ad79;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.gf-bids-tower strong {
  color: #f3ddb7;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 62px;
  line-height: 0.88;
}

.gf-about-tower {
  padding: 13px 14px;
}

.gf-display-about {
  gap: 8px;
  margin-top: 12px;
}

.gf-display-about li {
  color: #f7f2e6;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.gf-display-media {
  grid-area: media;
  position: relative;
  z-index: 2;
  align-self: start;
  display: grid;
  min-height: min(48vh, 420px);
  padding: 20px;
  clip-path: polygon(28px 0, calc(100% - 28px) 0, 100% 12%, 100% 88%, calc(100% - 28px) 100%, 28px 100%, 0 88%, 0 12%);
  border: 1px solid rgba(201, 144, 111, 0.72);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.09), transparent 52%),
    linear-gradient(180deg, #2b2b2b, #121212);
  box-shadow: 0 0 0 3px rgba(79, 28, 18, 0.92), inset 0 0 0 2px rgba(13, 13, 13, 0.9), 0 22px 48px rgba(0, 0, 0, 0.66);
}

.gf-display-media::before {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 1;
  clip-path: inherit;
  pointer-events: none;
  border: 1px solid rgba(215, 122, 70, 0.48);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8), inset 0 0 22px rgba(0, 0, 0, 0.4);
}

.gf-display-screen .gf-item-image {
  min-height: min(42vh, 376px);
  height: 100%;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 12%, 100% 88%, calc(100% - 16px) 100%, 16px 100%, 0 88%, 0 12%);
  border: 0;
  background: radial-gradient(circle at 50% 45%, #555, #252525 52%, #151515);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.42);
}

.gf-display-screen .gf-item-image img,
.gf-play-screen .gf-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0.12) contrast(1.04);
}

.gf-display-screen > .gf-access-panel.gf-draggable-qr {
  grid-area: qr;
  z-index: 3;
  align-self: start;
  justify-self: center;
  width: 154px;
  padding: 0 0 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 7px;
  background: #0c0d0d;
}

.gf-display-screen > .gf-access-panel.gf-draggable-qr.is-positioned {
  position: fixed;
  grid-area: auto;
}

.gf-display-screen > .gf-access-panel .gf-qr-handle {
  padding: 11px 8px;
  background: linear-gradient(180deg, #b5231c, #74100e);
}

.gf-display-screen > .gf-access-panel .gf-qr-handle .gf-kicker {
  display: none;
}

.gf-display-screen > .gf-access-panel .gf-qr-handle strong {
  color: #fff7e6;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.gf-display-screen > .gf-access-panel .gf-qr-handle strong::after {
  content: "Open your camera  Scan to play";
  display: block;
  margin-top: 12px;
  color: #fff7e6;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  opacity: 0.94;
}

.gf-display-screen > .gf-access-panel .gf-qr-svg {
  max-width: 104px;
  padding: 8px;
  border-radius: 5px;
}

.gf-display-screen > .gf-access-panel .gf-qr-card figcaption strong {
  color: #f2cf91;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.gf-display-screen > .gf-access-panel .gf-qr-card figcaption span {
  color: #b8c0ca;
}

.gf-reveal-banner {
  min-width: min(470px, calc(100% - 80px));
  bottom: 16px;
  padding: 10px 18px 13px;
}

.gf-reveal-banner strong {
  font-size: clamp(42px, 4.2vw, 64px);
}

.gf-play-screen {
  min-height: 100vh;
  max-width: none;
  position: relative;
  z-index: 1;
  margin: 0;
  border: 1px solid rgba(235, 229, 212, 0.9);
  border-radius: 7px;
  background:
    radial-gradient(circle at 65% 20%, rgba(115, 16, 11, 0.22), transparent 26%),
    linear-gradient(180deg, #060606, #0b0e0e 52%, #030303);
  color: #f6efdc;
}

.gf-cast-screen {
  display: grid;
  grid-template-rows: 54px minmax(0, 1fr);
  gap: 0;
  padding: 0;
}

.gf-cast-screen .gf-play-header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 10px 14px 8px;
  border: 0;
  border-bottom: 1px solid rgba(201, 144, 111, 0.56);
  border-radius: 0;
  background: rgba(7, 7, 7, 0.58);
  box-shadow: none;
}

.gf-cast-screen .gf-screen-label {
  justify-self: start;
}

.gf-cast-screen .gf-play-header-control {
  grid-column: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-self: center;
}

.gf-cast-screen .gf-play-header-control span {
  min-height: 26px;
  border: 1px solid rgba(211, 51, 38, 0.76);
  border-radius: 4px;
  background: linear-gradient(180deg, #9f1d23, #64100f);
  color: #fff7e6;
  font-size: 12px;
}

.gf-cast-screen .gf-play-header-control strong {
  color: #d7d0c0;
  background: transparent;
  border: 0;
  font-size: 11px;
}

.gf-cast-screen .gf-play-header-control strong::before {
  content: "▣";
  margin-right: 6px;
  color: #d7d0c0;
}

.gf-cast-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.82fr) minmax(156px, 0.32fr);
  gap: 20px;
  align-items: start;
  padding: 12px 16px 18px;
}

.gf-cast-layout .gf-play-card,
.gf-submit-card,
.gf-player-status,
.gf-player-identity,
.gf-progress-panel,
.gf-leaderboard-card {
  border: 1px solid rgba(201, 144, 111, 0.5);
  border-radius: 6px;
  background: rgba(7, 10, 10, 0.84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 18px 34px rgba(0, 0, 0, 0.34);
}

.gf-cast-layout .gf-play-card {
  display: grid;
  gap: 54px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gf-cast-layout .gf-play-card .gf-item-image {
  min-height: 312px;
  border: 1px solid rgba(201, 144, 111, 0.5);
  border-radius: 5px;
  background: radial-gradient(circle at 50% 45%, #4a4a4a, #1a1a1a 64%, #0b0b0b);
}

.gf-cast-completed,
.gf-bid-stats-panel {
  margin: 0 16px 18px;
  border: 1px solid rgba(201, 144, 111, 0.5);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 10, 10, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 18px 34px rgba(0, 0, 0, 0.34);
}

.gf-cast-completed h2,
.gf-bid-stats-list h2 {
  margin: 0 0 10px;
  color: #ffe2ac;
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #020204;
}

.gf-cast-completed details {
  border: 1px solid rgba(220, 231, 247, 0.18);
  border-radius: 8px;
  background: rgba(4, 8, 14, 0.7);
}

.gf-cast-completed details + details {
  margin-top: 8px;
}

.gf-cast-completed summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  padding: 10px 12px;
  color: #fff7df;
  font-weight: 900;
}

.gf-cast-completed summary strong {
  color: #ffe2ac;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

.gf-cast-completed-body {
  display: grid;
  gap: 10px;
  padding: 0 12px 12px;
}

.gf-cast-completed-body p {
  margin: 0;
  color: #d7e1ef;
  font-weight: 800;
}

.gf-revealed-bids {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-revealed-bids li,
.gf-bid-stats-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(220, 231, 247, 0.14);
  border-radius: 6px;
  padding: 8px 10px;
  background: rgba(2, 4, 7, 0.62);
  color: #d7e1ef;
}

.gf-revealed-bids li.is-winner {
  border-color: rgba(255, 226, 172, 0.56);
  background: linear-gradient(90deg, rgba(177, 31, 22, 0.34), rgba(4, 8, 14, 0.7));
}

.gf-revealed-bids span,
.gf-bid-stats-list span,
.gf-revealed-bids strong,
.gf-bid-stats-list strong {
  color: #fff7df;
  font-weight: 950;
}

.gf-revealed-bids em,
.gf-bid-stats-list em {
  color: #d7e1ef;
  font-style: normal;
  font-weight: 800;
}

.gf-bid-stats-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gf-bid-stats-list ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-player-note {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  width: min(270px, 100%);
  padding: 13px 16px;
  border: 1px solid rgba(201, 144, 111, 0.5);
  border-radius: 6px;
  color: #aeb6bd;
  background: rgba(7, 10, 10, 0.82);
}

.gf-player-note span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #d8a25e;
  border-radius: 50%;
  color: #d8a25e;
  font-family: Georgia, serif;
  font-weight: 700;
}

.gf-player-note p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.gf-submit-card {
  display: grid;
  gap: 17px;
  padding: 22px 16px 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gf-submit-card h2 {
  margin: 0;
  color: #f7ead3;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.gf-submit-form label {
  display: grid;
  gap: 7px;
  color: #d9ad79;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.gf-money-input {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid #b51d18;
  border-radius: 6px;
  background: linear-gradient(180deg, #fafafa, #dedede);
  box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.gf-money-input span {
  display: grid;
  place-items: center;
  height: 100%;
  color: #9f1d23;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 900;
  border-right: 1px solid #c4c4c4;
}

.gf-submit-form .gf-money-input input,
.gf-submit-form input[name="amount"] {
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #9d9d9d;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  box-shadow: none;
}

.gf-theme-label {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(201, 144, 111, 0.45);
  border-radius: 6px;
  background: rgba(5, 7, 7, 0.86);
}

.gf-submit-form textarea[name="themeGuess"] {
  min-height: 38px;
  border: 1px solid rgba(201, 144, 111, 0.54);
  background: rgba(10, 12, 12, 0.9);
  color: #e8e2d7;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.gf-theme-label small {
  justify-self: end;
  color: #a7a19a;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.gf-submit-form button {
  min-height: 68px;
  width: min(300px, 100%);
  justify-self: center;
  border: 1px solid rgba(255, 99, 82, 0.5);
  border-radius: 7px;
  background: linear-gradient(180deg, #ba2119, #7c100d);
  color: #fff7e6;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 26px rgba(125, 16, 13, 0.4);
}

.gf-submit-form button::before {
  content: "▣";
  margin-right: 9px;
  font-size: 18px;
}

.gf-status {
  margin: -8px 0 0;
  color: #d4b37d;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.gf-player-side {
  display: grid;
  gap: 18px;
}

.gf-player-status,
.gf-player-identity,
.gf-progress-panel {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 12px;
  min-height: 104px;
  text-align: center;
}

.gf-player-status span,
.gf-player-identity span,
.gf-progress-panel span {
  color: #eee2cc;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.gf-player-status strong {
  color: #55b85e;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.gf-player-identity strong {
  max-width: 100%;
  color: #f7ead3;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gf-player-status strong::before {
  content: "●";
  margin-right: 7px;
  color: #5ec363;
}

.gf-player-status p,
.gf-progress-panel p {
  margin: 0;
  color: #d4d0c6;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.gf-progress-panel strong {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 9px solid #c89458;
  border-radius: 50%;
  color: #f7ead3;
  font-family: Impact, "Arial Narrow", sans-serif;
  line-height: 1;
  box-shadow: inset 0 0 0 1px #111, 0 0 0 1px rgba(201, 144, 111, 0.45);
}

.gf-progress-panel strong b {
  font-size: 32px;
}

.gf-progress-panel strong em {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.gf-listener-screen {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 0;
  border: 1px solid rgba(235, 229, 212, 0.9);
  border-radius: 7px;
  background:
    radial-gradient(circle at 38% 50%, rgba(118, 29, 18, 0.18), transparent 30%),
    linear-gradient(180deg, #080706, #030303);
}

.gf-listener-stage-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}

.gf-phone-frame {
  position: relative;
  width: min(360px, calc(100vw - 24px));
  min-height: 690px;
  margin-top: 18px;
  padding: 44px 18px 26px;
  border: 2px solid rgba(201, 201, 190, 0.44);
  border-radius: 38px;
  background: linear-gradient(180deg, #111, #030303);
  box-shadow: inset 0 0 0 5px #050505, inset 0 0 0 7px rgba(255, 255, 255, 0.05), 0 22px 64px rgba(0, 0, 0, 0.66);
}

.gf-phone-frame::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 94px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #272727;
}

.gf-listener-screen .gf-play-header {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gf-menu-button {
  display: grid;
  gap: 4px;
  width: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.gf-menu-button span {
  height: 2px;
  border-radius: 999px;
  background: #eee8da;
}

.gf-listener-screen .gf-kicker {
  color: #f7ead3;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.gf-listener-screen .gf-kicker::before,
.gf-listener-screen .gf-kicker::after {
  content: "★";
  margin: 0 7px;
  color: #d9ad79;
  font-size: 9px;
  vertical-align: 3px;
}

.gf-listener-screen .gf-play-header-control span {
  min-height: 24px;
  border: 1px solid rgba(211, 51, 38, 0.76);
  border-radius: 4px;
  background: linear-gradient(180deg, #9f1d23, #64100f);
  color: #fff7e6;
  font-size: 10px;
}

.gf-listener-screen .gf-play-card {
  display: grid;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gf-listener-screen .gf-compact-item-summary {
  order: 2;
  padding: 8px 0 0;
  border: 0;
}

.gf-listener-screen .gf-compact-item-summary span,
.gf-listener-screen .gf-compact-item-summary strong,
.gf-listener-screen .gf-compact-item-summary h1 {
  display: none;
}

.gf-listener-screen .gf-play-card .gf-item-image {
  min-height: 155px;
  border: 1px solid rgba(201, 144, 111, 0.5);
  border-radius: 7px;
  background: radial-gradient(circle at 50% 45%, #565656, #1b1b1b 62%, #0b0b0b);
}

.gf-listener-screen .gf-item-image.is-multiple-images::after {
  content: "●  ●  ●  ●  ●";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 5px;
  text-align: center;
}

.gf-listener-screen .gf-item-image.is-multiple-images::before {
  content: "●";
  position: absolute;
  left: calc(50% - 42px);
  bottom: 4px;
  z-index: 2;
  color: #c3221a;
  font-size: 12px;
}

.gf-listener-screen .gf-image-tools,
.gf-listener-screen .gf-image-cycle {
  display: none;
}

.gf-listener-screen .gf-submit-card {
  gap: 8px;
  padding: 10px 0 0;
}

.gf-listener-screen .gf-submit-form label {
  font-size: 10px;
  gap: 4px;
}

.gf-listener-screen .gf-submit-form label small {
  justify-self: end;
  margin-top: -15px;
  color: #a9a29a;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
}

.gf-listener-screen .gf-name-input {
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(201, 144, 111, 0.35);
  border-radius: 5px;
  background: #111;
  color: #fff7e6;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gf-listener-screen .gf-money-input {
  grid-template-columns: 48px 1fr;
  min-height: 42px;
}

.gf-listener-screen .gf-money-input span {
  font-size: 25px;
}

.gf-listener-screen .gf-submit-form .gf-money-input input {
  min-height: 42px;
  font-size: 31px;
}

.gf-listener-screen .gf-submit-form button {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
}

.gf-listener-screen .gf-status {
  margin: -6px 0 0;
  color: #d5c8b6;
}

.gf-listener-screen .gf-leaderboard-card {
  margin-top: 8px;
  padding: 9px 10px;
}

.gf-listener-screen .gf-leaderboard-card summary {
  color: #d9ad79;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.gf-listener-screen .gf-leaderboard-card summary small {
  color: #a78b60;
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.gf-listener-screen .gf-leaderboard li {
  min-height: 22px;
  border-color: rgba(201, 144, 111, 0.18);
  background: rgba(54, 34, 21, 0.28);
  font-size: 11px;
}

@media (max-width: 900px) {
  .gf-display-screen {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas:
      "mast"
      "title"
      "media"
      "stats";
    padding: 10px;
  }

  .gf-display-screen > .gf-access-panel.gf-draggable-qr {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 138px;
  }

  .gf-display-stats {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .gf-bids-tower,
  .gf-about-tower {
    width: auto;
  }

  .gf-cast-layout {
    grid-template-columns: 1fr;
  }
}

.gf-route .gf-public,
.gf-route .gf-public input,
.gf-route .gf-public button,
.gf-route .gf-public textarea,
.gf-route .gf-public select {
  font-family: Arial, Helvetica, sans-serif !important;
}

.gf-route .gf-public .gf-display-masthead span,
.gf-route .gf-public .gf-display-masthead strong,
.gf-route .gf-public .gf-show-header strong,
.gf-route .gf-public .gf-bids-tower span,
.gf-route .gf-public .gf-bids-tower strong,
.gf-route .gf-public .gf-about-tower span,
.gf-route .gf-public .gf-qr-handle strong,
.gf-route .gf-public .gf-qr-card figcaption strong,
.gf-route .gf-public .gf-kicker,
.gf-route .gf-public .gf-play-header-control span,
.gf-route .gf-public .gf-submit-card h2,
.gf-route .gf-public .gf-submit-form label,
.gf-route .gf-public .gf-submit-form button,
.gf-route .gf-public .gf-player-status span,
.gf-route .gf-public .gf-player-status strong,
.gf-route .gf-public .gf-progress-panel span,
.gf-route .gf-public .gf-progress-panel b,
.gf-route .gf-public .gf-progress-panel em,
.gf-route .gf-public .gf-leaderboard-card summary,
.gf-route .gf-public .gf-reveal-banner span,
.gf-route .gf-public .gf-reveal-banner strong,
.gf-route .gf-public .gf-reveal-banner em {
  font-family: "Arial Narrow Bold", "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Impact, sans-serif !important;
  font-stretch: condensed;
}

.gf-route .gf-public .gf-display-screen {
  width: 100%;
  min-height: 100svh;
  height: 100svh;
  grid-template-columns: clamp(150px, 14vw, 230px) minmax(0, 1fr);
  grid-template-rows: clamp(30px, 4.2svh, 44px) clamp(66px, 10svh, 104px) minmax(0, 1fr) clamp(8px, 1.6svh, 20px);
  grid-template-areas:
    "mast mast"
    "title title"
    "stats media"
    "floor floor";
  gap: clamp(8px, 1.4vw, 20px);
  padding: clamp(6px, 1.4svh, 14px) clamp(12px, 2vw, 34px) clamp(10px, 2svh, 24px);
  overflow: hidden;
}

.gf-route .gf-public .gf-display-masthead {
  position: relative;
  min-height: 0;
  height: 100%;
  grid-template-columns: 1fr auto 1fr;
}

.gf-route .gf-public .gf-display-masthead span {
  font-size: clamp(18px, 2.5svh, 28px) !important;
  letter-spacing: clamp(2px, 0.35vw, 5px);
  line-height: 1;
  justify-self: center;
}

.gf-route .gf-public .gf-display-masthead strong {
  position: absolute;
  top: 4px;
  right: 2px;
  grid-column: auto;
  min-width: clamp(68px, 7vw, 96px);
  padding: clamp(4px, 0.65svh, 7px) clamp(7px, 0.8vw, 10px);
  font-size: clamp(10px, 1.25svh, 14px) !important;
}

.gf-route .gf-public .gf-show-header {
  display: grid;
  place-items: center;
  min-height: 0;
  max-height: none;
  height: 100%;
  padding: clamp(6px, 1svh, 10px) clamp(18px, 4vw, 58px);
  overflow: hidden;
  border-radius: 8px;
}

.gf-route .gf-public .gf-show-header strong {
  font-size: clamp(18px, min(3.1vw, 4.2svh), 42px) !important;
  line-height: 1;
  letter-spacing: 0;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
  text-wrap: balance;
}

.gf-route .gf-public .gf-display-media {
  margin-top: 0;
  min-height: 0;
  height: 100%;
  padding: clamp(8px, 1.35vw, 18px);
  clip-path: none;
  border-radius: 8px;
  overflow: hidden;
}

.gf-route .gf-public .gf-display-media::before {
  clip-path: none;
  border-radius: 6px;
}

.gf-route .gf-public .gf-display-screen .gf-item-image {
  min-height: 0;
  height: 100%;
  width: 100%;
  clip-path: none;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  justify-items: center;
}

.gf-route .gf-public .gf-display-screen .gf-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gf-route .gf-public .gf-display-stats {
  min-height: 0;
  height: 100%;
  align-content: start;
  gap: clamp(8px, 1.2svh, 14px);
}

.gf-route .gf-public .gf-bids-tower,
.gf-route .gf-public .gf-about-tower {
  width: 100%;
}

.gf-route .gf-public .gf-bids-tower {
  min-height: clamp(92px, 18svh, 160px);
}

.gf-route .gf-public .gf-bids-tower strong {
  font-size: clamp(38px, 9svh, 76px) !important;
}

.gf-route .gf-public .gf-about-tower {
  max-height: min(44svh, 330px);
  overflow: hidden;
}

.gf-route .gf-public .gf-display-screen > .gf-access-panel.gf-draggable-qr {
  position: fixed;
  right: 14px;
  bottom: 14px;
  grid-area: auto;
}

.gf-route .gf-public .gf-display-screen > .gf-access-panel.gf-draggable-qr.is-positioned {
  position: fixed;
  right: auto;
  bottom: auto;
}

.gf-route .gf-public .gf-display-screen .gf-image-tools {
  right: 12px;
  bottom: 12px;
  z-index: 12;
  max-width: calc(100% - 24px);
  flex-wrap: nowrap;
}

.gf-route .gf-public .gf-display-screen .gf-image-tools button {
  min-width: 38px;
  min-height: 36px;
  padding: 8px 10px;
  white-space: nowrap;
}

.gf-route .gf-public .gf-display-screen .gf-image-tools button[data-zoom-reset] {
  min-width: 66px;
  padding-inline: 11px;
}

.gf-route .gf-public .gf-cast-screen .gf-image-tools {
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  flex-wrap: nowrap;
}

.gf-route .gf-public .gf-cast-screen .gf-image-tools button {
  min-width: 34px;
  min-height: 34px;
  padding: 7px 9px;
  white-space: nowrap;
}

.gf-route .gf-public .gf-cast-screen .gf-image-tools button[data-zoom-reset] {
  min-width: 58px;
}

.gf-route .gf-public .gf-listener-screen {
  min-height: 100svh;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 20, 14, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.9), rgba(2, 3, 3, 0.84) 66%, rgba(3, 2, 2, 0.9)),
    var(--gf-background-image);
  background-position: center, center, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.gf-route .gf-public.is-gf-listener {
  background:
    radial-gradient(circle at 50% -8%, rgba(140, 22, 16, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.9), rgba(2, 3, 3, 0.84) 70%, rgba(3, 2, 2, 0.9)),
    var(--gf-background-image);
  background-position: center, center, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.gf-route .gf-public.is-gf-listener::before,
.gf-route .gf-public.is-gf-listener::after {
  content: none;
}

.gf-route .gf-public .gf-mobile-panel {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(340px, 0.92fr);
  grid-template-rows: auto minmax(0, auto) auto;
  grid-template-areas:
    "header header"
    "item form"
    "item leaders";
  gap: 12px 20px;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 10px clamp(18px, 3vw, 42px) 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gf-route .gf-public .gf-mobile-panel::before,
.gf-route .gf-public .gf-mobile-panel::after {
  content: none;
}

.gf-route .gf-public .gf-listener-screen .gf-play-header {
  position: sticky;
  top: 0;
  grid-area: header;
  z-index: 5;
  margin: -10px calc(clamp(18px, 3vw, 42px) * -1) 0;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px clamp(18px, 3vw, 42px);
  border-bottom: 1px solid rgba(201, 144, 111, 0.34);
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(10px);
}

.gf-route .gf-public .gf-listener-screen .gf-play-header > div {
  min-width: 0;
}

.gf-route .gf-public .gf-listener-screen .gf-kicker {
  display: block;
  overflow: hidden;
  font-size: clamp(14px, 4vw, 17px) !important;
  letter-spacing: 0.8px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-route .gf-public .gf-listener-screen .gf-kicker::before,
.gf-route .gf-public .gf-listener-screen .gf-kicker::after {
  margin: 0 4px;
}

.gf-route .gf-public .gf-listener-screen .gf-play-header-control span {
  min-width: 82px;
  padding-inline: 8px;
  font-size: 10px !important;
}

.gf-route .gf-public .gf-listener-item-card {
  grid-area: item;
  align-self: start;
}

.gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image {
  min-height: clamp(320px, 52vw, 620px);
}

.gf-route .gf-public .gf-listener-screen .gf-submit-card {
  grid-area: form;
  align-self: start;
  gap: 8px;
  padding-top: 10px;
}

.gf-route .gf-public .gf-listener-screen .gf-leaderboard-card {
  grid-area: leaders;
  margin-top: 0;
}

.gf-route .gf-public .gf-listener-screen .gf-submit-form label small {
  justify-self: end;
  margin: 0;
  padding-right: 1px;
}

.gf-route .gf-public .gf-listener-screen .gf-name-input,
.gf-route .gf-public .gf-listener-screen .gf-money-input,
.gf-route .gf-public .gf-listener-screen .gf-submit-form button,
.gf-route .gf-public .gf-listener-screen .gf-leaderboard-card {
  border-radius: 6px;
}

@media (max-width: 640px) {
  .gf-route .gf-public .gf-display-screen {
    height: auto;
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(260px, 58svh) auto;
    grid-template-areas:
      "mast"
      "title"
      "media"
      "stats";
    overflow: visible;
  }

  .gf-route .gf-public .gf-display-masthead span {
    font-size: 20px !important;
  }

  .gf-route .gf-public .gf-show-header strong {
    font-size: clamp(20px, 7vw, 30px) !important;
  }

  .gf-route .gf-public .gf-display-media {
    height: auto;
    min-height: 260px;
  }

  .gf-route .gf-public .gf-display-screen .gf-item-image {
    min-height: 250px;
    height: 100%;
  }

  .gf-route .gf-public .gf-mobile-panel {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 100svh;
    padding: 10px 14px 20px;
  }

  .gf-route .gf-public .gf-listener-screen .gf-play-header {
    margin: -10px -14px 10px;
    padding: 9px 14px;
  }

  .gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image {
    min-height: clamp(190px, 52vw, 300px);
  }
}

.gf-items-admin .gf-items-command {
  display: grid;
  gap: 20px;
}

.gf-item-tool-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
  gap: 18px;
  align-items: start;
}

.gf-item-tool {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #f8fafc;
}

.gf-item-tool.is-disabled {
  border-style: dashed;
  background: #f1f5f9;
  color: #64748b;
}

.gf-disabled-tool {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-item-tool h3 {
  margin: 0;
  font-size: 17px;
}

.gf-item-tool p {
  margin: -6px 0 0;
}

.gf-item-import-form {
  display: grid;
  gap: 10px;
}

.gf-item-tool-editor {
  background: #fff;
}

.gf-library-editor {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
}

.gf-library-editor label {
  display: grid;
  gap: 5px;
  color: #1f2937;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-library-editor input,
.gf-library-editor textarea,
.gf-library-actions select,
.gf-library-actions input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 9px 10px;
  background: #fff;
}

.gf-library-actions select {
  appearance: none;
  padding-right: 34px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-weight: 800;
}

.gf-library-actions select:hover {
  border-color: #94a3b8;
}

.gf-library-editor textarea {
  resize: vertical;
}

.gf-library-editor .gf-span-2 {
  grid-column: span 3;
}

.gf-library-heading {
  margin: 0 0 12px;
}

.gf-item-tool-editor .gf-media-picker {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  gap: 10px;
  align-items: stretch;
}

.gf-library-grid {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.gf-library-section {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
}

.gf-library-section + .gf-library-section {
  margin-top: 24px;
}

.gf-library-section-title {
  margin: 0;
  color: #172033;
  font-size: 16px;
}

.gf-library-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(300px, 420px);
  gap: 16px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #fff;
}

.gf-library-card.is-assigned {
  border-color: #d6b47a;
  background: linear-gradient(90deg, #fffaf0 0%, #ffffff 42%);
}

.gf-library-card.is-assigned .gf-library-thumb {
  box-shadow: inset 0 0 0 2px rgba(180, 83, 9, 0.38);
}

.gf-library-thumb {
  display: grid;
  place-items: center;
  min-height: 118px;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
  color: #94a3b8;
  font-weight: 900;
}

.gf-library-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-library-body h3 {
  margin: 4px 0 8px;
  font-size: 18px;
}

.gf-library-assigned-badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(180, 83, 9, 0.34);
  border-radius: 999px;
  background: #fff7ed;
  color: #92400e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-library-assigned-badge span {
  color: #6b7280;
  text-transform: none;
}

.gf-assignment-note {
  margin: 10px 0 0;
  color: #92400e;
  font-size: 12px;
  font-weight: 800;
}

.gf-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gf-mini-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef2f7;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.gf-library-actions {
  display: grid;
  gap: 10px;
  align-content: space-between;
  padding-left: 12px;
  border-left: 1px solid #e2e8f0;
}

.gf-library-actions .gf-inline-form {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 82px auto;
  gap: 8px;
  align-items: stretch;
}

.gf-library-actions .gf-inline-form select[name="game_id"] {
  grid-column: 1 / -1;
}

.gf-library-actions .gf-inline-form select,
.gf-library-actions .gf-inline-form input,
.gf-library-actions .gf-inline-form .button {
  min-height: 38px;
  box-sizing: border-box;
}

.gf-library-bottom-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .gf-item-tool-grid {
    grid-template-columns: 1fr;
  }

  .gf-library-editor {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .gf-library-editor .gf-span-2 {
    grid-column: span 2;
  }

  .gf-library-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .gf-library-actions {
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .gf-item-tool {
    padding: 12px;
  }

  .gf-library-editor,
  .gf-library-card,
  .gf-item-tool-editor .gf-media-picker,
  .gf-library-actions .gf-inline-form {
    grid-template-columns: 1fr;
  }

  .gf-library-editor .gf-span-2 {
    grid-column: auto;
  }
}

/* Configurable show art visibility and shared Gun Fights logo. Keep last. */
.gf-route .gf-public {
  background:
    radial-gradient(circle at 24% 4%, rgba(50, 143, 255, var(--gf-soft-overlay-opacity, 0.29)), transparent 14%),
    radial-gradient(circle at 78% 4%, rgba(255, 56, 37, var(--gf-soft-overlay-opacity, 0.29)), transparent 14%),
    linear-gradient(90deg, rgba(10, 72, 168, var(--gf-soft-overlay-opacity, 0.29)), transparent 34% 66%, rgba(162, 20, 14, var(--gf-soft-overlay-opacity, 0.29))),
    linear-gradient(180deg, rgba(2, 6, 14, var(--gf-soft-overlay-opacity, 0.29)), rgba(4, 5, 8, var(--gf-faint-overlay-opacity, 0.13)) 42%, rgba(2, 3, 7, var(--gf-soft-overlay-opacity, 0.29))),
    var(--gf-background-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gf-route .gf-public .gf-display-screen,
.gf-route .gf-public .gf-play-screen,
.gf-route .gf-public .gf-listener-screen {
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 119, 255, var(--gf-soft-overlay-opacity, 0.29)), transparent 24%),
    radial-gradient(circle at 76% 0%, rgba(255, 47, 28, var(--gf-soft-overlay-opacity, 0.29)), transparent 24%),
    linear-gradient(90deg, rgba(4, 31, 82, var(--gf-soft-overlay-opacity, 0.29)), rgba(4, 5, 9, var(--gf-faint-overlay-opacity, 0.13)) 44% 56%, rgba(92, 12, 8, var(--gf-soft-overlay-opacity, 0.29))),
    linear-gradient(180deg, rgba(3, 6, 13, var(--gf-soft-overlay-opacity, 0.29)), rgba(5, 5, 8, var(--gf-faint-overlay-opacity, 0.13)) 45%, rgba(2, 3, 7, var(--gf-soft-overlay-opacity, 0.29))),
    var(--gf-background-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gf-route .gf-public .gf-display-screen::before {
  opacity: var(--gf-glow-opacity, 0.53);
}

.gf-route .gf-public::before,
.gf-route .gf-public::after {
  opacity: var(--gf-glow-opacity, 0.53);
}

.gf-route .gf-public .gf-display-media,
.gf-route .gf-public .gf-cast-layout .gf-play-card .gf-item-image,
.gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image,
.gf-route .gf-public .gf-bids-tower,
.gf-route .gf-public .gf-about-tower,
.gf-route .gf-public .gf-submit-card,
.gf-route .gf-public .gf-player-status,
.gf-route .gf-public .gf-player-identity,
.gf-route .gf-public .gf-progress-panel,
.gf-route .gf-public .gf-leaderboard-card,
.gf-route .gf-public .gf-theme-label {
  background:
    linear-gradient(90deg, rgba(18, 91, 204, var(--gf-soft-overlay-opacity, 0.29)), rgba(4, 7, 12, var(--gf-panel-opacity, 0.44)) 48% 52%, rgba(177, 31, 22, var(--gf-soft-overlay-opacity, 0.29))),
    linear-gradient(180deg, rgba(18, 23, 34, var(--gf-panel-opacity, 0.44)), rgba(6, 8, 12, var(--gf-panel-opacity, 0.44)));
}

.gf-route .gf-public .gf-brand-logo {
  display: block;
  width: auto;
  max-width: min(420px, 54vw);
  height: clamp(30px, 5.4svh, 66px);
  object-fit: contain;
  filter: drop-shadow(0 4px 0 #020204) drop-shadow(-8px 0 16px rgba(36, 128, 255, 0.32)) drop-shadow(8px 0 16px rgba(255, 56, 35, 0.3));
}

.gf-route .gf-public .gf-display-masthead {
  grid-template-columns: 1fr auto 1fr;
}

.gf-route .gf-public .gf-display-masthead .gf-brand-logo {
  grid-column: 2;
  justify-self: center;
}

.gf-route .gf-public .gf-listener-screen .gf-play-header .gf-brand-logo,
.gf-route .gf-public .gf-cast-screen .gf-play-header .gf-brand-logo {
  max-width: min(320px, 48vw);
  height: clamp(26px, 4.8svh, 48px);
}

.gf-route .gf-public .gf-cast-screen .gf-play-header {
  grid-template-columns: 1fr auto 1fr;
  padding-block: 6px;
}

.gf-route .gf-public .gf-cast-brand {
  grid-column: 2;
  justify-self: center;
}

.gf-route .gf-public .gf-cast-screen .gf-play-header-control {
  position: absolute;
  right: 14px;
  grid-column: auto;
}

.gf-route .gf-public .gf-waiting-screen .gf-brand-logo {
  margin: 0 auto 18px;
  max-width: min(560px, 72vw);
  height: clamp(46px, 12vw, 120px);
}

@media (max-width: 640px) {
  .gf-route .gf-public .gf-listener-screen .gf-play-header .gf-brand-logo,
  .gf-route .gf-public .gf-cast-screen .gf-play-header .gf-brand-logo {
    max-width: 210px;
    height: 34px;
  }

  .gf-route .gf-public .gf-cast-screen .gf-play-header {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gf-route .gf-public .gf-cast-brand {
    grid-column: 1;
  }

  .gf-route .gf-public .gf-cast-screen .gf-play-header-control {
    position: static;
    grid-column: 1;
    justify-self: center;
  }
}

/* Gun Fights red/blue arena theme. Scoped to public screens only. */
.gf-route {
  background: #02050a;
}

.gf-route .gf-public {
  color: #f6f8fb;
  background:
    radial-gradient(circle at 24% 4%, rgba(50, 143, 255, var(--gf-soft-overlay-opacity, 0.29)), transparent 14%),
    radial-gradient(circle at 78% 4%, rgba(255, 56, 37, var(--gf-soft-overlay-opacity, 0.29)), transparent 14%),
    radial-gradient(circle at 23% 86%, rgba(31, 119, 255, var(--gf-faint-overlay-opacity, 0.13)), transparent 24%),
    radial-gradient(circle at 78% 86%, rgba(255, 67, 36, var(--gf-faint-overlay-opacity, 0.13)), transparent 24%),
    linear-gradient(90deg, rgba(10, 72, 168, var(--gf-soft-overlay-opacity, 0.29)), transparent 34% 66%, rgba(162, 20, 14, var(--gf-soft-overlay-opacity, 0.29))),
    linear-gradient(180deg, rgba(2, 6, 14, var(--gf-overlay-opacity, 0.42)), rgba(4, 5, 8, var(--gf-faint-overlay-opacity, 0.13)) 42%, rgba(2, 3, 7, var(--gf-overlay-opacity, 0.42))),
    var(--gf-background-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gf-route .gf-public::before,
.gf-route .gf-public::after {
  width: min(250px, 18vw);
  top: 0;
  bottom: 0;
  opacity: var(--gf-glow-opacity, 0.53);
  background:
    linear-gradient(66deg, transparent 0 44%, rgba(89, 162, 255, var(--gf-soft-overlay-opacity, 0.29)) 45% 47%, transparent 48%),
    linear-gradient(114deg, transparent 0 48%, rgba(89, 162, 255, var(--gf-faint-overlay-opacity, 0.13)) 49% 51%, transparent 52%),
    linear-gradient(90deg, rgba(3, 16, 43, var(--gf-panel-opacity, 0.44)), transparent 72%);
  filter: drop-shadow(0 0 16px rgba(41, 122, 255, 0.35));
}

.gf-route .gf-public::after {
  background:
    linear-gradient(114deg, transparent 0 44%, rgba(255, 72, 50, var(--gf-soft-overlay-opacity, 0.29)) 45% 47%, transparent 48%),
    linear-gradient(66deg, transparent 0 48%, rgba(255, 72, 50, var(--gf-faint-overlay-opacity, 0.13)) 49% 51%, transparent 52%),
    linear-gradient(270deg, rgba(54, 7, 5, var(--gf-panel-opacity, 0.44)), transparent 72%);
  filter: drop-shadow(0 0 16px rgba(255, 57, 42, 0.35));
}

.gf-route .gf-public .gf-display-screen,
.gf-route .gf-public .gf-play-screen,
.gf-route .gf-public .gf-listener-screen {
  border-color: rgba(224, 232, 244, 0.48);
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 119, 255, var(--gf-soft-overlay-opacity, 0.29)), transparent 24%),
    radial-gradient(circle at 76% 0%, rgba(255, 47, 28, var(--gf-soft-overlay-opacity, 0.29)), transparent 24%),
    repeating-linear-gradient(90deg, transparent 0 108px, rgba(70, 145, 255, var(--gf-faint-overlay-opacity, 0.13)) 109px 111px, transparent 112px 216px),
    linear-gradient(90deg, rgba(4, 31, 82, var(--gf-soft-overlay-opacity, 0.29)), rgba(4, 5, 9, var(--gf-faint-overlay-opacity, 0.13)) 44% 56%, rgba(92, 12, 8, var(--gf-soft-overlay-opacity, 0.29))),
    linear-gradient(180deg, rgba(3, 6, 13, var(--gf-panel-opacity, 0.44)), rgba(5, 5, 8, var(--gf-faint-overlay-opacity, 0.13)) 45%, rgba(2, 3, 7, var(--gf-panel-opacity, 0.44))),
    var(--gf-background-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 80px rgba(0, 0, 0, var(--gf-panel-opacity, 0.44)),
    0 0 32px rgba(24, 103, 255, 0.24),
    0 0 34px rgba(255, 53, 35, 0.18);
}

.gf-route .gf-public .gf-display-screen::before {
  inset: 0;
  z-index: -1;
  opacity: var(--gf-glow-opacity, 0.53);
  background:
    linear-gradient(90deg, transparent 0 4%, rgba(22, 112, 255, var(--gf-soft-overlay-opacity, 0.29)) 4.4% 5.2%, transparent 5.6% 94.4%, rgba(255, 62, 44, var(--gf-soft-overlay-opacity, 0.29)) 94.8% 95.6%, transparent 96%),
    repeating-radial-gradient(circle at 50% 47%, transparent 0 76px, rgba(229, 236, 247, var(--gf-faint-overlay-opacity, 0.13)) 77px 79px, transparent 80px 148px),
    linear-gradient(90deg, rgba(15, 97, 237, var(--gf-faint-overlay-opacity, 0.13)), transparent 44% 56%, rgba(255, 52, 35, var(--gf-faint-overlay-opacity, 0.13)));
}

.gf-route .gf-public .gf-display-screen::after {
  left: 12%;
  right: 12%;
  bottom: clamp(9px, 1.4svh, 18px);
  height: 6px;
  background: linear-gradient(90deg, transparent, #1686ff 8% 35%, transparent 45% 55%, #ff3829 65% 92%, transparent);
  filter: blur(1.5px);
}

.gf-route .gf-public .gf-display-masthead::before,
.gf-route .gf-public .gf-display-masthead::after {
  height: 18px;
  background:
    linear-gradient(90deg, transparent, #1686ff, transparent) center 5px / 74% 2px no-repeat,
    linear-gradient(90deg, transparent, #eef6ff, transparent) center 11px / 52% 1px no-repeat;
}

.gf-route .gf-public .gf-display-masthead::after {
  background:
    linear-gradient(90deg, transparent, #ff3829, transparent) center 5px / 74% 2px no-repeat,
    linear-gradient(90deg, transparent, #fff0e8, transparent) center 11px / 52% 1px no-repeat;
}

.gf-route .gf-public .gf-display-masthead span,
.gf-route .gf-public .gf-listener-screen .gf-kicker {
  color: #f6f8fb;
  background: linear-gradient(180deg, #ffffff 0%, #b8c5d5 44%, #ffffff 48%, #e94b37 52%, #ff7a4c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.95), 0 0 18px rgba(255, 255, 255, 0.25);
}

.gf-route .gf-public .gf-display-masthead span::before,
.gf-route .gf-public .gf-display-masthead span::after,
.gf-route .gf-public .gf-listener-screen .gf-kicker::before,
.gf-route .gf-public .gf-listener-screen .gf-kicker::after {
  content: "";
}

.gf-route .gf-public .gf-display-masthead strong,
.gf-route .gf-public .gf-play-header-control span {
  border-color: rgba(236, 242, 251, 0.5);
  background:
    linear-gradient(90deg, rgba(34, 128, 255, 0.38), rgba(9, 10, 15, 0.92) 48%, rgba(255, 57, 38, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  color: #fff8ea;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 16px rgba(42, 124, 255, 0.14);
}

.gf-route .gf-public .gf-show-header {
  clip-path: none;
  border: 1px solid rgba(222, 232, 246, 0.58);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(17, 91, 202, var(--gf-overlay-opacity, 0.42)), rgba(9, 10, 13, var(--gf-panel-opacity, 0.44)) 18% 82%, rgba(183, 28, 19, var(--gf-overlay-opacity, 0.42))),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 44%);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.78),
    inset 0 0 28px rgba(255, 255, 255, 0.05),
    -16px 0 36px rgba(18, 116, 255, 0.22),
    16px 0 36px rgba(255, 52, 35, 0.22),
    0 18px 32px rgba(0, 0, 0, 0.58);
}

.gf-route .gf-public .gf-show-header strong {
  color: #f7f8fb;
  text-shadow: 0 4px 0 #020204, -2px 0 18px rgba(36, 128, 255, 0.4), 2px 0 18px rgba(255, 56, 35, 0.38);
}

.gf-route .gf-public .gf-display-media,
.gf-route .gf-public .gf-cast-layout .gf-play-card .gf-item-image,
.gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image {
  border: 1px solid rgba(220, 231, 247, 0.58);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(34, 134, 255, 0.3), transparent 28% 72%, rgba(255, 58, 38, 0.34)),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(180deg, #242932, #080b10);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.72),
    inset 0 0 32px rgba(255, 255, 255, 0.04),
    -14px 0 32px rgba(20, 119, 255, 0.18),
    14px 0 32px rgba(255, 59, 38, 0.2),
    0 24px 52px rgba(0, 0, 0, 0.62);
}

.gf-route .gf-public .gf-display-media::before {
  border-color: rgba(238, 246, 255, 0.28);
  border-radius: 10px;
  box-shadow:
    inset 18px 0 26px rgba(24, 119, 255, 0.13),
    inset -18px 0 26px rgba(255, 58, 38, 0.15);
}

.gf-route .gf-public .gf-display-screen .gf-item-image,
.gf-route .gf-public .gf-play-card .gf-item-image {
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(90deg, rgba(18, 82, 174, 0.32), transparent 42% 58%, rgba(142, 24, 18, 0.34)),
    #0a0d12;
}

.gf-route .gf-public .gf-bids-tower,
.gf-route .gf-public .gf-about-tower,
.gf-route .gf-public .gf-submit-card,
.gf-route .gf-public .gf-player-status,
.gf-route .gf-public .gf-player-identity,
.gf-route .gf-public .gf-progress-panel,
.gf-route .gf-public .gf-leaderboard-card,
.gf-route .gf-public .gf-theme-label {
  border: 1px solid rgba(220, 231, 247, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(18, 91, 204, var(--gf-faint-overlay-opacity, 0.13)), transparent 48% 52%, rgba(177, 31, 22, var(--gf-faint-overlay-opacity, 0.13))),
    linear-gradient(180deg, rgba(18, 23, 34, var(--gf-panel-opacity, 0.44)), rgba(6, 8, 12, var(--gf-panel-opacity, 0.44)));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 42px rgba(0, 0, 0, 0.34);
}

.gf-route .gf-public .gf-bids-tower span,
.gf-route .gf-public .gf-about-tower span,
.gf-route .gf-public .gf-submit-form label,
.gf-route .gf-public .gf-leaderboard-card summary {
  color: #e8eef8;
  text-shadow: 0 0 10px rgba(70, 150, 255, 0.34);
}

.gf-route .gf-public .gf-bids-tower strong {
  color: #fff7df;
  text-shadow: 0 3px 0 #020204, 0 0 18px rgba(255, 64, 41, 0.36);
}

.gf-route .gf-public .gf-display-about li,
.gf-route .gf-public .gf-player-status p,
.gf-route .gf-public .gf-progress-panel p,
.gf-route .gf-public .gf-status {
  color: #d7e1ef;
}

.gf-route .gf-public .gf-reveal-banner {
  border: 1px solid rgba(239, 245, 255, 0.56);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(17, 97, 215, 0.96), rgba(12, 11, 12, 0.96) 34% 66%, rgba(192, 32, 22, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent);
  box-shadow: -16px 0 30px rgba(24, 124, 255, 0.25), 16px 0 30px rgba(255, 54, 35, 0.25), 0 22px 48px rgba(0, 0, 0, 0.48);
}

.gf-route .gf-public .gf-reveal-banner strong {
  color: #fff7e5;
  text-shadow: 0 4px 0 #020204, 0 0 22px rgba(255, 77, 50, 0.42);
}

.gf-route .gf-public .gf-money-input,
.gf-route .gf-public .gf-name-input,
.gf-route .gf-public .gf-submit-form textarea[name="themeGuess"] {
  border-color: rgba(226, 236, 249, 0.5);
  background:
    linear-gradient(90deg, rgba(238, 246, 255, 0.96), rgba(224, 231, 242, 0.96)),
    #eef2f7;
  box-shadow: inset 0 2px 0 #fff, 0 0 0 1px rgba(0, 0, 0, 0.58);
}

.gf-route .gf-public .gf-name-input,
.gf-route .gf-public .gf-submit-form textarea[name="themeGuess"] {
  background: rgba(4, 8, 14, 0.86);
  color: #f5f8ff;
}

.gf-route .gf-public .gf-money-input span {
  color: #bf2419;
}

.gf-route .gf-public .gf-submit-form button {
  border-color: rgba(255, 238, 214, 0.5);
  background:
    linear-gradient(90deg, #1268d8, #1b1d27 48%, #c42118),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), -10px 0 22px rgba(26, 118, 255, 0.22), 10px 0 22px rgba(255, 50, 32, 0.24), 0 18px 32px rgba(0, 0, 0, 0.45);
}

.gf-route .gf-public .gf-submit-form button::before,
.gf-route .gf-public .gf-cast-screen .gf-play-header-control strong::before {
  content: "";
}

.gf-route .gf-public .gf-final-screen,
.gf-route .gf-public .gf-final-player-screen {
  min-height: 100svh;
  color: #f8fafc;
}

body.gf-route .gf-public h1,
body.gf-route .gf-public h2,
body.gf-route .gf-public h3,
body.gf-route .gf-public h4,
body.gf-route .gf-public h5,
body.gf-route .gf-public h6 {
  color: #fff7e6 !important;
  -webkit-text-fill-color: currentColor !important;
}

.gf-route .gf-public .gf-final-screen {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: clamp(14px, 2svh, 26px);
  padding: clamp(18px, 2.4vw, 36px);
}

.gf-route .gf-public .gf-final-masthead,
.gf-route .gf-public .gf-final-hero,
.gf-route .gf-public .gf-final-podium,
.gf-route .gf-public .gf-final-standings,
.gf-route .gf-public .gf-final-screen .gf-bid-stats-panel,
.gf-route .gf-public .gf-final-card {
  border: 1px solid rgba(220, 231, 247, 0.38);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(18, 91, 204, var(--gf-faint-overlay-opacity, 0.13)), transparent 48% 52%, rgba(177, 31, 22, var(--gf-faint-overlay-opacity, 0.13))),
    linear-gradient(180deg, rgba(18, 23, 34, var(--gf-panel-opacity, 0.87)), rgba(6, 8, 12, var(--gf-panel-opacity, 0.87)));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 56px rgba(0, 0, 0, 0.42);
}

.gf-route .gf-public .gf-final-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px 18px;
}

.gf-route .gf-public .gf-final-masthead span,
.gf-route .gf-public .gf-final-card p,
.gf-route .gf-public .gf-final-hero p,
.gf-route .gf-public .gf-final-items h2,
.gf-route .gf-public .gf-final-standings h2,
.gf-route .gf-public .gf-bid-stats-list h2,
.gf-route .gf-public .gf-podium-place span {
  margin: 0;
  color: #ffe2ac !important;
  -webkit-text-fill-color: #ffe2ac !important;
  font-family: "Impact", "Arial Black", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #020204;
}

.gf-route .gf-public .gf-final-hero,
.gf-route .gf-public .gf-final-card {
  padding: clamp(18px, 3vw, 42px);
  text-align: center;
}

.gf-route .gf-public .gf-final-hero h1,
.gf-route .gf-public .gf-final-card h1 {
  margin: 6px auto 10px;
  max-width: 1100px;
  color: #fff8e8;
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: clamp(42px, 7.4vw, 112px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 5px 0 #050505, -10px 0 26px rgba(18, 105, 230, 0.36), 10px 0 26px rgba(255, 54, 35, 0.36);
}

.gf-route .gf-public .gf-final-card h1 {
  font-size: clamp(34px, 7vw, 74px);
}

.gf-route .gf-public .gf-final-hero strong,
.gf-route .gf-public .gf-final-card strong {
  display: block;
  color: #fef3c7;
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: clamp(24px, 4vw, 56px);
  text-transform: uppercase;
  text-shadow: 0 4px 0 #020204;
}

.gf-route .gf-public .gf-final-podium {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: clamp(8px, 1.2vw, 18px);
  padding: clamp(14px, 2vw, 26px);
}

.gf-route .gf-public .gf-podium-place {
  min-height: 170px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 226, 172, 0.42);
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 226, 172, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(4, 8, 14, 0.92), rgba(7, 10, 13, 0.96));
}

.gf-route .gf-public .gf-place-1 {
  min-height: 230px;
  order: 3;
}

.gf-route .gf-public .gf-place-2 {
  min-height: 200px;
  order: 2;
}

.gf-route .gf-public .gf-place-3 {
  min-height: 190px;
  order: 4;
}

.gf-route .gf-public .gf-place-4 {
  min-height: 170px;
  order: 1;
}

.gf-route .gf-public .gf-place-5 {
  min-height: 160px;
  order: 5;
}

.gf-route .gf-public .gf-podium-place strong {
  color: #fff7df;
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: clamp(26px, 3.8vw, 54px);
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #020204;
}

.gf-route .gf-public .gf-podium-place em {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-route .gf-public .gf-podium-place small,
.gf-route .gf-public .gf-final-card span {
  color: #d7e1ef;
  font-weight: 800;
}

.gf-route .gf-public .gf-final-standings {
  padding: clamp(12px, 1.8vw, 22px);
}

.gf-route .gf-public .gf-final-screen .gf-bid-stats-panel {
  margin: 0;
  padding: clamp(12px, 1.8vw, 22px);
}

.gf-route .gf-public .gf-final-items {
  padding: clamp(12px, 1.8vw, 22px);
}

.gf-route .gf-public .gf-final-items h2 {
  margin-bottom: 12px;
}

.gf-route .gf-public .gf-final-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(560px, 100%), 1fr));
  gap: 12px;
}

.gf-route .gf-public .gf-final-item {
  display: grid;
  grid-template-columns: clamp(118px, 10vw, 170px) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(220, 231, 247, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(90deg, rgba(18, 91, 204, 0.12), transparent 48% 52%, rgba(177, 31, 22, 0.12)),
    rgba(4, 8, 14, 0.76);
}

.gf-route .gf-public .gf-final-item-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(220, 231, 247, 0.16);
  border-radius: 7px;
  background: rgba(2, 4, 8, 0.72);
  color: #9fb0c6;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-route .gf-public .gf-final-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.gf-route .gf-public .gf-final-item-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.gf-route .gf-public .gf-final-item header {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.gf-route .gf-public .gf-final-item header span,
.gf-route .gf-public .gf-final-item-meta b {
  color: #ffe2a6;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-route .gf-public .gf-final-item header strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-route .gf-public .gf-final-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  color: #d7e1ef;
  font-weight: 850;
}

.gf-route .gf-public .gf-final-item-meta em {
  min-width: 0;
  overflow: hidden;
  color: #d7e1ef;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-route .gf-public .gf-final-item-bids {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-route .gf-public .gf-final-item-bids li {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 0.75fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(220, 231, 247, 0.12);
  border-radius: 6px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.055);
}

.gf-route .gf-public .gf-final-item-bids li.is-winner {
  border-color: rgba(255, 226, 172, 0.42);
  background: rgba(255, 226, 172, 0.1);
}

.gf-route .gf-public .gf-final-item-bids span,
.gf-route .gf-public .gf-final-item-bids em,
.gf-route .gf-public .gf-final-item-bids strong {
  overflow: hidden;
  color: #fff7df;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-route .gf-public .gf-final-item-bids em {
  color: #d7e1ef;
}

.gf-route .gf-public .gf-final-item-bids strong {
  color: #ffe2a6;
  text-align: right;
}

@media (max-width: 720px) {
  .gf-route .gf-public .gf-final-item {
    grid-template-columns: 1fr;
  }

  .gf-route .gf-public .gf-final-item-bids li {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gf-route .gf-public .gf-final-item-bids strong {
    grid-column: 1 / -1;
    text-align: left;
  }
}

.gf-route .gf-public .gf-final-standings h2 {
  margin-bottom: 10px;
}

.gf-route .gf-public .gf-final-standings ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-route .gf-public .gf-final-standings li {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(220, 231, 247, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(4, 8, 14, 0.72);
}

.gf-route .gf-public .gf-final-standings li span,
.gf-route .gf-public .gf-final-standings li strong {
  color: #fff7df;
  font-weight: 900;
}

.gf-route .gf-public .gf-final-standings li em {
  color: #d7e1ef;
  font-style: normal;
  font-weight: 800;
}

.gf-route .gf-public .gf-final-standings li small {
  display: block;
  margin-top: 2px;
  color: #9fb0c6;
  font-size: 0.82em;
  font-weight: 800;
  text-transform: uppercase;
}

.gf-route .gf-public .gf-final-standings.is-season {
  border-color: rgba(255, 226, 172, 0.36);
  background:
    linear-gradient(90deg, rgba(18, 91, 204, var(--gf-faint-overlay-opacity, 0.13)), transparent 48% 52%, rgba(177, 31, 22, var(--gf-faint-overlay-opacity, 0.13))),
    linear-gradient(180deg, rgba(10, 12, 16, var(--gf-panel-opacity, 0.87)), rgba(5, 6, 8, var(--gf-panel-opacity, 0.87)));
}

.gf-route .gf-public .gf-progress-panel strong {
  border-color: #e7edf8;
  box-shadow: inset 0 0 0 1px #05070c, 0 0 18px rgba(55, 139, 255, 0.28), 0 0 24px rgba(255, 65, 40, 0.18);
}

.gf-route .gf-public .gf-display-screen > .gf-access-panel.gf-draggable-qr {
  border-color: rgba(230, 239, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(10, 13, 18, var(--gf-panel-opacity, 0.44)), rgba(5, 6, 10, var(--gf-panel-opacity, 0.44)));
  box-shadow: -8px 0 20px rgba(28, 120, 255, 0.18), 8px 0 20px rgba(255, 51, 35, 0.18), 0 18px 34px rgba(0, 0, 0, 0.48);
}

.gf-route .gf-public .gf-display-screen > .gf-access-panel .gf-qr-handle {
  background: linear-gradient(90deg, #125fd1, #1a1a21 48%, #b82017);
}

.gf-route .gf-public .gf-mobile-panel {
  align-content: start;
  grid-template-rows: auto auto auto;
}

.gf-route .gf-public .gf-listener-screen .gf-play-header {
  min-height: 0;
  height: auto;
  align-content: center;
}

.gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image {
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
}

.gf-live-media img,
.gf-live-tile-thumb img,
.gf-route .gf-public .gf-display-screen .gf-item-image img {
  object-fit: contain;
  object-position: center center;
}

.gf-route .gf-public .gf-display-screen .gf-item-image img {
  transform: translate(var(--gf-pan-x), var(--gf-pan-y)) scale(var(--gf-zoom));
}

/* Final image safety: tall auction photos must stay inside every game surface. */
.gf-live-media,
.gf-live-tile-thumb,
.gf-item-thumb,
.gf-media-thumb,
.gf-library-thumb,
.gf-route .gf-public .gf-display-media,
.gf-route .gf-public .gf-item-image,
.gf-route .gf-public .gf-play-card .gf-item-image,
.gf-route .gf-public .gf-cast-layout .gf-play-card .gf-item-image,
.gf-route .gf-public .gf-listener-screen .gf-play-card .gf-item-image {
  display: grid;
  place-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.gf-route .gf-public .gf-item-image {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.gf-live-media img,
.gf-live-tile-thumb img,
.gf-item-thumb img,
.gf-media-thumb img,
.gf-library-thumb img,
.gf-route .gf-public .gf-item-image img,
.gf-route .gf-public .gf-play-card .gf-item-image img,
.gf-route .gf-public .gf-display-screen .gf-item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.gf-route .gf-public .gf-display-screen .gf-item-image img {
  transform: translate(var(--gf-pan-x), var(--gf-pan-y)) scale(var(--gf-zoom));
}

@media (max-width: 640px) {
  .gf-route .gf-public .gf-mobile-panel {
    background:
      linear-gradient(90deg, rgba(9, 48, 108, var(--gf-soft-overlay-opacity, 0.29)), transparent 50%, rgba(104, 16, 12, var(--gf-soft-overlay-opacity, 0.29))),
      rgba(3, 5, 9, var(--gf-panel-opacity, 0.44));
    grid-template-rows: auto auto auto auto;
  }

  .gf-route .gf-public .gf-show-header strong {
    text-shadow: 0 3px 0 #020204, 0 0 13px rgba(255, 255, 255, 0.16);
  }

  .gf-route .gf-public .gf-final-screen {
    padding: 12px;
    gap: 12px;
  }

  .gf-route .gf-public .gf-final-masthead {
    min-height: 52px;
  }

  .gf-route .gf-public .gf-final-podium {
    grid-template-columns: 1fr;
  }

  .gf-route .gf-public .gf-place-1,
  .gf-route .gf-public .gf-place-2,
  .gf-route .gf-public .gf-place-3,
  .gf-route .gf-public .gf-place-4,
  .gf-route .gf-public .gf-place-5 {
    order: initial;
    min-height: 128px;
  }

  .gf-route .gf-public .gf-final-standings li {
    grid-template-columns: 1fr auto;
  }

  .gf-route .gf-public .gf-final-standings li em {
    grid-column: 1 / -1;
    order: 3;
  }
}

@media (max-width: 640px) {
  .gf-bid-stats-panel {
    margin: 0 10px 14px;
    padding: 10px;
  }

  .gf-bid-stats-list h2 {
    font-size: 18px;
    line-height: 1.05;
  }

  .gf-revealed-bids li,
  .gf-bid-stats-list li,
  .gf-route .gf-public .gf-bid-stats-list li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px;
  }

  .gf-bid-stats-list span,
  .gf-bid-stats-list em,
  .gf-bid-stats-list strong,
  .gf-route .gf-public .gf-bid-stats-list span,
  .gf-route .gf-public .gf-bid-stats-list em,
  .gf-route .gf-public .gf-bid-stats-list strong {
    min-width: 0;
    overflow: visible;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .gf-live-preview-summary {
    grid-template-columns: 1fr;
  }
}
/* Display readability pass: larger text without changing the image viewport behavior. */
.gf-route .gf-public .gf-display-screen {
  grid-template-columns: clamp(190px, 16rem, 250px) minmax(0, 1fr);
  grid-template-rows: clamp(42px, 5.4svh, 58px) clamp(100px, 15svh, 158px) minmax(0, 1fr) clamp(8px, 1.6svh, 20px);
  gap: clamp(10px, 1.8svh, 22px);
}

.gf-route .gf-public .gf-display-masthead strong {
  min-width: clamp(86px, 7rem, 118px);
  font-size: clamp(0.9rem, 1.65svh, 1.15rem) !important;
  letter-spacing: 0;
}

.gf-route .gf-public .gf-show-header strong {
  display: -webkit-box;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(2.15rem, 5.4svh, 4.25rem) !important;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.gf-route .gf-public .gf-bids-tower,
.gf-route .gf-public .gf-about-tower {
  padding: clamp(14px, 2svh, 22px);
}

.gf-route .gf-public .gf-bids-tower span,
.gf-route .gf-public .gf-about-tower > span {
  font-size: clamp(1rem, 2.15svh, 1.35rem) !important;
  line-height: 1.05;
  letter-spacing: 0;
}

.gf-route .gf-public .gf-bids-tower strong {
  font-size: clamp(4rem, 11svh, 6.75rem) !important;
  line-height: 0.9;
}

.gf-route .gf-public .gf-about-tower {
  max-height: min(58svh, 460px);
}

.gf-route .gf-public .gf-display-about {
  gap: clamp(8px, 1.35svh, 14px);
}

.gf-route .gf-public .gf-display-about li {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: clamp(1rem, 2.05svh, 1.28rem) !important;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.gf-route .gf-public .gf-reveal-banner span,
.gf-route .gf-public .gf-reveal-banner em {
  font-size: clamp(1rem, 2svh, 1.3rem) !important;
  letter-spacing: 0;
}

.gf-route .gf-public .gf-reveal-banner strong {
  font-size: clamp(3.2rem, 8svh, 6.2rem) !important;
  line-height: 0.9;
  letter-spacing: 0;
}

.gf-route .gf-public .gf-final-display .gf-final-item header strong,
.gf-route .gf-public .gf-final-display .gf-final-item-meta,
.gf-route .gf-public .gf-final-display .gf-final-item-bids li,
.gf-route .gf-public .gf-final-display .gf-final-standings li,
.gf-route .gf-public .gf-final-display .gf-bid-stats-list li {
  font-size: 1.08rem;
  line-height: 1.16;
}

@media (max-width: 900px) {
  .gf-route .gf-public .gf-display-screen {
    grid-template-columns: clamp(170px, 13rem, 220px) minmax(0, 1fr);
    grid-template-rows: clamp(40px, 5svh, 54px) clamp(92px, 13svh, 142px) minmax(0, 1fr) clamp(8px, 1.6svh, 18px);
  }

  .gf-route .gf-public .gf-show-header strong {
    font-size: clamp(1.9rem, 4.8svh, 3.45rem) !important;
  }
}

@media (max-width: 640px) {
  .gf-route .gf-public .gf-display-screen {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(250px, 52svh) auto;
    gap: 12px;
    padding: 10px 12px 18px;
    overflow-x: hidden;
  }

  .gf-route .gf-public .gf-display-masthead strong {
    min-width: 82px;
    font-size: 0.88rem !important;
  }

  .gf-route .gf-public .gf-show-header {
    min-height: 96px;
    padding: 10px 14px;
  }

  .gf-route .gf-public .gf-show-header strong {
    font-size: clamp(1.75rem, 4.8svh, 2.35rem) !important;
    line-height: 1;
  }

  .gf-route .gf-public .gf-display-media {
    min-height: 250px;
  }

  .gf-route .gf-public .gf-display-stats {
    gap: 10px;
  }

  .gf-route .gf-public .gf-bids-tower {
    min-height: 112px;
  }

  .gf-route .gf-public .gf-bids-tower strong {
    font-size: clamp(3.4rem, 9svh, 4.7rem) !important;
  }

  .gf-route .gf-public .gf-about-tower {
    max-height: none;
    overflow: visible;
  }

  .gf-route .gf-public .gf-display-about li {
    -webkit-line-clamp: 4;
    font-size: 1.05rem !important;
  }

  .gf-route .gf-public .gf-reveal-banner {
    max-width: calc(100% - 18px);
  }

  .gf-route .gf-public .gf-reveal-banner strong {
    font-size: clamp(2.35rem, 7svh, 3.25rem) !important;
  }
}
