.xd-tour-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9998}.xd-tour-tooltip{position:absolute;background:#fff;color:#333;padding:18px 20px;border-radius:6px;max-width:380px;min-width:220px;width:auto;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:9999;font-family:'Segoe UI',Arial,sans-serif;animation:.35s forwards xd-tour-fadeSlide;transform:translateY(10px);word-wrap:break-word}.xd-tour-tooltip::after{content:'';position:absolute;width:0;height:0;border:8px solid transparent}.xd-tour-tooltip.arrow-top::after{top:-16px;border-bottom:8px solid #fff;left:var(--xd-arrow-left,30px)}.xd-tour-tooltip.arrow-bottom::after{bottom:-16px;border-top:8px solid #fff;left:var(--xd-arrow-left,30px)}.xd-tour-tooltip.arrow-left::after{left:-16px;top:var(--xd-arrow-top,20px);border-right:8px solid #fff;border-left:0}.xd-tour-tooltip.arrow-right::after{right:-16px;top:var(--xd-arrow-top,20px);border-left:8px solid #fff;border-right:0}.xd-tour-tooltip h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#2c7be5}.xd-tour-tooltip p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#333}.xd-tour-buttons{display:flex;justify-content:flex-end;border-top:1px solid #eee;padding-top:10px;gap:6px}.xd-tour-buttons button{border:none;padding:7px 14px;border-radius:3px;cursor:pointer;font-size:13px;font-weight:500;transition:transform .1s}#xd-tour-prev{background:#f7b32b;color:#fff}#xd-tour-next{background:#4caf50;color:#fff}#xd-tour-done{background:#2196f3;color:#fff}#xd-tour-skip{background:#f44336;color:#fff}.xd-tour-buttons button:active{transform:scale(.95);opacity:.85}@keyframes xd-tour-fadeSlide{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}