.tour-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.tour-card{text-align:center;border:1px solid #ffffff1a;border-radius:24px;width:90%;max-width:480px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #000c}.tour-progress{justify-content:center;gap:8px;margin-bottom:2rem;display:flex}.progress-dot{background:#ffffff1a;border-radius:50%;width:6px;height:6px;transition:all .3s}.progress-dot.active{background:var(--accent-primary);border-radius:10px;width:24px}.progress-dot.done{cursor:pointer;background:#eab3084d}.progress-dot{cursor:pointer}.tour-icon{margin-bottom:1.5rem;font-size:3.5rem;animation:2s infinite bounce;display:block}.tour-card h2{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.tour-card p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.tour-actions{justify-content:space-between;align-items:center;gap:20px;display:flex}.tour-actions .btn-primary{border-radius:12px;flex:2;padding:14px;font-size:1rem}.btn-skip{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:12px;font-weight:600;transition:all .2s}.btn-skip:hover{color:#fff;background:#ffffff0d}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tour-step-counter{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:1.5rem;margin-bottom:0;font-size:.75rem}
