.contact-page{--bg:#fafafa;--surface:#ffffff;--fg:#18181b;--muted:#71717a;--border:#e4e4e7;--accent:#0891b2;color-scheme:light;display:flex;flex-direction:column;min-height:100vh;background:var(--bg);color:var(--fg)}html:has(.contact-page) body{background:#fafafa;color:#18181b}.contact-page__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent)}.contact-page__brand-logo{display:block;width:132px;max-height:40px;object-fit:contain}.contact-page__main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:2rem 1rem 3rem}.contact-card{width:100%;max-width:480px;margin-inline:auto;box-shadow:0 8px 28px rgba(24,24,27,.06)}.contact-card__title{margin:0 0 .35rem;font-size:1.5rem;font-weight:600}.contact-card__sub{margin:0 0 1.25rem;color:var(--muted);font-size:.9rem}.contact-card__form{display:flex;flex-direction:column;gap:.85rem}.contact-card__err{color:#dc2626;font-size:.85rem;margin:0}.contact-card__success{margin:0;font-size:.95rem;color:var(--accent);line-height:1.5}.contact-card__footer{margin:1.25rem 0 0;font-size:.85rem;text-align:center}.contact-card__footer a{color:var(--accent)}.contact-card__spin{animation:contact-spin .8s linear infinite}@keyframes contact-spin{to{transform:rotate(1turn)}}