:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f4ef;--surface:#fffdf7;--text:#1f2933;--muted:#52606d;--border:#d9d2c3;--accent:#0f766e}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);background:linear-gradient(#f7f5ee 0%,#efe8db 100%);font-family:Arial,Helvetica,sans-serif}a{color:var(--accent)}.page-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.content-card{border:1px solid var(--border);background:#fffdf7eb;border-radius:20px;width:min(100%,42rem);padding:2.5rem;box-shadow:0 24px 60px #2f384114}.eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.875rem;font-weight:700}h1{margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1}.lead{margin-top:1.25rem;font-size:1.125rem;line-height:1.7}p{color:var(--muted);margin:1rem 0 0;font-size:1rem;line-height:1.7}@media (max-width:640px){.page-shell{padding:1.25rem}.content-card{border-radius:16px;padding:2rem 1.5rem}}
