.eb-root{background:linear-gradient(135deg, var(--sand-50,#faf7f4) 0%, #f0e8de 100%);min-height:100vh;font-family:var(--font-body,"DM Sans", system-ui, sans-serif);justify-content:center;align-items:center;padding:2rem;display:flex}.eb-card{border-radius:var(--radius-xl,20px);text-align:center;background:#fff;width:100%;max-width:480px;padding:3rem 2.5rem;box-shadow:0 8px 40px #0000001f}.eb-icon-wrap{background:var(--amber-50,#faeeda);width:76px;height:76px;color:var(--amber-400,#ba7517);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.75rem;display:flex}.eb-title{font-family:var(--font-display,"Fraunces", Georgia, serif);color:var(--txt,#1c1a17);margin-bottom:.75rem;font-size:1.65rem;font-weight:600;line-height:1.2}.eb-message{color:var(--txt2,#5c5752);margin-bottom:2rem;font-size:.925rem;line-height:1.65}.eb-debug{background:var(--sand-100,#f3ede7);border-radius:var(--radius-sm,8px);border-left:3px solid var(--coral-400,#d85a30);color:var(--coral-600,#993c1d);text-align:left;white-space:pre-wrap;word-break:break-word;max-height:120px;margin-bottom:1.75rem;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.72rem;overflow:auto}.eb-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.eb-btn{border-radius:var(--radius-md,12px);cursor:pointer;border:none;align-items:center;gap:.45rem;min-height:40px;padding:.6rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.eb-btn--primary{background:var(--teal-400,#1d9e75);color:#fff}.eb-btn--primary:hover{background:var(--teal-600,#0f6e56);transform:translateY(-1px)}.eb-btn--ghost{color:var(--txt2,#5c5752);border:1px solid var(--sand-200,#e6ddd5);background:0 0}.eb-btn--ghost:hover{background:var(--sand-100,#f3ede7);color:var(--txt,#1c1a17)}@media (max-width:480px){.eb-card{padding:2rem 1.5rem}.eb-title{font-size:1.4rem}}
