.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)}}
/*# sourceMappingURL=b15fed70778b5dbb.css.map*/