:root{--fondo:#f5f6f8;--superficie:#fff;--texto:#1b2430;--texto-suave:#5c6878;--borde:#dde2e8;--acento:#1d5fd1}@media (prefers-color-scheme:dark){:root{--fondo:#0f141a;--superficie:#161d26;--texto:#e6edf3;--texto-suave:#9aa7b4;--borde:#263140;--acento:#6b9cff}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--fondo);color:var(--texto);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--acento)}
