@charset "utf-8";
/* HeyTV — vistas con formulario (boletín, postulación, acceso del equipo).
   Medidas y colores tomados de los artboards Boletin / Postulacion / Acceso del diseño. */

@font-face{font-family:'Archivo';src:url('assets/fonts/archivo-var.woff2') format('woff2');font-weight:300 900;font-stretch:62% 125%;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Mono';src:url('assets/fonts/plex-mono-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Mono';src:url('assets/fonts/plex-mono-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'IBM Plex Mono';src:url('assets/fonts/plex-mono-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}

:root {
  --acc: 41,171,226;          /* boletín: azul */
  --acc-hex: #29ABE2;
  --mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace;
  --disp: 'Archivo', 'Arial Black', 'Helvetica Neue', sans-serif;
}
body.tema-rosa { --acc: 233,20,88; --acc-hex: #E91458; }

html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #050507;
  color: #E9EDF2;
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #29ABE2; text-decoration: none; }
a:hover { color: #7FD8FF; }
:focus-visible { outline: 2px solid #29ABE2; outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }

/* ---------- Página ---------- */
.pg { position: relative; min-height: 100vh; padding: 52px 40px; overflow: hidden; box-sizing: border-box; }
.pg-glow { position: absolute; width: 600px; height: 600px; pointer-events: none; }
.pg-glow.a { left: -120px; top: -80px; background: radial-gradient(closest-side, rgba(41,171,226,.20), transparent 100%); }
.pg-glow.b { right: -160px; bottom: -120px; background: radial-gradient(closest-side, rgba(233,20,88,.14), transparent 100%); }
.tema-rosa .pg-glow.a { background: radial-gradient(closest-side, rgba(233,20,88,.20), transparent 100%); }
.tema-rosa .pg-glow.b { background: radial-gradient(closest-side, rgba(41,171,226,.14), transparent 100%); }
.pg-dots {
  position: absolute; left: 0; top: 0; width: 360px; height: 280px; pointer-events: none;
  background-image: radial-gradient(rgba(var(--acc), .5) 1px, transparent 1.2px);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(280px 220px at 0% 0%, #000 0%, transparent 78%);
  mask-image: radial-gradient(280px 220px at 0% 0%, #000 0%, transparent 78%);
}
.cols { position: relative; display: flex; align-items: flex-start; justify-content: center; gap: 28px; }

/* ---------- Tarjeta ---------- */
.card {
  width: 520px; max-width: 100%; flex-shrink: 0; box-sizing: content-box;
  padding: 36px 40px 34px; border-radius: 24px; border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(162deg, rgba(20,22,30,.98) 0%, rgba(9,10,15,.99) 100%);
  box-shadow: 0 50px 110px -50px rgba(var(--acc), .5);
}
.card.wide { width: 574px; }
.card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.card-head img { width: 112px; height: auto; display: block; }
.tag {
  padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(var(--acc), .4); background: rgba(var(--acc), .09);
  font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #6FCBF3;
}
.tema-rosa .tag { color: #FF6E9E; }
.card h1, .card h2 {
  margin: 0 0 12px; font-family: var(--disp); font-weight: 800; font-stretch: 125%; font-size: 32px; line-height: 1.04;
  letter-spacing: -.02em; text-transform: uppercase; color: #fff;
}
.card h1 span, .card h2 span { color: var(--acc-hex); }
.lead { margin: 0 0 26px; font-size: 15px; line-height: 1.65; font-weight: 300; color: #A7B0BE; text-wrap: pretty; }

/* ---------- Botón de Google ---------- */
.gbtn {
  position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; height: 54px;
  margin-bottom: 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); background: #fff;
  box-shadow: 0 10px 30px -18px rgba(255,255,255,.5); overflow: hidden; cursor: pointer;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
.gbtn:hover { transform: translateY(-3px); }
.gbtn svg { width: 19px; height: 19px; flex-shrink: 0; }
.gbtn span { font-size: 14.5px; font-weight: 600; letter-spacing: -.005em; color: #1A1D22; }
.gbtn .g-real { position: absolute; left: 50%; top: 50%; opacity: .01; transform-origin: center; }
.gnote { margin: -4px 0 20px; font-family: var(--mono); font-size: 11px; text-align: center; color: #6E7A88; }
.or { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.or i { flex-grow: 1; height: 1px; background: rgba(255,255,255,.10); display: block; }
.or b { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #6E7A88; }

/* ---------- Campos ---------- */
.fields { display: flex; flex-direction: column; gap: 16px; margin-bottom: 22px; }
.f { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.row { display: flex; gap: 14px; }
.row > .f { flex-grow: 1; }
.w190 { width: 190px; flex-shrink: 0; flex-grow: 0 !important; }
.w220 { width: 220px; flex-shrink: 0; flex-grow: 0 !important; }
.w210 { width: 210px; flex-shrink: 0; flex-grow: 0 !important; }
.w168 { width: 168px; flex-shrink: 0; flex-grow: 0 !important; }
.w118 { width: 118px; flex-shrink: 0; flex-grow: 0 !important; }
.lbl {
  display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: #7C8695;
}
.lbl em { font-style: normal; padding: 2px 7px; border-radius: 4px; background: rgba(255,255,255,.06); letter-spacing: .08em; color: #6E7A88; }
.field {
  display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px; box-sizing: content-box; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.03); font-size: 15px; color: #fff; cursor: text;
  transition: border-color .3s ease, background .3s ease; min-width: 0;
}
.field:hover { border-color: rgba(var(--acc), .55); background: rgba(255,255,255,.045); }
.field:focus-within { border-color: rgba(var(--acc), .9); background: rgba(255,255,255,.05); }
.field.mono { font-family: var(--mono); font-size: 14px; }
.field.err { border-color: rgba(233,20,88,.85) !important; }
.field input, .field select, .field textarea {
  flex: 1; min-width: 0; width: 100%; margin: 0; padding: 0; border: 0; outline: 0; background: transparent;
  color: inherit; font: inherit; letter-spacing: inherit;
}
.field input::placeholder, .field textarea::placeholder { color: #5E6875; opacity: 1; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.field select option { background: #0D0F16; color: #fff; }
.field select:invalid { color: #6E7A88; }
.field svg.chev { flex-shrink: 0; margin-left: auto; pointer-events: none; }
.field .pre { padding-right: 10px; border-right: 1px solid rgba(255,255,255,.14); font-family: var(--mono); font-size: 14px; color: #8B94A2; }
.field.tel { padding: 0 16px; }
.field.area { display: block; height: 88px; padding: 15px 18px; cursor: text; }
.field.area textarea { display: block; height: 100%; resize: none; font-size: 14px; line-height: 1.55; font-weight: 300; }
.field .eye { flex-shrink: 0; margin-left: auto; padding: 4px; margin-right: -4px; cursor: pointer; background: none; border: 0; }
.pw input { font-family: var(--mono); font-size: 16px; letter-spacing: .2em; }
.pw input::placeholder { letter-spacing: normal; font-size: 14px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

/* ---------- Pestañas «¿Quién postula?» ---------- */
.tabs-wrap { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.tabs { display: flex; gap: 10px; }
.tab { position: relative; display: flex; flex-grow: 1; }
.tab input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.tab span {
  display: flex; align-items: center; justify-content: center; flex-grow: 1; height: 48px; border-radius: 11px;
  border: 1px solid rgba(255,255,255,.13); font-size: 13.5px; font-weight: 500; color: #A7B0BE;
  transition: border-color .3s ease, background .3s ease, color .3s ease;
}
.tab:hover span { border-color: rgba(var(--acc), .5); }
.tab input:checked + span { border-color: rgba(var(--acc), .65); background: rgba(var(--acc), .14); font-weight: 700; color: #fff; }
.tab input:focus-visible + span { outline: 2px solid var(--acc-hex); outline-offset: 2px; }

/* ---------- Casillas ---------- */
.checks { display: flex; flex-direction: column; gap: 13px; margin-bottom: 24px; }
.chk { position: relative; display: flex; align-items: flex-start; gap: 13px; cursor: pointer; }
.chk input { position: absolute; opacity: 0; width: 22px; height: 22px; margin: 0; cursor: pointer; }
.chk .box {
  display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; margin-top: 1px;
  border-radius: 7px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.03);
  transition: border-color .3s ease, background .3s ease;
}
.chk:hover .box { border-color: rgba(var(--acc), .6); }
.chk .box svg { display: none; }
.chk input:checked + .box { border-color: rgba(var(--acc), .7); background: rgba(var(--acc), .9); }
.chk input:checked + .box svg { display: block; }
.chk input:focus-visible + .box { outline: 2px solid var(--acc-hex); outline-offset: 2px; }
.chk .txt { font-size: 14px; line-height: 1.55; font-weight: 300; color: #C3CBD6; }
.chk .txt b { color: #fff; font-weight: 500; }
.chk.err .box { border-color: rgba(233,20,88,.85); }

/* ---------- Botón de envío ---------- */
.go {
  display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; height: 58px; padding: 0; border: 0;
  border-radius: 999px; cursor: pointer; color: #fff;
  background: linear-gradient(118deg, #1E7FB0 0%, #29ABE2 100%);
  box-shadow: 0 18px 44px -20px rgba(41,171,226,.9), 0 0 0 1px rgba(255,255,255,.12) inset;
  font-family: var(--disp); font-weight: 800; font-stretch: 110%; font-size: 16px; letter-spacing: .01em; text-transform: uppercase;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, opacity .2s;
}
.tema-rosa .go, .go.rosa {
  background: linear-gradient(118deg, #E91458 0%, #FF3B7B 100%);
  box-shadow: 0 18px 44px -20px rgba(233,20,88,.95), 0 0 0 1px rgba(255,255,255,.12) inset;
}
.go:hover { transform: translateY(-3px); box-shadow: 0 20px 48px -18px rgba(var(--acc), .85); }
.go[disabled] { opacity: .6; cursor: progress; transform: none; }
.go.h56 { height: 56px; }
.micro { margin: 16px 0 0; font-family: var(--mono); font-size: 11px; line-height: 1.6; text-align: center; color: #6E7A88; }
.msg { margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; font-size: 13.5px; line-height: 1.5; }
.msg.bad { border: 1px solid rgba(233,20,88,.45); background: rgba(233,20,88,.10); color: #FFB3CB; }
.msg.good { border: 1px solid rgba(var(--acc), .45); background: rgba(var(--acc), .10); color: #D8F1FB; }
.tema-rosa .msg.good { color: #FFD3E2; }

/* ---------- Columna lateral ---------- */
.aside { display: flex; flex-direction: column; gap: 18px; width: 292px; flex-shrink: 0; }
.ok-card {
  padding: 28px 26px; border-radius: 22px; border: 1px solid rgba(41,171,226,.35);
  background: linear-gradient(160deg, rgba(41,171,226,.14) 0%, rgba(9,10,15,.96) 70%);
}
.ok-card .ic { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 999px; background: rgba(41,171,226,.18); border: 1px solid rgba(41,171,226,.5); color: #6FCBF3; }
.ok-card h3 { margin: 0 0 9px; font-family: var(--disp); font-weight: 800; font-stretch: 118%; font-size: 20px; line-height: 1.1; letter-spacing: -.01em; text-transform: uppercase; color: #fff; }
.ok-card p { margin: 0; font-size: 13px; line-height: 1.6; font-weight: 300; color: #A7B0BE; }
.steps-card {
  padding: 26px 26px 24px; border-radius: 22px; border: 1px solid rgba(233,20,88,.32);
  background: linear-gradient(160deg, rgba(233,20,88,.14) 0%, rgba(9,10,15,.96) 70%);
}
.steps { display: flex; flex-direction: column; gap: 16px; }
.step { display: flex; align-items: flex-start; gap: 13px; }
.step i { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; flex-shrink: 0; border-radius: 999px; border: 1px solid rgba(233,20,88,.5); font-family: var(--mono); font-size: 11px; font-weight: 600; font-style: normal; color: #FF6E9E; }
.step span { font-size: 13px; line-height: 1.55; font-weight: 300; color: #C3CBD6; }
.kicker { display: block; margin-bottom: 16px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #7C8695; }
.steps-card .kicker { margin-bottom: 18px; color: #FF6E9E; }
.info-card { padding: 24px 24px 22px; border-radius: 22px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.022); }
.list { display: flex; flex-direction: column; gap: 11px; }
.list div { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #C3CBD6; }
.list div::before { content: ""; width: 5px; height: 5px; flex-shrink: 0; border-radius: 999px; background: #29ABE2; }
.tema-rosa .list div::before { background: #E91458; }
.remk { padding: 22px 24px; border-radius: 20px; border: 1px solid rgba(233,20,88,.28); background: rgba(233,20,88,.06); }
.remk .kicker { margin-bottom: 10px; color: #FF6E9E; }
.remk p { margin: 0; font-size: 12.5px; line-height: 1.6; font-weight: 300; color: #A7B0BE; }
.note { display: flex; align-items: flex-start; gap: 11px; padding: 16px 20px; border-radius: 18px; border: 1px dashed rgba(255,255,255,.16); font-size: 12px; line-height: 1.55; font-weight: 300; color: #8B94A2; }
.note svg { flex-shrink: 0; margin-top: 1px; }

/* ---------- Acceso del equipo ---------- */
.solo { display: flex; align-items: center; justify-content: center; }
.solo .card { width: 100%; max-width: 480px; padding: 38px 38px 34px; box-shadow: 0 50px 110px -50px rgba(233,20,88,.5); }
.solo .glow-c { position: absolute; left: 50%; top: 40%; width: 620px; height: 620px; transform: translate(-50%,-50%); background: radial-gradient(closest-side, rgba(233,20,88,.16), transparent 100%); pointer-events: none; }
.acc-head { display: flex; flex-direction: column; align-items: center; margin-bottom: 28px; }
.acc-head img { width: 132px; height: auto; display: block; margin-bottom: 20px; }
.priv { display: flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #8B94A2; }
.solo h1 { margin: 0 0 10px; font-size: 28px; text-align: center; }
.solo .lead { margin: 0 0 28px; font-size: 14px; line-height: 1.6; text-align: center; color: #8B94A2; }
.solo .lead b { font-weight: 400; color: #C3CBD6; }
.solo .lbl { font-size: 10.5px; }
.solo .field.mono { font-size: 14px; }
.forgot { display: block; width: 100%; margin: 0 0 26px; padding: 0; border: 0; background: none; cursor: pointer; font-family: var(--mono); font-size: 11.5px; text-align: center; color: #6E7A88; }
.forgot:hover { color: #A7B0BE; }
.roles { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
.roles .kicker { margin-bottom: 14px; font-size: 10px; }
.roles .list { gap: 11px; }
.roles .list div { gap: 11px; font-size: 13px; }
.roles .list div::before { width: 6px; height: 6px; background: var(--dot, #8B94A2); }
.roles .list b { color: #fff; font-weight: 600; }

/* ---------- Adaptación a pantallas estrechas ---------- */
@media (max-width: 900px) {
  .pg { padding: 28px 16px; }
  .cols { flex-direction: column; align-items: center; }
  .card, .card.wide { width: 100%; padding: 28px 22px 26px; }
  .aside { width: 100%; max-width: 560px; }
  .card h1, .card h2 { font-size: 26px; }
  .row { flex-direction: column; }
  .row > .f, .w190, .w220, .w210, .w168, .w118 { width: 100% !important; }
  .tabs { flex-direction: column; }
}
