.cml-tour-root{position:fixed;inset:0;z-index:99999;pointer-events:none}.cml-tour-backdrop{position:fixed;inset:0;pointer-events:auto;background:transparent}.cml-tour-highlight{position:fixed;border-radius:12px;border:2px solid rgba(99,102,241,.9);box-shadow:0 0 0 9999px rgba(15,23,42,.6);transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease;pointer-events:none}.cml-tour-popover{position:fixed;pointer-events:auto;max-width:320px;background:#fff;border-radius:16px;padding:16px 16px 12px;box-shadow:0 18px 50px rgba(30,27,75,.25)}.cml-tour-close{position:absolute;top:10px;right:10px;color:#94a3b8;background:transparent;border:none;cursor:pointer;line-height:0;padding:2px}.cml-tour-close:hover{color:#475569}.cml-tour-title{font-size:15px;font-weight:800;color:#1e1b4b;padding-right:20px}.cml-tour-desc{margin-top:6px;font-size:13px;line-height:1.5;color:#475569}.cml-tour-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.cml-tour-progress{font-size:11px;font-weight:700;color:#6366f1}.cml-tour-btns{display:flex;gap:8px}.cml-tour-btns button{border-radius:9999px;font-weight:700;font-size:12px;padding:6px 14px;cursor:pointer}.cml-tour-next{background:linear-gradient(90deg,#1e1b4b,#312e81);color:#fff;border:none}.cml-tour-prev{background:#fff;color:#475569;border:1px solid #e2e8f0}[dir=rtl] .cml-tour-footer{flex-direction:row-reverse}[dir=rtl] .cml-tour-close{right:auto;left:10px}