.error-display{padding:2rem;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:.5rem;color:#c53030;margin:1rem;max-width:800px;margin:2rem auto}.error-display h2{margin-top:0;color:#9b2c2c}.error-details{margin:1rem 0;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.25rem;max-height:300px;overflow-y:auto;font-family:monospace;white-space:pre-wrap;word-break:break-word}.retry-button{background-color:#4299e1;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-weight:500;transition:background-color .2s}.retry-button:hover{background-color:#3182ce}.retry-button:focus{outline:none;box-shadow:0 0 0 3px #4299e180}@media(prefers-color-scheme:dark){.error-display{background-color:#2d3748;border-color:#e53e3e;color:#fed7d7}.error-details{background-color:#1a202c;border-color:#4a5568}.retry-button{background-color:#2b6cb0}.retry-button:hover{background-color:#2c5282}}
