:root{--cream:#f7f4ec;--cream-deep:#efe9dc;--navy:#1e2a3d;--navy-soft:#55647a;--gold:#b9873f;--gold-soft:#d9bd8e;--white:#fff;--font-display:"Fraunces", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}html{background:var(--cream);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--cream);color:var(--navy);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}.page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}.hero{z-index:1;text-align:center;background:var(--white);border:1px solid var(--cream-deep);border-radius:4px;flex-direction:column;align-items:center;width:100%;max-width:560px;padding:3.25rem 2.75rem 3rem;display:flex;position:relative;box-shadow:0 30px 60px -30px #1e2a3d2e}.seal{width:58px;height:58px;margin-bottom:1.5rem}.seal-ring{fill:none;stroke:var(--gold);stroke-width:1.4px}.seal-mark{font-family:var(--font-display);fill:var(--navy);font-size:22px;font-weight:500}.eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 .85rem;font-size:.72rem;font-weight:600}.headline{font-family:var(--font-display);color:var(--navy);margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1.18}.rule{background:var(--gold);transform-origin:50%;width:56px;height:2px;margin:1.35rem 0 1.5rem;animation:.9s ease-out .2s both draw-rule;display:block}@keyframes draw-rule{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.subhead{max-width:40ch;color:var(--navy-soft);margin:0 0 2.1rem;font-size:1rem;line-height:1.65}.notify-link{font-family:var(--font-body);color:var(--white);background:var(--navy);cursor:pointer;border:none;border-radius:3px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .16s;display:inline-block}.notify-link:hover{background:var(--gold)}.notify-link:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.footer{z-index:1;margin-top:2.25rem;position:relative}.footer p{letter-spacing:.02em;color:var(--navy-soft);margin:0;font-size:.8rem}@media (width<=480px){.hero{padding:2.5rem 1.5rem 2.25rem}}
