.tour-trigger{position:relative;overflow:hidden}.tour-trigger::after{content:"NEW";margin-left:.55rem;font-size:.62em;letter-spacing:.08em;color:#67e8a5}.guided-tour{width:min(680px,calc(100vw - 28px));max-height:min(760px,calc(100vh - 28px));border:1px solid rgba(124,156,255,.35);border-radius:18px;padding:0;background:#0b0f18;color:#f5f7fb;box-shadow:0 28px 90px rgba(0,0,0,.62)}.guided-tour::backdrop{background:rgba(2,4,9,.78);backdrop-filter:blur(5px)}.guided-tour__inner{padding:24px}.guided-tour__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.guided-tour__kicker{display:block;color:#7c9cff;font-size:.72rem;letter-spacing:.13em;margin-bottom:7px}.guided-tour h2{margin:0;font:800 clamp(1.6rem,5vw,2.5rem)/1 Inter,system-ui,sans-serif;letter-spacing:-.035em}.guided-tour__close{width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.055);color:inherit;font-size:1.4rem;cursor:pointer}.guided-tour__progress{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:24px 0 20px}.guided-tour__progress i{height:5px;border-radius:999px;background:rgba(255,255,255,.1)}.guided-tour__progress i.is-active{background:#7c9cff}.guided-tour__step{min-height:250px;border:1px solid rgba(255,255,255,.11);border-radius:15px;padding:22px;background:rgba(255,255,255,.045)}.guided-tour__count{color:#67e8a5;font-size:.72rem;letter-spacing:.12em}.guided-tour__step h3{margin:12px 0 10px;font:800 1.45rem/1.15 Inter,system-ui,sans-serif}.guided-tour__step p{margin:0;color:#a6afbf;line-height:1.7}.guided-tour__target{display:inline-flex;margin-top:20px;align-items:center;gap:8px;color:#c7d2fe;font-size:.78rem;letter-spacing:.07em}.guided-tour__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.guided-tour__actions{display:flex;gap:8px}.guided-tour__actions button{min-height:44px;border-radius:9px;border:1px solid rgba(255,255,255,.14);padding:0 15px;background:rgba(255,255,255,.055);color:inherit;font:700 .78rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.guided-tour__actions .is-primary{background:#f5f7fb;color:#080b11}.guided-tour__skip{color:#8d96a8;font-size:.75rem}.tour-target-highlight{outline:3px solid #7c9cff!important;outline-offset:7px;transition:outline-color .2s ease}@media(max-width:560px){.guided-tour__inner{padding:18px}.guided-tour__step{min-height:280px;padding:18px}.guided-tour__footer{align-items:flex-end}.guided-tour__skip{max-width:140px}.guided-tour__actions button{padding:0 12px}}@media(prefers-reduced-motion:reduce){.tour-target-highlight{transition:none}}