:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;color:#111;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.error-boundary__content{max-width:760px;width:100%;text-align:center;padding:20px}.error-boundary__title{margin:0;color:#b71c1c}.error-boundary__summary{margin:12px 0 6px;color:#333}.error-boundary__message-wrapper{display:flex;justify-content:center;margin-top:16px}.error-boundary__message-box{background-color:#fdecea;color:#b71c1c;padding:12px 16px;border-radius:8px;max-width:640px;width:100%;font-family:monospace;font-size:13px;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 6px #00000014}.error-boundary__code-text{margin:12px 0 6px;color:#666;font-size:13px}.error-boundary__code-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.1);cursor:pointer;font-family:monospace;-webkit-user-select:none;user-select:none;transition:background-color .2s ease,border-color .2s ease}.error-boundary__code-pill:focus-visible{outline:2px solid #b71c1c;outline-offset:2px}.error-boundary__code-pill--success{border-color:#2e7d32;background:#2e7d3214}.error-boundary__code-value{font-weight:700}.error-boundary__code-action{display:inline-flex;align-items:center;gap:4px}.error-boundary__code-icon{font-size:18px;line-height:1;vertical-align:middle;color:#666}.error-boundary__code-icon--success{color:#2e7d32}.error-boundary__code-feedback{font-size:12px;color:#888}.error-boundary__code-feedback--success{color:#2e7d32}.error-boundary__actions{display:flex;justify-content:center;gap:12px;margin-top:6px}.error-boundary__button{padding:10px 16px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;cursor:pointer;font-weight:600;transition:transform .2s ease}.error-boundary__button:disabled{cursor:not-allowed;opacity:.6}.error-boundary__button--danger{border-color:#b71c1c;background:#b71c1c;color:#fff}.error-boundary__button--busy{cursor:wait}.error-boundary__status{margin-top:10px;color:#2e7d32;font-weight:600}.error-boundary__status--success{color:#2e7d32}.error-boundary__dialog{margin-top:18px;max-width:560px;margin-left:auto;margin-right:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:16px;box-shadow:0 8px 30px #0000001f}.error-boundary__dialog-body{text-align:left}.error-boundary__dialog-title{margin:0 0 8px}.error-boundary__dialog-text{margin:0 0 12px;color:#444}.error-boundary__dialog-actions{display:flex;gap:12px;justify-content:flex-end}.error-boundary__dialog-button{padding:8px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;cursor:pointer;font-weight:600}.error-boundary__dialog-button:disabled{cursor:not-allowed;opacity:.6}.error-boundary__dialog-button--danger{border-color:#b71c1c;background:#b71c1c;color:#fff;font-weight:700}.error-boundary__dialog-button--busy{cursor:wait}.loader-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.loader{position:relative;border:4px solid rgba(255,255,255,.3);border-top:4px solid #4fa370;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite,glow 2s ease-in-out infinite alternate}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%{box-shadow:0 0 8px #4ecc82}to{box-shadow:0 0 20px #06532f}}
