:root{--tour-scrim: rgba(4, 4, 12, .66);--tour-glow: rgba(245, 210, 122, .4);--tour-z: 2147483100}html[data-theme-mode=light]{--tour-scrim: rgba(24, 17, 6, .52);--tour-glow: rgba(176, 122, 51, .34)}body.tour-open .cw-root,body.tour-open .cwh-back{display:none!important}.tour-root{position:fixed;inset:0;z-index:var(--tour-z);pointer-events:none}.tour-root[hidden]{display:none!important}.tour-block{position:fixed;z-index:1;background:transparent;pointer-events:auto}.tour-hole{position:fixed;z-index:2;pointer-events:none;border-radius:12px;box-shadow:0 0 0 2px var(--accent),0 0 0 6px var(--accent-soft, rgba(245,210,122,.14)),0 0 32px 9px var(--tour-glow),0 0 0 100vmax var(--tour-scrim);transition:none}.tour-hole.no-anim{transition:none}.tour-hole.full{box-shadow:0 0 0 100vmax var(--tour-scrim);border-radius:0}.tour-card{position:fixed;z-index:3;width:344px;max-width:calc(100vw - 24px);background:var(--bg-2);color:var(--text);border:1px solid var(--border-2);border-radius:16px;padding:15px 17px 16px;box-shadow:0 20px 54px #0000006b;font-family:var(--font-sans, system-ui, sans-serif);line-height:1.5;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.tour-card.tc-in{opacity:1;transform:none;pointer-events:auto}.tour-hd{display:flex;align-items:flex-start;gap:10px;margin-bottom:9px}.tour-ic{width:36px;height:36px;border-radius:10px;flex:none;background:var(--accent-soft, rgba(245,210,122,.14));color:var(--accent);display:flex;align-items:center;justify-content:center}.tour-ic svg{width:21px;height:21px;display:block}.tour-hd-txt{min-width:0;flex:1}.tour-kicker{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-weight:600}.tour-title{font-family:var(--font-serif, Georgia, serif);font-size:20px;font-weight:600;color:var(--accent);line-height:1.15;margin-top:1px}.tour-x{width:30px;height:30px;flex:none;border:0;cursor:pointer;border-radius:999px;background:linear-gradient(180deg,var(--accent-2),var(--accent-3));color:var(--accent-ink);display:flex;align-items:center;justify-content:center;margin-left:auto}.tour-x svg{width:15px;height:15px}.tour-x:hover{filter:brightness(1.06)}.tour-text{font-size:13.5px;color:var(--text-soft);line-height:1.55;margin:0 0 12px}.tour-prog{height:5px;border-radius:999px;background:var(--surface);overflow:hidden;margin-bottom:12px}.tour-prog>i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent-3),var(--accent-2));transition:width .3s ease}.tour-prog-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.tour-prog-n{flex:none;font-size:11px;font-weight:600;letter-spacing:.03em;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}.tour-prog-row .tour-prog{flex:1;margin-bottom:0}.tour-card .tour-hd{align-items:center}.tour-arrow{position:fixed;z-index:2;pointer-events:none;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.6));animation:tourArrow 1s ease-in-out infinite}.tour-arrow svg{width:34px;height:34px;display:block;stroke-width:2.4}.tour-arrow.down{animation-name:tourArrowDown}@keyframes tourArrow{0%,to{transform:translateY(5px)}50%{transform:translateY(-3px)}}@keyframes tourArrowDown{0%,to{transform:rotate(180deg) translateY(5px)}50%{transform:rotate(180deg) translateY(-3px)}}@media (prefers-reduced-motion: reduce){.tour-arrow{animation:none}}.tour-nav{display:flex;align-items:center;gap:9px}.tour-btn{font:inherit;font-size:13px;font-weight:600;cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.tour-btn svg{width:15px;height:15px}.tour-back{border:1px solid var(--border-2);background:transparent;color:var(--text-soft);padding:8px 13px}.tour-back:hover{background:var(--surface)}.tour-next{border:0;background:linear-gradient(180deg,var(--accent-2),var(--accent-3));color:var(--accent-ink);padding:9px 15px}.tour-next:hover{filter:brightness(1.06)}.tour-skip{margin-left:auto;font-size:12px;color:var(--muted);text-decoration:underline;background:0;border:0;cursor:pointer;font-family:inherit}.tour-skip:hover{color:var(--text-soft)}@media (max-width: 999px){.tour-card{left:8px!important;right:8px!important;width:auto!important;max-width:none;border-radius:18px;padding:14px 15px calc(14px + var(--safe-bot, 0px))}.tour-card.tc-bottom{bottom:8px!important;top:auto!important}.tour-card.tc-top{top:calc(8px + env(safe-area-inset-top,0px))!important;bottom:auto!important;padding:calc(12px + env(safe-area-inset-top,0px)) 15px 14px}.tour-title{font-size:18px}.tour-back,.tour-next{flex:1;justify-content:center;padding:11px 12px}.tour-skip{flex:none}}.tour-modal{position:fixed;inset:0;z-index:calc(var(--tour-z) + 4);display:flex;align-items:center;justify-content:center;padding:16px;background:var(--tour-scrim);opacity:0;transition:opacity .22s ease}.tour-modal.tc-in{opacity:1}.tour-panel{position:relative;width:380px;max-width:calc(100vw - 24px);text-align:center;background:var(--bg-2);color:var(--text);border:1px solid var(--border-2);border-radius:18px;padding:24px 22px;box-shadow:0 26px 60px #0000007a;font-family:var(--font-sans, system-ui, sans-serif);transform:translateY(8px) scale(.98);transition:transform .22s ease}.tour-modal.tc-in .tour-panel{transform:none}.tour-panel .tour-x{position:absolute;top:12px;right:12px;margin-left:0;width:40px;height:40px}.tour-panel .tour-x svg{width:18px;height:18px}.tour-panel .tour-ic{width:52px;height:52px;margin:0 auto 12px}.tour-panel .tour-ic svg{width:28px;height:28px}.tour-panel .tour-title{font-size:23px}.tour-panel .tour-text{font-size:14px;margin:6px 0 16px;text-align:center}.tour-panel .tour-nav{justify-content:center}.tour-panel .tour-prog{margin-bottom:14px}.tour-final-ic{box-shadow:0 0 26px 5px var(--tour-glow)}.tour-toast{position:fixed;left:50%;transform:translate(-50%) translateY(10px);bottom:calc(84px + var(--safe-bot, 0px));z-index:calc(var(--tour-z) + 5);display:inline-flex;align-items:center;gap:8px;background:var(--bg-2);border:1px solid var(--accent);border-radius:999px;padding:10px 16px;color:var(--text);font-size:13.5px;font-weight:500;font-family:var(--font-sans, system-ui, sans-serif);box-shadow:0 12px 30px #00000052;opacity:0;transition:opacity .25s ease,transform .25s ease;pointer-events:none;max-width:calc(100vw - 32px)}.tour-toast.tc-in{opacity:1;transform:translate(-50%) translateY(0)}.tour-toast svg{width:17px;height:17px;color:var(--accent);flex:none}.tour-entry-hd{display:inline-flex;align-items:center;gap:7px;cursor:pointer;font:inherit;font-size:13px;font-weight:600;border:0;color:var(--accent);background:var(--accent-soft, rgba(245,210,122,.12));border-radius:999px;box-shadow:inset 0 0 0 1px var(--accent);padding:7px 15px;margin-left:12px;line-height:1;white-space:nowrap;font-family:var(--font-sans, system-ui, sans-serif);transition:background var(--t-fast, .15s),color var(--t-fast, .15s),box-shadow var(--t-fast, .15s)}.tour-entry-hd:hover{background:linear-gradient(180deg,var(--accent-2),var(--accent-3));color:var(--accent-ink);box-shadow:0 4px 14px var(--accent-soft),inset 0 1px #fff6}.tour-entry-hd svg{width:16px;height:16px}@media (max-width: 999px){.tour-entry-hd{display:none!important}}.tour-entry-mob{position:absolute;left:12px;bottom:12px;z-index:6;width:52px;height:52px;border-radius:50%;border:0;cursor:pointer;background:linear-gradient(180deg,var(--accent-2),var(--accent-3));color:var(--accent-ink);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000057,inset 0 1px #ffffff80}.tour-entry-mob:active{transform:scale(.95)}.tour-entry-mob svg{width:24px;height:24px}@media (min-width: 1000px){.tour-entry-mob{display:none!important}}
