.hv-tour{position:fixed;inset:0;z-index:120}.hv-tour-scrim{position:fixed;inset:0;background:rgba(0,0,0,.72)}.hv-tour-spot{position:fixed;border-radius:10px;box-shadow:0 0 0 9999px rgba(0,0,0,.72);outline:2px solid rgb(var(--accent));outline-offset:0;pointer-events:none;transition:top .18s ease,left .18s ease,width .18s ease,height .18s ease}.hv-tour-box{position:fixed;width:320px;max-width:calc(100vw - 28px);background:rgb(var(--surface));border:1px solid rgb(var(--accent));border-radius:12px;padding:14px 15px 12px;box-shadow:0 18px 50px rgba(0,0,0,.7)}.hv-tour-box.is-centred{top:50%;left:50%;transform:translate(-50%,-50%);width:360px}.hv-tour-h{display:flex;align-items:center;gap:9px;margin-bottom:8px}.hv-tour-mark{flex:none;border-radius:50%}.hv-tour-title{margin:0;font:600 14.5px var(--font-inter-tight);color:rgb(var(--foreground))}.hv-tour-body{margin:0 0 13px;font-size:12.5px;line-height:1.55;color:rgb(var(--muted-foreground))}.hv-tour-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.hv-tour-count{font-size:10px;letter-spacing:.4px;color:rgb(var(--dim-foreground))}.hv-tour-acts{display:flex;align-items:center;gap:7px;margin-left:auto}.hv-tour-back,.hv-tour-skip{padding:6px 10px;border-radius:7px;border:1px solid rgb(var(--border-strong));background:transparent;color:rgb(var(--muted-foreground));font:500 12px var(--font-inter-tight);cursor:pointer}.hv-tour-back:hover,.hv-tour-skip:hover{color:rgb(var(--foreground));border-color:rgb(var(--border-color))}.hv-tour-next{padding:6px 13px;border-radius:7px;border:0;background:rgb(var(--accent));color:rgb(var(--accent-foreground));font:600 12px var(--font-inter-tight);cursor:pointer}@media (prefers-reduced-motion:reduce){.hv-tour-spot{transition:none}}.hv-tour-star{display:inline-block;vertical-align:-2px;margin:0 2px;color:rgb(var(--accent))}