:root {
  --gw-navy: #0f172a;
  --gw-purple: #5b21b6;
  --gw-gold: #f59e0b;
  --gw-gold-2: #b45309;
  --gw-paper: #fffbeb;
  --gw-ink: #0f172a;
  --gw-muted: #64748b;
  --gw-line: #e2e8f0;
  --gw-ok: #047857;
  --gw-bad: #be123c;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.gw-body {
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(245,158,11,.18), transparent 50%),
    radial-gradient(900px 400px at 110% 0%, rgba(91,33,182,.16), transparent 45%),
    #f8fafc;
  color: var(--gw-ink);
  min-height: 100vh;
}
.gw-top {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #5b21b6 100%);
  color: #fff;
}
.gw-top-inner, .gw-admin-top-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.gw-logo img { height: 52px; }
.gw-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 10px;
}
.gw-nav a, .gw-admin-nav a {
  color: #fff;
  text-decoration: none;
  margin-left: 18px;
  font-weight: 600;
  font-size: 14px;
  opacity: .9;
}
.gw-nav a { margin-left: 0; }
.gw-nav-sep {
  color: #fff;
  opacity: .7;
  font-weight: 600;
}
.gw-nav a:hover, .gw-admin-nav a:hover, .gw-admin-nav a.is-active { opacity: 1; text-decoration: underline; }
.gw-main, .gw-admin-main { max-width: 1120px; margin: 0 auto; padding: 28px 20px 64px; }
.gw-hero {
  background: linear-gradient(135deg, #111827 0%, #1e1b4b 50%, #7c3aed 100%);
  color: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: 0 18px 40px rgba(15,23,42,.25);
  margin-bottom: 24px;
}
.gw-hero h1 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.03em; }
.gw-hero p { margin: 0; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.6; }
.gw-hero .gw-note-banner,
.gw-note-banner {
  margin-top: 18px;
  background: #facc15 !important;
  border: 0;
  color: #0f172a !important;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.35;
  padding: 16px 18px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.gw-hero .gw-note-banner strong,
.gw-note-banner strong {
  color: #0f172a !important;
}
.gw-kicker {
  display: inline-block;
  background: #f59e0b;
  color: #111827;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.gw-hero-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.gw-hero-kickers .gw-kicker { margin-bottom: 0; }
.gw-kicker-winners {
  background: #facc15;
  font-size: 13px;
  letter-spacing: .04em;
}
.gw-countdown {
  margin: 14px 0 0;
}
.gw-banner-status .gw-cd-unit strong {
  display: block !important;
  font-size: 22px;
  color: #facc15 !important;
}
.gw-cd-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fde68a;
  margin-bottom: 8px;
}
.gw-countdown.is-done .gw-cd-label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.gw-cd-units {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gw-cd-unit {
  min-width: 64px;
  background: rgba(15, 23, 42, .45);
  border: 1px solid rgba(250, 204, 21, .4);
  border-radius: 12px;
  padding: 8px 10px;
  text-align: center;
}
.gw-cd-unit strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  color: #facc15 !important;
  font-weight: 800;
}
.gw-cd-unit em {
  display: block;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-top: 2px;
}
.gw-card .gw-countdown { margin-top: 12px; }
.gw-card .gw-cd-label { color: #b45309; }
.gw-card .gw-cd-unit {
  background: #fffbeb;
  border-color: #fcd34d;
}
.gw-card .gw-cd-unit strong { color: #b45309 !important; }
.gw-card .gw-cd-unit em { color: #92400e; }
.gw-yt {
  margin-top: 16px;
  background: rgba(15, 23, 42, .35);
  border: 1px solid rgba(239, 68, 68, .45);
  border-radius: 14px;
  padding: 14px 16px;
}
.gw-hero .gw-yt { color: #fff; }
.gw-yt strong { display: block; margin-bottom: 6px; font-size: 16px; }
.gw-yt p { margin: 0 0 12px; font-size: 14px; line-height: 1.5; }
.gw-yt-actions { margin-top: 0; }
.gw-btn-yt,
.gw-btn.gw-btn-yt {
  background: #dc2626;
  color: #fff;
}
.gw-yt-compact {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #e2e8f0;
}
.gw-yt-compact a { color: #fca5a5; font-weight: 800; }
.gw-card .gw-yt-compact { color: #334155; }
.gw-card .gw-yt-compact a { color: #dc2626; }
.gw-share { margin-top: 12px; }
.gw-btn-share {
  background: #fff;
  color: #5b21b6;
  border: 2px solid #7c3aed;
}
.gw-share-nets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 8px;
  align-items: center;
}
.gw-share-nets a,
.gw-share-copy {
  color: #c4b5fd;
  font-weight: 700;
  font-size: 13px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}
.gw-hero .gw-share-nets a,
.gw-hero .gw-share-copy { color: #fde68a; }
.gw-card .gw-share-nets a,
.gw-card .gw-share-copy { color: #5b21b6; }
.gw-card .gw-entry-count { color: #0f172a; }
.gw-card .gw-entry-count strong { color: #b45309; }
.gw-yt-foot a { color: #fde68a; font-weight: 700; }
.gw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.gw-card {
  background: #fff;
  border: 1px solid var(--gw-line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.gw-card h2, .gw-card h3 { margin: 0 0 10px; }
.gw-prize { font-size: 22px; font-weight: 800; color: #7c2d12; }
.gw-prize-desc { margin: 0 0 12px; line-height: 1.6; }
.gw-prize-desc hr, .gw-entry-notes-body hr { margin: 12px 0; border: 0; border-top: 1px solid #fdba74; }
.gw-meta { color: var(--gw-muted); font-size: 13px; line-height: 1.6; }
.gw-deadline {
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.gw-deadline strong { color: #0f172a; }
.gw-hero .gw-deadline {
  margin: 12px 0 0;
  color: #fde68a;
  font-size: clamp(15px, 2vw, 18px);
}
.gw-hero .gw-deadline strong { color: #fff; }
.gw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: #111827;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 15px;
}
.gw-btn-lg {
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 14px;
}
.gw-hero-contestants { margin-top: 36px; }
.gw-hero .gw-hero-contestants { margin-top: 36px; }
.gw-btn-dark {
  background: linear-gradient(135deg, #1e1b4b, #5b21b6);
  color: #fff;
}
.gw-btn-ghost {
  background: #fff;
  color: #1e1b4b;
  border: 1px solid #c4b5fd;
}
.gw-btn-danger { background: #be123c; color: #fff; }
.gw-btn.gw-btn-share {
  background: #fff;
  color: #5b21b6;
  border: 2px solid #7c3aed;
}
.gw-banner {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  margin: 12px 0 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .28);
}
.gw-banner-inner {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #4c1d95 100%);
  color: #ffffff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.gw-banner-inner strong { font-size: clamp(16px, 2.4vw, 22px); display: block; color: #ffffff; }
.gw-banner-inner span { display: block; margin-top: 6px; font-size: 14px; font-weight: 600; color: #fde68a; opacity: 1; }
.gw-banner-status {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: #fde68a;
}
.gw-banner-status strong,
.gw-banner-inner .gw-banner-status strong {
  display: inline;
  font-size: inherit;
  color: #ffffff;
  font-weight: 800;
}
.gw-hero .gw-banner-status {
  margin-top: 16px;
  font-size: clamp(15px, 2.1vw, 18px);
  color: #fde68a;
}
.gw-hero .gw-banner-status strong { color: #fff; }
.gw-entry-count {
  margin: 14px 0 0;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 700;
  color: #fde68a;
}
.gw-hero .gw-entry-count { margin-top: 36px; color: #fde68a; }
.gw-hero .gw-entry-count strong { color: #fff; }
.gw-entry-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 60%, #3b82f6 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, .28);
}
a.gw-entry-stat {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
a.gw-entry-stat:hover {
  filter: brightness(1.08);
}
.gw-entry-stat-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.gw-entry-stat strong {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  line-height: 1;
  color: #facc15;
  letter-spacing: -.03em;
}
.gw-card .gw-note-banner {
  margin-top: 10px;
}
.gw-odds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #064e3b 0%, #059669 62%, #34d399 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(5, 150, 105, .28);
}
.gw-odds-copy {
  min-width: 0;
}
.gw-odds-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.gw-odds em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 650;
  color: #d1fae5;
  line-height: 1.35;
}
.gw-odds strong {
  flex-shrink: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  line-height: 1;
  color: #fef08a;
  letter-spacing: -.03em;
}
.gw-hero .gw-odds { margin-top: 14px; }
.gw-shuffle-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.gw-shuffle-stats .gw-entry-stat,
.gw-shuffle-stats .gw-odds {
  margin-top: 0;
  min-height: 112px;
  padding: 18px 18px 16px;
  align-items: flex-end;
}
.gw-shuffle-stats .gw-entry-stat-label,
.gw-shuffle-stats .gw-odds-label {
  font-size: 13px;
}
.gw-shuffle-stats .gw-entry-stat strong,
.gw-shuffle-stats .gw-odds strong {
  font-size: clamp(42px, 7vw, 68px);
}
@media (max-width: 700px) {
  .gw-shuffle-stats { grid-template-columns: 1fr; }
}
.gw-shuffle-enter {
  margin-top: 16px;
  text-align: center;
}
.gw-shuffle-enter p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #fde68a;
}
.gw-shuffle-enter .gw-btn {
  width: 100%;
  max-width: 520px;
}
.gw-card .gw-actions { margin-top: 14px; gap: 10px; }
.gw-card .gw-actions .gw-btn {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #fff;
}
.gw-card .gw-actions .gw-btn-share {
  background: #fff;
  color: #5b21b6;
  border: 2px solid #7c3aed;
}
.gw-card .gw-actions .gw-btn-ghost {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
.gw-card .gw-actions .gw-btn-winners {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: #111827;
}
.gw-contest-grid {
  align-items: stretch;
}
.gw-contest-grid.is-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 800px) {
  .gw-contest-grid.is-multi { grid-template-columns: 1fr; }
}
.gw-contest-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 48px 56px 22px;
}
.gw-ribbon {
  position: absolute;
  z-index: 5;
  width: 168px;
  padding: 7px 0;
  background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(0,0,0,.32);
  pointer-events: none;
  white-space: nowrap;
}
.gw-ribbon span { display: block; }
.gw-ribbon-tr { top: 22px; right: -46px; transform: rotate(45deg); }
.gw-ribbon-tl { top: 22px; left: -46px; transform: rotate(-45deg); }
.gw-contest-card > p {
  min-height: 3.8em;
}
.gw-contest-card .gw-prize {
  min-height: 2.6em;
}
.gw-contest-card .gw-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: stretch;
  align-items: stretch;
  padding-top: 18px;
  width: 100%;
  text-align: center;
}
.gw-contest-card .gw-actions .gw-share {
  margin: 0;
  display: flex;
  width: 100%;
}
.gw-contest-card .gw-actions .gw-share .gw-btn,
.gw-contest-card .gw-actions > .gw-btn {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
}
.gw-contest-card .gw-share-nets {
  justify-content: center;
  margin-top: 12px;
  gap: 10px 16px;
}
.gw-contest-card .gw-share-nets a,
.gw-contest-card .gw-share-copy {
  font-size: 14px;
  font-weight: 800;
}
.gw-contest-card .gw-cd-units {
  justify-content: center;
}
.gw-contest-card .gw-deadline,
.gw-contest-card .gw-cd-label,
.gw-contest-card .gw-meta,
.gw-contest-card h2,
.gw-contest-card .gw-prize,
.gw-contest-card > p {
  text-align: center;
}
.gw-contest-card h2,
.gw-contest-card .gw-prize {
  padding: 0 8px;
}
.gw-contest-card .gw-actions .gw-btn-share {
  background: #fff;
  color: #5b21b6;
  border: 2px solid #7c3aed;
  border-radius: 999px;
}
.gw-contest-card .gw-actions .gw-btn-ghost,
.gw-contest-card .gw-actions .gw-btn-winners {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: center;
}
.gw-status-word { color: #ffffff !important; }
.gw-status-date { color: #facc15 !important; }
.gw-status-announce { color: #4ade80 !important; }
.gw-fine-print {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #94a3b8;
  letter-spacing: .01em;
}
.gw-hero .gw-fine-print {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}
.gw-fine-print a {
  color: #fde68a;
  text-decoration: underline;
  font-weight: 700;
}
.gw-fine-print a:hover { color: #fff; }
.gw-banner-cta {
  background: #facc15;
  color: #0f172a;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
}
.gw-banner-ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.gw-banner-ctas .gw-share { margin-top: 0; }
.gw-banner-ctas .gw-btn-share { width: 100%; white-space: nowrap; }
.gw-hub-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .28);
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #4c1d95 100%);
  color: #fff;
  margin: 0 0 18px;
}
.gw-hub-grid { display: grid; grid-template-columns: 1fr; }
.gw-hub-grid.is-multi { grid-template-columns: 1fr 1fr; }
.gw-hub-item { padding: 16px 18px 18px; }
.gw-hub-grid.is-multi .gw-hub-item + .gw-hub-item { border-left: 1px solid rgba(250, 204, 21, .22); }
.gw-hub-title { display: block; text-decoration: none; color: inherit; }
.gw-hub-title strong { display: block; font-size: clamp(16px, 2vw, 22px); color: #fff; line-height: 1.25; }
.gw-hub-title span { display: block; margin-top: 6px; font-size: 14px; font-weight: 600; color: #fde68a; }
.gw-hub-item .gw-banner-status { font-size: 13px; }
.gw-hub-item .gw-entry-count { margin: 10px 0 0; font-size: 15px; }
.gw-hub-grid.is-multi .gw-hub-item .gw-fine-print { display: none; }
.gw-hub-ctas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.gw-hub-ctas .gw-share { margin: 0; }
.gw-hub-ctas .gw-banner-cta,
.gw-hub-ctas .gw-btn { padding: 10px 14px; font-size: 13px; }
.gw-hub-ctas .gw-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(253,230,138,.45); }
.gw-hub-foot {
  text-align: center;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(250, 204, 21, .22);
}
.gw-hub-foot .gw-yt-compact { margin: 0 0 4px; color: #e2e8f0; }
.gw-hub-foot .gw-fine-print { color: #94a3b8; }
@media (max-width: 800px) {
  .gw-hub-grid.is-multi { grid-template-columns: 1fr; }
  .gw-hub-grid.is-multi .gw-hub-item + .gw-hub-item { border-left: 0; border-top: 1px solid rgba(250, 204, 21, .22); }
}
.gw-form label { display: block; font-weight: 700; margin: 14px 0 6px; font-size: 14px; }
.gw-form input, .gw-form select, .gw-form textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
}
.gw-form textarea { min-height: 140px; }
.gw-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.gw-note {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #7c2d12;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}
.gw-select-note { margin: 16px 0; font-size: 15px; }
.gw-select-note p { margin: 8px 0 0; }
.gw-select-note a { color: #9a3412; font-weight: 800; }
.gw-tpt-note { margin: 14px 0; font-size: 15px; }
.gw-tpt-note p, .gw-entry-notes-body { margin: 8px 0 0; line-height: 1.55; }
.gw-legal {
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
  white-space: pre-wrap;
}
.gw-rules h2 {
  margin: 22px 0 8px;
  font-size: 18px;
  color: #0f172a;
}
.gw-rules h2:first-child { margin-top: 0; }
.gw-rules p, .gw-rules li { font-size: 14px; color: #334155; line-height: 1.65; }
.gw-rules ol, .gw-rules ul { margin: 0 0 12px; padding-left: 22px; }
.gw-rules li { margin: 6px 0; }
.gw-rules a { color: #5b21b6; font-weight: 700; }
.gw-flash { padding: 12px 14px; border-radius: 12px; margin-bottom: 16px; font-weight: 600; }
.gw-flash-ok { background: #ecfdf5; color: #047857; }
.gw-flash-err { background: #fff1f2; color: #be123c; }
.gw-page-promo {
  margin-top: 8px;
}
.gw-page-promo .gw-yt { margin-top: 0; }
body:has(.gw-page-promo) .gw-yt-foot { display: none; }
.gw-foot {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px 40px;
  color: var(--gw-muted);
  font-size: 13px;
  line-height: 1.6;
}
.gw-foot a { color: var(--gw-purple); }
.gw-table { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; }
.gw-table th, .gw-table td { border-bottom: 1px solid var(--gw-line); padding: 10px 8px; text-align: left; vertical-align: top; }
.gw-table th { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #64748b; background: #f8fafc; position: sticky; top: 0; }
.gw-inline {
  width: 100%;
  min-width: 110px;
  padding: 7px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
}
.gw-entry-actions { white-space: nowrap; }
.gw-entry-actions .gw-btn { margin: 0 0 6px; }
.gw-btn-sm { padding: 7px 10px; font-size: 12px; border-radius: 8px; }
.gw-pager { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 14px; }
.gw-pager button {
  min-width: 36px;
  padding: 7px 10px;
  border: 1px solid #c4b5fd;
  background: #fff;
  color: #1e1b4b;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.gw-pager button.is-active { background: #1e1b4b; color: #fff; border-color: #1e1b4b; }
.gw-pager button:disabled { opacity: .45; cursor: default; }
.gw-badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.gw-badge-active { background: #dcfce7; color: #166534; }
.gw-badge-draft, .gw-badge-paused, .gw-badge-closed { background: #e2e8f0; color: #334155; }
.gw-mkt-on, .gw-mkt-off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.gw-mkt-on { color: #16a34a; }
.gw-mkt-off { color: #dc2626; }
.gw-user-kv { grid-template-columns: minmax(160px, 240px) 1fr; }
.gw-user-secret { color: #94a3b8; }
.gw-member-active { color: #16a34a; font-weight: 800; }
.gw-member-inactive { color: #dc2626; font-weight: 800; }
.gw-member-none {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 800;
}
.gw-admin-top { background: #0f172a; color: #fff; }
.gw-admin-kicker { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #fbbf24; }
.gw-admin-brand { color: #fff; font-weight: 800; text-decoration: none; font-size: 20px; }
.gw-kv { display: grid; grid-template-columns: 180px 1fr; gap: 6px 12px; font-size: 13px; }
.gw-kv dt { color: #64748b; }
.gw-kv dd { margin: 0; word-break: break-word; }
.gw-empty { padding: 28px; text-align: center; color: #64748b; }
.gw-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.gw-check { display: flex; align-items: center; gap: 8px; font-weight: 600; margin: 10px 0; }
.gw-check input { width: auto; }
.gw-draw-wrap { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(340px, 440px); gap: 20px; align-items: start; }
.gw-shuffle-box {
  position: relative;
  background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 55%, #4c1d95 100%);
  border: 4px solid #facc15;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 540px;
  min-height: 0;
  max-height: none;
  margin-inline: auto;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0,0,0,.35), 0 12px 28px rgba(15,23,42,.28);
  display: flex;
  flex-direction: column;
}
.gw-shuffle-lid {
  background: #facc15;
  color: #0f172a;
  text-align: center;
  padding: 18px 52px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.gw-shuffle-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.gw-shuffle-brand img {
  height: 34px;
  width: auto;
  display: block;
}
.gw-shuffle-stage-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 12%;
}
.gw-shuffle-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  z-index: 1;
  opacity: .16;
}
.gw-shuffle-watermark img {
  height: 56px;
  width: auto;
  filter: brightness(12);
}
.gw-shuffle-watermark span {
  color: #fff;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 13px;
}
.gw-shuffle-stage {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 6px 4px 4px;
  overflow: hidden;
  min-height: 0;
}
.gw-shuffle-box.has-center .gw-shuffle-stage {
  opacity: .38;
  filter: blur(0.4px);
}
.gw-shuffle-empty {
  color: #94a3b8;
  width: 100%;
  text-align: center;
  padding: 48px 12px;
  font-weight: 600;
}
.gw-shuffle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.92);
  z-index: 6;
  width: min(240px, 70%);
  aspect-ratio: 1;
  background: #0f172a;
  border: 4px solid #facc15;
  border-radius: 50%;
  padding: 22px 16px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.55), 0 0 0 8px rgba(250,204,21,.18);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease, border-color .18s ease, background .18s ease;
}
.gw-shuffle-center.is-live,
.gw-shuffle-center.is-winner {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.gw-shuffle-center.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.gw-shuffle-center.is-winner {
  border-color: #4ade80;
  background: linear-gradient(180deg, #052e16, #0f172a);
  box-shadow: 0 18px 50px rgba(0,0,0,.55), 0 0 0 8px rgba(74,222,128,.22);
  animation: gwWinnerPop .55s cubic-bezier(.16,1.2,.32,1);
}
.gw-shuffle-center-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fde68a;
  margin-bottom: 4px;
}
.gw-shuffle-center.is-winner .gw-shuffle-center-kicker { color: #86efac; }
.gw-shuffle-center-no {
  font-size: clamp(20px, 3.6vw, 28px);
  font-weight: 900;
  line-height: 1.1;
  color: #facc15;
}
.gw-shuffle-center.is-winner .gw-shuffle-center-no { color: #4ade80; }
.gw-shuffle-center-name {
  margin-top: 6px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  min-height: 1.2em;
  padding: 0 10px;
  line-height: 1.35;
}
.gw-chip-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
}
.gw-chip {
  position: relative;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  box-shadow:
    inset 0 -8px 12px rgba(0,0,0,.28),
    inset 0 7px 10px rgba(255,255,255,.28),
    0 5px 10px rgba(0,0,0,.28);
  transition: background .12s ease, color .12s ease, box-shadow .12s ease;
}
.gw-chip::before {
  content: "";
  position: absolute;
  top: 9%;
  left: 16%;
  width: 42%;
  height: 24%;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  pointer-events: none;
}
.gw-chip-slot[data-size="s"] { width: 56px; height: 56px; }
.gw-chip-slot[data-size="s"] .gw-chip { width: 54px; height: 54px; font-size: 10px; }
.gw-chip-slot[data-size="m"] { width: 64px; height: 64px; }
.gw-chip-slot[data-size="l"] { width: 74px; height: 74px; }
.gw-chip-slot[data-size="l"] .gw-chip { width: 72px; height: 72px; font-size: 12px; }
.gw-chip.is-hot {
  background: #facc15 !important;
  color: #0f172a;
  box-shadow: 0 0 0 3px #fde68a, inset 0 6px 10px rgba(255,255,255,.45), 0 6px 14px rgba(250,204,21,.45);
}
.gw-chip.is-picked {
  background: #4ade80 !important;
  color: #052e16;
  box-shadow: 0 0 0 4px #86efac, inset 0 6px 10px rgba(255,255,255,.4), 0 8px 18px rgba(74,222,128,.4);
}
.gw-shuffle-status {
  color: #fde68a;
  font-weight: 700;
  text-align: center;
  padding: 6px 40px 28px;
  font-size: 12px;
  flex: 0 0 auto;
}
.gw-shuffle-sparks {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
}
.gw-shuffle-box.is-shuffling .gw-shuffle-sparks { display: block; }
.gw-shuffle-sparks i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #facc15;
  opacity: .85;
  animation: gwSparkFly 1.1s linear infinite;
}
.gw-shuffle-sparks i:nth-child(3n) { background: #fff; width: 5px; height: 5px; }
.gw-shuffle-sparks i:nth-child(4n) { background: #4ade80; }
.gw-shuffle-sparks i:nth-child(5n) { background: #f472b6; }
@keyframes gwSparkFly {
  0% { transform: translate3d(0, 20px, 0) scale(.4); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translate3d(var(--sx, 12px), -140px, 0) scale(1); opacity: 0; }
}
.gw-shuffle-box.is-idle {
  box-shadow: inset 0 0 40px rgba(0,0,0,.35), 0 12px 28px rgba(15,23,42,.28), 0 0 0 1px rgba(250,204,21,.35);
}
.gw-shuffle-box.is-idle .gw-chip {
  animation: gwBubbleFloat 2s ease-in-out infinite;
}
.gw-shuffle-box.is-idle .gw-chip-slot:nth-child(2n) .gw-chip { animation-delay: .18s; animation-duration: 2.15s; }
.gw-shuffle-box.is-idle .gw-chip-slot:nth-child(3n) .gw-chip { animation-delay: .4s; animation-duration: 1.75s; }
.gw-shuffle-box.is-idle .gw-chip-slot:nth-child(4n) .gw-chip { animation-delay: .62s; animation-duration: 2.4s; }
.gw-shuffle-box.is-idle .gw-chip-slot:nth-child(5n) .gw-chip { animation-delay: .28s; animation-duration: 1.9s; }
@keyframes gwBubbleFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.07); }
}
.gw-shuffle-box.is-shuffling {
  animation: gwBoxShake .14s infinite;
}
.gw-shuffle-box.is-shuffling .gw-chip {
  animation: gwBubbleMix 0.22s infinite alternate;
}
.gw-shuffle-box.is-shuffle-swirl .gw-chip {
  animation: gwBubbleSwirl .32s infinite alternate;
}
.gw-shuffle-box.is-shuffle-bounce .gw-chip {
  animation: gwBubblePop .2s infinite alternate;
}
.gw-shuffle-box.is-shuffle-scatter .gw-chip {
  animation: gwBubbleDrift .24s infinite alternate;
}
.gw-shuffle-box.is-shuffle-flash .gw-chip {
  animation: gwBubbleFlash .18s infinite alternate;
}
@keyframes gwBoxShake {
  0% { transform: translate(0, 0); }
  25% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 1px); }
  75% { transform: translate(1px, 1px); }
  100% { transform: translate(0, 0); }
}
@keyframes gwBubbleMix {
  from { transform: translate(-3px, 2px) scale(.92); }
  to { transform: translate(4px, -5px) scale(1.1); }
}
@keyframes gwBubbleSwirl {
  from { transform: rotate(-16deg) scale(.9); }
  to { transform: rotate(16deg) scale(1.12); }
}
@keyframes gwBubblePop {
  from { transform: translateY(4px) scale(.86); }
  to { transform: translateY(-10px) scale(1.16); }
}
@keyframes gwBubbleDrift {
  from { transform: translate(-8px, 6px) scale(.94); }
  to { transform: translate(9px, -8px) scale(1.08); }
}
@keyframes gwBubbleFlash {
  from { filter: brightness(1); transform: scale(.92); }
  to { filter: brightness(1.5); transform: scale(1.12); }
}
@keyframes gwWinnerPop {
  0% { transform: translate(-50%, -50%) scale(.6); }
  70% { transform: translate(-50%, -50%) scale(1.08); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
.gw-celebrate-fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  overflow: hidden;
}
.gw-fx-petal {
  position: absolute;
  top: -40px;
  line-height: 1;
  animation-name: gwPetalFall;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes gwPetalFall {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1; }
  100% { transform: translate3d(var(--drift, 48px), 110vh, 0) rotate(520deg); opacity: .2; }
}
.gw-fx-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor;
  animation: gwBoom .9s ease-out forwards;
}
.gw-fx-burst {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  animation: gwBoom .95s ease-out forwards;
}
@keyframes gwBoom {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--dx), var(--dy)) scale(0.2); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .gw-shuffle-box.is-idle .gw-chip,
  .gw-shuffle-box.is-shuffling,
  .gw-shuffle-box.is-shuffling .gw-chip,
  .gw-shuffle-center.is-winner,
  .gw-celebrate-fx { animation: none !important; }
  .gw-shuffle-sparks { display: none !important; }
}
.gw-names {
  max-height: 560px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--gw-line);
  border-radius: 16px;
  padding: 6px;
}
.gw-name-row {
  padding: 11px 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  word-break: break-word;
}
.gw-name-row:nth-child(odd) { background: #f1f5f9; }
.gw-name-row.is-hot { background: #fef08a; font-weight: 800; }
.gw-card h3 { font-size: 18px; }
.gw-winner-overlay {
  position: fixed; inset: 0; background: rgba(15,23,42,.72);
  display: none; align-items: center; justify-content: center; z-index: 50; padding: 20px;
}
.gw-winner-overlay.is-on { display: flex; }
.gw-winner-card {
  background: #fff; border-radius: 20px; padding: 28px; text-align: center; max-width: 480px; width: 100%;
}
.gw-winner-card h2 { margin: 0 0 8px; font-size: 32px; }
.gw-winner-detail { margin: 6px 0 10px; font-size: 22px; line-height: 1.4; }
.gw-btn-winners {
  background: #facc15;
  color: #0f172a;
  border: 0;
  font-weight: 800;
}
.gw-winners-overlay { z-index: 60; background: rgba(15,23,42,.45); }
.gw-winners-card {
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  border: 1px solid rgba(250, 204, 21, .55);
  border-radius: 20px;
  padding: 24px 26px 22px;
  max-width: 720px;
  width: 100%;
  max-height: 82vh;
  overflow: auto;
  text-align: left;
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.gw-winners-card h2 { margin: 0 0 14px; color: #facc15; font-size: 28px; }
.gw-winners-card .gw-kicker { color: #fde68a; }
.gw-winner-line {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  font-size: 16px;
  line-height: 1.5;
}
.gw-winner-spin { font-weight: 800; color: #facc15; font-size: 18px; margin-bottom: 4px; }
.gw-winners-page {
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  border: 1px solid rgba(250, 204, 21, .45);
}
.gw-winners-page h3 { color: #facc15; }
.gw-winners-page .gw-empty { color: #e2e8f0; }
@media (max-width: 800px) {
  .gw-draw-wrap, .gw-kv { grid-template-columns: 1fr; }
  .gw-shuffle-box { max-width: min(540px, 92vw); }
  .gw-banner-inner { flex-direction: column; align-items: flex-start; }
  .gw-nav a { font-size: 13px; }
  .gw-top-inner { flex-wrap: wrap; }
}
