.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#0f0518,#1a0a2e)}.error-boundary-content{max-width:500px;width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 25px 50px -12px #00000080}.error-boundary-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#ef4444}.error-boundary-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem}.error-boundary-message{font-size:1rem;color:#ffffffb3;margin:0 0 1.5rem;line-height:1.5}.error-boundary-details{margin:1.5rem 0;text-align:left}.error-boundary-details summary{cursor:pointer;color:#fff9;font-size:.875rem;padding:.5rem;background:#ffffff0d;border-radius:8px;transition:background .2s}.error-boundary-details summary:hover{background:#ffffff1a}.error-boundary-stack{margin-top:.5rem;padding:1rem;background:#0000004d;border-radius:8px;font-size:.75rem;color:#ffffff80;overflow-x:auto;white-space:pre-wrap;word-break:break-all;max-height:200px;overflow-y:auto}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.error-boundary-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.error-boundary-button-primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff}.error-boundary-button-primary:hover{opacity:.9;transform:translateY(-1px)}.error-boundary-button-secondary{background:#ffffff1a;color:#fff}.error-boundary-button-secondary:hover{background:#fff3}.error-boundary-help{font-size:.875rem;color:#ffffff80;margin:0}@media (max-width: 640px){.error-boundary-content{padding:1.5rem}.error-boundary-actions{flex-direction:column}.error-boundary-button{width:100%}}
