/* SharpLab HQ — Guess the Flag page.
   Builds on hqstyle.css (shared vars/header/nav/.btn/.card). Only page-specific styling here. */

/* ── Page intro ── */
.geo-head { margin: 4px 0 20px; text-align: center; }
.geo-head h1 { font-size: 26px; margin: 0 0 4px; }
.geo-head p { color: var(--muted); margin: 0; font-size: 14px; }

.balancechip {
  display: inline-flex; align-items: center; gap: 6px; margin-left: 10px;
  font-size: 13px; font-weight: 700; color: var(--gold);
  background: var(--panel2); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 3px 11px; vertical-align: middle;
}

/* ── Game card ── */
.geo-wrap { max-width: 460px; margin: 0 auto; }
.gcard { display: flex; flex-direction: column; gap: var(--s-4); align-items: center; text-align: center; }

.ghint {
  font-size: 11px; text-transform: uppercase; letter-spacing: .6px; color: var(--accent2);
  background: var(--panel2); border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 3px 12px; font-weight: 700;
}

/* ── Flag stage ── */
.gstage {
  width: 260px; max-width: 100%; height: 200px; display: grid; place-items: center;
  background: radial-gradient(circle at 50% 42%, var(--accent-soft), transparent 68%);
  border-radius: var(--r-lg);
}
.gflag {
  font-size: 120px; line-height: 1; -webkit-user-select: none; user-select: none;
  transform: scale(.98); transition: transform .5s ease;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.45));
}
.gflag.revealed { transform: scale(1.04); }

/* ── Reveal panel (name + capital + reward) ── */
.greveal { min-height: 40px; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.gname { font-size: 24px; font-weight: 800; letter-spacing: .5px; }
.greward { font-size: 15px; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; }
.gcapline { font-size: 12px; color: var(--muted); }
.gcapline b { color: var(--fg); }

/* ── Guess input ── */
.gguessrow { display: flex; gap: 8px; width: 100%; }
.gguess {
  flex: 1; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--fg);
  background: var(--panel2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 11px 14px; text-align: center;
}
.gguess:focus { outline: none; border-color: var(--accent); }
.gguess:disabled { opacity: .5; }
.gguess.shake { animation: g-shake .4s ease; border-color: var(--red); }
@keyframes g-shake {
  0%,100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(7px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(4px); }
}

/* ── Buttons ── */
.gbtns { display: flex; gap: 8px; width: 100%; justify-content: center; flex-wrap: wrap; }
.gbtns .btn { flex: 1; min-width: 100px; text-align: center; }
.btn.big { font-size: 16px; padding: 12px 18px; }

.ghintmsg { font-size: 13px; min-height: 18px; font-weight: 600; }
.ghintmsg.wrong { color: var(--red); }
.ghintmsg.hint { color: var(--accent2); }
.ghintmsg.idle { color: var(--muted); font-weight: 400; }

.gcounter { font-size: 12px; color: var(--muted); }
.gcounter b { color: var(--fg); font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
  .gflag { transition: none; }
  .gflag.revealed { transform: scale(1); }
  .gguess.shake { animation: none; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Copied verbatim from pokemon.css / cards.css so the coins hub + toasts are
   styled on this page too.
   ═══════════════════════════════════════════════════════════════════════════ */
.coinschip { font-weight: 700; color: var(--gold); background: var(--panel2); border: 1px solid var(--line); border-radius: 999px; padding: 3px 11px; font-size: 13px; white-space: nowrap; cursor: pointer; transition: border-color .15s, transform .15s; }
.coinschip:hover { border-color: var(--gold); transform: translateY(-1px); }

/* Coins hub modal */
.hubov { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 20px; background: rgba(5,7,11,.6); backdrop-filter: blur(3px); animation: cd-scrim-in .18s ease both; }
@keyframes cd-scrim-in { from { opacity: 0; } to { opacity: 1; } }
.hubcard { width: min(460px, 100%); background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px 20px; box-shadow: 0 24px 60px -20px #000; }
.hubhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.hubhead h3 { margin: 0; font-size: 17px; }
.hubx { background: none; border: 0; color: var(--muted); font-size: 18px; cursor: pointer; line-height: 1; padding: 4px 8px; border-radius: 8px; }
.hubx:hover { color: var(--fg); background: var(--panel2); }
.hubrow { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--line); }
.hubrow:first-of-type { border-top: 0; }
.hubicon { font-size: 20px; width: 30px; text-align: center; flex: 0 0 auto; }
.hubt { font-weight: 700; font-size: 14px; }
.hubd { color: var(--muted); font-size: 12.5px; line-height: 1.45; margin-top: 2px; }
.hubfoot { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; text-align: right; }
.hubfoot b { color: var(--gold); }

.cardtoast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 300;
  background: var(--panel2); color: var(--fg); border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 18px; font-size: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
