/* ============================================================
   SKINS — intros de identidade visual própria (2026-07-14)
   Taxonomia do code da variante: <FAMILIA>-<skin>[-<tweak>]
     FAMILIA (mecânica): AF answer-first · ST statement+CTA · SL slider
                         CU curiosity · IN input · PR prova social
     skin  = identidade visual (silencio, prontuario, …)
     tweak = micro-variação futura (cor/copy): -a -b …  ex: AF-silencio-b
   Cada skin substitui a tela de intro inteira. Escopo por .skin-<nome>
   no <section data-screen="intro">. Não vaza pras outras telas.
   Fonte-de-verdade da taxonomia = SKIN_DEFS em quiz.js.
   ============================================================ */

/* estrutura comum (neutraliza padding/centro do .screen só no intro c/ skin)
   ⚠ NÃO setar display aqui: .screen.has-skin tem a mesma especificidade de
   .screen.active e carrega depois — forçar display:flex faz a intro nunca
   esconder no show() e a tela seguinte empilhar embaixo (bug 2026-07-14).
   Quem manda no display continua sendo .screen / .screen.active do style.css. */
.screen.has-skin { padding: 0; }
.screen.has-skin .container { max-width: none; width: 100%; padding: 0; margin: 0; gap: 0; }
.sk  { min-height: 100vh; width: 100%; display: flex; justify-content: center; }
.sk .in { width: 100%; max-width: 460px; min-height: 100vh; display: flex;
          flex-direction: column; padding: 52px 24px 30px; }
