.shepherd-modal-overlay-container{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:9998!important}.shepherd-modal-overlay-container path{fill:rgba(41,37,36,.6)!important}.shepherd-enabled.shepherd-target,.shepherd-target{position:relative!important;z-index:9999!important}.shepherd-element{background:hsl(var(--card))!important;border-radius:12px!important;border:1px solid hsl(var(--border))!important;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)!important;max-width:320px!important;z-index:10000!important;outline:none!important;font-family:var(--font-sans),system-ui,sans-serif!important}.shepherd-element[data-popper-placement^=bottom]{margin-top:16px!important}.shepherd-element[data-popper-placement^=top]{margin-bottom:16px!important}.shepherd-element[data-popper-placement^=left]{margin-right:16px!important}.shepherd-element[data-popper-placement^=right]{margin-left:16px!important}.shepherd-element .shepherd-arrow,.shepherd-element .shepherd-arrow:before{position:absolute;width:12px;height:12px;z-index:-1}.shepherd-element .shepherd-arrow{visibility:hidden}.shepherd-element .shepherd-arrow:before{visibility:visible;content:"";transform:rotate(45deg);background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-7px!important}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow:before{border-top:none!important;border-left:none!important}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-7px!important}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:before{border-bottom:none!important;border-right:none!important}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-7px!important}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow:before{border-bottom:none!important;border-left:none!important}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-7px!important}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow:before{border-top:none!important;border-right:none!important}.shepherd-element .shepherd-content{padding:0!important;border-radius:12px!important;overflow:hidden}.shepherd-element .shepherd-header{padding:16px 16px 0!important;background:transparent!important;border-bottom:none!important}.shepherd-element .shepherd-title{font-family:var(--font-serif),serif!important;font-size:15px!important;font-weight:700!important;color:hsl(var(--foreground))!important;margin:0!important;display:flex!important;align-items:center!important;gap:10px!important;line-height:1.4!important}.shepherd-element .shepherd-title:before{content:""!important;display:block!important;width:3px!important;height:18px!important;background:hsl(var(--primary))!important;border-radius:2px!important;flex-shrink:0!important}.shepherd-element .shepherd-cancel-icon{position:absolute!important;top:12px!important;right:12px!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important;font-size:16px!important;font-weight:300!important;cursor:pointer!important;transition:all .2s ease!important;border:none!important;padding:0!important;line-height:1!important}.shepherd-element .shepherd-cancel-icon:hover{background:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.shepherd-element .shepherd-text{padding:12px 16px 16px!important;font-family:var(--font-sans),system-ui,sans-serif!important;font-size:13px!important;line-height:1.6!important;color:hsl(var(--muted-foreground))!important}.shepherd-element .shepherd-text p{margin:0!important}.shepherd-element .shepherd-footer{padding:0 16px 16px!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;border-top:none!important;background:transparent!important}.shepherd-element .shepherd-button{font-family:var(--font-sans),system-ui,sans-serif!important;font-size:12px!important;font-weight:600!important;padding:8px 16px!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important;border:none!important;outline:none!important;line-height:1!important}.shepherd-element .shepherd-button:focus{outline:none!important;box-shadow:0 0 0 2px hsl(var(--primary)/.2)!important}.shepherd-element .shepherd-button-primary{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.shepherd-element .shepherd-button-primary:hover{background:hsl(var(--primary)/.9)!important}.shepherd-element .shepherd-button-secondary{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important}.shepherd-element .shepherd-button-secondary:hover{background:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.shepherd-progress-indicator{display:flex;align-items:center;margin-right:auto}.shepherd-progress-text{font-size:12px;font-family:var(--font-mono),monospace;color:hsl(var(--muted-foreground));letter-spacing:.02em;margin:0;padding-left:4px}.shepherd-progress-dots{display:flex;gap:8px}.shepherd-progress-dot{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.shepherd-progress-dot.future{background:hsl(var(--muted-foreground));opacity:.3}.shepherd-progress-dot.past{background:hsl(var(--primary));opacity:.3}.shepherd-progress-dot.current{background:hsl(var(--primary));opacity:1}[data-theme=blueprint] .shepherd-element{border-color:rgba(49,83,129,.2)!important}[data-theme=blueprint] .shepherd-element .shepherd-button-primary,[data-theme=blueprint] .shepherd-element .shepherd-title:before{background:#315381!important}[data-theme=blueprint] .shepherd-element .shepherd-button-primary:hover{background:#2a476f!important}[data-theme=blueprint] .shepherd-modal-overlay-container path{fill:rgba(30,41,59,.6)!important}