.error-module__bSZLSW__errorPage{min-height:100vh;padding:var(--space-xl);background:var(--bg-primary);justify-content:center;align-items:center;display:flex}.error-module__bSZLSW__container{text-align:center;max-width:500px}.error-module__bSZLSW__iconWrapper{background:var(--bg-secondary);border:1px solid var(--glass-border);width:140px;height:140px;margin-bottom:var(--space-lg);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.error-module__bSZLSW__iconWrapper svg{color:var(--color-accent)}.error-module__bSZLSW__errorCode{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-alt)100%);-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,10vw,6rem);font-weight:800;line-height:1}.error-module__bSZLSW__errorTitle{color:var(--text-primary);margin-bottom:var(--space-md);font-size:clamp(1.5rem,3vw,2rem)}.error-module__bSZLSW__errorMessage{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1rem;line-height:1.6}.error-module__bSZLSW__actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.error-module__bSZLSW__primaryButton{justify-content:center;align-items:center;gap:var(--space-xs);padding:var(--space-sm)var(--space-lg);background:var(--color-accent);color:var(--color-black);border-radius:var(--radius-md);font-family:var(--font-body),"Inter",sans-serif;cursor:pointer;transition:all var(--transition-normal);border:none;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.error-module__bSZLSW__primaryButton:hover{background:var(--color-accent-alt);box-shadow:var(--shadow-glow);color:var(--color-black);transform:translateY(-2px)}.error-module__bSZLSW__secondaryButton{justify-content:center;align-items:center;gap:var(--space-xs);padding:var(--space-sm)var(--space-lg);color:var(--text-primary);border:1px solid var(--glass-border);border-radius:var(--radius-md);font-family:var(--font-body),"Inter",sans-serif;cursor:pointer;transition:all var(--transition-normal);background:0 0;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.error-module__bSZLSW__secondaryButton:hover{background:var(--glass-bg);border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:480px){.error-module__bSZLSW__actions{flex-direction:column}.error-module__bSZLSW__primaryButton,.error-module__bSZLSW__secondaryButton{width:100%}}
