.tour-root{z-index:100000;pointer-events:none;position:fixed;inset:0}.tour-mask-svg{pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.tour-ring{pointer-events:none;border:2px solid #8fbc8f;border-radius:10px;transition:top .2s,left .2s,width .2s,height .2s;animation:2s ease-in-out infinite tour-pulse;position:fixed;box-shadow:0 0 0 3px #8fbc8f59,0 0 18px 3px #8fbc8f8c}@keyframes tour-pulse{0%,to{box-shadow:0 0 0 3px #8fbc8f59,0 0 14px 2px #8fbc8f73}50%{box-shadow:0 0 0 3px #8fbc8f8c,0 0 22px 5px #8fbc8fbf}}.tour-tooltip{pointer-events:auto;color:#e5e7eb;background-color:#1f2937;border:1px solid #4b5563;border-radius:12px;max-height:calc(100vh - 28px);padding:16px 18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:top .2s,left .2s;position:fixed;overflow-y:auto;box-shadow:0 20px 45px #00000073}.tour-tooltip-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.tour-drag-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:8px;margin:-4px -4px 0;padding:4px 4px 0}.tour-drag-handle:active{cursor:grabbing;background-color:#ffffff0a}.tour-drag-grip{background-color:#4b5563;border-radius:2px;width:36px;height:4px;margin:0 auto 8px}.tour-progress{letter-spacing:.03em;text-transform:uppercase;color:#8fbc8f;font-size:.75rem;font-weight:600}.tour-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:1.3rem;line-height:1}.tour-close:hover{color:#f0f0f0}.tour-title{color:#f9fafb;margin:0 0 6px;font-size:1.1rem}.tour-body{color:#cbd5e1;font-size:.92rem;line-height:1.5}.tour-body :is(code){background-color:#374151;border-radius:4px;padding:.1rem .35rem;font-size:.85em}.tour-missing-note{color:#9ca3af;margin:8px 0 0;font-size:.8rem;font-style:italic}.tour-hint{color:#8fbc8f;margin:8px 0 0;font-size:.85rem;font-weight:600}.tour-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.tour-skip{color:#9ca3af;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:underline}.tour-skip:hover{color:#d1d5db}.tour-nav{gap:8px;display:flex}.tour-btn{cursor:pointer;border:none;border-radius:6px;padding:7px 14px;font-size:.88rem;font-weight:600}.tour-btn-primary{color:#fff;background-color:#4a6c4a}.tour-btn-primary:hover{background-color:#5a8c5a}.tour-btn:disabled{opacity:.4;cursor:not-allowed}.tour-btn:disabled:hover{background-color:#4a6c4a}.tour-btn-secondary{color:#e5e7eb;background-color:#374151;border:1px solid #4b5563}.tour-btn-secondary:hover{background-color:#3f4a5a}.tour-launch-btn{z-index:900;color:#fff;cursor:pointer;background-color:#4a6c4a;border:none;border-radius:999px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .2s;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 10px #0000004d}.tour-launch-btn:hover{background-color:#5a8c5a;transform:translateY(-2px)}@media (max-width:768px){.tour-launch-btn{top:12px;bottom:unset;padding:.5rem .85rem;font-size:.85rem;right:12px}}.tour-highlight-group :is(a,button){outline-offset:-2px;background-color:#8fbc8f1a;border-radius:4px;outline:2px solid #8fbc8f80;animation:2s ease-in-out infinite tour-item-glow}@keyframes tour-item-glow{0%,to{outline-color:#8fbc8f4d}50%{outline-color:#8fbc8fbf}}
