:root {
  --bg: #F6F5FA; --surface: #FFFFFF; --ink: #1E1633; --ink-soft: #4A4160; --ink-faint: #8A83A0;
  --border: #EAE7F2; --border-strong: #D9D3EA; --primary: #5C358F; --primary-dark: #45266E; --primary-soft: #EEE8F7;
  --accent: #E14F9C; --accent-dark: #B93A7E; --accent-soft: #FBE4F0; --ok: #27AE60; --ok-soft: #E5F6EC; --warn: #D9682F; --warn-soft: #FBEBE1; --bad: #B23A48; --bad-soft: #F9E3E6;
  --shadow: 0 8px 24px rgba(30, 22, 51, .08); --font-heading: 'Montserrat', 'Segoe UI', Arial, sans-serif; --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) {
  --bg: #15111F; --surface: #1E1633; --ink: #F1EEF7; --ink-soft: #C9C2DA; --ink-faint: #8F87A6; --border: #2E2547; --border-strong: #3D3360;
  --primary: #A98BD6; --primary-dark: #C7B2E8; --primary-soft: #2B2245; --accent: #F07AB8; --accent-dark: #F6A3CE; --accent-soft: #3A2238;
  --ok: #5FCF8A; --ok-soft: #1E3A2B; --warn: #F0925C; --warn-soft: #3F2A1E; --bad: #E0687A; --bad-soft: #3F2028; --shadow: 0 8px 24px rgba(0, 0, 0, .35); color-scheme: dark;
} }
:root[data-theme="dark"] {
  --bg: #15111F; --surface: #1E1633; --ink: #F1EEF7; --ink-soft: #C9C2DA; --ink-faint: #8F87A6; --border: #2E2547; --border-strong: #3D3360;
  --primary: #A98BD6; --primary-dark: #C7B2E8; --primary-soft: #2B2245; --accent: #F07AB8; --accent-dark: #F6A3CE; --accent-soft: #3A2238;
  --ok: #5FCF8A; --ok-soft: #1E3A2B; --warn: #F0925C; --warn-soft: #3F2A1E; --bad: #E0687A; --bad-soft: #3F2028; --shadow: 0 8px 24px rgba(0, 0, 0, .35); color-scheme: dark;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 14.5px; line-height: 1.5; }
h1, h2, h3, h4 { font-family: var(--font-heading); text-wrap: balance; margin: 0; }
a { color: var(--primary); }
.topbar { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: env(safe-area-inset-top, 0px); z-index: 5; }
.topbar .wrap { display: flex; align-items: center; gap: 14px; padding: 10px 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { height: 30px; width: auto; }
.brand .doc { font-family: var(--font-heading); font-weight: 700; font-size: 17px; color: var(--primary); }
.brand .sub { font-size: 12px; color: var(--ink-faint); margin-left: 4px; }
.topbar .company { margin-left: auto; font-family: var(--font-heading); font-weight: 600; font-size: 13.5px; color: var(--ink-soft); text-align: right; }
.progress { height: 4px; background: var(--border); } .progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); width: 0; transition: width .3s ease; }
.page { max-width: 1120px; margin: 0 auto; padding: 22px 20px 120px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 24px; align-items: start; }
.rail { position: sticky; top: calc(env(safe-area-inset-top, 0px) + 66px); display: flex; flex-direction: column; gap: 4px; max-height: calc(100vh - 150px - env(safe-area-inset-top, 0px)); overflow-y: auto; scrollbar-width: thin; }
.raillinks { display: flex; flex-direction: column; gap: 1px; }
.railhead { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 8px 12px; margin-bottom: 4px; box-shadow: var(--shadow); flex: none; }
.railhead .rh1 { font-size: 13px; color: var(--ink-soft); } .railhead .rh1 b { font-family: var(--font-heading); font-size: 16px; color: var(--primary); margin-right: 2px; }
.railhead .rhbar { height: 6px; background: var(--border); border-radius: 999px; margin: 6px 0 5px; overflow: hidden; } .railhead .rhbar i { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 999px; transition: width .3s ease; }
.railhead .rh2 { font-size: 12px; color: var(--ink-faint); }
.railgroup { font-family: var(--font-heading); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); padding: 6px 10px 2px; }
.rail a { display: flex; align-items: center; gap: 10px; padding: 4px 10px; border-radius: 8px; text-decoration: none; color: var(--ink-soft); font-size: 13.5px; font-weight: 500; min-height: 30px; }
.rail a:hover { background: var(--primary-soft); }
.rail a.active { background: var(--surface); color: var(--primary); box-shadow: var(--shadow); font-weight: 600; }
.rail a .dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border-strong); display: inline-flex; align-items: center; justify-content: center; font-size: 10.5px; font-family: var(--font-heading); font-weight: 700; color: var(--ink-faint); flex: none; line-height: 1; }
.rail a .dot.done { background: var(--ok); border-color: var(--ok); color: #fff; }
.rail a .dot.part { border-color: var(--accent); color: var(--accent); font-size: 9px; }
.rail a .dot.todo { color: transparent; }
.rail a .dot.none { border-style: dashed; color: transparent; }
.rail a .pend { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--warn); background: var(--warn-soft); border-radius: 999px; padding: 1px 7px; min-width: 22px; text-align: center; font-variant-numeric: tabular-nums; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px; box-shadow: var(--shadow); }
.card + .card { margin-top: 18px; }
.eyebrow { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
h1.title { font-size: 26px; font-weight: 800; letter-spacing: -.01em; }
h2.sect { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
h3 { font-size: 15px; font-weight: 700; margin: 18px 0 8px; }
p.lede { font-size: 15.5px; color: var(--ink-soft); max-width: 62ch; margin: 8px 0 0; }
p.intro { color: var(--ink-soft); margin: 4px 0 16px; max-width: 70ch; }
.muted { color: var(--ink-faint); font-size: 13px; }
.form { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px 18px; }
.fld { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.fld.wide { grid-column: 1 / -1; }
.fld label { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.fld label .opt { font-weight: 400; color: var(--ink-faint); }
.fld input[type=text], .fld input[type=number], .fld input[type=date], .fld input[type=url], .fld input[type=email], .fld select, .fld textarea, .paste textarea, .linkrow input {
  font: inherit; font-size: 14.5px; color: var(--ink); background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; padding: 8px 10px; width: 100%; min-width: 0;
}
.fld textarea { min-height: 72px; resize: vertical; }
.fld input:focus, .fld select:focus, .fld textarea:focus, .btn:focus-visible, .paste textarea:focus, .linkrow input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.inwrap { display: flex; align-items: center; gap: 6px; } .inwrap .unit { font-size: 12.5px; color: var(--ink-faint); white-space: nowrap; }
.help { font-size: 12.5px; color: var(--ink-faint); line-height: 1.45; }
input[list] { background-image: linear-gradient(45deg, transparent 50%, var(--ink-faint) 50%), linear-gradient(135deg, var(--ink-faint) 50%, transparent 50%) !important; background-position: calc(100% - 16px) 55%, calc(100% - 11px) 55% !important; background-size: 5px 5px, 5px 5px !important; background-repeat: no-repeat !important; padding-right: 28px !important; }
input[list]::-webkit-calendar-picker-indicator { opacity: 0; }
.picker .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: var(--primary-soft); color: var(--primary-dark); border-radius: 999px; padding: 3px 10px; font-size: 13px; font-weight: 500; }
.chip.empty { background: transparent; color: var(--ink-faint); border: 1px dashed var(--border-strong); }
.chip .x { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 15px; line-height: 1; padding: 0 2px; }
.pickrow { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; } .pickrow select { flex: 1 1 200px; } .otherwrap { display: inline-flex; gap: 6px; flex: 1 1 240px; } .otherwrap[hidden] { display: none; }
.pickrow select, .otherwrap input { font: inherit; font-size: 14px; color: var(--ink); background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; padding: 7px 9px; min-width: 0; }
.evidence { grid-column: 1 / -1; margin: -6px 0 4px; padding: 10px 12px; border: 1px dashed var(--border-strong); border-radius: 10px; background: var(--bg); display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px 14px; align-items: end; }
.evidence .evtitle { grid-column: 1 / -1; font-size: 12.5px; font-weight: 600; color: var(--accent-dark); }
.evidence .fld label { font-size: 12.5px; }
.founder { border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; margin-bottom: 12px; background: var(--bg); }
.founder .fhead { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.founder .fhead b { font-family: var(--font-heading); }
.btn { font: inherit; font-family: var(--font-heading); font-weight: 600; font-size: 13.5px; border-radius: 8px; padding: 8px 14px; border: 1px solid var(--border-strong); background: var(--surface); color: var(--ink); cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.btn.primary { background: var(--primary); border-color: var(--primary); color: #fff; }
.btn.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn.small { padding: 5px 10px; font-size: 12.5px; }
.btn.danger { color: var(--bad); }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn.file { position: relative; overflow: hidden; } .btn.file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.docs table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin-top: 10px; }
.docs th, .docs td { text-align: left; padding: 7px 8px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.docs th { font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); font-weight: 600; }
.docs td.num { text-align: right; font-variant-numeric: tabular-nums; }
.uploader { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 6px; }
.uploader select { font: inherit; font-size: 14px; color: var(--ink); background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; padding: 7px 9px; }
.linkrow { display: grid; grid-template-columns: 1fr 2fr auto; gap: 8px; margin-top: 8px; align-items: center; }
.note { border-radius: 10px; padding: 12px 14px; font-size: 13.5px; margin: 12px 0; }
.note.info { background: var(--primary-soft); color: var(--ink); }
.note.ok { background: var(--ok-soft); color: var(--ink); }
.note.warn { background: var(--warn-soft); color: var(--ink); }
.note.bad { background: var(--bad-soft); color: var(--ink); }
.question { padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; background: var(--bg); }
.question .q { font-weight: 600; margin-bottom: 6px; }
.question textarea { width: 100%; min-height: 70px; font: inherit; font-size: 14.5px; color: var(--ink); background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; padding: 8px 10px; }
.secpend { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; background: var(--warn-soft); border-radius: 10px; padding: 8px 12px; margin: 0 0 16px; font-size: 13px; line-height: 1.4; }
.secpend.ok { background: var(--ok-soft); }
.pendchip { font: inherit; font-size: 12.5px; font-weight: 600; border: 1px solid var(--warn); color: var(--warn); background: var(--surface); border-radius: 999px; padding: 3px 10px; cursor: pointer; min-height: 28px; text-align: left; }
.pendchip:hover { background: var(--warn); color: #fff; }
.fld.flash { animation: fldflash 1.5s ease-out; } @keyframes fldflash { 0% { background: var(--warn-soft); box-shadow: 0 0 0 6px var(--warn-soft); } 100% { background: transparent; box-shadow: none; } }
.todo { margin: 6px 0 14px; } .todohead { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 8px; } .todohead b { font-family: var(--font-heading); font-size: 16px; color: var(--primary); }
.todolist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 8px; }
.todolist li { border: 1px solid var(--border); border-radius: 10px; padding: 8px 12px; background: var(--bg); min-width: 0; } .todolist a { text-decoration: none; } .todolist a:hover b { text-decoration: underline; }
.todofields { font-size: 12.5px; color: var(--ink-faint); margin-top: 2px; line-height: 1.4; }
.summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin: 10px 0 16px; }
.summary .tile { border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: var(--bg); }
.summary .tile b { display: block; font-family: var(--font-heading); font-size: 20px; }
.summary .tile span { font-size: 12.5px; color: var(--ink-faint); }
.decl { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; margin: 14px 0; }
.decl input { margin-top: 4px; width: 18px; height: 18px; }
.bottombar { position: fixed; left: 0; right: 0; bottom: 0; background: var(--surface); border-top: 1px solid var(--border); padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px)); z-index: 6; }
.bottombar .wrap { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bottombar .status { color: var(--ink-faint); font-size: 12.5px; flex: 1 1 200px; }
.bottombar .status.saving { color: var(--ink-faint); font-style: italic; } .bottombar .status.ok { color: var(--ink-soft); } .bottombar .status.bad { color: var(--bad); font-weight: 600; }
.paste { margin-top: 10px; } .paste textarea { min-height: 90px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.toast { position: fixed; left: 50%; bottom: 84px; transform: translateX(-50%); background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 10px; font-size: 13.5px; box-shadow: var(--shadow); z-index: 9; max-width: min(90vw, 560px); }
.toast.bad { background: var(--bad); color: #fff; } .toast.ok { background: var(--ok); color: #fff; } .toast.warn { background: var(--warn); color: #fff; }
.toast[hidden] { display: none; }
.busybar { background: var(--primary-soft); color: var(--primary-dark); font-size: 12.5px; padding: 4px 20px; } .busybar[hidden] { display: none; }
.kv { display: grid; grid-template-columns: max-content 1fr; gap: 6px 14px; font-size: 13.5px; margin: 10px 0; } .kv b { color: var(--ink-soft); font-weight: 600; }
@media (max-width: 820px) {
  .page { grid-template-columns: minmax(0, 1fr); padding: 16px 16px 130px; }
  .rail { position: static; max-height: none; overflow: visible; gap: 8px; min-width: 0; }
  .raillinks { min-width: 0; max-width: 100%; }
  .railhead { display: flex; align-items: center; gap: 10px; padding: 8px 12px; margin: 0; } .railhead .rh1 { white-space: nowrap; } .railhead .rh1 b { font-size: 16px; } .railhead .rhbar { flex: 1; margin: 0; } .railhead .rh2 { display: none; }
  .raillinks { flex-direction: row; overflow-x: auto; gap: 6px; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .railgroup { display: none; }
  .rail a { white-space: nowrap; background: var(--surface); border: 1px solid var(--border); min-height: 40px; }
  .rail a .label { display: none; } .rail a.active .label { display: inline; }
  .rail a .pend { margin-left: 2px; }
  .bottombar .status { flex-basis: 100%; }
  .topbar .company { display: none; }
  .linkrow { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .progress i { transition: none; } }

/* seguimiento (aceleradoras) */
.followgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px 16px; margin: 6px 0 14px; }
.frow { display: flex; flex-direction: column; gap: 2px; padding: 8px 10px; border: 1px solid var(--border); border-radius: 8px; background: var(--bg); }
.frow .flabel { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint); font-weight: 600; }
.frow .fval { font-size: 14px; }

/* v2.8 · selector de idioma (ES | EN) arriba a la derecha */
.topbar .langslot { margin-left: auto; display: flex; align-items: center; }
.topbar .company { margin-left: 0; }
.topbar .company:empty { display: none; }
.langsw { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); padding: 2px; gap: 2px; flex: none; }
.langsw button, .langsw a { font: inherit; font-family: var(--font-heading); font-weight: 700; font-size: 11.5px; letter-spacing: .04em; color: var(--ink-faint); background: transparent; border: 0; border-radius: 7px; padding: 4px 7px; min-height: 28px; cursor: pointer; line-height: 1; text-decoration: none; display: inline-flex; align-items: center; }
.langsw button:hover, .langsw a:hover { color: var(--ink); }
.langsw button.on, .langsw a.on { background: var(--primary-soft); color: var(--primary-dark); }
.langsw button:focus-visible, .langsw a:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }
@media (max-width: 700px) { .topbar .langslot { margin-left: auto; } .langsw button { min-height: 32px; padding: 4px 9px; } }
/* v2.8 · móvil: las tablas (selector de proyectos, documentos) se desplazan en horizontal en vez de desbordar la pantalla */
@media (max-width: 700px) { .docs { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; } .docs table { min-width: 520px; } .docs .btn { white-space: nowrap; } }

/* ===== Presenta tu startup (página pública): se añade al final de portal.css ===== */
.presenta { min-height: 100vh; display: flex; flex-direction: column; }
.presenta .ptop { background: var(--surface); border-bottom: 1px solid var(--border); } .presenta .ptop .wrap { max-width: 880px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; }
.presenta main.wrap { max-width: 880px; margin: 0 auto; padding: 24px 20px 60px; width: 100%; box-sizing: border-box; }
.presenta .hero { margin-bottom: 18px; } .presenta .hero h1 { font-family: var(--font-heading); font-size: 30px; margin: 4px 0 8px; } .presenta .hero .lede { font-size: 16px; }
.presenta .pfoot { margin-top: auto; border-top: 1px solid var(--border); } .presenta .pfoot .wrap { max-width: 880px; margin: 0 auto; padding: 14px 20px; font-size: 13px; }
.presenta .loading { padding: 30px; text-align: center; color: var(--ink-faint); }
.snapform .snapsec h3 { margin: 0 0 6px; } .snapform .snapsec .intro { margin: 0 0 10px; }
.snapform .form { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px 18px; } .snapform .fld.wide { grid-column: 1 / -1; }
.snapform .checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 6px 18px; }
.snapform .checks label { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; font-weight: 400; font-size: 14px; line-height: 1.35; color: var(--ink); padding: 4px 0; min-height: 28px; }
.snapform .checks label input[type=checkbox] { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--primary); flex: none; }
.snapform .checks .otherline { grid-column: 1 / -1; grid-template-columns: auto 1fr; align-items: center; } .snapform .checks .otherline input[type=text] { width: 100%; max-width: 320px; }
.snapform .fld { margin-bottom: 0; } .snapform .fld label { color: var(--ink-soft); }
.snapform .consent input[type=checkbox] { width: 18px; height: 18px; accent-color: var(--primary); }
.snapform .hint { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; margin-top: 4px; } .snapform .intro { color: var(--ink-soft); font-size: 14px; }
.snapform .count { font-size: 11.5px; text-align: right; } .snapform .req { color: var(--accent); } .snapform .deckinfo { font-size: 12.5px; margin-top: 4px; }
.snapform .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; font-weight: 400; line-height: 1.45; } .snapform .consent input { margin-top: 4px; }
.snapform .hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
.snapform .sendbox { text-align: center; } .snapform .btn.big { font-size: 16px; padding: 12px 22px; } .snapform .note { text-align: left; }
.snapform .fld input[type=file] { font: inherit; font-size: 13.5px; }
.card.done h2 { font-family: var(--font-heading); margin-top: 0; }

