.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:1rem;border-radius:8px;background-color:#f8f9fa;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.error-boundary h2{color:#dc3545;margin-bottom:1rem;font-weight:600;font-size:1.5rem}.error-boundary p{color:#6c757d;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.error-boundary details{width:100%;max-width:600px;margin-top:1rem}.error-boundary details summary{cursor:pointer;color:#0d6efd;font-weight:500;padding:.5rem;border-radius:4px;background-color:rgba(13,110,253,.1);transition:background-color .2s ease}.error-boundary details summary:hover{background-color:rgba(13,110,253,.15)}.error-boundary details p{margin-top:1rem;padding:1rem;background-color:#f1f3f5;border-radius:4px;font-family:monospace;white-space:pre-wrap;overflow-x:auto;color:#343a40;border-left:3px solid #dc3545}html,body,#root{height:100%;overflow:hidden}
