:root{--af-primario: #DE6F2F;--af-texto: #1D1B1E;--af-texto-suave: #4A454E;--af-fondo: #FFFBFF;--af-superficie: #F5EFF4;--af-ok: #1E7B3A;--af-error: #BA1A1A;--af-espera: #7C757E}@media(prefers-color-scheme:dark){:root{--af-texto: #F5EFF4;--af-texto-suave: #CCC4CE;--af-fondo: #1D1B1E;--af-superficie: #322F33;--af-ok: #6FD08C;--af-error: #FFB4AB;--af-espera: #CCC4CE}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--af-fondo);color:var(--af-texto);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.pagina{min-height:100vh;display:flex;flex-direction:column}.cabecera{padding:16px;background:var(--af-superficie)}.marca{font-size:1.5rem;font-weight:800}.marca span{color:var(--af-primario)}.contenido{flex:1;width:100%;max-width:720px;margin:0 auto;padding:48px 16px}h1{margin:0 0 12px;font-size:clamp(1.4rem,4vw,2rem)}.contenido>p{color:var(--af-texto-suave)}.estado{display:inline-flex;align-items:center;gap:8px;font-weight:600}.estado-ok{color:var(--af-ok)}.estado-error{color:var(--af-error)}.estado-comprobando{color:var(--af-espera)}.punto{width:10px;height:10px;border-radius:50%;background:currentColor}.api{font-size:.85rem;word-break:break-all}
