.herr{--h-fondo:var(--superficie);--h-borde:var(--borde);--h-texto:var(--tinta);--h-suave:var(--tinta-tenue);--h-campo:var(--crema);--h-acento:var(--verde-600);--h-titulo:var(--bosque-900);color:var(--h-texto);font-size:1rem}.herr--oscura{--h-fondo:#ffffff0f;--h-borde:#ffffff24;--h-texto:#e6f2ec;--h-suave:#a9c7ba;--h-campo:#ffffff14;--h-acento:var(--verde-300);--h-titulo:#fff}.herr__pestanas{scrollbar-width:none;gap:.5rem;margin-bottom:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.herr__pestanas::-webkit-scrollbar{display:none}.herr__pestanas button{font-family:var(--fuente-titulo);color:var(--h-suave);background:var(--h-campo);border:1px solid var(--h-borde);cursor:pointer;border-radius:12px;flex:none;padding:.65rem 1.05rem;font-size:.92rem;font-weight:700;transition:background .2s,color .2s,transform .2s}.herr__pestanas button:hover{color:var(--h-texto);transform:translateY(-1px)}.herr__pestanas button.activa{color:var(--bosque-950);background:linear-gradient(180deg, var(--ambar-400), var(--ambar-500));border-color:#0000;box-shadow:0 10px 22px -12px #e8a33de6}.herr__panel{border-radius:var(--radio-l);background:var(--h-fondo);border:1px solid var(--h-borde);box-shadow:var(--sombra);padding:clamp(1.1rem,3vw,1.8rem);animation:.45s cubic-bezier(.2,.7,.2,1) herr-entrar}.herr--oscura .herr__panel{backdrop-filter:blur(12px);box-shadow:0 30px 60px -30px #0009}@keyframes herr-entrar{0%{opacity:0;transform:translateY(10px)}}.herr__cabeza{align-items:flex-start;gap:.9rem;margin-bottom:1.2rem;display:flex}.herr__cabeza h3{color:var(--h-titulo);margin:0 0 .25rem;font-size:1.3rem}.herr__cabeza p{color:var(--h-suave);margin:0}.herr__turno{width:2.8rem;height:2.8rem;font-family:var(--fuente-titulo);color:#fff;background:linear-gradient(160deg, var(--verde-500), var(--verde-700));border-radius:14px;flex:none;place-items:center;font-size:1.35rem;font-weight:800;display:grid;box-shadow:inset 0 -3px #0000002e}.herr__cuerpo{gap:1rem;display:grid}.herr__fila{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));align-items:start;gap:1rem;display:grid}.herr__campo{gap:.35rem;display:grid}.herr__campo>span:first-child,.herr__grupo legend{font-family:var(--fuente-titulo);color:var(--h-suave);font-size:.9rem;font-weight:700}.herr__entrada{display:flex;position:relative}.herr__entrada input,.herr__entrada select{border:1.5px solid var(--h-borde);background:var(--h-campo);width:100%;min-height:3.1rem;color:var(--h-texto);font-family:var(--fuente-titulo);border-radius:14px;padding:.7rem .95rem;font-size:1.1rem;font-weight:700;transition:border-color .2s,box-shadow .2s}.herr--oscura .herr__entrada select option{color:var(--tinta)}.herr__entrada input:focus,.herr__entrada select:focus{border-color:var(--ambar-500);box-shadow:0 0 0 4px color-mix(in srgb, var(--ambar-500) 25%, transparent);outline:none}.herr__entrada--pesos:before{content:"$";font-family:var(--fuente-titulo);color:var(--h-suave);font-weight:800;position:absolute;top:50%;left:.95rem;transform:translateY(-50%)}.herr__entrada--pesos input{padding-left:1.9rem}.herr__grupo{border:0;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;display:flex}.herr__grupo legend{width:100%;margin-bottom:.35rem;padding:0}.herr__grupo label{border:1.5px solid var(--h-borde);background:var(--h-campo);cursor:pointer;border-radius:12px;align-items:center;gap:.35rem;padding:.55rem .85rem;font-weight:700;display:inline-flex}.herr__grupo label.activa{border-color:var(--h-acento);box-shadow:inset 0 0 0 1px var(--h-acento)}.herr__grupo input{accent-color:var(--verde-600)}.herr__escala{grid-template-columns:repeat(5,1fr);gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.herr__escala li{color:var(--h-suave);background:var(--h-campo);border:1px solid var(--h-borde);border-radius:12px;gap:.1rem;padding:.55rem .6rem;font-size:.78rem;line-height:1.3;transition:transform .3s cubic-bezier(.2,.7,.2,1.5),background .3s,color .3s;display:grid}.herr__escala strong{font-family:var(--fuente-titulo);color:var(--h-texto);font-size:1rem}.herr__escala li.activa{color:var(--bosque-950);background:linear-gradient(180deg, var(--ambar-400), var(--ambar-500));border-color:#0000;transform:translateY(-4px)}.herr__escala li.activa strong{color:var(--bosque-950)}@media (width<=36rem){.herr__escala{grid-template-columns:1fr 1fr}}.herr__resultado{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.herr__resultado>div,.herr__opciones li{border-radius:var(--radio);background:var(--h-campo);border:1px solid var(--h-borde);gap:.2rem;padding:1rem 1.1rem;display:grid;position:relative}.herr__etiqueta{font-family:var(--fuente-titulo);letter-spacing:.04em;text-transform:uppercase;color:var(--h-suave);font-size:.82rem;font-weight:700}.herr__grande{font-family:var(--fuente-titulo);letter-spacing:-.02em;color:var(--h-acento);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;line-height:1.1}.herr__grande small{color:var(--h-suave);font-size:.5em;font-weight:700}.herr__grande--ambar{color:var(--ambar-600)}.herr--oscura .herr__grande--ambar{color:var(--ambar-400)}.herr__chico{color:var(--h-suave);font-size:.88rem}.herr__medidor{background:var(--h-campo);border:1px solid var(--h-borde);border-radius:999px;height:12px;overflow:hidden}.herr__medidor span{border-radius:inherit;background:linear-gradient(90deg, var(--verde-400), var(--ambar-500));height:100%;transition:width .6s cubic-bezier(.2,.7,.2,1);display:block}.herr__opciones{grid-template-columns:repeat(3,1fr);gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.herr__opciones li{transition:transform .3s,border-color .3s}.herr__opciones li.mejor{border-color:var(--ambar-500);box-shadow:0 0 0 1px var(--ambar-500);transform:translateY(-3px)}.herr__opciones li.apagada{opacity:.55}.herr__sello{font-family:var(--fuente-titulo);color:var(--bosque-950);background:var(--ambar-400);border-radius:999px;padding:.1rem .55rem;font-size:.72rem;font-weight:800;position:absolute;top:-.7rem;right:.7rem}@media (width<=36rem){.herr__opciones,.herr__resultado{grid-template-columns:1fr}}.herr__carpeta{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.herr__carpeta li{border-radius:var(--radio);border:1px solid var(--h-borde);background:var(--h-campo);gap:.1rem;padding:.85rem .95rem;animation:.45s cubic-bezier(.2,.7,.2,1.3) both herr-hoja;display:grid}.herr__carpeta li>span{font-size:1.4rem}.herr__carpeta li strong{font-family:var(--fuente-titulo);color:var(--h-texto);font-size:.98rem}.herr__carpeta li small{color:var(--h-suave);font-size:.88rem}.herr__carpeta li.si{border-color:color-mix(in srgb, var(--verde-400) 60%, transparent);box-shadow:inset 4px 0 0 var(--verde-400)}.herr__carpeta li.otro{box-shadow:inset 4px 0 0 var(--ambar-500);border-color:color-mix(in srgb, var(--ambar-500) 55%, transparent)}.herr__carpeta li.no{opacity:.5}.herr__carpeta li.no strong{text-decoration:line-through}@keyframes herr-hoja{0%{opacity:0;transform:translateY(12px)rotate(-2deg)}}.herr__alerta{color:#7a2521;background:#fbe9e7;border-radius:12px;margin:0;padding:.8rem 1rem}.herr__nota,.herr__pie{color:var(--h-suave);margin:0;font-size:.92rem;line-height:1.55}.herr__pie{border-top:1px dashed var(--h-borde);margin-top:1.2rem;padding-top:.9rem}.herr--oscura a{color:var(--ambar-400)}
