/* Caça ao Golpe — styles on the Lab shell. Accent: rose #f43f5e. */

/* Override the Lab's shared --accent so the "?" help button + modal
   pick up this toy's own color (Lab pattern). */
:root { --accent: #f43f5e; }

.gp-intro { text-align: center; margin: 0 auto 1.6rem; max-width: 720px; }
.gp-intro__title { font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem); margin: 0 0 .45rem; }
.gp-intro__lead { color: var(--text-muted, #94a3b8); font-size: 1.02rem; margin: 0; }
.gp-nojs { color: var(--text-muted, #94a3b8); padding: 1rem; }

.gp-top { display: flex; align-items: center; justify-content: space-between; gap: .8rem; flex-wrap: wrap; margin-bottom: .9rem; }
.gp-progress { font: 600 .78rem ui-monospace, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted, #94a3b8); }
.gp-progress b { color: #f43f5e; }
.gp-streak { font: 600 .8rem 'Inter', sans-serif; color: var(--text-muted, #94a3b8); }

/* cartão de mensagem (chrome por canal) */
.gp-card { border: 1px solid var(--border, rgba(255,255,255,.12)); border-radius: 14px; overflow: hidden;
  background: var(--surface-2, #243349); max-width: 560px; margin: 0 auto; }
.gp-card__head { display: flex; align-items: center; gap: .6rem; padding: .55rem .9rem; font-size: .8rem;
  border-bottom: 1px solid var(--border, rgba(255,255,255,.1)); }
.gp-card__ch { font: 700 .68rem ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase;
  padding: .12rem .5rem; border-radius: 999px; }
.gp-card--wa .gp-card__ch { background: rgba(34,197,94,.18); color: #4ade80; }
.gp-card--sms .gp-card__ch { background: rgba(148,163,184,.18); color: #cbd5e1; }
.gp-card--mail .gp-card__ch { background: rgba(56,189,248,.18); color: #7dd3fc; }
.gp-card__from { color: var(--text-muted, #94a3b8); font-family: ui-monospace, monospace; font-size: .78rem; overflow-wrap: anywhere; }
.gp-card__subj { padding: .55rem .9rem 0; font-weight: 700; font-size: .92rem; }
.gp-card__text { padding: .7rem .9rem .9rem; font-size: .98rem; line-height: 1.55; white-space: pre-line; }

/* veredito + explicação */
.gp-verdict { max-width: 560px; margin: .8rem auto 0; border-radius: 12px; padding: .8rem 1rem;
  border: 1px solid; font-size: .92rem; }
.gp-verdict.is-hit { border-color: rgba(34,197,94,.5); background: rgba(34,197,94,.08); }
.gp-verdict.is-miss { border-color: rgba(239,68,68,.5); background: rgba(239,68,68,.08); }
.gp-verdict__call { margin: 0 0 .35rem; font-weight: 700; display: flex; align-items: center; gap: .4rem; }
.gp-verdict.is-hit .gp-verdict__call { color: #4ade80; }
.gp-verdict.is-miss .gp-verdict__call { color: #f87171; }
.gp-verdict__why { margin: 0; color: var(--text-main, #f8fafc); line-height: 1.55; }
.gp-verdict__why b { color: #f43f5e; }

/* ações */
.gp-actions { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.gp-btn { display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; border-radius: 999px;
  font: 800 .95rem 'Inter', sans-serif; letter-spacing: .04em; padding: .7rem 1.5rem; min-height: 48px;
  border: 2px solid var(--border, rgba(255,255,255,.15)); background: transparent; color: var(--text-main, #f8fafc);
  transition: transform .1s, border-color .15s, background .15s; }
.gp-btn:active { transform: scale(.97); }
.gp-btn--golpe { border-color: #ef4444; color: #f87171; }
.gp-btn--golpe:hover { background: rgba(239,68,68,.14); }
.gp-btn--ok { border-color: #22c55e; color: #4ade80; }
.gp-btn--ok:hover { background: rgba(34,197,94,.14); }
.gp-btn--next, .gp-btn--share { background: #f43f5e; border-color: #f43f5e; color: #fff; }
.gp-btn--next:hover, .gp-btn--share:hover { background: #e11d48; }

/* resultado */
.gp-result { text-align: center; padding: .6rem 0 .2rem; }
.gp-result__stamp { font: 700 .68rem ui-monospace, monospace; letter-spacing: .22em; color: #f43f5e; }
.gp-result__score { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2.4rem, 7vw, 3.6rem); margin: .3rem 0 0; }
.gp-result__grid { font-size: 1.3rem; letter-spacing: .12em; margin: .3rem 0 .6rem; }
.gp-result__grade { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.25rem; margin: 0 0 .3rem; }
.gp-result__sub { color: var(--text-muted, #94a3b8); max-width: 480px; margin: 0 auto .9rem; }
.gp-result__actions { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; }
.gp-result__tomorrow { margin: 1rem 0 0; font-size: .85rem; color: var(--text-muted, #94a3b8); }

/* edu / funil */
.gp-edu { max-width: 720px; margin: 2.2rem auto 0; text-align: center; }
.gp-edu__title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.25rem; margin: 0 0 .5rem; }
.gp-edu__text { color: var(--text-muted, #94a3b8); line-height: 1.65; margin: 0 0 1rem; }
.gp-edu__text b { color: var(--text-main, #f8fafc); }
.gp-edu__links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.gp-edu__links a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .9rem;
  color: #f43f5e; text-decoration: none; }
.gp-edu__links a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .gp-actions { flex-direction: row; }
  .gp-btn { flex: 1; justify-content: center; padding: .7rem .6rem; }
}
