.cr-tour-root{z-index:2147483640;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:fixed;inset:0}.cr-tour-root[hidden]{display:none!important}.cr-tour-svg{pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.cr-tour-mask-hole{transition:x .45s cubic-bezier(.4,1.2,.4,1),y .45s cubic-bezier(.4,1.2,.4,1),width .45s cubic-bezier(.4,1.2,.4,1),height .45s cubic-bezier(.4,1.2,.4,1)}.cr-tour-glow{pointer-events:none;opacity:0;will-change:transform, width, height;border-radius:12px;transition:transform .45s cubic-bezier(.4,1.2,.4,1),width .45s cubic-bezier(.4,1.2,.4,1),height .45s cubic-bezier(.4,1.2,.4,1),opacity .3s;animation:2.4s ease-in-out infinite cr-tour-pulse;position:absolute;top:0;left:0;box-shadow:0 0 0 2px #14b8a68c,0 0 24px 4px #14b8a64d,0 0 60px 8px #fe497e33}@keyframes cr-tour-pulse{0%,to{box-shadow:0 0 0 2px #14b8a673,0 0 24px 4px #14b8a640,0 0 60px 8px #fe497e2e}50%{box-shadow:0 0 0 3px #14b8a6b3,0 0 32px 6px #14b8a673,0 0 80px 12px #fe497e4d}}.cr-tour-tooltip{color:#e2e8f0;pointer-events:auto;will-change:transform;background:#0f172a;border:1px solid #fe497e40;border-radius:14px;width:min(380px,100vw - 32px);padding:18px 18px 16px;line-height:1.4;transition:transform .5s cubic-bezier(.4,1.2,.4,1),opacity .28s ease-out;position:absolute;top:0;left:0;transform:translate(0);box-shadow:0 20px 50px -12px #0000008c,inset 0 0 0 1px #14b8a614,0 0 60px -20px #fe497e73}.cr-tour-tooltip[hidden]{display:none!important}.cr-tour-arrow{pointer-events:none;background:#0f172a;border-top:1px solid #fe497e40;border-left:1px solid #fe497e40;width:16px;height:16px;transition:opacity .2s;position:absolute;transform:translate(-50%,-50%)rotate(45deg)}.cr-tour-arrow[data-dir=down]{transform:translate(-50%,-50%)rotate(225deg)}.cr-tour-arrow[data-dir=left]{transform:translate(-50%,-50%)rotate(-45deg)}.cr-tour-arrow[data-dir=right]{transform:translate(-50%,-50%)rotate(135deg)}.cr-tour-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cr-tour-step-count{color:#14b8a6;text-transform:uppercase;letter-spacing:.08em;background:#14b8a61a;border:1px solid #14b8a633;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:600}.cr-tour-close-x{color:#94a3b8;cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s,color .15s;display:inline-flex}.cr-tour-close-x:hover{color:#fe497e;background:#fe497e26}.cr-tour-close-x:focus-visible{outline-offset:2px;outline:2px solid #14b8a6}.cr-tour-tag{opacity:.9;margin:4px 0 8px;font-size:16px;line-height:1;display:inline-block}.cr-tour-title{color:#f8fafc;letter-spacing:-.01em;margin:0 0 6px;font-size:16px;font-weight:700;line-height:1.3}.cr-tour-body{color:#cbd5e1;margin:0 0 14px;font-size:13.5px;line-height:1.5}.cr-tour-hint{color:#14b8a6;background:#14b8a614;border-radius:8px;align-items:center;gap:8px;margin:0 0 8px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.cr-tour-hint-pulse{background:#14b8a6;border-radius:50%;width:8px;height:8px;animation:1.6s ease-out infinite cr-tour-hint-pulse;box-shadow:0 0 #14b8a6b3}@keyframes cr-tour-hint-pulse{0%{box-shadow:0 0 #14b8a68c}70%{box-shadow:0 0 0 8px #14b8a600}to{box-shadow:0 0 #14b8a600}}.cr-tour-actions{gap:8px;margin-bottom:8px;display:flex}.cr-tour-btn{cursor:pointer;border:0;border-radius:8px;flex:1;min-height:36px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2;transition:transform .12s,background .18s,box-shadow .18s,border-color .18s}.cr-tour-btn:active{transform:translateY(1px)}.cr-tour-btn:focus-visible{outline-offset:2px;outline:2px solid #14b8a6}.cr-tour-btn-primary{color:#fff;background:linear-gradient(135deg,#fe497e 0%,#f43f5e 100%);box-shadow:0 4px 12px #fe497e4d}.cr-tour-btn-primary:hover{background:linear-gradient(135deg,#ff5288 0%,#f74e6c 100%);box-shadow:0 6px 18px #fe497e73}.cr-tour-btn-secondary{color:#94a3b8;background:0 0;border:1px solid #94a3b838}.cr-tour-btn-secondary:hover{color:#cbd5e1;background:#14b8a60f;border-color:#14b8a666}.cr-tour-btn-large{flex:none;min-height:44px;padding:12px 24px;font-size:14px}.cr-tour-skip-link{color:#64748b;cursor:pointer;text-underline-offset:3px;pointer-events:auto;background:0 0;border:0;padding:4px 0 0;font-family:inherit;font-size:11.5px;-webkit-text-decoration:underline #64748b66;text-decoration:underline #64748b66}.cr-tour-skip-link:hover{color:#fe497e}.cr-tour-backdrop{-webkit-backdrop-filter:blur(2px);pointer-events:auto;cursor:pointer;background:#0f172aa6;animation:.3s ease-out cr-tour-fade-in;position:absolute;inset:0}.cr-tour-backdrop[hidden]{display:none!important}@keyframes cr-tour-fade-in{0%{opacity:0}to{opacity:1}}.cr-tour-modal{color:#e2e8f0;pointer-events:auto;text-align:center;background:#0f172a;border:1px solid #fe497e4d;border-radius:18px;width:min(520px,100vw - 32px);padding:28px 28px 22px;animation:.4s cubic-bezier(.34,1.4,.5,1) cr-tour-modal-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 28px 70px -20px #000000a6,inset 0 0 0 1px #14b8a61a,0 0 80px -20px #fe497e80}@keyframes cr-tour-modal-in{0%{opacity:0;transform:translate(-50%,-45%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.cr-tour-modal[hidden]{display:none!important}.cr-tour-close-x--modal{width:32px;height:32px;position:absolute;top:14px;right:14px}.cr-tour-modal-icon{margin-bottom:14px;font-size:38px;line-height:1}.cr-tour-modal-title{color:#f8fafc;letter-spacing:-.01em;margin:0 0 10px;font-size:22px;font-weight:700;line-height:1.2}.cr-tour-modal-body{color:#cbd5e1;margin:0 0 20px;font-size:14.5px;line-height:1.55}.cr-tour-modal-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.cr-tour-explore-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:14px 0 18px;display:grid}.cr-tour-explore-card{text-align:center;cursor:pointer;color:#e2e8f0;background:#14b8a60d;border:1px solid #14b8a62e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:92px;padding:14px 10px;font-family:inherit;line-height:1.3;transition:transform .15s,background .18s,border-color .18s;display:flex}.cr-tour-explore-card:hover{background:#fe497e14;border-color:#fe497e66;transform:translateY(-2px)}.cr-tour-explore-icon{font-size:24px;line-height:1}.cr-tour-explore-label{color:#f1f5f9;font-size:12.5px;font-weight:600}.cr-tour-resume-pill{z-index:2147483641;color:#e2e8f0;pointer-events:auto;background:#0f172a;border:1px solid #14b8a666;border-radius:999px;align-items:center;gap:10px;padding:8px 8px 8px 16px;font-family:inherit;font-size:12.5px;animation:.4s cubic-bezier(.34,1.56,.64,1) cr-tour-pill-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 32px #00000073}@keyframes cr-tour-pill-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cr-tour-resume-text{color:#cbd5e1;white-space:nowrap}.cr-tour-resume-text strong{color:#14b8a6;font-weight:700}.cr-tour-resume-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fe497e,#f43f5e);border:0;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600}.cr-tour-resume-skip{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:50%;width:26px;height:26px;font-family:inherit;font-size:16px;line-height:1}.cr-tour-resume-skip:hover{color:#fe497e;background:#94a3b81a}body.light-mode .cr-tour-tooltip,html.light-mode .cr-tour-tooltip{color:#1e293b;background:#fff;border-color:#fe497e4d;box-shadow:0 20px 50px -12px #0f172a4d,inset 0 0 0 1px #14b8a61a,0 0 60px -20px #fe497e4d}body.light-mode .cr-tour-arrow{background:#fff;border-top-color:#fe497e4d;border-left-color:#fe497e4d}body.light-mode .cr-tour-title{color:#0f172a}body.light-mode .cr-tour-body{color:#475569}body.light-mode .cr-tour-modal{color:#1e293b;background:#fff;border-color:#fe497e4d}body.light-mode .cr-tour-modal-title{color:#0f172a}body.light-mode .cr-tour-modal-body{color:#475569}body.light-mode .cr-tour-explore-card{color:#1e293b}body.light-mode .cr-tour-explore-label{color:#0f172a}body.light-mode .cr-tour-scrim{fill:#0f172a66}body.light-mode .cr-tour-backdrop{background:#0f172a80}@media (width<=540px){.cr-tour-tooltip{width:calc(100vw - 24px);padding:16px 14px 14px}.cr-tour-modal{width:calc(100vw - 24px);padding:22px 18px 18px}.cr-tour-modal-title{font-size:18px}.cr-tour-modal-body{font-size:13.5px}.cr-tour-modal-icon{font-size:32px}.cr-tour-actions,.cr-tour-modal-actions{flex-direction:column-reverse}.cr-tour-modal-actions .cr-tour-btn{width:100%}.cr-tour-explore-grid{grid-template-columns:1fr 1fr}.cr-tour-resume-pill{justify-content:space-between;bottom:80px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){.cr-tour-mask-hole,.cr-tour-glow,.cr-tour-tooltip,.cr-tour-modal{transition:none!important;animation:none!important}.cr-tour-backdrop,.cr-tour-hint-pulse{animation:none!important}}
