.ErrorBoundary_container__GBt8O{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.ErrorBoundary_content__toXli{background:#fff;border-radius:16px;padding:3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.1);animation:ErrorBoundary_slideUp__RZpJ1 .5s ease-out}@keyframes ErrorBoundary_slideUp__RZpJ1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ErrorBoundary_iconContainer__2XV14{margin-bottom:2rem}.ErrorBoundary_icon__SGImp{color:#dc2626;animation:ErrorBoundary_pulse__oP9nk 2s infinite}@keyframes ErrorBoundary_pulse__oP9nk{0%,to{opacity:1}50%{opacity:.5}}.ErrorBoundary_title__hZKjP{font-size:2rem;font-weight:700;color:#0c0423;margin-bottom:1rem}.ErrorBoundary_message__yNmtX{font-size:1.125rem;color:#475569;margin-bottom:2rem;line-height:1.6}.ErrorBoundary_details__IqA15{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:2rem;text-align:left}.ErrorBoundary_details__IqA15 summary{cursor:pointer;font-weight:600;color:#64748b;margin-bottom:.5rem}.ErrorBoundary_errorStack__zCIOp{margin-top:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;color:#dc2626;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.ErrorBoundary_actions__BZ6zQ{display:flex;gap:1rem;justify-content:center}.ErrorBoundary_primaryButton__fMfGg{background:#0c0423;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.ErrorBoundary_primaryButton__fMfGg:hover{background:#130855;transform:translateY(-2px);box-shadow:0 10px 20px rgba(12,4,35,.3)}.ErrorBoundary_secondaryButton__A_HSQ{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.ErrorBoundary_secondaryButton__A_HSQ:hover{background:#f8fafc;color:#475569;border-color:#cbd5e1}@media (max-width:640px){.ErrorBoundary_content__toXli{padding:2rem}.ErrorBoundary_title__hZKjP{font-size:1.5rem}.ErrorBoundary_actions__BZ6zQ{flex-direction:column}.ErrorBoundary_primaryButton__fMfGg,.ErrorBoundary_secondaryButton__A_HSQ{width:100%}}