.error-boundary{place-items:center;min-height:60vh;padding:2rem;display:grid}.error-boundary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:540px;box-shadow:var(--shadow-md);text-align:center;padding:2.5rem 2rem}.error-boundary-icon{width:64px;height:64px;color:var(--danger);background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.error-boundary-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.4rem}.error-boundary-message{color:var(--text-secondary);margin:0 0 1.25rem;line-height:1.6}.error-boundary-details{text-align:left;border-radius:var(--radius-md);color:#7f1d1d;white-space:pre-wrap;word-break:break-word;background:#fef2f2;border:1px solid #fecaca;max-height:160px;margin:0 0 1.25rem;padding:.75rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;overflow:auto}.error-boundary-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (width<=480px){.error-boundary-card{padding:2rem 1.25rem}.error-boundary-actions .btn{flex:calc(50% - .25rem)}}
