.eb-bg-glow{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0;animation:eb-glow-pulse 6s ease-in-out infinite alternate}.eb-bg-glow--1{width:480px;height:480px;top:-100px;left:-100px;background:radial-gradient(circle,rgba(102,126,234,.18) 0%,transparent 70%)}.eb-bg-glow--2{width:400px;height:400px;bottom:-80px;right:-80px;background:radial-gradient(circle,rgba(236,72,153,.14) 0%,transparent 70%);animation-delay:3s}@keyframes eb-glow-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.08)}}.eb-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background-color:#f8fafc;background-image:linear-gradient(to right,rgba(147,197,253,.18) 1px,transparent 1px),linear-gradient(to bottom,rgba(167,139,250,.12) 1px,transparent 1px);background-size:40px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;z-index:9999;overflow:hidden}.dark .eb-overlay{background-color:#0f172a;background-image:linear-gradient(to right,rgba(59,130,246,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(139,92,246,.06) 1px,transparent 1px)}.eb-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 4px 6px -1px #0000000a,0 24px 64px -12px #667eea2e;padding:48px 40px 40px;max-width:520px;width:100%;text-align:center;animation:eb-fade-up .45s cubic-bezier(.16,1,.3,1) both;position:relative;overflow-y:auto;max-height:calc(100dvh - 32px);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1}.dark .eb-card{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px -1px #0006,0 24px 64px -12px #667eea1f}.eb-card--recovering{opacity:.8}.eb-card--recovering .eb-btn-primary,.eb-card--recovering .eb-btn-secondary,.eb-card--recovering .eb-btn-reset-cache,.eb-card--recovering .eb-btn-copy-report,.eb-card--recovering .eb-diagnostics-toggle{opacity:.6;pointer-events:none}@keyframes eb-fade-up{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.eb-glow-1,.eb-glow-2{position:absolute;width:160px;height:160px;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none;opacity:.3}.eb-glow-1{top:-60px;left:-60px;background:#667eea}.eb-glow-2{bottom:-60px;right:-60px;background:#ec4899}.eb-icon-wrapper{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#667eea24,#764ba224);border:1px solid rgba(102,126,234,.2);margin:0 auto 24px;animation:eb-icon-pulse 2.5s ease-in-out infinite;position:relative;z-index:1}.dark .eb-icon-wrapper{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea4d}@keyframes eb-icon-pulse{0%,to{box-shadow:0 0 #667eea4d}50%{box-shadow:0 0 0 12px #667eea00}}.eb-icon{width:36px;height:36px;color:#667eea;position:relative;z-index:1}.eb-title{font-size:1.625rem;font-weight:800;line-height:1.2;color:#0f172a;margin-bottom:12px;letter-spacing:-.02em;position:relative;z-index:1}.dark .eb-title{color:#f1f5f9}.eb-message{font-size:.9375rem;line-height:1.65;color:#64748b;margin-bottom:16px;max-width:420px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.dark .eb-message{color:#94a3b8}.eb-suggestion{position:relative;z-index:1;max-width:420px;margin:0 auto 18px;padding:10px 12px;border:1px solid rgba(14,165,233,.18);border-radius:10px;background:#0ea5e912;color:#0369a1;font-size:.875rem;line-height:1.5}.dark .eb-suggestion{background:#0ea5e91a;border-color:#38bdf833;color:#7dd3fc}.eb-error-id{font-size:.8125rem;color:#94a3b8;margin-bottom:20px;position:relative;z-index:1;font-feature-settings:"tnum"}.eb-error-id strong{color:#667eea;font-weight:700;letter-spacing:.06em}.dark .eb-error-id{color:#64748b}.eb-error-message-box{background:#ef44440f;border:1px solid rgba(239,68,68,.18);border-radius:14px;padding:14px 16px;text-align:left;margin-bottom:24px;position:relative;z-index:1}.dark .eb-error-message-box{background:#ef444414;border-color:#ef444438}.eb-error-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ef4444;display:block;margin-bottom:6px}.eb-error-text{font-family:Courier New,Courier,monospace;font-size:.8125rem;color:#b91c1c;word-break:break-all;line-height:1.5;margin:0}.dark .eb-error-text{color:#fca5a5}.eb-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:10px;position:relative;z-index:1}.eb-actions--secondary{margin-bottom:16px}.eb-btn-primary,.eb-btn-secondary,.eb-btn-reset-cache,.eb-btn-copy-report{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:12px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background .2s ease,opacity .2s ease;white-space:nowrap;min-height:40px;min-width:40px}.eb-btn-primary:hover,.eb-btn-secondary:hover,.eb-btn-reset-cache:hover,.eb-btn-copy-report:hover{transform:translateY(-2px)}.eb-btn-primary:active,.eb-btn-secondary:active,.eb-btn-reset-cache:active,.eb-btn-copy-report:active{transform:translateY(0) scale(.97)}.eb-btn-primary:focus-visible,.eb-btn-secondary:focus-visible,.eb-btn-reset-cache:focus-visible,.eb-btn-copy-report:focus-visible,.eb-diagnostics-toggle:focus-visible{outline:3px solid rgba(102,126,234,.55);outline-offset:3px}@keyframes eb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes eb-pulse-opacity{0%,to{opacity:1}50%{opacity:.6}}.eb-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:eb-spin .8s linear infinite}.eb-recovery-message{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#667eea14;border:1px solid rgba(102,126,234,.15);border-radius:10px;font-size:.875rem;color:#667eea;margin-top:12px;animation:eb-pulse-opacity 2s ease-in-out infinite;position:relative;z-index:1}.dark .eb-recovery-message{background:#667eea1f;border-color:#667eea38;color:#818cf8}.eb-recovery-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:eb-spin .8s linear infinite;flex-shrink:0}.eb-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 14px #667eea59}.eb-btn-primary:hover{box-shadow:0 8px 24px #667eea73}.eb-btn-secondary{background:transparent;color:#475569;border:2px solid #e2e8f0}.dark .eb-btn-secondary{color:#cbd5e1;border-color:#475569}.eb-btn-secondary:hover:not(:disabled){border-color:#667eea;color:#667eea;background:#667eea0f}.eb-btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.eb-retry-badge{font-size:.7rem;background:#667eea1f;color:#667eea;border-radius:20px;padding:1px 7px;font-weight:700}.eb-btn-reset-cache{background:#f59e0b14;color:#d97706;border:1.5px solid rgba(245,158,11,.22)}.dark .eb-btn-reset-cache{background:#fbbf2412;color:#fbbf24;border-color:#fbbf2440}.eb-btn-reset-cache:hover{background:#f59e0b24;box-shadow:0 4px 16px #f59e0b2e}.eb-btn-copy-report{background:#3b82f614;color:#2563eb;border:1.5px solid rgba(59,130,246,.22)}.dark .eb-btn-copy-report{background:#60a5fa12;color:#60a5fa;border-color:#60a5fa40}.eb-btn-copy-report:hover{background:#3b82f624;box-shadow:0 4px 16px #3b82f62e}.eb-btn-copy-report--copied{background:#10b9811a;color:#059669;border-color:#10b98140}.dark .eb-btn-copy-report--copied{color:#34d399}.eb-diagnostics-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:8px;transition:color .2s,background .2s;margin-top:4px;position:relative;z-index:1}.eb-diagnostics-toggle:hover:not(:disabled){color:#667eea;background:#667eea12}.eb-diagnostics-toggle:disabled{opacity:.5;cursor:not-allowed}.dark .eb-diagnostics-toggle{color:#94a3b8}.dark .eb-diagnostics-toggle:hover:not(:disabled){color:#818cf8}.eb-diagnostics-chevron{transition:transform .3s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.eb-diagnostics-chevron--open{transform:rotate(180deg)}.eb-diagnostics-panel{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease;margin-top:0;position:relative;z-index:1}.eb-diagnostics-panel--open{max-height:800px;opacity:1;margin-top:20px}.eb-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin-bottom:16px;text-align:left}.dark .eb-meta-grid{background:#0f172a;border-color:#334155}.eb-meta-item{display:flex;flex-direction:column;gap:3px}.eb-meta-item--full{grid-column:1 / -1}.eb-meta-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8}.eb-meta-value{font-size:.78rem;color:#1e293b;word-break:break-all;font-family:Courier New,Courier,monospace}.dark .eb-meta-value{color:#e2e8f0}.eb-diagnostic-section{margin-bottom:16px;text-align:left}.eb-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#475569;margin-bottom:8px}.dark .eb-section-title{color:#94a3b8}.eb-stack{background:#0f172a;color:#94a3b8;border:1px solid #1e293b;border-radius:10px;padding:14px;font-family:Courier New,Courier,monospace;font-size:.72rem;line-height:1.65;white-space:pre-wrap;word-break:break-word;max-height:220px;overflow-y:auto;text-align:left}.dark .eb-stack{background:#020617;border-color:#0f172a;color:#cbd5e1}.eb-stack::-webkit-scrollbar{width:6px}.eb-stack::-webkit-scrollbar-track{background:transparent}.eb-stack::-webkit-scrollbar-thumb{background:#667eea66;border-radius:999px}@media(max-width:768px){.eb-overlay{padding:12px}.eb-card{padding:32px 24px 24px;border-radius:20px;max-width:100%}.eb-title{font-size:1.375rem}.eb-message{font-size:.9375rem;line-height:1.6}.eb-icon-wrapper{width:68px;height:68px}.eb-icon{width:32px;height:32px}.eb-actions{gap:8px}.eb-actions--secondary{flex-direction:column;align-items:stretch}.eb-btn-primary,.eb-btn-secondary,.eb-btn-reset-cache,.eb-btn-copy-report{min-height:44px;padding:12px 16px;font-size:.9375rem;flex:1}.eb-actions--secondary .eb-btn-reset-cache,.eb-actions--secondary .eb-btn-copy-report{width:100%}.eb-meta-grid{grid-template-columns:1fr;gap:8px;padding:12px}.eb-meta-item--full{grid-column:1}.eb-meta-label{font-size:.625rem}.eb-meta-value{font-size:.75rem}.eb-stack{max-height:200px;font-size:.7rem;padding:12px}.eb-diagnostics-panel--open{max-height:600px}.eb-error-message-box{padding:12px 14px;margin-bottom:18px}.eb-error-text{font-size:.8rem}}@media(max-width:540px){.eb-overlay{padding:8px}.eb-card{padding:28px 18px 22px;border-radius:16px}.eb-title{font-size:1.25rem;line-height:1.25;margin-bottom:10px}.eb-message{font-size:.875rem;line-height:1.55;margin-bottom:12px;max-width:100%}.eb-icon-wrapper{width:60px;height:60px;margin-bottom:18px}.eb-icon{width:28px;height:28px}.eb-error-id{font-size:.75rem;margin-bottom:16px}.eb-actions{flex-direction:column;align-items:stretch;gap:6px;margin-bottom:8px}.eb-btn-primary,.eb-btn-secondary,.eb-btn-reset-cache,.eb-btn-copy-report{width:100%;justify-content:center;padding:14px 12px;min-height:48px;font-size:.875rem;border-radius:10px}.eb-actions--secondary{flex-direction:column;margin-bottom:12px}.eb-actions--secondary .eb-btn-reset-cache,.eb-actions--secondary .eb-btn-copy-report{width:100%}.eb-meta-grid{grid-template-columns:1fr;gap:6px;padding:10px;margin-bottom:12px}.eb-meta-item{gap:2px}.eb-meta-label{font-size:.6rem}.eb-meta-value{font-size:.7rem}.eb-stack{max-height:180px;font-size:.65rem;padding:10px;line-height:1.5}.eb-diagnostics-panel--open{max-height:500px;margin-top:16px}.eb-error-message-box{padding:10px 12px;margin-bottom:14px;border-radius:10px}.eb-error-label{font-size:.65rem}.eb-error-text{font-size:.75rem}.eb-diagnostics-toggle{font-size:.75rem;padding:5px 10px;margin-top:2px}.eb-diagnostic-section{margin-bottom:12px}.eb-section-title{font-size:.7rem}}@media(max-width:360px){.eb-overlay{padding:4px}.eb-card{padding:22px 14px 18px;border-radius:14px}.eb-title{font-size:1.1rem;margin-bottom:8px}.eb-message{font-size:.8125rem;margin-bottom:10px}.eb-icon-wrapper{width:52px;height:52px;margin-bottom:14px}.eb-icon{width:24px;height:24px}.eb-bg-glow{filter:blur(80px)}.eb-bg-glow--1{width:300px;height:300px;top:-80px;left:-80px}.eb-bg-glow--2{width:280px;height:280px;bottom:-60px;right:-60px}.eb-btn-primary,.eb-btn-secondary,.eb-btn-reset-cache,.eb-btn-copy-report{padding:12px 10px;min-height:44px;font-size:.8125rem;gap:5px}.eb-meta-grid{padding:8px;gap:4px}.eb-stack{max-height:150px;font-size:.6rem;padding:8px}}.eb-feature-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;border:1px solid rgba(239,68,68,.2);background:#ef44440a;padding:24px;text-align:center}.dark .eb-feature-fallback{background:#ef444414;border-color:#ef444426}.eb-feature-icon{color:#f87171;margin-bottom:12px}.eb-feature-title{font-size:.9375rem;font-weight:700;color:#ef4444;margin-bottom:4px}.eb-feature-message{font-size:.8125rem;color:#94a3b8;margin-bottom:16px;max-width:260px;line-height:1.5}.eb-feature-retry-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.eb-feature-retry-btn:hover{opacity:.88}.eb-feature-retry-badge{font-size:.65rem;background:#fff3;border-radius:20px;padding:1px 6px;font-weight:700}@media(prefers-reduced-motion:reduce){.eb-card,.eb-icon-wrapper,.eb-bg-glow,.eb-btn-primary,.eb-btn-secondary,.eb-btn-reset-cache,.eb-btn-copy-report{animation:none;transition:none}.eb-diagnostics-panel{transition:none}}
