/* Estilo compartido para páginas legales — extraído para no duplicar.
   Importado inline en cada página HTML legal. */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #0B1120; color: #F8FAFC; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 720px; margin: 0 auto; padding: 64px 24px 96px; }
header.top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
header.top a.brand { display: inline-flex; align-items: center; gap: 8px; color: #F8FAFC; text-decoration: none; font-weight: 700; }
header.top a.brand img { width: 32px; height: 32px; border-radius: 8px; }
header.top a.back { color: #94A3B8; text-decoration: none; font-size: 14px; }
header.top a.back:hover { color: #F8FAFC; }
h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.lead { color: #94A3B8; font-size: 15px; margin: 0 0 8px; }
.updated { color: #64748B; font-size: 13px; margin: 0 0 40px; }
h2 { font-size: 20px; font-weight: 600; margin: 40px 0 12px; letter-spacing: -0.01em; }
h3 { font-size: 16px; font-weight: 600; margin: 24px 0 8px; color: #E2E8F0; }
p { color: #CBD5E1; margin: 0 0 14px; }
ul { color: #CBD5E1; margin: 0 0 14px; padding-left: 22px; }
ul li { margin-bottom: 6px; }
strong { color: #F8FAFC; font-weight: 600; }
a { color: #A78BFA; text-decoration: none; border-bottom: 1px solid rgba(167,139,250,0.4); }
a:hover { color: #C4B5FD; border-bottom-color: #C4B5FD; }
.box { background: #0F172A; border: 1px solid #1E293B; border-radius: 12px; padding: 16px 20px; margin: 16px 0; font-size: 14px; }
footer { margin-top: 64px; padding-top: 24px; border-top: 1px solid #1E293B; color: #64748B; font-size: 13px; }
:where(a, button):focus-visible { outline: 2px solid #A78BFA; outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