/* ===== v2.6 · cuatro pasos ===== */
.stepper { margin: 0 0 16px; }
.stepper ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.stepper li { position: relative; text-align: center; }
.stepper li::before { content: ''; position: absolute; top: 15px; left: 0; right: 0; height: 2px; background: var(--border-strong); z-index: 0; }
.stepper li:first-child::before { left: 50%; } .stepper li:last-child::before { right: 50%; }
.stepper li.done::before { background: var(--ok); }
.stepper li.current::before { background: linear-gradient(90deg, var(--ok) 50%, var(--border-strong) 50%); }
.stepper li.current:first-child::before { background: var(--border-strong); } .stepper li.current:last-child::before { background: var(--ok); }
.stepper .stepbtn { position: relative; z-index: 1; background: transparent; border: 0; padding: 0; margin: 0 auto; font: inherit; color: var(--ink-faint); display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; max-width: 100%; }
.stepper .stepbtn:disabled { cursor: default; }
.stepper .dot { width: 32px; height: 32px; border-radius: 50%; background: var(--surface); border: 2px solid var(--border-strong); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; font-size: 13.5px; color: var(--ink-faint); box-sizing: border-box; }
.stepper li.done .dot { background: var(--ok); border-color: var(--ok); color: #fff; }
.stepper li.current .dot { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 0 0 4px var(--primary-soft); }
.stepper .lbl { font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.stepper li.done .lbl { color: var(--ink-soft); } .stepper li.current .lbl { color: var(--primary); }
.stepper .stepbtn:not(:disabled):hover .lbl { text-decoration: underline; }
.stepper .stepbtn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
.stepper .stepmeta { display: none; text-align: center; font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; }
.stepper .stepmeta b { color: var(--primary); font-family: var(--font-heading); }
.snapform .stephead { margin: 0 0 14px; } .snapform .stephead h2 { font-family: var(--font-heading); font-size: 22px; margin: 0 0 4px; outline: none; } .snapform .stephead p { margin: 0; }
.snapform .draftnote { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 0 0 14px; }
.snapform .snapsec.flash { animation: secflash 1.4s ease-out; }
@keyframes secflash { 0% { box-shadow: 0 0 0 3px var(--accent-soft), var(--shadow); } 100% { box-shadow: var(--shadow); } }
.snapform .fld.invalid input, .snapform .fld.invalid select, .snapform .fld.invalid textarea { border-color: var(--bad); box-shadow: 0 0 0 3px var(--bad-soft); }
.snapform .fld.invalid > label { color: var(--bad); }
.snapform .fld.invalid .checks, .snapform .fld.invalid .consent { outline: 2px solid var(--bad); outline-offset: 6px; border-radius: 4px; }
.snapform .stepnav { text-align: left; }
.snapform .stepnav .navrow { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.snapform .stepnav .navcount { margin-left: auto; font-size: 13px; }
.snapform .stepnav .btn.primary { min-height: 44px; }
.snapform .stepnav #snap_status { margin-top: 8px; } .snapform .stepnav #snap_status:empty { display: none; }
.snapform .stepnav .savenote { margin: 10px 0 0; font-size: 12.5px; } .snapform .stepnav .savenote:empty { display: none; }
.snapform .stepnav .note { margin: 0 0 12px; } .snapform .problems { margin: 6px 0 0; padding-left: 18px; } .snapform .problems li { margin: 4px 0; } .snapform .problems .btn { margin-left: 4px; }
.snapform .sendbox.stepnav { text-align: left; } .snapform .sendbox.stepnav .navrow { justify-content: flex-start; }
.snapform .review h3 { margin: 0 0 4px; }
.snapform .rvgroup { border-top: 1px solid var(--border); padding-top: 12px; margin-top: 12px; }
.snapform .rvstep { font-family: var(--font-heading); font-weight: 700; font-size: 15px; margin-bottom: 6px; display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: baseline; }
.snapform .rvbad { font-family: var(--font-body); font-weight: 600; font-size: 12.5px; color: var(--bad); background: var(--bad-soft); border-radius: 999px; padding: 2px 9px; }
.snapform .rvsec { margin: 8px 0 10px; } .snapform .rvempty { margin: 0 0 4px; }
.snapform .sendbox.stepnav > p:first-child { margin-top: 0; }
.snapform .rvhead { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 4px; }
.snapform .rvsec dl { margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 4px 18px; }
.snapform .rvrow { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1px; padding: 6px 8px; border-radius: 8px; background: var(--bg); min-width: 0; }
.snapform .rvrow dt { font-size: 11.5px; color: var(--ink-faint); font-weight: 600; letter-spacing: .02em; }
.snapform .rvrow dd { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.snapform .rvrow.bad { background: var(--bad-soft); } .snapform .rvrow .missing { color: var(--bad); font-weight: 600; }
@media (max-width: 600px) {
  .presenta main.wrap { padding: 16px 16px 40px; } .presenta .hero h1 { font-size: 26px; } .presenta .card { padding: 16px; }
  .stepper .lbl { display: none; }
  .stepper .stepmeta { display: block; }
  .stepper .dot { width: 28px; height: 28px; font-size: 12.5px; } .stepper li::before { top: 13px; }
  .snapform .stepnav .navrow { flex-direction: column; align-items: stretch; }
  .snapform .stepnav .navrow .btn { justify-content: center; min-height: 48px; }
  .snapform .stepnav .navrow .btn.primary { order: 1; } .snapform .stepnav .navrow [data-nav="prev"] { order: 2; } .snapform .stepnav .navcount { margin: 0; text-align: center; order: 3; }
  .snapform .rvhead .btn { min-height: 36px; }
}

/* v2.8 · selector de idioma (ES | EN) arriba a la derecha */
.presenta .ptop .wrap { justify-content: space-between; gap: 12px; }
.presenta .langsw { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); padding: 2px; gap: 2px; flex: none; }
.presenta .langsw button { font: inherit; font-family: var(--font-heading); font-weight: 700; font-size: 11.5px; letter-spacing: .04em; color: var(--ink-faint); background: transparent; border: 0; border-radius: 7px; padding: 4px 7px; min-height: 28px; cursor: pointer; line-height: 1; }
.presenta .langsw button:hover { color: var(--ink); }
.presenta .langsw button.on { background: var(--primary-soft); color: var(--primary-dark); }
.presenta .langsw button:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; }
@media (max-width: 600px) { .presenta .ptop .brand .sub { display: none; } }

/* v3.7.1 · en modo corrección, el correo se ve pero no se cambia */
.snapform input.locked { background: var(--bg); color: var(--ink-faint); cursor: default; }
