.error-handler-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(135deg,#fff 0,#fafafa 100%);border-radius:12px;border:1px solid #ede7e1;box-shadow:0 4px 12px rgba(0,0,0,.06);min-height:200px;text-align:center;margin:24px 0}.error-handler-icon{width:56px;height:56px;color:#d32f2f;margin-bottom:20px;opacity:.9;animation:2s infinite pulse-error}@keyframes pulse-error{0%,100%{opacity:.9;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.error-handler-header{margin-bottom:16px}.error-handler-message{font-size:15px;color:#333;font-weight:500;margin-bottom:28px;max-width:380px;line-height:1.6}.error-handler-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;align-items:center}.error-handler-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s;outline:0;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;font-family:Poppins,system-ui,sans-serif}.error-handler-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.error-handler-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.08)}.error-handler-btn-retry{background:#ff7a1a;color:#fff;border:1px solid #ff7a1a;box-shadow:0 2px 8px rgba(255,122,26,.2)}.error-handler-btn-retry:hover{background:#f0691a;border-color:#f0691a;box-shadow:0 4px 12px rgba(255,122,26,.3)}@media (max-width:600px){.error-handler-container{padding:36px 18px;min-height:180px;border-radius:10px;margin:20px 0}.error-handler-icon{width:48px;height:48px;margin-bottom:16px}.error-handler-message{font-size:14px;margin-bottom:24px;max-width:320px}.error-handler-actions{gap:10px}.error-handler-btn{padding:9px 18px;font-size:13px;border-radius:7px}@media (max-width:420px){.error-handler-container{padding:30px 16px;min-height:160px}.error-handler-icon{width:44px;height:44px;margin-bottom:12px}.error-handler-message{font-size:13px;margin-bottom:20px;max-width:100%}.error-handler-actions{gap:0;flex-direction:column;width:100%}.error-handler-btn{width:100%;padding:11px 16px;font-size:13px;justify-content:center}}}.error-handler-btn:focus-visible{outline:#FF7A1A solid 2px;outline-offset:2px}.error-handler-container:focus-within .error-handler-btn{outline:0}