:root{--fondo:#070a0d;--fondo-suave:#0f151b;--crema:#e8edf3;--tinta-suave:#93a1ae;--acento:#7aa4cd;--acento-suave:rgba(122,164,205,0.35);--verde:#4f8a3a;--gris:#4a5560}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--fondo);color:var(--crema);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.landing{min-height:100dvh;display:flex;flex-direction:column}.landing__hero{line-height:0}.landing__logo{display:block;width:100%;height:auto}.landing__cuerpo{display:flex;justify-content:center;flex:1 1;padding:0 1.5rem;background:var(--fondo-suave)}.landing__texto{padding:3rem 0 4rem;max-width:40rem;width:100%}.landing__texto p:first-child{font-size:clamp(1.05rem,2.2vw,1.25rem);color:var(--crema)}.landing__texto p{margin:0 0 1rem;font-size:1rem;color:var(--tinta-suave)}.landing__lista{list-style:none;padding:0;margin:1.5rem 0 0;border-top:2px solid var(--acento-suave)}.landing__lista li{padding:.7rem 0;border-bottom:1px solid var(--acento-suave);color:var(--tinta-suave)}.landing__lista strong{color:var(--crema)}.landing__pie{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.5rem;font-size:.85rem;color:var(--tinta-suave);background:var(--fondo-suave);border-top:1px solid var(--acento-suave)}.estado{display:inline-block;width:.65rem;height:.65rem;border-radius:50%;background:var(--gris)}.estado--ok{background:var(--verde)}