.store-tour{--store-tour-ease:cubic-bezier(.23, 1, .32, 1);--store-tour-duration:.22s;--store-tour-orange:var(--brand-orange,#ff6423);--store-tour-veil:#0000009e;pointer-events:none;z-index:80;position:fixed;inset:0}.store-tour__catcher{pointer-events:auto;cursor:default;position:absolute;inset:0}.store-tour__spotlight{box-shadow:0 0 0 1.5px var(--store-tour-orange), 0 0 0 9999px var(--store-tour-veil);opacity:0;pointer-events:none;transition:top var(--store-tour-duration) var(--store-tour-ease), left var(--store-tour-duration) var(--store-tour-ease), width var(--store-tour-duration) var(--store-tour-ease), height var(--store-tour-duration) var(--store-tour-ease), opacity var(--store-tour-duration) var(--store-tour-ease);border-radius:10px;position:fixed}.store-tour__spotlight[data-visible=true]{opacity:1}.store-tour__spotlight[data-glow=true]{box-shadow:0 0 0 2px var(--store-tour-orange), 0 0 22px 6px #ff6423a6, 0 0 0 9999px var(--store-tour-veil);border-radius:8px;animation:1.4s ease-in-out infinite store-tour-glow-pulse}@keyframes store-tour-glow-pulse{0%,to{box-shadow:0 0 0 2px var(--store-tour-orange), 0 0 18px 4px #ff642373, 0 0 0 9999px var(--store-tour-veil)}50%{box-shadow:0 0 0 2px var(--store-tour-orange), 0 0 28px 8px #ff6423cc, 0 0 0 9999px var(--store-tour-veil)}}.store-tour__next{min-width:72px}.store-tour__tip{z-index:2;border:1.5px solid var(--store-tour-orange);opacity:0;pointer-events:auto;width:min(340px,100vw - 32px);transition:opacity var(--store-tour-duration) var(--store-tour-ease), transform var(--store-tour-duration) var(--store-tour-ease), top var(--store-tour-duration) var(--store-tour-ease), left var(--store-tour-duration) var(--store-tour-ease);background:#18181b;border-radius:12px;flex-direction:column;gap:10px;padding:16px 18px;display:flex;position:fixed;transform:scale(.95)}.store-tour__tip[data-visible=true]{opacity:1;transform:scale(1)}.store-tour__tip-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-tour__tip-title{color:#fafafa;flex:1;min-width:0;margin:0;font-size:16px;font-weight:600;line-height:1.25}.store-tour__tip-skip{color:#a1a1aa;cursor:pointer;background:0 0;border:0;flex-shrink:0;margin:0;padding:2px 0 0;font-size:12px;font-weight:500;line-height:1.25}.store-tour__tip-skip:hover{color:#fafafa}.store-tour__tip-body{color:#a1a1aa;margin:0;font-size:13px;line-height:1.45}.store-tour__tip-note{color:#e4e4e7;background:#ff64231a;border-radius:8px;margin:0;padding:8px 10px;font-size:12px;line-height:1.4}.store-tour__tip-bar{justify-content:space-between;align-items:center;gap:12px;margin-top:2px;display:flex}.store-tour__tip-hint{color:var(--store-tour-orange);margin:0;font-size:12px;font-weight:500}.store-tour__dots{gap:5px;display:flex}.store-tour__dot{background:#3f3f46;border-radius:999px;width:6px;height:6px}.store-tour__dot[data-active=true]{background:var(--store-tour-orange)}
