.error-page{min-height:70vh;padding:128px 0 96px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary));color:var(--brand-text-inverse);display:grid;align-items:center;text-align:center}.error-page h1{color:var(--brand-text-inverse);font-size:max(3rem, min(9vw, 7rem));line-height:1}.error-page p{max-width:680px;margin-right:auto;margin-left:auto;color:var(--brand-text-inverse);line-height:1.7}.error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:26px}