@charset "UTF-8";.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--grad-soft);padding-top:180px;padding-bottom:90px}.error-page .eyebrow{color:var(--brand-primary);font-size:max(3rem, min(12vw, 7rem));line-height:1;letter-spacing:-.02em;margin-bottom:.6rem;opacity:.85}.error-page h1{font-size:max(1.6rem, min(3vw, 2.4rem));line-height:1.2;margin-bottom:.8rem}.error-page p{color:var(--brand-text-secondary);font-size:1.05rem;max-width:50ch;margin:0 auto 1.6rem}.error-page .error-code{display:inline-block;margin-bottom:1.4rem;padding:.4rem 1rem;border-radius:var(--radius-sm);background:var(--brand-bg-alt);color:var(--brand-primary-dark);font-weight:700;font-size:.9rem}.error-page .error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:575px){.error-page .error-actions{flex-direction:column}.error-page .error-actions .btn{width:100%}}