.error-boundary-fallback{padding:1.5rem;background-color:var(--md-sys-color-error-container,#ffdad6);color:var(--md-sys-color-on-error-container,#410002);border-radius:.75rem;border:2px solid var(--md-sys-color-error,#ba1a1a);margin:1rem 0;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:var(--md-sys-typescale-body-medium-font-family,system-ui)}.error-boundary-content h2{margin-top:0;color:var(--md-sys-color-error,#ba1a1a);font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.error-boundary-content h2:before{content:"⚠️"}.error-details{margin-top:1rem;padding:.75rem;background-color:rgba(255,255,255,.5);border-radius:.5rem;font-family:monospace;font-size:.85rem;overflow-x:auto}.error-details summary{cursor:pointer;margin-top:.5rem;font-weight:700}.error-details pre{white-space:pre-wrap;margin-top:.5rem;color:#555}.error-boundary-retry{margin-top:1rem;background-color:var(--md-sys-color-error,#ba1a1a);color:var(--md-sys-color-on-error,#ffffff);border:none;border-radius:1.25rem;padding:.625rem 1.5rem;font-weight:700;cursor:pointer;transition:opacity .2s}.error-boundary-retry:hover{opacity:.9}