.co-backdrop{z-index:10000;-webkit-backdrop-filter:blur(8px);background:#0f0f0f8c;justify-content:center;align-items:center;animation:.3s coFadeIn;display:flex;position:fixed;inset:0}.co-card{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:90%;max-width:420px;padding:3rem 2.5rem 2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) coSlideUp;display:flex;box-shadow:0 24px 64px #0000002e,0 8px 20px #00000014}.co-title{color:#0f0f0f;letter-spacing:-.02em;margin:0 0 .5rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.375rem;font-weight:700}.co-desc{color:#6b6b6b;margin:0 0 1.75rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.55}.co-spinner-wrap{width:64px;height:64px;margin-bottom:1.75rem;position:relative}.co-spinner{border:3px solid #e4e4df;border-top-color:#f5e642;border-radius:50%;width:64px;height:64px;animation:.8s linear infinite coSpin}.co-spinner-glow{background:radial-gradient(circle,#f5e64226 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite coPulse;position:absolute;inset:-6px}.co-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:flex}.co-icon-wrap--success{color:#16a34a;background:#dcfce7;animation:.5s cubic-bezier(.16,1,.3,1) coPopIn}.co-icon-wrap--error{color:#dc2626;background:#fee2e2;animation:.5s cubic-bezier(.16,1,.3,1) coPopIn}.co-checkmark,.co-xmark{width:40px;height:40px}.co-checkmark-circle{stroke-dasharray:151;stroke-dashoffset:151px;animation:.6s cubic-bezier(.65,0,.45,1) forwards coStroke}.co-checkmark-check{stroke-dasharray:36;stroke-dashoffset:36px;fill:none;animation:.35s cubic-bezier(.65,0,.45,1) .4s forwards coStroke}.co-xmark-circle{stroke-dasharray:151;stroke-dashoffset:151px;animation:.6s cubic-bezier(.65,0,.45,1) forwards coStroke}.co-xmark-x{stroke-dasharray:22;stroke-dashoffset:22px;fill:none;animation:.35s cubic-bezier(.65,0,.45,1) .4s forwards coStroke}.co-btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.625rem 2rem;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem;font-weight:700;transition:background .15s,transform .1s,box-shadow .15s;display:inline-flex}.co-btn:hover{transform:translateY(-1px)}.co-btn:active{transform:translateY(0)}.co-btn--primary{color:#0f0f0f;background:#f5e642;box-shadow:0 2px 8px #f5e64259}.co-btn--primary:hover{background:#e8d93a;box-shadow:0 4px 14px #f5e64273}.co-btn--secondary{color:#0f0f0f;background:#f3f4f6;box-shadow:0 1px 3px #0000000f}.co-btn--secondary:hover{background:#e5e7eb}@keyframes coFadeIn{0%{opacity:0}to{opacity:1}}@keyframes coSlideUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes coSpin{to{transform:rotate(360deg)}}@keyframes coPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes coPopIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes coStroke{to{stroke-dashoffset:0}}
