.ErrorIllustration-module__DDf29W__illustration{justify-content:center;margin-bottom:24px;display:flex}.ErrorIllustration-module__DDf29W__iconCircle404{background:var(--color-navy-100);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.ErrorIllustration-module__DDf29W__primaryIcon{color:var(--navy-700)}.ErrorIllustration-module__DDf29W__xBadge{background:var(--surface-base);width:36px;height:36px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 6px #0000001a}.ErrorIllustration-module__DDf29W__iconCircleError{background:var(--status-error-bg);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.ErrorIllustration-module__DDf29W__primaryIconError{color:var(--status-error)}.ErrorIllustration-module__DDf29W__alertBadge{background:var(--surface-base);width:36px;height:36px;color:var(--status-warning);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 6px #0000001a}.ErrorIllustration-module__DDf29W__iconCircleMaintenance{background:var(--status-warning-bg,#fef3c7);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.ErrorIllustration-module__DDf29W__primaryIconMaintenance{color:var(--status-warning,#d97706)}.ErrorIllustration-module__DDf29W__clockBadge{background:var(--surface-base);width:36px;height:36px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 6px #0000001a}@media (max-width:767px){.ErrorIllustration-module__DDf29W__iconCircle404,.ErrorIllustration-module__DDf29W__iconCircleError,.ErrorIllustration-module__DDf29W__iconCircleMaintenance{width:88px;height:88px}.ErrorIllustration-module__DDf29W__xBadge,.ErrorIllustration-module__DDf29W__alertBadge,.ErrorIllustration-module__DDf29W__clockBadge{width:28px;height:28px}}
.errors-module__K3JDGq__page{min-height:60vh;padding:var(--spacing-lg);justify-content:center;align-items:center;animation:.3s ease-out errors-module__K3JDGq__fadeIn;display:flex}.errors-module__K3JDGq__pageGlobal{flex-direction:column;min-height:100vh}.errors-module__K3JDGq__container{text-align:center;max-width:480px}.errors-module__K3JDGq__globalHeader{padding:16px 24px;position:absolute;top:0;left:0;right:0}.errors-module__K3JDGq__globalLogo{color:var(--navy-700,var(--brand-navy));font-size:20px;font-weight:800;font-family:var(--font-body,Arial, sans-serif);letter-spacing:-.02em}.errors-module__K3JDGq__errorCode{color:var(--navy-700,var(--brand-navy));font-size:96px;font-weight:800;line-height:1;font-family:var(--font-body,Arial, sans-serif);margin-bottom:8px;display:block}.errors-module__K3JDGq__headline{color:var(--color-text,var(--gray-900));font-size:28px;font-weight:600;font-family:var(--font-body,Arial, sans-serif);margin:0 0 12px;line-height:1.2}.errors-module__K3JDGq__body{color:var(--gray-600,var(--gray-600));font-size:15px;font-weight:400;font-family:var(--font-body,Arial, sans-serif);max-width:380px;margin:0 auto 24px;line-height:1.6}.errors-module__K3JDGq__actions{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.errors-module__K3JDGq__primaryBtn{color:var(--color-white);background:var(--navy-700,var(--brand-navy));border-radius:var(--radius-md,8px);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body,Arial, sans-serif);border:none;justify-content:center;align-items:center;min-height:44px;padding:10px 24px;text-decoration:none;transition:background .15s;display:inline-flex}.errors-module__K3JDGq__primaryBtn:hover{background:var(--color-navy-500,var(--navy-600))}.errors-module__K3JDGq__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.errors-module__K3JDGq__secondaryBtn{color:var(--color-text,var(--gray-900));border:1px solid var(--surface-overlay,var(--color-border-subtle));border-radius:var(--radius-md,8px);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body,Arial, sans-serif);background:0 0;justify-content:center;align-items:center;min-height:44px;padding:10px 24px;text-decoration:none;transition:background .15s;display:inline-flex}.errors-module__K3JDGq__secondaryBtn:hover{background:var(--surface-raised,var(--gray-50))}.errors-module__K3JDGq__support{color:var(--gray-600,var(--gray-600));font-size:13px;font-family:var(--font-body,Arial, sans-serif);line-height:1.5}.errors-module__K3JDGq__emailLink{color:var(--navy-700,var(--brand-navy));font-weight:600;text-decoration:none;transition:color .15s}.errors-module__K3JDGq__emailLink:hover{text-decoration:underline}.errors-module__K3JDGq__errorIdCode{color:var(--gray-600,var(--gray-600));background:var(--surface-overlay,var(--gray-100));border-radius:var(--radius-xs,4px);padding:2px 8px;font-family:monospace;font-size:12px;font-weight:600}@keyframes errors-module__K3JDGq__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:479px){.errors-module__K3JDGq__errorCode{font-size:72px}.errors-module__K3JDGq__headline{font-size:22px}.errors-module__K3JDGq__body{font-size:14px}.errors-module__K3JDGq__actions{flex-direction:column}.errors-module__K3JDGq__primaryBtn,.errors-module__K3JDGq__secondaryBtn{width:100%}}