.sk .skick { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.sk .q { letter-spacing: -.02em; text-wrap: balance; margin: 0; }
.sk .sopt { cursor: pointer; text-align: left; width: 100%; font-family: inherit; font-size: 16px;
            border: none; background: none; }
.sk .scta { cursor: pointer; width: 100%; font-family: inherit; border: none; }
.sk .sfoot { font-size: 12.5px; line-height: 1.45; }

/* ===== AF-silencio · dark / visto por último ===== */
.skin-silencio .sk { background: #0c0e11; }
.skin-silencio .in { color: #e9edf2; font-family: system-ui, -apple-system, sans-serif; }
.skin-silencio .skick { color: #5a6675; }
.skin-silencio .q { font-size: 29px; font-weight: 700; line-height: 1.14; margin: 16px 0 5px; }
.skin-silencio .q b { color: #25d366; }
.skin-silencio .ssub { font-size: 13.5px; color: #7d8695; margin: 0 0 20px; }
.skin-silencio .sopt { background: #161a20; border: 1px solid #262c35; border-radius: 14px;
  color: #e9edf2; padding: 17px 16px; margin-bottom: 11px; display: flex;
  justify-content: space-between; align-items: center; }
.skin-silencio .sopt:active { border-color: #25d366; }
.skin-silencio .sopt .meta { color: #6a7280; font-size: 11px; }
.skin-silencio .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #25d366; margin-right: 6px; box-shadow: 0 0 0 3px rgba(37,211,102,.18); }
.skin-silencio .sfoot { color: #5a6675; margin-top: auto; text-align: center; padding-top: 18px; }

/* ===== AF-prontuario · clínico / monospace ===== */
.skin-prontuario .sk { background: #fff; }
.skin-prontuario .in { color: #0f1720; font-family: ui-monospace, "SF Mono", Menlo, monospace;
  padding-top: 40px; }
.skin-prontuario .skick { color: #0f766e; border-bottom: 1px dashed #cbd5cf; padding-bottom: 12px;
  margin-bottom: 18px; display: flex; justify-content: space-between; }
.skin-prontuario .q { font-family: system-ui, sans-serif; font-size: 24px; font-weight: 800;
  line-height: 1.16; margin-bottom: 4px; color: #0d1420; }
.skin-prontuario .shint { font-size: 11.5px; color: #7d8a86; margin: 0 0 16px; }
.skin-prontuario .sopt { border: 1px solid #d5ded9; border-left: 3px solid #0f766e; border-radius: 6px;
  padding: 15px 14px; margin-bottom: 10px; display: flex; gap: 12px; align-items: center;
  font-family: inherit; font-size: 14px; background: #f7faf9; color: #12303a; }
.skin-prontuario .box { width: 16px; height: 16px; border: 1.5px solid #0f766e; border-radius: 3px; flex: none; }
.skin-prontuario .sfoot { margin-top: auto; color: #0f766e; font-family: inherit; font-size: 11px;
  border-top: 1px dashed #cbd5cf; padding-top: 14px; }

/* ===== SL-medidor · slider ===== */
.skin-medidor .sk { background: #fbfcfe; }
.skin-medidor .in { color: #182230; font-family: system-ui, sans-serif; justify-content: center; }
.skin-medidor .skick { color: #7c8ba0; margin-bottom: 10px; text-align: center; }
.skin-medidor .q { font-size: 27px; font-weight: 800; line-height: 1.12; margin-bottom: 34px; text-align: center; }
.skin-medidor .val { font-size: 58px; font-weight: 900; color: #2f6fed; text-align: center;
  letter-spacing: -.03em; line-height: 1; }
.skin-medidor .val small { display: block; font-size: 13px; color: #7c8ba0; font-weight: 600; margin-top: 8px; }
.skin-medidor .track { height: 14px; border-radius: 100px; margin: 34px 6px 10px; position: relative;
  background: linear-gradient(90deg, #cfe0ff, #2f6fed 68%, #e2e8f0 68%); touch-action: none; }
.skin-medidor .thumb { position: absolute; top: 50%; left: 68%; transform: translate(-50%,-50%);
  width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 4px solid #2f6fed;
  box-shadow: 0 4px 12px rgba(47,111,237,.35); cursor: grab; }
.skin-medidor .ends { display: flex; justify-content: space-between; font-size: 11.5px; color: #9aa7b8; margin: 0 4px; }
.skin-medidor .scta { margin-top: auto; background: #2f6fed; color: #fff; border-radius: 14px;
  padding: 17px; font-weight: 800; font-size: 16px; }

/* ===== AF-arquetipos · tarô plum/dourado ===== */
.skin-arquetipos .sk { background: radial-gradient(120% 90% at 50% 0%, #3a1b34, #1c0e1c); }
.skin-arquetipos .in { color: #f3e4d8; font-family: "Iowan Old Style", Georgia, serif; }
.skin-arquetipos .skick { color: #e6b45a; font-family: system-ui, sans-serif; text-align: center; margin-bottom: 8px; }
.skin-arquetipos .q { font-family: inherit; font-size: 31px; font-weight: 700; text-align: center;
  line-height: 1.1; margin-bottom: 20px; }
.skin-arquetipos .q b { color: #e6b45a; font-style: italic; }
.skin-arquetipos .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; flex: 1; }
.skin-arquetipos .sopt { border: 1px solid #c99a54; border-radius: 12px; background: rgba(230,180,90,.07);
  padding: 16px 13px; display: flex; flex-direction: column; justify-content: flex-end;
  color: #f3e4d8; text-align: left; }
.skin-arquetipos .em { font-size: 26px; margin-bottom: auto; }
.skin-arquetipos .t { font-family: inherit; font-size: 17px; font-weight: 700; line-height: 1.1; margin-top: 10px; }
.skin-arquetipos .d { font-family: system-ui, sans-serif; font-size: 11.5px; color: #c8a98f; margin-top: 4px; }
.skin-arquetipos .sfoot { margin-top: 16px; text-align: center; color: #c99a54; font-family: system-ui, sans-serif; }

/* ===== ST-abertura · statement cinematográfico + CTA ===== */
.skin-abertura .sk { background: linear-gradient(180deg, #05070d, #0d1424 60%, #161d30); }
.skin-abertura .in { color: #dfe4ef; font-family: "Iowan Old Style", Georgia, serif;
  justify-content: center; text-align: center; }
.skin-abertura .skick { font-family: system-ui, sans-serif; color: #8b95c0; letter-spacing: .16em; margin-bottom: 20px; }
.skin-abertura .q { font-family: inherit; font-size: 34px; font-weight: 600; line-height: 1.16; margin-bottom: 16px; }
.skin-abertura .q em { color: #8fa6ff; font-style: italic; }
.skin-abertura .ssub { font-family: system-ui, sans-serif; font-size: 14.5px; color: #aab2d0;
  line-height: 1.5; margin: 0 0 30px; }
.skin-abertura .scta { background: #8fa6ff; color: #0a0f1c; border-radius: 14px; padding: 18px;
  font-family: system-ui, sans-serif; font-weight: 800; font-size: 16px; }
.skin-abertura .sfoot { margin-top: 22px; color: #7580a8; font-family: system-ui, sans-serif; text-align: center; }

/* ===== CU-segredo · curiosity reveal + CTA ===== */
.skin-segredo .sk { background: radial-gradient(90% 55% at 50% 12%, #241016, #08060a 70%); }
.skin-segredo .in { color: #f4eef0; font-family: system-ui, sans-serif; text-align: center; justify-content: center; }
.skin-segredo .skick { color: #ff3b6b; letter-spacing: .22em; margin-bottom: 22px; }
.skin-segredo .q { font-size: 31px; font-weight: 900; line-height: 1.1; margin-bottom: 24px; }
.skin-segredo .q b { color: #ff3b6b; }
.skin-segredo .type { font-family: ui-monospace, Menlo, monospace; font-size: 15px; color: #c9bcc1;
  background: #150f12; border: 1px solid #2e1f25; border-radius: 12px; padding: 15px 16px; margin-bottom: 30px; }
.skin-segredo .caret { display: inline-block; width: 2px; height: 15px; background: #ff3b6b; margin-left: 2px;
  vertical-align: -2px; animation: sk-blink 1s steps(1) infinite; }
@keyframes sk-blink { 50% { opacity: 0; } }
.skin-segredo .scta { background: #ff3b6b; color: #fff; border-radius: 100px; padding: 17px 20px;
  font-weight: 800; font-size: 16px; }
.skin-segredo .sfoot { margin-top: 22px; color: #8a7c81; }

/* ===== IN-nome · captura de texto ===== */
.skin-nome .sk { background: #fbf6ec; }
.skin-nome .in { color: #2a2118; font-family: system-ui, sans-serif; justify-content: center; }
.skin-nome .skick { color: #c2410c; margin-bottom: 12px; }
.skin-nome .q { font-size: 31px; font-weight: 800; line-height: 1.1; margin-bottom: 8px; }
.skin-nome .shint { font-size: 13.5px; color: #8a7a63; margin: 0 0 22px; line-height: 1.4; }
.skin-nome .field { background: #fff; border: 2px solid #ecdcc4; border-radius: 14px; padding: 16px 18px;
  font-size: 21px; color: #2a2118; font-family: inherit; width: 100%; outline: none; }
.skin-nome .field:focus { border-color: #c2410c; }
.skin-nome .field::placeholder { color: #c1af8c; }
.skin-nome .note { font-size: 12px; color: #8a7a63; margin: 14px 0 0; display: flex; gap: 7px; align-items: center; }
.skin-nome .scta { margin-top: auto; background: #c2410c; color: #fff; border-radius: 14px; padding: 17px;
  font-weight: 800; font-size: 16px; }

/* ===== AF-quizpop · revista rosa/roxo ===== */
.skin-quizpop .sk { background: linear-gradient(150deg, #ff5fa2, #a44cff 90%); }
.skin-quizpop .in { color: #fff; font-family: system-ui, sans-serif; }
.skin-quizpop .skick { color: #ffe1ef; letter-spacing: .2em; margin-bottom: 8px; }
.skin-quizpop .q { font-size: 32px; font-weight: 900; line-height: 1.05; margin-bottom: 20px; }
.skin-quizpop .tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; flex: 1; }
.skin-quizpop .sopt { background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.4);
  border-radius: 20px; padding: 18px 12px; display: flex; flex-direction: column; justify-content: center;
  align-items: center; text-align: center; color: #fff; }
.skin-quizpop .em { font-size: 34px; margin-bottom: 8px; }
.skin-quizpop .t { font-weight: 800; font-size: 16px; }
.skin-quizpop .sfoot { margin-top: 18px; text-align: center; color: #ffe1ef; font-weight: 600; }

/* ===== AF-dri · chat com a mentora ===== */
.skin-dri .sk { background: #fdf6f0; }
.skin-dri .in { padding: 0; color: #1a1216; font-family: system-ui, sans-serif; }
.skin-dri .dritop { background: #b9395c; color: #fff; padding: 48px 18px 14px; display: flex;
  gap: 12px; align-items: center; }
.skin-dri .av { width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #b9395c;
  display: grid; place-items: center; font-weight: 900; font-size: 19px; flex: none; }
.skin-dri .nm { font-weight: 800; font-size: 16px; line-height: 1.1; }
.skin-dri .st { font-size: 11px; opacity: .85; }
.skin-dri .dribody { padding: 20px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.skin-dri .from { background: #fff; border: 1px solid #f0dde3; border-radius: 4px 16px 16px 16px;
  padding: 13px 15px; font-size: 14.5px; color: #5a4a52; max-width: 88%; box-shadow: 0 2px 8px rgba(122,31,55,.05); }
.skin-dri .q { font-size: 24px; font-weight: 800; line-height: 1.16; margin: 16px 4px 18px; color: #1a1216; }
.skin-dri .reply { margin-left: auto; background: #b9395c; color: #fff; border-radius: 16px 16px 4px 16px;
  padding: 13px 16px; margin-bottom: 10px; font-weight: 600; font-size: 15px; max-width: 84%; }
.skin-dri .sfoot { margin-top: auto; color: #8a7a82; text-align: center; font-style: italic; padding-top: 16px; }

/* ===== PR-prova · muro de prova social + CTA ===== */
.skin-prova .sk { background: #f3efe9; }
.skin-prova .in { color: #141110; font-family: system-ui, sans-serif; }
.skin-prova .skick { color: #b9395c; letter-spacing: .18em; margin-bottom: 18px; }
.skin-prova .big { font-size: 62px; font-weight: 900; letter-spacing: -.03em; line-height: 1; color: #b9395c;
  font-variant-numeric: tabular-nums; }
.skin-prova .big small { display: block; font-size: 14px; font-weight: 700; color: #6b625d; letter-spacing: 0; margin-top: 8px; }
.skin-prova .q { font-size: 23px; font-weight: 800; line-height: 1.18; margin: 24px 0 14px; }
.skin-prova .stars { color: #e0a020; font-size: 18px; letter-spacing: 3px; margin-bottom: 9px; }
.skin-prova .quote { background: #fff; border: 1px solid #e7ddd3; border-radius: 12px; padding: 14px 16px;
  font-size: 13.5px; color: #4a413c; font-style: italic; line-height: 1.45; }
.skin-prova .quote b { font-style: normal; color: #141110; }
.skin-prova .scta { margin-top: auto; background: #b9395c; color: #fff; border-radius: 14px; padding: 18px;
  font-weight: 800; font-size: 16px; }
.skin-prova .sfoot { margin-top: 12px; color: #6b625d; text-align: center; }

@media (prefers-reduced-motion: reduce) { .skin-segredo .caret { animation: none; } }

/* ============================================================
   BATCH 2 (2026-07-20) — 5 skins answer-first (Onda 1)
   ============================================================ */

/* ===== AF-print · whatsapp dark / prints ===== */
.skin-print .sk { background: #0b141a; }
.skin-print .in { color: #e9edef; font-family: system-ui, -apple-system, sans-serif; padding-top: 0; }
.skin-print .wabar { background: #1f2c33; margin: 0 -24px 16px; padding: 44px 20px 14px;
  display: flex; align-items: center; gap: 10px; }
.skin-print .wabar .av { width: 34px; height: 34px; border-radius: 50%; background: #25d366; color: #04130a;
  display: grid; place-items: center; font-weight: 800; font-size: 15px; flex: none; }
.skin-print .wabar .who { display: flex; flex-direction: column; line-height: 1.25; }
.skin-print .wabar .who b { font-size: 14px; }
.skin-print .wabar .who i { font-size: 11px; color: #8aa0a8; font-style: normal; }
.skin-print .skick { color: #25d366; }
.skin-print .q { font-size: 27px; font-weight: 800; line-height: 1.12; margin: 12px 0 18px; }
.skin-print .q b { color: #25d366; }
.skin-print .sopt { background: #1f2c33; border: 1px solid #2a3942; border-radius: 4px 16px 16px 16px;
  color: #e9edef; padding: 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 11px;
  font-weight: 600; }
.skin-print .sopt .em { font-size: 20px; flex: none; }
.skin-print .sopt:active { border-color: #25d366; }
.skin-print .sfoot { color: #8aa0a8; margin-top: auto; text-align: center; padding-top: 16px; }

/* ===== AF-tabloide · revista de fofoca ===== */
.skin-tabloide .sk { background: #faf7ef; }
.skin-tabloide .in { color: #111; font-family: system-ui, sans-serif; padding-top: 0; }
.skin-tabloide .skick { background: #111; color: #ffd200; margin: 0 -24px 18px; padding: 48px 24px 14px;
  letter-spacing: .2em; }
.skin-tabloide .q { font-size: 30px; font-weight: 900; line-height: 1.05; text-transform: uppercase;
  color: #c81212; margin-bottom: 20px; }
.skin-tabloide .sopt { background: #111; color: #fff; border-radius: 4px; border-left: 5px solid #ffd200;
  padding: 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 11px; font-weight: 800;
  text-transform: uppercase; font-size: 15px; line-height: 1.12; }
.skin-tabloide .sopt .em { font-size: 20px; flex: none; }
.skin-tabloide .sopt:active { background: #c81212; }
.skin-tabloide .sfoot { color: #777; margin-top: auto; text-align: center; padding-top: 16px; font-style: italic; }

/* ===== AF-tipodele · qual TIPO de ex (arquetipos v2) ===== */
.skin-tipodele .sk { background: radial-gradient(120% 90% at 50% 0%, #3a1b34, #180c18); }
.skin-tipodele .in { color: #f3e8d8; font-family: system-ui, sans-serif; }
.skin-tipodele .skick { color: #e6b45a; text-align: center; margin-bottom: 8px; }
.skin-tipodele .q { font-size: 30px; font-weight: 700; text-align: center; line-height: 1.1; margin-bottom: 20px; }
.skin-tipodele .q b { color: #e6b45a; font-style: italic; }
.skin-tipodele .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.skin-tipodele .sopt { border: 1px solid #c99a54; border-radius: 12px; background: rgba(230,180,90,.07);
  color: #f3e8d8; padding: 16px 12px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.skin-tipodele .sopt .em { font-size: 30px; }
.skin-tipodele .sopt .t { font-weight: 800; font-size: 15px; color: #f0dcae; }
.skin-tipodele .sopt .d { font-size: 11px; opacity: .72; }
.skin-tipodele .sopt:active { border-color: #e6b45a; }
.skin-tipodele .sfoot { color: #b79a6a; text-align: center; margin-top: 18px; }

/* ===== AF-fim · como terminou / cinematográfico ===== */
.skin-fim .sk { background: linear-gradient(180deg, #05070d, #101a30 70%); }
.skin-fim .in { color: #dfe6f5; font-family: system-ui, sans-serif; }
.skin-fim .skick { color: #8fa6ff; letter-spacing: .2em; }
.skin-fim .q { font-size: 30px; font-weight: 700; line-height: 1.12; margin: 14px 0 20px; }
.skin-fim .sopt { background: rgba(143,166,255,.08); border: 1px solid #2a3a63; border-radius: 13px;
  color: #dfe6f5; padding: 16px 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px;
  font-weight: 600; }
.skin-fim .sopt .em { font-size: 20px; flex: none; }
.skin-fim .sopt:active { border-color: #8fa6ff; }
.skin-fim .sfoot { color: #7f8bb5; margin-top: auto; text-align: center; padding-top: 16px; }

/* ===== AF-semaforo · status colorido ===== */
.skin-semaforo .sk { background: #111418; }
.skin-semaforo .in { color: #e8ebef; font-family: system-ui, sans-serif; }
.skin-semaforo .skick { color: #7d8794; }
.skin-semaforo .q { font-size: 29px; font-weight: 800; line-height: 1.12; margin: 14px 0 20px; }
.skin-semaforo .sopt { background: #1a1f26; border: 1px solid #2a313b; border-radius: 13px; color: #e8ebef;
  padding: 16px 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; font-weight: 650; }
.skin-semaforo .sopt .em { font-size: 15px; flex: none; }
.skin-semaforo .sopt:active { border-color: #6b7683; }
.skin-semaforo .sfoot { color: #7d8794; margin-top: auto; text-align: center; padding-top: 16px; }
