/* SIN TABÚ V2 — sesiones */
.stvPanel{margin:12px 0;padding:17px;border:1px solid rgba(235,205,180,.15);border-radius:22px;background:linear-gradient(180deg,rgba(27,20,17,.92),rgba(13,10,9,.96))}
.stvPanel h3{margin:0 0 12px;font:600 .72rem/1.2 Inter,system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#d8b994}
.stvCounts,.stvDurations{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.stvCount{min-height:48px;border:1px solid rgba(235,205,180,.14);border-radius:15px;background:rgba(255,255,255,.025);color:#eee3d8;font-weight:800}
.stvCount.sel{border-color:#d8b994;background:rgba(216,185,148,.14);box-shadow:0 0 0 1px rgba(216,185,148,.08)}
.stvModes{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.stvChoice{min-height:88px;border:1px solid rgba(235,205,180,.14);border-radius:18px;background:rgba(255,255,255,.025);color:#f7eee6;text-align:left;padding:13px}
.stvChoice b{display:block;font:600 1rem/1.1 Inter,system-ui,sans-serif}.stvChoice small{display:block;margin-top:6px;color:#a89a8e;font-size:.72rem;line-height:1.35}
.stvChoice.sel{border-color:#d8b994;background:linear-gradient(180deg,rgba(216,185,148,.14),rgba(255,255,255,.025));box-shadow:0 0 0 1px rgba(216,185,148,.08)}
.stvChoice.compact{min-height:70px}.stvTwo{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.stvNames{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stvNames .field{margin:5px 0}.stvNames .field:last-child:nth-child(odd){grid-column:1/-1}
.stvChecks{display:grid;gap:7px}.stvCheck,.stvConsent{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid rgba(235,205,180,.11);border-radius:14px;background:rgba(255,255,255,.018);color:#d9cfc5;font-size:.82rem;line-height:1.35}
.stvCheck input,.stvConsent input{margin-top:2px;accent-color:#d8b994}.stvConsent{margin:14px 0;background:rgba(216,185,148,.05);border-color:rgba(216,185,148,.2)}
.stvHelp,.stvTiny{font-size:.7rem;line-height:1.45;color:#8f8277}.stvHelp{margin-top:9px}.stvTiny{text-align:center;margin-top:9px}
.stvError{min-height:20px;text-align:center;color:#ef9e9a;font-size:.78rem;margin:8px 0}
.stvProgress{height:3px;border-radius:99px;background:#211714;overflow:hidden;margin:2px 0 13px}.stvProgress div{height:100%;background:linear-gradient(90deg,#c35b53,#efc9a7);transition:width .2s ease}
.stvStageRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.stvStageRow span:first-child{color:#e0bea0}.stvStageRow span:last-child{color:#8d8176}
.stvCard{min-height:58dvh;border:1px solid rgba(235,205,180,.22);border-radius:28px;padding:30px 23px;display:flex;flex-direction:column;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(125,38,43,.18),transparent 35%),linear-gradient(180deg,#19100e,#0c0807);box-shadow:0 25px 64px rgba(0,0,0,.48)}
.stvTurn{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:#d8b994;margin-bottom:12px}.stvType{display:inline-flex;align-self:center;border:1px solid rgba(235,205,180,.16);border-radius:999px;padding:5px 9px;color:#9f9286;font-size:.62rem;letter-spacing:.14em;margin-bottom:20px}
.stvText{font:500 clamp(1.7rem,7.5vw,2.35rem)/1.14 Georgia,"Times New Roman",serif;color:#fff7ee;text-wrap:balance}.stvTimer{font:500 1.8rem/1 Georgia,serif;color:#e9c7aa;margin-top:24px}
.stvActions{display:grid;grid-template-columns:.8fr 1.2fr;gap:9px;margin-top:12px}.stvActions .btn{width:100%}
.stvStat{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid rgba(235,205,180,.1)}.stvStat:last-child{border-bottom:0}.stvStat span{color:#998c81}.stvStat b{color:#eee2d6}
@media(max-width:390px){.stvCounts,.stvDurations{grid-template-columns:repeat(3,1fr)}.stvModes,.stvTwo,.stvNames{grid-template-columns:1fr}.stvNames .field:last-child:nth-child(odd){grid-column:auto}.stvCard{min-height:56dvh}.stvText{font-size:1.65rem}}