:root{--fondo:#F4F1EC;--texto:#0F1E3D;--texto-2:#5A6270;--enlace:#B84412;--superficie:#FFFFFF;--borde:#DCD6CC;--boton-fondo:#FF7A28;--boton-texto:#0F1E3D;--boton-hover:#B84412;--boton-hover-texto:#F4F1EC;--acento:#B84412;--titular:"Source Serif 4", Georgia, "Times New Roman", serif;--cuerpo:Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}@media(prefers-color-scheme:dark){:root{--fondo:#0F1E3D;--texto:#F4F1EC;--texto-2:#96AACD;--enlace:#FF7A28;--superficie:#16264A;--borde:#24325B;--boton-fondo:#FF7A28;--boton-texto:#0F1E3D;--boton-hover:#F4F1EC;--boton-hover-texto:#0F1E3D;--acento:#FF7A28}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:17px;-webkit-font-smoothing:antialiased}body{font-family:var(--cuerpo);line-height:1.6;color:var(--texto);background:var(--fondo)}a{color:var(--enlace)}a:hover{text-decoration-thickness:2px}h1,h2,h3{font-family:var(--titular);line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:600}h2{font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:600;margin-bottom:1rem}h3{font-size:1.2rem;font-weight:600;margin-bottom:.4rem}p{margin-bottom:1rem;max-width:38rem}code,.frase{font-family:var(--mono);font-size:.95em;color:var(--acento)}.ancho{max-width:60rem;margin:0 auto;padding:0 1.25rem}.cabecera{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.marca{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--texto);font-family:var(--titular);font-weight:600;font-size:1.15rem}.marca img{width:32px;height:32px;border-radius:8px}.cabecera nav a{margin-left:1.25rem;font-size:.95rem}.portada{padding:3.5rem 0 3rem}.portada .kicker{color:var(--texto-2);font-size:.95rem;margin-bottom:.75rem}.portada h1{margin-bottom:1.25rem;max-width:22ch}.portada .entrada{font-size:1.2rem}.acciones{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.5rem}.boton{display:inline-block;background:var(--boton-fondo);color:var(--boton-texto);font-weight:600;padding:.8rem 1.4rem;border-radius:8px;text-decoration:none}.boton:hover{background:var(--boton-hover);color:var(--boton-hover-texto)}.nota{color:var(--texto-2);font-size:.9rem}section{padding:2.5rem 0;border-top:1px solid var(--borde)}.rejilla{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.tarjeta{background:var(--superficie);border:1px solid var(--borde);border-radius:12px;padding:1.25rem}.tarjeta p:last-child{margin-bottom:0}.cifra{font-family:var(--titular);font-size:2.4rem;font-weight:600;line-height:1;color:var(--acento);margin-bottom:.35rem}.pie{padding:2rem 0 3rem;border-top:1px solid var(--borde);color:var(--texto-2);font-size:.9rem}.pie a{margin-right:1rem}.articulo{padding:2.5rem 0 3rem}.articulo h1{margin-bottom:.5rem}.articulo .fecha{color:var(--texto-2);margin-bottom:2rem}.articulo h2{margin-top:2.25rem}.articulo ul{margin:0 0 1rem 1.25rem;max-width:38rem}.articulo li{margin-bottom:.4rem}.articulo table{border-collapse:collapse;margin-bottom:1.25rem;max-width:100%}.articulo th,.articulo td{text-align:left;border-bottom:1px solid var(--borde);padding:.5rem .75rem .5rem 0;vertical-align:top}