.cr-backdrop{-webkit-backdrop-filter:blur(8px);z-index:9998;background:#00000080;animation:.25s crFadeIn;position:fixed;inset:0}.cr-modal{z-index:9999;background:#fff;border-radius:20px;width:92%;max-width:420px;max-height:90vh;padding:24px 20px 20px;animation:.35s cubic-bezier(.34,1.56,.64,1) crSlideUp;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0000000a,0 8px 40px #00000024,0 24px 80px #00000014}.dark .cr-modal{background:#1a1f2e;box-shadow:0 0 0 1px #ffffff0f,0 8px 40px #00000080,0 24px 80px #0000004d}.cr-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.cr-close:hover{color:#475569;background:#f1f5f9}.dark .cr-close:hover{color:#cbd5e1;background:#ffffff14}.cr-header{text-align:center;margin-bottom:16px}.cr-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 4px;font-size:18px;font-weight:700}.dark .cr-title{color:#f1f5f9}.cr-subtitle{color:#64748b;margin:0;font-size:13px;line-height:1.4}.dark .cr-subtitle{color:#94a3b8}.cr-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px;display:grid}.cr-row{cursor:pointer;text-align:center;background:#fafbfc;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:14px 8px 12px;transition:all .18s;display:flex;position:relative}.dark .cr-row{background:#1e2538;border-color:#2d3548}.cr-row:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.dark .cr-row:hover{background:#232b40;border-color:#3d4a63}.cr-row--selected{box-shadow:0 0 0 2px #8b1e241a;background:#8b1e240a!important;border-color:#8b1e24!important}.dark .cr-row--selected{box-shadow:0 0 0 2px #8b1e2433;background:#8b1e2424!important}.cr-row-avatar{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex;overflow:hidden}.dark .cr-row-avatar{background:#2d3548;border-color:#3d4a63}.cr-row--selected .cr-row-avatar{border-color:#8b1e24}.cr-row-img{object-fit:cover;border-radius:50%;width:48px!important;height:48px!important}.cr-row-label{color:#334155;font-size:12px;font-weight:600;line-height:1.3}.dark .cr-row-label{color:#e2e8f0}.cr-row--selected .cr-row-label{color:#8b1e24}.dark .cr-row--selected .cr-row-label{color:#f1f5f9}.cr-row-check{position:absolute;top:6px;right:6px}.cr-row-radio{display:none}.cr-textarea{resize:none;color:#1e293b;box-sizing:border-box;background:#fafbfc;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;margin-bottom:12px;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.dark .cr-textarea{color:#e2e8f0;background:#1e2538;border-color:#2d3548}.cr-textarea:focus{border-color:#8b1e24;outline:none}.cr-textarea::placeholder{color:#94a3b8;font-size:12px}.cr-actions{align-items:center;gap:10px;display:flex}.cr-btn-submit{cursor:pointer;color:#fff;letter-spacing:-.01em;background:#8b1e24;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.cr-btn-submit:hover:not(:disabled){background:#721a1f;transform:translateY(-1px);box-shadow:0 4px 12px #8b1e244d}.cr-btn-submit:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.cr-send-icon{flex-shrink:0}.cr-btn-skip{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.cr-btn-skip:hover{color:#64748b;background:#f1f5f9}.dark .cr-btn-skip:hover{color:#cbd5e1;background:#ffffff0f}.cr-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite crSpin}.cr-thanks{text-align:center;padding:20px 0 8px}.cr-thanks-icon{justify-content:center;margin-bottom:14px;display:flex}.cr-thanks-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:18px;font-weight:700}.dark .cr-thanks-title{color:#f1f5f9}.cr-thanks-text{color:#64748b;margin:0;font-size:13px;line-height:1.5}.dark .cr-thanks-text{color:#94a3b8}@keyframes crFadeIn{0%{opacity:0}to{opacity:1}}@keyframes crSlideUp{0%{opacity:0;transform:translate(-50%,-44%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes crSpin{to{transform:rotate(360deg)}}.cr-coupon-modal{z-index:9999;text-align:center;background:#fff;border-radius:24px;width:92%;max-width:440px;padding:32px 24px 24px;animation:.4s cubic-bezier(.34,1.56,.64,1) crSlideUp;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0000000a,0 12px 48px #00000029,0 24px 96px #0000001a}.dark .cr-coupon-modal{background:#151926;box-shadow:0 0 0 1px #ffffff0d,0 12px 48px #00000080,0 24px 96px #0000004d}.cr-coupon-content{flex-direction:column;align-items:center;display:flex}.cr-coupon-icon-wrapper{flex-direction:column;align-items:center;margin-bottom:16px;display:inline-flex;position:relative}.cr-coupon-emoji{filter:drop-shadow(0 4px 6px #0000001a);margin-bottom:8px;font-size:48px;line-height:1;animation:2s ease-in-out infinite crPulse}.cr-coupon-badge{color:#d97706;text-transform:uppercase;letter-spacing:.08em;background:#fef3c7;border:1px solid #fde68a;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:800}.dark .cr-coupon-badge{color:#fbbf24;background:#d9770626;border-color:#d977064d}.cr-coupon-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 10px;font-size:22px;font-weight:800;line-height:1.25}.dark .cr-coupon-title{color:#f8fafc}.cr-coupon-text{color:#475569;margin:0 0 24px;font-size:14px;line-height:1.5}.dark .cr-coupon-text{color:#94a3b8}.cr-coupon-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px dashed #f59e0b;border-radius:16px;width:100%;margin-bottom:12px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #f59e0b14}.dark .cr-coupon-card{background:linear-gradient(135deg,#1e1b12,#2d230f);border-color:#d97706;box-shadow:0 4px 20px #0003}.cr-coupon-card:before,.cr-coupon-card:after{content:"";z-index:10;background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%)}.cr-coupon-card:before{border-right:2px dashed #f59e0b;left:-8px}.cr-coupon-card:after{border-left:2px dashed #f59e0b;right:-8px}.dark .cr-coupon-card:before{background:#151926;border-right-color:#d97706}.dark .cr-coupon-card:after{background:#151926;border-left-color:#d97706}.cr-coupon-card-left{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:16px 12px;display:flex}.cr-coupon-percent{color:#b45309;font-size:32px;font-weight:900;line-height:1}.dark .cr-coupon-percent{color:#fbbf24}.cr-coupon-off{color:#d97706;letter-spacing:.1em;margin-top:2px;font-size:11px;font-weight:800}.dark .cr-coupon-off{color:#f59e0b}.cr-coupon-card-divider{border-left:2px dashed #fde68a;width:1px;margin:12px 0}.dark .cr-coupon-card-divider{border-left-color:#d977064d}.cr-coupon-card-right{flex-direction:column;flex:1.6;justify-content:center;align-items:flex-start;padding:16px 20px 16px 24px;display:flex}.cr-coupon-label-small{color:#d97706;letter-spacing:.08em;margin-bottom:4px;font-size:9px;font-weight:700}.dark .cr-coupon-label-small{color:#f59e0b}.cr-coupon-code{color:#78350f;letter-spacing:.05em;margin-bottom:6px;font-family:monospace;font-size:24px;font-weight:900;line-height:1.1}.dark .cr-coupon-code{color:#fef3c7}.cr-coupon-copy-btn{color:#fff;cursor:pointer;background:#b45309;border:none;border-radius:8px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.cr-coupon-copy-btn:hover{background:#92400e;transform:translateY(-.5px)}.cr-coupon-copy-btn--copied{background:#10b981!important}.cr-coupon-footer-note{color:#64748b;margin-bottom:24px;font-size:11px}.dark .cr-coupon-footer-note{color:#94a3b8}.cr-coupon-actions{flex-direction:column;gap:8px;width:100%;display:flex}.cr-coupon-btn-claim{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:12px;width:100%;padding:12px 24px;font-size:14px;font-weight:700;transition:all .25s;box-shadow:0 4px 14px #b453094d}.cr-coupon-btn-claim:hover{background:linear-gradient(135deg,#b45309,#92400e);transform:translateY(-1.5px);box-shadow:0 6px 18px #b4530966}.cr-coupon-btn-no{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s}.cr-coupon-btn-no:hover{color:#475569;background:#f1f5f9}.dark .cr-coupon-btn-no:hover{color:#cbd5e1;background:#ffffff0d}@keyframes crPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}
/*# sourceMappingURL=6bcf08fb181f2af2.css.map*/