/* Romanov guided-tour chrome — consumes Theme FX tokens (--c1/--c2/--c3/--grad/--line). */
.rs-tour-ov{position:fixed;inset:0;width:100%;height:100%;z-index:2147483000;pointer-events:none}
.rs-tour-ov #rsTourRing{stroke:var(--c3,#34e3ff);filter:drop-shadow(0 0 10px rgba(var(--c1-rgb,52,227,255),.55))}
html.rs-tour-on{overflow:hidden}

.rs-tip{position:fixed;top:0;left:0;z-index:2147483001;width:min(340px,calc(100vw - 24px));
  background:rgba(10,11,17,.94);backdrop-filter:blur(14px);border:1px solid var(--line,rgba(255,255,255,.12));
  border-radius:16px;padding:16px 17px 13px;color:var(--cream,#eef1f8);
  font-family:var(--sans,"Space Grotesk",system-ui,sans-serif);box-shadow:0 24px 70px rgba(0,0,0,.55);
  transition:transform .22s cubic-bezier(.2,.7,.2,1);outline:none}
@media (prefers-reduced-motion:reduce){.rs-tip{transition:none}}
.rs-tip__count{font-family:ui-monospace,monospace;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--c3,#34e3ff);margin-bottom:6px}
.rs-tip__title{font-size:16px;font-weight:600;margin:0 0 6px;letter-spacing:-.01em}
.rs-tip__body{font-size:13.5px;line-height:1.55;color:var(--silver,rgba(238,241,248,.82))}
.rs-tip__body a{color:var(--c3,#34e3ff)}
.rs-tip__dots{display:flex;gap:6px;margin:13px 0 12px}
.rs-tip__dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}
.rs-tip__dot--on{background:var(--c3,#34e3ff);box-shadow:0 0 8px rgba(var(--c1-rgb,52,227,255),.7)}
.rs-tip__row{display:flex;align-items:center;gap:8px}
.rs-tip__sp{flex:1}
.rs-tip button{font:inherit;font-size:13px;font-weight:600;border-radius:100px;cursor:pointer;border:1px solid var(--line,rgba(255,255,255,.14));padding:8px 15px;color:#fff;background:rgba(255,255,255,.05);transition:filter .2s}
.rs-tip__skip{color:var(--silver,rgba(238,241,248,.7));border-color:transparent;background:none;padding-left:0}
.rs-tip__skip:hover{color:#fff}
.rs-tip__next{color:#08110b;background:var(--grad,linear-gradient(100deg,#34e3ff,#9a5cff));border-color:transparent}
.rs-tip button:hover{filter:brightness(1.07)}

/* non-destructive highlight for action:'pulse' */
.rs-tour-pulse{position:relative;z-index:2147483002}
@keyframes rsTourPulse{0%,100%{box-shadow:0 0 0 0 rgba(var(--c1-rgb,52,227,255),.5)}50%{box-shadow:0 0 0 6px rgba(var(--c1-rgb,52,227,255),0)}}
.rs-tour-pulse{animation:rsTourPulse 1.6s ease-out infinite;border-radius:12px}
@media (prefers-reduced-motion:reduce){.rs-tour-pulse{animation:none;box-shadow:0 0 0 3px rgba(var(--c1-rgb,52,227,255),.5)}}

/* the launcher pill */
.rs-tour-btn{display:inline-flex;align-items:center;gap:7px;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;
  border:1px solid var(--line,rgba(255,255,255,.16));border-radius:100px;padding:7px 13px;color:var(--cream,#eef1f8);background:rgba(255,255,255,.04);transition:.18s}
.rs-tour-btn:hover{border-color:rgba(var(--c1-rgb,52,227,255),.55);color:#fff}
.rs-tour-btn .rs-tour-ic{width:15px;height:15px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;color:#08110b;background:var(--grad,linear-gradient(100deg,#34e3ff,#9a5cff))}
