.cm-tour-root{position:fixed;inset:0;z-index:2147483000;pointer-events:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cm-tour-root[hidden]{display:none}.cm-tour-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);pointer-events:auto}.cm-tour-spotlight{position:fixed;border:2px solid #c084fc;border-radius:8px;box-shadow:0 0 0 9999px rgba(0,0,0,.72),0 0 0 5px rgba(168,85,247,.18),0 12px 42px rgba(0,0,0,.45);transition:top .22s ease,left .22s ease,width .22s ease,height .22s ease;pointer-events:none}
.cm-tour-card{position:fixed;width:min(360px,calc(100vw - 28px));padding:18px;background:#111116;border:1px solid #3f3f46;border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.65);color:#fff;pointer-events:auto}.cm-tour-card.cm-tour-card-centered{left:50%;top:50%;transform:translate(-50%,-50%)}.cm-tour-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cm-tour-kicker{margin:0 0 6px;color:#c084fc;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.cm-tour-title{margin:0;color:#fff;font-size:19px;line-height:1.25;font-weight:900;letter-spacing:0}
.cm-tour-close{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid #3f3f46;border-radius:6px;background:#18181d;color:#a1a1aa;cursor:pointer}.cm-tour-close:hover{color:#fff;border-color:#71717a}.cm-tour-body{margin:12px 0 0;color:#d4d4d8;font-size:13px;line-height:1.55}.cm-tour-progress{display:flex;gap:5px;margin:16px 0 0}.cm-tour-progress span{height:3px;flex:1;background:#303038;border-radius:2px}.cm-tour-progress span.is-active{background:#a855f7}
.cm-tour-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.cm-tour-step{color:#71717a;font-size:10px;font-weight:800;white-space:nowrap}.cm-tour-actions{display:flex;align-items:center;gap:7px;margin-left:auto}.cm-tour-btn{min-height:36px;border-radius:6px;padding:0 12px;border:1px solid #3f3f46;background:#18181d;color:#d4d4d8;font:800 11px/1 Inter,system-ui,sans-serif;cursor:pointer;white-space:nowrap}.cm-tour-btn:hover{border-color:#71717a;color:#fff}.cm-tour-btn-primary{border-color:#9333ea;background:#9333ea;color:#fff}.cm-tour-btn-primary:hover{border-color:#a855f7;background:#a855f7}
.cm-tour-arrow{position:fixed;width:12px;height:12px;background:#111116;border-left:1px solid #3f3f46;border-top:1px solid #3f3f46;transform:rotate(45deg);pointer-events:none}.cm-tour-launchers{display:flex;gap:8px;align-items:center;flex-wrap:wrap}#page-tutoriais .cm-tour-launch{appearance:none;min-height:38px;border:1px solid #3f3f46;border-radius:6px;background:#18181d;color:#e4e4e7;padding:0 12px;font:800 10px/1 inherit;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:7px}#page-tutoriais .cm-tour-launch:hover{border-color:#a855f7;background:#21142d;color:#fff}#page-tutoriais .cm-tour-launch-primary{border-color:#7e22ce;background:#7e22ce;color:#fff}#page-tutoriais .cm-tour-launch-primary:hover{background:#9333ea}
@media(max-width:780px){.cm-tour-card{padding:16px}.cm-tour-footer{align-items:flex-end}.cm-tour-step{position:absolute;left:16px;bottom:18px}.cm-tour-actions{padding-left:46px}.cm-tour-btn{padding:0 10px}#page-tutoriais .cm-tour-launchers{width:100%}#page-tutoriais .cm-tour-launch{flex:1;justify-content:center;min-width:140px}}@media(prefers-reduced-motion:reduce){.cm-tour-spotlight{transition:none}}

/* tour-controls-v3 */
.cm-tour-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}
@media(max-width:780px){.cm-tour-footer{flex-direction:column;align-items:stretch;gap:10px}.cm-tour-step{position:static;left:auto;bottom:auto;text-align:center}.cm-tour-actions{width:100%;margin:0;padding:0;display:flex;align-items:stretch;gap:6px}.cm-tour-btn{flex:1;min-width:0;width:auto;padding:0 8px}}

/* tour-autoplay-v4 */
.cm-tour-card{overflow:hidden;transition:left .28s ease,top .28s ease,transform .28s ease,opacity .18s ease}
.cm-tour-auto-progress{position:absolute;top:0;left:0;right:0;height:3px;background:#303038;overflow:hidden}
.cm-tour-auto-progress span{display:block;width:100%;height:100%;background:#a855f7;transform-origin:left center;transform:scaleX(0)}
.cm-tour-head-actions{display:flex;align-items:center;gap:6px}
.cm-tour-autoplay-toggle{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid #3f3f46;border-radius:6px;background:#18181d;color:#c084fc;cursor:pointer}
.cm-tour-autoplay-toggle:hover{color:#fff;border-color:#a855f7}
@keyframes cmTourAutoFill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){.cm-tour-card{transition:none}.cm-tour-auto-progress span{animation-duration:1ms!important}}
