.add-item-menu.inner-menu{position:relative;width:100%;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);margin-bottom:0;box-sizing:border-box;background-color:#fff;transition:all .25s ease-in-out .15s;z-index:2;box-shadow:var(--gl-box-shadow);padding-top:24px!important}.add-item-menu.inner-menu.hidden .speech-reco-wrapper{transform:translateY(6.25rem)}.add-item-menu.inner-menu .speech-reco-wrapper{position:absolute;top:-4.375rem;transition:transform .3s ease-in-out,opacity .3s ease}html[dir=rtl] .add-item-menu.inner-menu .speech-reco-wrapper{right:24px}html[dir=ltr] .add-item-menu.inner-menu .speech-reco-wrapper{left:24px}.add-item-menu.inner-menu .speech-reco-wrapper.hidden{opacity:0;pointer-events:none}.add-item-menu.inner-menu>div{display:flex}.add-item-menu.inner-menu .sale-details{position:relative;margin:16px auto;display:flex;align-items:center;justify-content:center}.add-item-menu.inner-menu .sale-details .action-menu-wrapper{padding:8px 12px;border:2px solid var(--disabled);border-radius:var(--border-radius)}.add-item-menu.inner-menu .sale-details .action-menu-wrapper>span{display:flex}.add-item-menu.inner-menu .sale-details .action-menu-wrapper.sale-available{border:2px solid var(--theme-main-bg)}.add-item-menu.inner-menu .sale-details>span{white-space:nowrap}.add-item-menu.inner-menu .sale-details .icon{margin-inline-end:8px;display:flex;align-items:center}.add-item-menu.inner-menu .sale-details .name{overflow:hidden;text-overflow:ellipsis;margin-inline-end:8px}.add-item-menu.inner-menu .add-item-inputs>*{background-color:var(--bright-gray);padding:10px 14px;box-sizing:border-box}.add-item-menu.inner-menu .add-item-inputs>:first-child{border-start-start-radius:var(--border-radius);border-end-start-radius:var(--border-radius)}.add-item-menu.inner-menu .add-item-inputs>* input[name=name]{width:100%}.add-item-menu.inner-menu .add-item-inputs>[name=mainAmount]{width:3.75rem;border-right:none;text-align:center;margin-inline-start:4px;display:flex;align-items:center;justify-content:center}.add-item-menu.inner-menu .add-item-inputs>:last-child{border-end-end-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-right:none}.add-item-menu.inner-menu .add-item-inputs .input-wrapper{display:flex;align-items:center;padding-top:0;padding-bottom:0;flex-grow:1;padding-inline-end:0}.add-item-menu.inner-menu .add-item-row{margin-top:16px}.add-item-menu.inner-menu .add-item-row .text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.add-item-menu.inner-menu .add-item-row .sale-input-button .product-img-wrapper{height:100%;margin-inline-end:12px}.add-item-menu.inner-menu .add-item-row.secondary{display:grid;grid-template-columns:1fr 1fr;gap:18px}.add-item-menu.inner-menu .add-item-row.secondary:has(>button:only-child){grid-template-columns:1fr;justify-items:center}.add-item-menu.inner-menu .add-item-row.secondary>button{overflow:hidden;width:100%;display:flex;align-items:center;max-height:44px}.add-item-menu.inner-menu .add-buttons-wrapper{margin-top:16px;align-items:center}.add-item-menu.inner-menu .add-buttons-wrapper .add-button:only-child{border-end-end-radius:var(--border-radius);border-start-end-radius:var(--border-radius)}.add-item-menu.inner-menu .add-buttons-wrapper .add-button{width:100%;padding:var(--button-padding);height:44px;border-end-end-radius:0;border-start-end-radius:0;border:none}.add-item-menu.inner-menu .add-buttons-wrapper .secondary-button{display:flex;align-items:center;justify-content:center;margin-inline-start:4px;border-radius:var(--border-radius);height:44px;border-end-start-radius:0;border-start-start-radius:0;border:none;width:68px}.add-item-menu.inner-menu .add-buttons-wrapper .delete-button{background-color:var(--red-bright)}.add-item-menu.inner-menu .add-buttons-wrapper .delete-button svg path{fill:#fff}.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button{color:var(--theme-contrast);padding:5px 18px;background-color:var(--bright-gray)}.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button path{fill:var(--mid-gray)}.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button.order-1 #lists3_svg__row1 path,.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button.order-2 #lists3_svg__row2 path,.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button.order-3 #lists3_svg__row3 path{fill:var(--edit-color)}.add-item-menu.inner-menu .add-buttons-wrapper .added-item-pos-button svg path{transition:fill .32s ease}.add-item-menu.inner-menu .show-sales-btn svg{position:absolute}.add-item-menu.inner-menu .show-sales-btn svg path{fill:#fff}.add-item-menu.inner-menu .show-sales-btn span{padding-inline-start:32px}.autocomplete{z-index:1;position:fixed;bottom:0;left:0;background-color:#fff;width:100%;padding:24px 24px 54px;box-sizing:border-box;border-top-right-radius:var(--border-radius);border-top-left-radius:var(--border-radius);transition:transform .6s ease-in-out}.autocomplete ul{list-style:none;padding:0;display:flex;flex-flow:wrap-reverse}.autocomplete ul li{display:inline-block;flex-shrink:0;margin-inline-end:8px;margin-bottom:8px}.autocomplete ul li button{color:var(--theme-main);border:2px solid var(--theme-main);opacity:0;animation-name:fadeIn;animation-duration:.25s;animation-timing-function:ease-in;animation-fill-mode:forwards;padding:5px 12px;display:flex;align-items:center;gap:2px}.autocomplete ul li button .category-icon{margin-inline-end:4px}@keyframes raiseUp{0%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-130px)}70%{transform:translateY(-115px)}90%{transform:translateY(-122px)}to{transform:translateY(-120px)}}.speech-item-out-ani{animation:speech-item-out .2s ease-in forwards}@keyframes speech-item-out{0%{height:auto;opacity:1;padding-top:4px;padding-bottom:4px}to{height:0;opacity:0;padding-top:0;padding-bottom:0;overflow:hidden}}@keyframes speech-collapse-add{0%{max-height:400px;opacity:1}to{max-height:0;opacity:0}}@keyframes speech-collapse-clear{0%{max-height:400px;opacity:1}to{max-height:0;opacity:0}}.dynamic-menu .inner-menu.speech-menu{display:flex;justify-content:center;flex-direction:column;align-items:center;font-size:1rem;min-height:160px;max-height:90%}.dynamic-menu .inner-menu.speech-menu .mic-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;top:-33px}.dynamic-menu .inner-menu.speech-menu .mic-wrapper .after-rec-actions-wrapper{display:flex;justify-content:space-between;width:140px;height:24px;top:10px;background-color:#fff;border-radius:20px;border:1px solid var(--disabled);position:absolute;padding:8px;z-index:-1}.dynamic-menu .inner-menu.speech-menu .test-input{position:absolute;top:-100px;border:1px solid #000}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button{width:2.75em;height:2.75em;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;position:relative;font-size:24px;background-color:#e7e7e7;transition:all .4s ease;box-shadow:0 0 0 2px #fff}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button>span{transition:transform .3s ease-in-out;position:absolute;width:1.625em;height:1.625em}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button>span svg{width:1.5em;height:1.5em}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button>span svg path{fill:#fff}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.stop{border:2px solid var(--mid-gray)}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.stop>span{transform:translateY(-44px)}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.stop>span svg path{fill:var(--mid-gray)}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.play{background-color:var(--primary-button-color);border:2px solid var(--primary-button-color);animation:pulseColor 1.5s infinite}@keyframes pulseColor{0%{background-color:var(--turk-mid);filter:drop-shadow(0 0 1px var(--theme-second))}50%{background-color:var(--theme-second);filter:drop-shadow(0 0 5px var(--theme-second))}to{background-color:var(--turk-mid);filter:drop-shadow(0 0 1px var(--theme-second))}}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.play>span{transform:translateY(.125em)}.dynamic-menu .inner-menu.speech-menu .mic-on-off-button.play>span svg path{fill:#fff}.dynamic-menu .inner-menu.speech-menu .instructions{color:var(--mid-gray);font-size:.9375rem;padding:24px;text-align:center;flex-grow:1}.dynamic-menu .inner-menu.speech-menu .instructions.has-any-results{position:absolute;top:40px;align-content:top;flex-grow:unset;padding:4px 24px}.dynamic-menu .inner-menu.speech-menu .instructions .arrow-wrapper{transition:all .3s ease-in-out;max-height:40px;overflow:hidden;transform:scaleX(1);opacity:1}.dynamic-menu .inner-menu.speech-menu .instructions .arrow-wrapper.hidden{max-height:0;transform:scaleX(.5);opacity:0}.dynamic-menu .inner-menu.speech-menu .instructions .arrow-wrapper .arrow{transform:rotate(90deg) translateX(9px);transform-origin:center;width:22px;height:22px}.dynamic-menu .inner-menu.speech-menu .instructions .speak-info{margin-top:4px;width:max-content}.dynamic-menu .inner-menu.speech-menu .instructions .speak-info.play{color:var(--primary-button-color)}.dynamic-menu .inner-menu.speech-menu .instructions button{padding:4px 8px;text-decoration:underline}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list{width:100%;margin-top:2.5rem;padding:12px 0 8px}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul{margin-bottom:0}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item{justify-content:space-between;height:2rem}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item .item-meta:empty{display:none}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item.cycle-list{color:var(--primary-button-color)}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item.in:last-of-type{animation:list-item-in-simple .2s ease-in forwards}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item .category-item-name-field{max-width:50%;flex-grow:1}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item .category-item-amount-field{width:3.75rem;text-align:end}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item .delete{display:flex}.dynamic-menu .inner-menu.speech-menu .product-list-simple.speech-list ul .shopping-list-item .delete svg{width:1.25rem;height:1.25rem;fill:var(--mid-gray)}.dynamic-menu .inner-menu.speech-menu .buttons-wrapper{margin-top:24px}.dynamic-menu .inner-menu.speech-menu .buttons-wrapper button{transition:all .3s ease-in}.dynamic-menu .inner-menu.speech-menu .buttons-wrapper button:disabled{opacity:.6}.dynamic-menu .inner-menu.speech-menu .buttons-wrapper button:disabled.action-button{background-color:var(--disabled);border:1px solid var(--disabled)}.sale-products-menu{position:fixed;top:0;width:100%;left:0;height:100%;background-color:var(--bright-gray);display:flex;align-items:center;flex-direction:column;z-index:4;transform:translateY(100%);transition:transform .25s ease-in-out}.sale-products-menu.open{transform:translateY(0)}.sale-products-menu .top-menu{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;box-sizing:border-box;box-shadow:var(--box-shadow);position:relative;z-index:1;background-color:var(--theme-contrast);color:var(--theme-main-text);max-height:58px;height:100%;color:#fff}.sale-products-menu .top-menu .search-input{display:flex;flex-wrap:nowrap;border-bottom:2px solid var(--theme-main);margin-inline-end:26px;flex-grow:1}.sale-products-menu .top-menu .search-input .search-icon{margin-inline-end:8px}.sale-products-menu .top-menu .search-text,.sale-products-menu .top-menu h2.sale-menu-headline{font-weight:400;font-size:1.125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:inherit}.sale-products-menu .top-menu .search-text strong,.sale-products-menu .top-menu h2.sale-menu-headline strong{font-weight:500}.sale-products-menu .top-menu .filter-button{border:2px solid var(--turk);border-radius:8px;line-height:.875rem;padding:6px}.sale-products-menu .top-menu .close-button{display:flex;align-items:center;justify-content:center;position:relative;margin-inline-start:4px}html[dir=rtl] .sale-products-menu .top-menu .close-button{left:-8px}html[dir=ltr] .sale-products-menu .top-menu .close-button{right:-8px}.sale-products-menu .top-menu .close-button svg path{fill:#fff}.sale-products-menu .loader-wrapper{position:fixed;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--disabled)}.sale-products-menu .loader-wrapper .loader{width:36px;height:36px}.sale-products-menu ul{width:100%;overflow-y:auto}.sale-products-menu .sales-product{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;min-height:60px;background-color:var(--theme-main-bg);border-radius:var(--border-radius);margin:6px;overflow-y:scroll;box-shadow:var(--box-shadow-none)}.sale-products-menu .sales-product.selected{outline:1px solid var(--edit-color)}.sale-products-menu .sales-product>div:first-of-type{margin-inline-end:16px}.sale-products-menu .sales-product>div:last-of-type{margin-inline-start:16px}.sale-products-menu .sales-product .sales-product-img{min-width:40px;display:flex;align-items:center;justify-content:center}.sale-products-menu .sales-product .sales-product-img img{max-width:40px;max-height:60px;width:auto}.sale-products-menu .sales-product .sales-product-name{font-size:1rem;flex-grow:1;line-height:normal}.sale-products-menu .sales-product .sales-product-name .name{line-height:normal;margin-inline-end:8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;display:-webkit-box}.sale-products-menu .sales-product .sales-product-name .description{margin-top:4px}.sale-products-menu .sales-product .sales-product-name .to-date{font-size:.8125rem;margin-top:4px}.sale-products-menu .sales-product .sales-product-price{font-weight:500;font-size:1.1875rem;line-height:normal}.sale-products-menu .sales-product .sales-product-price .unit{font-size:.75rem;font-weight:300;white-space:nowrap}.sale-products-menu .sales-product .sales-product-price .for-one{margin-top:4px}.category-inner-menu.inner-menu{display:unset!important;text-align:start!important;max-height:100%;overflow-y:auto;padding-top:24px!important}.category-inner-menu.inner-menu .category-menu-close{position:sticky;top:0;z-index:9;background-color:#fff;padding:4px;border-radius:50%;width:33px;height:33px}html[dir=rtl] .category-inner-menu.inner-menu .category-menu-close{right:-24px}html[dir=ltr] .category-inner-menu.inner-menu .category-menu-close{left:-24px}.category-select-container{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;position:relative}.category-select-container .reorder-categories-button{position:absolute;top:0;right:0;z-index:10}.category-item{display:flex;align-items:center;padding:8px;border:1px solid #ccc;border-radius:var(--border-radius);cursor:pointer;font-size:.875rem}.category-item:hover{background-color:#f5f5f5}.category-item.selected{outline:1px solid var(--edit-color)}.category-emoji{margin-inline-end:12px;font-size:1.25rem}.category-search-input{width:100%;padding:8px 12px;margin-bottom:10px;border:1px solid #ccc;border-radius:var(--border-radius);font-size:.875rem;box-sizing:border-box;outline:none;transition:border-color .2s}.category-search-input:focus{border-color:#888}.hidden-category{visibility:hidden}.switch{position:absolute;top:0;font-size:18px;width:3.75em;height:1.875em;background:var(--theme-main-bg);border-radius:1.25rem;display:flex;align-items:center;cursor:pointer;padding:0;user-select:none;position:relative;border:1px solid var(--stroke-faded-on-bg);-webkit-tap-highlight-color:rgba(0,0,0,0)}html[dir=rtl] .switch{left:0}html[dir=ltr] .switch{right:0}.switch .icons-placements{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;left:0;z-index:1;top:0;padding:0 .5em;box-sizing:border-box}.switch .icons-placements svg{width:1.125em;height:1.125em}.switch .icons-placements svg path{transition:fill .3s ease}.switch .switch-toggle{color:#fff;transition:all .3s ease;position:absolute;display:flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;border-radius:50%;transition:all .3s ease-in-out;left:.3125em}.switch.edit .switch-toggle{background-color:var(--edit-color);transform:translateX(0)}html[dir=rtl] .switch.edit .switch-toggle{transform:translateX(1.625em)}.switch.edit .icons-placements>svg.edit-icon path{fill:#fff}.switch.shopping .switch-toggle{transform:translateX(1.625em);background-color:var(--shopping-color)}html[dir=rtl] .switch.shopping .switch-toggle{transform:translateX(0)}.switch.shopping .icons-placements>svg.shopping-icon path{fill:#fff}.custom-checkbox{position:relative;display:inline-block;width:1.375rem;height:1.375rem;padding:8px 0}.custom-checkbox input[type=checkbox]{opacity:0;width:0;height:0;position:absolute;cursor:pointer}.custom-checkbox input[type=checkbox]:checked~.checkmark{background-color:var(--shopping-color)}.custom-checkbox input[type=checkbox]:checked~.checkmark:after{display:block;animation:check-mark-ani 1s ease-in-out forwards}@keyframes check-mark-ani{0%{clip-path:polygon(1% 8%,0 0,0 100%,1% 100%)}3%{clip-path:polygon(1% 8%,0 0,0 100%,1% 100%)}15%{clip-path:polygon(1% 8%,100% 0,100% 100%,1% 100%)}to{clip-path:polygon(1% 8%,100% 0,100% 100%,1% 100%)}}.custom-checkbox .checkmark{position:absolute;top:.4375rem;width:1.375rem;height:1.375rem;background-color:#f3f3f3;border:1px solid var(--shopping-color);border-radius:8px}html[dir=rtl] .custom-checkbox .checkmark{right:0}html[dir=ltr] .custom-checkbox .checkmark{left:0}.custom-checkbox .checkmark:after{content:"";clip-path:polygon(1% 8%,0 0,0 100%,1% 100%);position:absolute;left:.375rem;top:0;width:.4375rem;height:.875rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checked-list.section{display:flex;flex:none;flex-direction:column;justify-content:center;padding:0;max-height:50%;margin:12px 18px;position:relative;transition:all .3s ease-in-out;box-sizing:border-box;overflow:hidden;color:var(--theme-text-on-bg)}.checked-list.section.closed{max-height:60px}.checked-list.section .progress{position:absolute;top:0;left:0;transform-origin:left;height:100%;width:100%;background:linear-gradient(180deg,hsla(0,0%,84%,.4),hsla(0,67%,81%,.2));transition:transform 1s ease,opacity .3s ease;transform:scaleX(0);z-index:2;pointer-events:none}html[dir=rtl] .checked-list.section .progress{right:0;transform-origin:right}.checked-list.section.closed{overflow:hidden}.checked-list.section.collapsed .completed-title{padding:8px 18px;min-height:30px}.checked-list.section.collapsed .progress{opacity:0}.checked-list.section .completed-title{display:flex;align-items:center;justify-content:space-between;z-index:1;padding:14px 16px;background:var(--gray-gradient);line-height:normal;min-height:56px}.checked-list.section .completed-title .collapse-toggle{background:none;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center}.checked-list.section ul{position:relative;padding:0 24px;overflow:auto}.checked-list.section ul:not(:empty){padding-left:20px}.checked-list.section li{display:flex;align-items:center;margin-bottom:5px}.checked-list.section.closed ul{margin:0;padding:0}.checked-list.section.closed ul>li{transition:all .2s ease-out;opacity:0;padding:0}.checked-list.section.collapsed ul{background:hsla(0,0%,100%,.651)}.checked-list.section.collapsed ul>li{opacity:1;border-bottom:2px dotted hsla(15,2%,50%,.15);padding:.625rem 0;animation:list-item-in .45s ease-in-out forwards}.checked-list.section.collapsed .collaps-toggle svg{transform:rotate(-90deg)}.checked-list.section ul>li{overflow:hidden;text-decoration:line-through;transition:all .2s ease .2s}.checked-list.section .collaps-toggle{padding:0;padding-inline-end:12px;margin:0;display:flex;align-items:center;font-size:1rem;height:auto}.checked-list.section .collaps-toggle svg.disabled path{fill:var(--mid-gray)}.checked-list.section .collaps-toggle svg path{fill:var(--theme-text-on-bg)}.checked-list.section .collaps-toggle .arrow{display:inline;height:24px;position:relative;left:5px}.checked-list.section .collaps-toggle svg{transition:all .3s ease-in-out;transform:rotate(90deg);height:28px;width:28px}.checked-list.section .completed-title .clear-checked{padding-inline-end:0}@keyframes list-item-in{0%{height:0;opacity:0;margin-bottom:0}to{height:1.5625rem;opacity:1;margin-bottom:5px}}@keyframes list-item-out{0%{height:1.5625rem;opacity:1;margin-bottom:5px}to{height:0;opacity:0;margin-bottom:0}}.live-guide-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;pointer-events:none}.live-guide-overlay .overlay-cutout{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);pointer-events:auto;animation:fadeIn .3s ease-in-out}.live-guide-overlay .highlight-border{position:absolute;border:3px solid var(--theme-main,#007bff);border-radius:8px;box-shadow:0 0 0 2px hsla(0,0%,100%,.3);pointer-events:none;animation:pulse 2s infinite}.live-guide-overlay .tooltip{position:absolute;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);pointer-events:auto;max-width:min(320px,100vw - 40px);min-width:280px;z-index:10000}.live-guide-overlay .tooltip .tooltip-content{padding:20px}.live-guide-overlay .tooltip .tooltip-content .tooltip-text{font-size:1rem;line-height:1.5;color:var(--dark-black,#212529);margin-bottom:16px;font-family:Fredoka,Fredoka Fallback,sans-serif}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions{display:flex;gap:8px;justify-content:flex-end}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button{padding:8px 16px;border-radius:6px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Fredoka,Fredoka Fallback,sans-serif}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.primary{background-color:var(--theme-main,#0073d9);color:#fff}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.primary:hover{transform:translateY(-1px)}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.secondary{background-color:var(--bright-gray,#f8f9fa);color:var(--dark-black,#333);border:1px solid var(--stroke-faded-on-bg,#dee2e6)}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.secondary:hover{background-color:var(--mid-gray,#e9ecef);transform:translateY(-1px)}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.skip{background-color:transparent;color:var(--mid-gray,#767676);text-decoration:underline}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button.skip:hover{color:var(--dark-black,#212529)}.live-guide-overlay .tooltip .tooltip-arrow{position:absolute;width:0;height:0;left:50%;transform:translateX(-50%)}.live-guide-overlay .tooltip .arrow-bottom{top:-16px;border:8px solid transparent;border-bottom-color:#fff}.live-guide-overlay .tooltip .arrow-top{bottom:-16px;border:8px solid transparent;border-top-color:#fff}.live-guide-overlay .tooltip .arrow-left{left:auto;right:-16px;top:50%;transform:translateY(-50%);border:8px solid transparent;border-left-color:#fff}.live-guide-overlay .tooltip .arrow-right{left:-16px;right:auto;top:50%;transform:translateY(-50%);border:8px solid transparent;border-right-color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{box-shadow:0 0 0 2px hsla(0,0%,100%,.3),0 0 0 4px rgba(0,123,255,.3)}50%{box-shadow:0 0 0 2px hsla(0,0%,100%,.5),0 0 0 8px rgba(0,123,255,.1)}to{box-shadow:0 0 0 2px hsla(0,0%,100%,.3),0 0 0 4px rgba(0,123,255,.3)}}@media(max-width:768px){.live-guide-overlay .tooltip{max-width:calc(100vw - 20px);min-width:260px;margin:0 10px}.live-guide-overlay .tooltip .tooltip-content{padding:16px}.live-guide-overlay .tooltip .tooltip-content .tooltip-text{font-size:.9375rem;line-height:1.4}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button{padding:6px 12px;font-size:.8125rem}}@media(max-width:480px){.live-guide-overlay .tooltip{max-width:calc(100vw - 16px);min-width:240px;margin:0 8px}.live-guide-overlay .tooltip .tooltip-content{padding:12px}.live-guide-overlay .tooltip .tooltip-content .tooltip-text{font-size:.9375rem;line-height:1.4}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions{gap:6px}.live-guide-overlay .tooltip .tooltip-content .tooltip-actions .tooltip-button{width:100%;padding:8px 12px;font-size:.8125rem}}main{overflow:hidden}