.error-boundary-container{box-sizing:border-box;text-align:center;background-color:var(--bg-color,#121212);min-height:100vh;color:var(--text-primary,#fff);flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.error-boundary-content{max-width:600px}.error-boundary-content h1{color:#008ad8;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.error-boundary-content p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.error-boundary-content details{text-align:left;background-color:#0000001a;border-radius:8px;max-height:300px;padding:15px;font-size:.9rem;overflow-y:auto}body.light-mode .error-boundary-container{color:#191919;background-color:#faf8f4}body.light-mode .error-boundary-content details{background-color:#ffffff80;border:1px solid #e0e0e0}
