.shepherd-modal-overlay-container{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;width:100vw;pointer-events:none;z-index:9998;transform:translateZ(0)}.shepherd-modal-overlay-container.shepherd-modal-is-visible{pointer-events:auto}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{fill:#0000008c;pointer-events:all}body.hba-tour-no-overlay .shepherd-modal-overlay-container{display:none!important}body.hba-tour-pin-top .shepherd-element.hba-tour-step{position:fixed!important;top:12px!important;left:12px!important;right:12px!important;bottom:auto!important;width:auto!important;max-width:calc(100vw - 24px)!important;transform:none!important}body.hba-tour-pin-top .shepherd-arrow{display:none!important}body.hba-tour-pin-bottom .shepherd-element.hba-tour-step{position:fixed!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;top:auto!important;left:12px!important;right:12px!important;width:auto!important;max-width:calc(100vw - 24px)!important;transform:none!important}body.hba-tour-pin-bottom.has-bottom-tabs.native-capacitor-app .shepherd-element.hba-tour-step{bottom:calc(var(--hba-bottom-tabs-height, 66px) + env(safe-area-inset-bottom,0px) + 12px)!important}@media(max-width:1024px){body.hba-tour-pin-bottom.has-bottom-tabs:not(.native-capacitor-app) .shepherd-element.hba-tour-step{bottom:calc(var(--hba-bottom-tabs-height, 66px) + env(safe-area-inset-bottom,0px) + 12px)!important}}body.hba-tour-pin-bottom .shepherd-arrow{display:none!important}body.hba-tour-nav-locked .bottom-tabs-shell,body.hba-tour-nav-locked #hamburger-menu,body.hba-tour-nav-locked .hamburger-sidebar{pointer-events:none!important;opacity:.4!important;filter:grayscale(.4);transition:opacity .2s ease}body.hba-tour-nav-locked #toggle-menu,body.hba-tour-nav-locked #left-menu{pointer-events:none!important;opacity:.4!important}.hba-tour-highlight{position:relative;animation:hba-tour-pulse 1.4s ease-in-out infinite;border-radius:8px;z-index:9997}@keyframes hba-tour-pulse{0%,to{box-shadow:0 0 #007bffa6}50%{box-shadow:0 0 0 10px #007bff00}}.shepherd-arrow{position:absolute;width:16px;height:16px;z-index:-1}.shepherd-arrow:before{content:"";position:absolute;width:16px;height:16px;background:#fff;transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top] .shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom] .shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left] .shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right] .shepherd-arrow{left:-8px}.shepherd-element.hba-tour-step{--hba-tour-primary: #007bff;--hba-tour-primary-hover: #0069d9;--hba-tour-bg: #ffffff;--hba-tour-text: #202124;--hba-tour-muted: #5f6368;--hba-tour-border: #e5e7eb;position:absolute;margin:0;padding:0;border:0;background:var(--hba-tour-bg);color:var(--hba-tour-text);border-radius:12px;box-shadow:0 10px 40px #00000040;width:min(360px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden;z-index:9999;font-family:inherit;opacity:1}.shepherd-element.hba-tour-step.shepherd-hidden,.shepherd-element.hba-tour-step[hidden]{display:none!important}.shepherd-element.hba-tour-step .shepherd-content{display:flex;flex-direction:column;min-height:0;overflow:hidden}.shepherd-element.hba-tour-step .shepherd-header{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--hba-tour-bg);border:0;box-shadow:none;padding:16px 16px 4px;flex:0 0 auto;position:static;width:auto}.shepherd-element.hba-tour-step .shepherd-title{font-size:1.05rem;font-weight:600;color:var(--hba-tour-text);margin:0;padding:0;flex:1 1 auto;line-height:1.25}.shepherd-element.hba-tour-step .shepherd-text{padding:8px 16px 16px;font-size:.95rem;line-height:1.45;color:var(--hba-tour-muted);flex:1 1 auto;min-height:0;overflow-y:auto}.shepherd-element.hba-tour-step .shepherd-footer{padding:0 16px 16px;display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;flex:0 0 auto}.shepherd-element.hba-tour-step .shepherd-cancel-icon{display:none!important}.hba-tour-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.hba-tour-btn-primary{background:var(--hba-tour-primary, #007bff);color:#fff}.hba-tour-btn-primary:hover:not([disabled]){background:var(--hba-tour-primary-hover, #0069d9)}.hba-tour-btn-secondary{background:transparent;color:var(--hba-tour-muted, #5f6368);border:1px solid var(--hba-tour-border, #e5e7eb)}.hba-tour-btn-secondary:hover{background:#f3f4f6}.hba-tour-btn-link{background:transparent;color:var(--hba-tour-muted, #5f6368);text-decoration:underline}.hba-tour-btn[disabled],.hba-tour-btn-waiting{opacity:.6;cursor:default}.hba-tour-finale-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px;animation:hbaTourFadeIn .2s ease}.hba-tour-finale-card{background:#fff;color:#202124;border-radius:16px;box-shadow:0 20px 60px #00000040;max-width:420px;width:100%;padding:24px;text-align:center}.hba-tour-finale-card h2{margin:0 0 8px;font-size:1.25rem}.hba-tour-finale-card p{margin:0 0 20px;color:#5f6368;line-height:1.45}.hba-tour-finale-actions{display:flex;flex-direction:column;gap:10px}.hba-tour-finale-actions .hba-tour-btn{width:100%;padding:12px 14px;font-size:1rem}@media(min-width:480px){.hba-tour-finale-actions{flex-direction:row;justify-content:center}.hba-tour-finale-actions .hba-tour-btn{width:auto}}.hba-tour-finale-invite{margin:20px 0 8px;padding:14px 14px 10px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;text-align:left}.hba-tour-finale-invite[hidden]{display:none}.hba-tour-finale-invite-title{font-size:.95rem;font-weight:600;margin-bottom:8px;color:#202124;text-align:center}.hba-tour-finale-invite-row{display:flex;gap:8px;align-items:stretch}.hba-tour-finale-invite-link{flex:1 1 auto;min-width:0;padding:10px 12px;border:1px solid #d2d4da;border-radius:8px;background:#f5f6f8;color:#202124;font-size:.85rem;font-family:inherit}.hba-tour-finale-invite-link:focus{outline:2px solid #4285f4;outline-offset:1px}.hba-tour-finale-invite-row .hba-tour-btn{flex:0 0 auto;padding:10px 14px;font-size:.9rem;white-space:nowrap}.hba-tour-finale-invite-hint{margin:8px 0 0;font-size:.8rem;color:#5f6368;text-align:center}.hba-tour-finale-actions-secondary{margin-top:4px}@keyframes hbaTourFadeIn{0%{opacity:0}to{opacity:1}}.shepherd-element.hba-tour-step:not([data-popper-placement]):not([data-floating-ui-placement]){position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.shepherd-element.hba-tour-step:not([data-popper-placement]):not([data-floating-ui-placement]) .shepherd-arrow{display:none!important}@media(max-width:480px){.shepherd-element.hba-tour-step{max-width:calc(100vw - 24px)}.shepherd-element.hba-tour-step .shepherd-footer{justify-content:stretch}.shepherd-element.hba-tour-step .shepherd-footer .hba-tour-btn{flex:1 1 auto}}
