:root{--fondo: #ffffff;--texto: #16161a;--texto-tenue: #6b6b76}@media(prefers-color-scheme:dark){:root{--fondo: #0b0b0d;--texto: #f2f2f4;--texto-tenue: #8f8f9c}}*{box-sizing:border-box}body{margin:0;background:var(--fondo);color:var(--texto);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5}main{max-width:34rem;margin:0 auto;padding:3rem 1.25rem calc(3rem + env(safe-area-inset-bottom))}h1{font-size:1.5rem;margin:0 0 1rem}p{margin:0 0 .75rem}.pie{margin-top:2rem;color:var(--texto-tenue);font-size:.875rem}
