.tour-progressline{position:fixed;top:0;left:0;height:3px;background:var(--accent);z-index:10000;transition:width .35s ease;pointer-events:none}.tour-bar{position:fixed;bottom:0;left:0;right:0;z-index:10000;display:flex;align-items:center;gap:18px;padding:12px 22px;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -6px 24px #0000000f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tour-badge{flex-shrink:0;width:26px;height:26px;border-radius:999px;background:var(--accent);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.tour-text{min-width:0;flex:1}.tour-label{font-size:13px;font-weight:700;color:var(--text)}.tour-caption{font-size:13px;color:var(--text-secondary);margin-left:8px}.tour-dots{display:flex;gap:7px;flex-shrink:0}.tour-dot{width:8px;height:8px;border-radius:999px;background:var(--border);transition:all .2s ease}.tour-dot.is-done{background:var(--text-muted)}.tour-dot.is-active{width:22px;background:var(--accent)}.tour-hint{flex-shrink:0;font-size:12px;font-weight:600;color:var(--accent);animation:tour-pulse 1.6s ease-in-out infinite}@keyframes tour-pulse{0%,to{opacity:.5}50%{opacity:1}}.tour-btn{flex-shrink:0;font-size:12px;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:4px 6px}.tour-btn:hover{color:var(--text)}.tour-resume{position:fixed;bottom:18px;right:18px;z-index:10000;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 16px #0000002e}
