.error-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-container{text-align:center;background:#fff;border:1px solid #e6efe9;border-radius:16px;width:100%;max-width:600px;padding:40px 32px;box-shadow:0 4px 20px #0f3d2e14}.error-illustration{margin-bottom:30px}.error-illustration svg{max-width:180px;height:auto}.error-status{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.error-status .status-code{color:#2ea86e;text-shadow:0 2px 4px #2ea86e1a;font-size:48px;font-weight:700}.error-status .status-text{color:#0f3d2e;padding-left:16px;font-size:24px;font-weight:500;position:relative}.error-status .status-text:before{content:"";background:#d8e6e0;width:2px;height:28px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.error-title{color:#0f3d2e;margin-bottom:16px;font-size:28px;font-weight:600;line-height:1.3}.error-message{color:#4a6459;margin-bottom:32px;font-size:16px;line-height:1.5}.error-actions{justify-content:center;gap:16px;margin-bottom:36px;display:flex}.error-btn{cursor:pointer;border:none;border-radius:8px;min-width:140px;padding:12px 28px;font-size:15px;font-weight:500;transition:all .2s}.error-btn-primary{color:#fff;background:#2ea86e}.error-btn-primary:hover{background:#26965e;transform:translateY(-1px);box-shadow:0 4px 12px #2ea86e33}.error-btn-primary:active{transform:translateY(0)}.error-btn-secondary{color:#0f3d2e;background:#f3fff6;border:1px solid #d8e6e0}.error-btn-secondary:hover{background:#e6efe9;transform:translateY(-1px);box-shadow:0 4px 12px #0f3d2e1a}.error-btn-secondary:active{transform:translateY(0)}.error-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.error-help{border-top:1px solid #e6efe9;padding-top:28px}.error-help p{color:#0f3d2e;margin-bottom:16px;font-size:15px;font-weight:500}.error-help ul{text-align:left;margin:0 0 20px;padding:0;list-style:none}.error-help ul li{color:#4a6459;padding:8px 0 8px 22px;font-size:14px;position:relative}.error-help ul li:before{content:"";background:#2ea86e;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.support-link{color:#2ea86e;background:#f3fff6;border:1px solid #d8e6e0;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.support-link:hover{background:#e6efe9;border-color:#2ea86e;text-decoration:none}.support-link:before{content:"✉️";font-size:16px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-illustration svg{animation:3s ease-in-out infinite float}.error-page--critical .error-status .status-code{color:#ff6b6b}.error-page--critical .error-illustration svg path{stroke:#ff6b6b}.error-page--warning .error-status .status-code{color:#ffc107}.error-page--warning .error-illustration svg path{stroke:#ffc107}.error-page--info .error-status .status-code{color:#17a2b8}.error-page--info .error-illustration svg path{stroke:#17a2b8}@media (max-width:768px){.error-container{margin:0 16px;padding:32px 24px}.error-title{font-size:24px}.error-message{font-size:15px}.error-status{flex-direction:column;gap:6px}.error-status .status-code{font-size:40px}.error-status .status-text{padding-left:0;font-size:20px}.error-status .status-text:before{display:none}.error-actions{flex-direction:column;gap:12px}.error-btn{width:100%;min-width:auto}.error-help ul{text-align:center}.error-help ul li{background:#f8f9fa;border-radius:20px;margin:0 8px 8px 0;padding:6px 12px 6px 24px;display:inline-block}.error-help ul li:before{left:10px}}@media (max-width:480px){.error-container{border-radius:12px;padding:24px 20px}.error-title{font-size:22px}.error-message{font-size:14px}.error-status .status-code{font-size:36px}.error-status .status-text{font-size:18px}.error-illustration svg{max-width:140px}}.error-container:before{content:"";background:linear-gradient(90deg,#2ea86e,#0f3d2e);border-radius:0 0 4px 4px;width:120px;height:4px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.button-loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
