:root{--font-family-base: Graphik Web, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-family-heading: Helvetica Now Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--selection-background: rgba(139, 92, 246, 0.3);--selection-text: #0f0f0f;--color-primary: #8b5cf6;--color-primary-dark: #7c3aed;--color-primary-light: #a78bfa;--color-secondary: #10b981;--color-neutral-900: #0f0f0f;--color-neutral-700: #374151;--color-neutral-400: #9ca3af;--color-neutral-100: #f3f4f6;--color-white: #ffffff;--container-max-width: 1200px;--container-padding: 1.5rem}@media(max-width: 767px){:root{--container-padding: 1rem}}@media(min-width: 1280px){:root{--container-max-width: 1280px}}@media(min-width: 1536px){:root{--container-max-width: 1420px}}@media(min-width: 1920px){:root{--container-max-width: 1620px}}@media(min-width: 2560px){:root{--container-max-width: 2020px}}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.error-page__container{text-align:center;max-width:560px}.error-page__code{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:5.25rem;font-weight:900;line-height:1.15;letter-spacing:-0.025em;font-feature-settings:normal;line-height:1;color:#a78bfa;margin:0 0 1rem;font-size:clamp(4.5rem,15vw,10rem)}.error-page__title{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-0.025em;font-feature-settings:normal;color:#fff;margin:0 0 1rem;font-size:clamp(1.5rem,4vw,2.25rem)}.error-page__description{font-family:"Graphik Web","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;line-height:1.4;color:#9ca3af;margin:0 0 2rem;line-height:1.5}.error-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-page__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;border:none;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),color 200ms cubic-bezier(0.4, 0, 0.2, 1),transform 200ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1)}.error-page__btn:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.error-page__btn:hover,.error-page__btn:focus,.error-page__btn:active{text-decoration:none}.error-page__btn:disabled{opacity:.6;cursor:not-allowed}.error-page__btn{padding:calc(.75rem + 2px) calc(1.5rem + 2px);font-size:1.35rem;border-radius:999px;text-decoration:none;border:2px solid rgba(0,0,0,0)}.error-page__btn--primary{background-color:#8b5cf6;color:#fff}@media(hover: hover){.error-page__btn--primary:hover{background-color:#7c3aed;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}}.error-page__btn--secondary{background-color:rgba(0,0,0,0);color:#8b5cf6;border-color:#8b5cf6}@media(hover: hover){.error-page__btn--secondary:hover{background-color:#8b5cf6;color:#fff}}.error-page__links{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.error-page__links-title{font-size:.875rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.025em;margin:0 0 1rem}.error-page__links-list{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.error-page__links-list a{color:#4b5563;text-decoration:none;font-weight:500;font-size:1rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1)}@media(hover: hover){.error-page__links-list a:hover{color:#8b5cf6}}@media(max-width: 767px){.error-page__actions{flex-direction:column;align-items:stretch}.error-page__btn{width:100%;text-align:center}}