.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg-primary);color:var(--text-primary)}.error-boundary__container{max-width:600px;width:100%;text-align:center;background:var(--card-bg);border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 6px #0000001a;border:1px solid var(--border-color)}.error-boundary__icon{font-size:4rem;margin-bottom:1.5rem;line-height:1}.error-boundary__title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.error-boundary__message{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.error-boundary__details{margin:2rem 0;text-align:left;background:var(--bg-secondary);border-radius:8px;padding:1rem;border:1px solid var(--border-color)}.error-boundary__summary{cursor:pointer;font-weight:600;color:var(--primary-color);padding:.5rem;-webkit-user-select:none;user-select:none}.error-boundary__summary:hover{color:var(--secondary-color)}.error-boundary__error-content{margin-top:1rem}.error-boundary__error-section{margin-bottom:1.5rem}.error-boundary__error-section strong{display:block;margin-bottom:.5rem;color:var(--text-primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.error-boundary__pre{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;padding:1rem;overflow-x:auto;font-size:.875rem;line-height:1.5;color:var(--text-primary);font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;white-space:pre-wrap;word-wrap:break-word}.error-boundary__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.error-boundary__button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:var(--transition);font-family:inherit}.error-boundary__button--primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.error-boundary__button--primary:hover{background:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.error-boundary__button--primary:active{transform:translateY(0)}.error-boundary__button--secondary{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.error-boundary__button--secondary:hover{background:var(--bg-secondary);border-color:var(--secondary-color);color:var(--secondary-color)}[data-theme=dark] .error-boundary__container{box-shadow:0 4px 6px #0000004d}[data-theme=dark] .error-boundary__pre{background:var(--bg-primary)}@media (max-width: 640px){.error-boundary{padding:1rem}.error-boundary__container{padding:2rem 1.5rem}.error-boundary__icon{font-size:3rem}.error-boundary__title{font-size:1.5rem}.error-boundary__message{font-size:1rem}.error-boundary__actions{flex-direction:column}.error-boundary__button{width:100%}}#root{margin:0;padding:0;width:100%;min-height:100vh}
