.tour-root{position:absolute;top:0;left:0;z-index:99999;width:100%;height:0}.tour-backdrop{position:fixed;background-color:#0009;cursor:pointer;opacity:0;transition:all .2s ease-out;animation:tourBackdropFadeIn .4s ease-out forwards}.tour-tooltip{width:300px;max-width:450px;background:white;border-radius:8px;padding:16px;pointer-events:auto;box-shadow:0 4px 20px #0003;z-index:100001;opacity:0;transition:all .2s ease-out;animation:tourTooltipFadeIn .55s ease-out forwards}.tour-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.tour-header h4{margin:0;font-size:16px;color:#333}.tour-close-btn{background:none;border:none;cursor:pointer;font-size:14px;color:#999}.tour-body{font-size:14px;color:#555;margin-bottom:16px;line-height:1.5;max-lines:3}.tour-footer{display:flex;justify-content:space-between;align-items:center}.tour-progress{font-size:12px;color:#999}.tour-actions{display:flex;gap:8px}.tour-btn{padding:6px 12px;border-radius:4px;border:none;cursor:pointer;font-size:13px;font-weight:500}.tour-btn.primary{background:#007bff;color:#fff}.tour-btn.secondary{background:#f0f0f0;color:#333}@keyframes tourBackdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tourTooltipFadeIn{0%{opacity:0}to{opacity:1}}
