@font-face{font-family:TildaSans;src:url(/assets/TildaSans-Regular-9gn3EmGT.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:TildaSans;src:url(/assets/TildaSans-Bold-BJauC3_e.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Bebas;src:url(/assets/Bebas%20Neue%20Cyrillic-Q49nymCs.woff2) format("woff2");font-weight:700;font-display:swap}:root{--brand: #87e06d;--brand-light: #acff93;--ink: #1e1b19;--text: #111827;--muted: #6b7280;--line: #e5e7eb;--soft: #f3f4f6;--danger: #b91c1c;--danger-bg: #fee2e2;--warning: #a16207;--warning-bg: #fef3c7;--radius: 10px;font-family:TildaSans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#fff}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:#fff;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.muted{color:var(--muted)}.centered{text-align:center}.error-text{margin:0;color:var(--danger);font-size:13px;font-weight:700}.app{height:100dvh;display:flex;justify-content:center;background:#fff;overflow:hidden}.app__content{width:100%;max-width:768px;height:100dvh;background:#fff;overflow:hidden}.app__route-panel{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.app__route-panel.m--hidden{display:none}.page{min-height:100vh;background:#fff}.page.m--centered{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:24px;text-align:center}.page.m--cart{padding-bottom:240px}.spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:var(--ink);border-radius:999px;animation:spin .8s linear infinite}.spinner.m--small{width:18px;height:18px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.button{min-height:36px;border-radius:12px;border:0;padding:8px 14px;font-weight:700;color:#111827;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.button.m--full{width:100%}.button.m--primary{background:linear-gradient(180deg,var(--brand-light),var(--brand))}.button.m--dark{background:var(--ink);color:#fff}.button.m--finish{background:#f3f4f6;color:#111827}.button.m--ghost{background:transparent;color:var(--ink)}.button.m--danger{background:var(--danger-bg);color:var(--danger)}.button.m--little{border-radius:10px;padding:4px 16px;min-height:30px}.icon-button{border:0;border-radius:8px;height:34px;width:34px;padding:0;background:var(--ink);color:#fff;font-weight:700;display:inline-grid;place-items:center}.tag{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:12px;font-weight:700;padding:4px 8px}.tag.m--danger{color:var(--danger);background:var(--danger-bg)}.chip{border:0;border-radius:16px;height:34px;padding:8px 14px;background:#f3f4f6;color:#111827;font-weight:700;white-space:nowrap;flex:0 0 auto;font-size:14px}.chip.m--active{color:#fff}.table-pill{display:inline-flex;align-items:center;border-radius:8px;background:var(--soft);color:var(--text);font-size:13px;font-weight:700;padding:7px 10px;white-space:nowrap}.table-pill.m--wide{margin-top:6px}@media(max-width:520px){.table-pill.m--wide{display:none}}.table-pill.m--compact{display:none}@media(max-width:520px){.table-pill.m--compact{display:inline-flex}}.status-pill{border-radius:999px;padding:6px 8px;font-size:12px;font-weight:700;white-space:nowrap}.status-pill.m--warning{background:var(--warning-bg);color:var(--warning)}.qty-controls{display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;inline-size:auto;max-inline-size:100%;min-inline-size:0;gap:5px;height:30px}.qty-controls__button{flex:1 1 30px;inline-size:30px;max-inline-size:30px;min-inline-size:0;aspect-ratio:1;border:0;padding:0;border-radius:8px;background:var(--ink);color:#fff;font-size:18px;font-weight:700;display:flex;justify-content:center;align-items:center}.qty-controls__count{flex:0 1 20px;min-width:0;display:flex;align-items:center;justify-content:center;font-size:16px}.form-block{display:grid;gap:10px}.form-block__label{display:grid;gap:8px;color:#374151;font-weight:700;font-size:14px}.form-block__input{width:100%;border:1px solid var(--line);border-radius:8px;height:40px;padding:0 12px;color:var(--text);outline:none}.form-block__input:focus{border-color:var(--ink)}.empty-state{display:grid;justify-items:center;gap:8px;padding:48px 16px;text-align:center}.empty-state.m--cart{padding-top:90px}.empty-state__title{margin:0;font-family:Bebas,TildaSans,sans-serif;font-size:34px;line-height:1}.empty-state__description{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.35}.center-state{min-height:70vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:24px;text-align:center}.center-state.m--compact{min-height:180px}.modal{position:fixed;inset:0;display:grid;place-items:center;z-index:100;padding:16px;background:#00000080}.modal__panel{width:min(100%,520px);max-height:min(86vh,760px);overflow:auto;border-radius:12px;background:#fff}.modal__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line);background:#fff}.modal__title{margin:0;font-size:18px}.modal__close{width:34px;height:34px;border:0;border-radius:8px;padding:0;background:var(--ink);color:#fff;font-weight:700;display:inline-grid;place-items:center}.modal__content{padding:16px}.modal__actions{display:grid;gap:12px}.modal__actions p{margin:0;color:#374151;line-height:1.4}.cheque{display:grid;gap:14px}.cheque__tape{display:grid;gap:10px;border:1px solid #e7e5e4;border-radius:14px;background:#fafaf9;padding:18px;text-align:center}.cheque__name{margin:0}.cheque__subtitle{margin:0;color:var(--muted);font-size:13px}.cheque__divider{height:1px;background:#e7e5e4}.cheque__row{display:flex;justify-content:space-between;gap:10px}.cheque__row-info{display:grid;gap:3px}.cheque__row-label{color:var(--muted);font-size:13px}.cheque__total{display:flex;justify-content:space-between;gap:10px;font-family:Bebas,TildaSans,sans-serif;font-size:24px}.dish-card{display:flex;flex-direction:column;border-radius:var(--radius);border:1px solid var(--line);background:#fff;min-height:100%;padding:8px}.dish-card.m--stopped{opacity:.58}.dish-card__image-wrap{width:100%;aspect-ratio:1/1;margin-bottom:8px;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,#fff0,#ffffffbd,#fff0),#eef1f4;background-size:180% 100%,100% 100%;animation:dish-image-skeleton 1.1s ease-in-out infinite}.dish-card__image-wrap.m--fallback{display:grid;place-items:center;animation:none;background:#f8fafc}.dish-card__image{display:block;width:100%;height:100%;background:#f3f4f6;object-fit:cover}.dish-card__image.m--fallback{filter:grayscale(1);object-fit:contain}.dish-card__header{display:grid;gap:8px}.dish-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;font-size:15px;line-height:1.22}.dish-card__price{display:flex;align-items:baseline;flex-wrap:wrap;min-width:max-content;gap:4px;font-size:16px;line-height:1.1;flex:0 0 auto}.dish-card__price strong,.dish-card__old-price{white-space:nowrap}.dish-card__old-price{color:#9ca3af;font-size:13px;text-decoration:line-through}.dish-card__meta{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.35}.dish-card__description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.dish-card__variants{display:grid;gap:4px;margin-top:8px;color:#4b5563;font-size:13px}.dish-card__modifiers{display:grid;gap:10px;margin-top:12px}.dish-card__modifier-group,.dish-card__modifier-options{display:grid;gap:7px}.dish-card__modifier-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-height:34px;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:12px;line-height:1.2;transition:border-color .15s ease,background-color .15s ease}.dish-card__modifier-option input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.dish-card__modifier-option.m--disabled{opacity:.45}.dish-card__modifier-option.m--selected{border-color:var(--modifier-accent, #87e06d);outline:1px solid var(--modifier-accent, #87e06d);background:#fff}.dish-card__tags{display:flex;flex-wrap:wrap;gap:6px;min-height:0;margin-top:10px}.dish-card__footer{margin-top:auto;display:flex;flex-direction:column}.dish-card__actions{width:100%;min-width:0;padding-top:2px;display:flex;align-items:center;justify-content:space-between;gap:10px}.dish-card__action-control{flex:0 1 auto;min-width:0;max-width:100%}.dish-card__actions .qty-controls{flex:0 1 auto}.dish-card__btn{width:auto;min-width:0;max-width:100%;overflow:hidden;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-family:Bebas,TildaSans,sans-serif;font-size:16px;line-height:1}.dish-card__action-control .dish-card__btn{width:auto}.dish-card__tag-qty{margin-left:auto;margin-top:auto;margin-bottom:5px}.dish-sheet{position:fixed;inset:0;z-index:110;display:flex;align-items:flex-end;justify-content:center;background:#0000007a;animation:dish-sheet-fade-in .18s ease-out}.dish-sheet__panel{position:relative;display:flex;flex-direction:column;width:min(100%,768px);max-height:calc(100dvh - env(safe-area-inset-top));overflow:hidden;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -16px 50px #1118272e;animation:dish-sheet-slide-up .22s ease-out;transition:transform .18s ease}.dish-sheet__panel.m--dragging{transition:none}.dish-sheet__handle{width:100%;height:24px;min-height:24px;display:grid;place-items:center;touch-action:none;cursor:grab}.dish-sheet__handle:before{content:"";width:42px;height:4px;border-radius:999px;background:#d1d5db}.dish-sheet__handle:active{cursor:grabbing}.dish-sheet__image-wrap{flex:0 0 auto;width:100%;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(90deg,#fff0,#ffffffbd,#fff0),#eef1f4;background-size:180% 100%,100% 100%;animation:dish-image-skeleton 1.1s ease-in-out infinite}.dish-sheet__image-wrap.m--fallback{display:grid;place-items:center;animation:none;background:#f8fafc}.dish-sheet__image{display:block;width:100%;height:100%;background:#f3f4f6;object-fit:cover}.dish-sheet__image.m--fallback{width:min(46%,220px);height:62%;filter:contrast(.5);object-fit:contain}.dish-sheet__header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px 12px;background:#fff}.dish-sheet__header.m--with-description{border-bottom:1px solid var(--line)}.dish-sheet__title{margin:0;font-size:20px;line-height:1.2}.dish-sheet__heading{display:grid;gap:4px}.dish-sheet__close{position:absolute;right:16px;top:7px;display:grid;place-items:center;width:25px;height:25px;border:0;border-radius:8px;padding:0;background:var(--ink);color:#fff;z-index:10}.dish-sheet__close:before,.dish-sheet__close:after{content:"";grid-area:1/1;width:12px;height:2px;border-radius:999px;background:currentColor}.dish-sheet__close:before{transform:rotate(45deg)}.dish-sheet__close:after{transform:rotate(-45deg)}.dish-sheet__content{display:flex;flex:0 1 auto;flex-direction:column;gap:12px;min-height:0;overflow:hidden;padding:14px 16px 18px}.dish-sheet__content>:not(.dish-sheet__description){flex:0 0 auto}.dish-sheet__description,.dish-sheet__meta{margin:0;color:#374151;font-size:15px;line-height:1.45}.dish-sheet__description{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.dish-sheet__meta{color:var(--muted);font-weight:700}.dish-sheet__section{display:grid;gap:8px}.dish-sheet__section-title{margin:4px 0 0;font-size:15px;line-height:1.2}.dish-sheet__variant{color:#4b5563;font-size:14px;line-height:1.35}.dish-sheet__tags{display:flex;flex-wrap:wrap;gap:6px}.dish-sheet__modifier-group{display:grid;gap:6px}.dish-sheet__modifier-title{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.3}.dish-sheet__modifier-list{display:grid;gap:6px}.dish-sheet__modifier{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;font-size:14px;line-height:1.25}.dish-sheet__modifier.m--disabled{opacity:.48}.dish-sheet__footer{flex:0 0 auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;box-shadow:0 -8px 24px #11182714;display:flex;flex-direction:column}.dish-sheet__footer-info{display:grid;gap:3px;min-width:max-content;flex:0 0 auto}.dish-sheet__footer .dish-card__btn{min-height:44px;padding:9px 14px;font-size:20px}.dish-sheet__footer .qty-controls{gap:8px;min-height:44px}.dish-sheet__footer .qty-controls__button{flex-basis:44px;inline-size:44px;max-inline-size:44px;font-size:22px}.dish-sheet__footer .qty-controls__count{flex-basis:28px;font-size:18px}@keyframes dish-sheet-fade-in{0%{background:#0000}}@keyframes dish-sheet-slide-up{0%{transform:translateY(100%)}}@keyframes dish-image-skeleton{0%{background-position:180% 0,0 0}to{background-position:-180% 0,0 0}}.menu-section{scroll-margin-top:150px;margin-bottom:18px}.menu-section__title{margin:0 0 10px;font-family:Bebas,TildaSans,sans-serif;font-size:20px;letter-spacing:0;line-height:1}.menu-section__subtitle{margin:-4px 0 10px;color:#a16207;font-size:14px;font-weight:700;line-height:1.35}.menu-section__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(156px,1fr));align-items:stretch;gap:10px}.restaurant-hero{display:flex;align-items:center;gap:12px;min-height:80px;padding:8px 16px;overflow:hidden;transition:min-height .25s ease,padding-top .25s ease,padding-bottom .25s ease}.restaurant-hero.m--compact{min-height:0;padding-top:6px;padding-bottom:6px;border-bottom:1px solid var(--line)}.restaurant-hero__logo{width:62px;height:62px;object-fit:contain;border-radius:10px;background:#fff;flex:0 0 auto;transition:width .25s ease,height .25s ease,border-radius .25s ease}.restaurant-hero.m--compact .restaurant-hero__logo{width:28px;height:28px;border-radius:6px}@media(max-width:520px){.restaurant-hero__logo{width:52px;height:52px}.restaurant-hero.m--compact .restaurant-hero__logo{width:28px;height:28px}}.restaurant-hero__meta{min-width:0;flex:1}.restaurant-hero__title-row{display:flex;align-items:center;gap:8px;min-width:0}.restaurant-hero__title{margin:0;font-size:20px;line-height:1.1;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-hero__address{min-width:0;margin:0;color:#9ca3af;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:20px;opacity:1;transition:max-height .25s ease,opacity .2s ease,margin-top .25s ease}.restaurant-hero.m--compact .restaurant-hero__address{max-height:0;opacity:0;margin-top:0}.restaurant-hero__table-pill{margin-left:auto;flex-shrink:0}.category-bar{height:48px;display:flex;align-items:center;gap:8px;padding:7px 12px;background:#fff;position:relative}.category-bar__search-toggle{position:relative;z-index:2;flex-shrink:0;border:0;border-radius:50%;width:34px;height:34px;padding:0;background:var(--ink);color:#fff;display:inline-grid;place-items:center}.category-bar__search-field{flex:1;position:relative;min-width:0}.category-bar__search-input{width:100%;border:1px solid var(--line);border-radius:8px;height:36px;padding:0 36px 0 12px;color:var(--text);outline:none}.category-bar__search-input:focus{border-color:var(--ink)}.category-bar__clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:0;background:none;padding:0;color:var(--line);display:inline-grid;place-items:center;cursor:pointer}.category-bar__chips{position:absolute;inset:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;padding-left:54px}.category-bar__chips::-webkit-scrollbar{display:none}.category-bar__chips>:last-child{margin-right:16px}.menu-list__top{display:flex;align-items:center;justify-content:center;padding:calc(12px + env(safe-area-inset-top)) 16px 10px}.menu-list__logo{width:220px;max-width:70vw;height:30px;object-fit:contain}.menu-list__sticky-header{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 1px #1118270f}.menu-list__sections{padding:12px 16px 140px}.menu-error{margin:12px 16px;display:grid;gap:10px;border-radius:var(--radius);background:var(--danger-bg);color:var(--danger);padding:14px}.menu-error__message{margin:0;font-weight:700}.cart__title{margin:0;font-family:Bebas,TildaSans,sans-serif;font-size:28px;color:#111827;line-height:1;padding:8px 16px 4px}.cart__sections{display:grid;gap:18px;padding:0 16px 18px}.cart__section-header{position:sticky;top:40px;z-index:15;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 0;background:#fff}.cart__section-title{margin:0;font-family:TildaSans,sans-serif;font-size:18px;letter-spacing:0;line-height:1}.cart__section-hint{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.35}.cart__card-list{display:grid;gap:12px}.cart__footer{position:fixed;left:50%;transform:translate(-50%);bottom:calc(58px + env(safe-area-inset-bottom));width:min(100%,768px);display:grid;gap:8px;padding:14px 28px 0;border-radius:18px 18px 0 0;background:var(--ink);color:#fff;z-index:30}.cart__footer-row{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#d1d5db;font-size:14px}.cart__footer-row.m--total{color:#fff;font-size:18px;font-weight:700}.cart-card-swipe{position:relative;overflow:hidden;border-radius:14px;touch-action:pan-y}.cart-card-swipe__content{position:relative;z-index:1;transition:transform .2s ease;will-change:transform}.cart-card-swipe.m--actions-visible .cart-card-swipe__content{transform:translate(-92px)}.cart-card-swipe__delete{position:absolute;inset:0 0 0 auto;width:92px;border:0;border-radius:0 14px 14px 0;background:var(--danger);color:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:700;transform:translate(100%);transition:transform .2s ease}.cart-card-swipe.m--actions-visible .cart-card-swipe__delete{transform:translate(0)}.cart-card-swipe__delete:disabled{opacity:.55}.cart-card-swipe__delete img{filter:brightness(0) invert(1)}.cart-card{background:#f9fafb;border-radius:14px;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.cart-card__body{grid-column:1/-1;display:flex;align-items:center;gap:12px;width:100%}.cart-card__main{flex:1;min-width:0}.cart-card__title{margin:0;font-size:16px;font-weight:700;line-height:1.2;color:#111827}.cart-card__title-qty{color:#9ca3af;font-weight:600}.cart-card__description{margin:2px 0 0;color:#6b7280;font-size:12px;font-weight:600;line-height:1.4}.cart-card__comment-toggle{margin-top:6px;padding:0;border:0;background:transparent;color:#6b7280;font-size:14px;font-weight:700;line-height:1.3;text-align:left}.cart-card__comment-toggle:disabled{color:#9ca3af}.cart-card__comment-area{grid-column:1/-1;display:grid;gap:4px;width:100%}.cart-card__comment{width:100%;height:38px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;font-size:13px;line-height:1.3;outline:none}.cart-card__comment:focus{border-color:#111827}.cart-card__comment:disabled{background:#f3f4f6;color:#6b7280}.cart-card__comment-counter{justify-self:end;color:#6b7280;font-size:11px;font-weight:700}.cart-card__side{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;flex-shrink:0}.cart-card__price{font-size:16px;font-weight:700;color:#000}.cart-card .qty-controls__button{width:32px;height:32px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;color:#111827;font-size:18px;font-weight:700}.sync-card{border-radius:var(--radius);border:1px solid #fed7aa;background:#fff7ed;display:grid;gap:10px;padding:14px}.sync-card__message{margin:0;color:#9a3412;font-weight:700}.sync-card__payment{display:grid;gap:4px}.sync-card__payment-detail{color:#7c2d12;font-size:13px}.sync-card__items{display:grid;gap:8px;padding-top:8px;border-top:1px solid #fed7aa}.sync-card__item-row{display:flex;justify-content:space-between;gap:10px}.qr-card{width:min(100%,420px);border-radius:var(--radius);border:1px solid var(--line);background:#fff;display:grid;justify-items:center;gap:12px;padding:24px 18px;text-align:center}.qr-card__title{margin:0;font-family:Bebas,TildaSans,sans-serif;font-size:34px;line-height:1}.qr-card__description{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.35}.qr-card__form{width:100%;display:grid;gap:10px}.qr-card__form-input{width:100%;border:1px solid var(--line);border-radius:8px;height:40px;padding:0 12px;color:var(--text);outline:none}.qr-card__form-input:focus{border-color:var(--ink)}.scanner{min-height:100vh;display:grid;align-content:start;gap:18px;padding:calc(18px + env(safe-area-inset-top)) 16px 120px}.scanner__header{display:grid;justify-items:center;gap:8px;text-align:center}.scanner__title{margin:0;font-family:Bebas,TildaSans,sans-serif;font-size:34px;line-height:1}.scanner__description{max-width:360px;margin:0;color:var(--muted);line-height:1.4}.scanner__camera{position:relative;width:min(100%,420px);aspect-ratio:1;justify-self:center;overflow:hidden;border-radius:18px;background:#111827}.scanner__video{width:100%;height:100%;display:none;object-fit:cover}.scanner__video.m--active{display:block}.scanner__placeholder{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:12px;color:#d1d5db;font-weight:700}.scanner__frame{position:absolute;inset:12%;pointer-events:none}.scanner__frame-corner{position:absolute;width:42px;height:42px;border-color:var(--brand)}.scanner__frame-corner.m--tl{top:0;left:0;border-top:4px solid;border-left:4px solid}.scanner__frame-corner.m--tr{top:0;right:0;border-top:4px solid;border-right:4px solid}.scanner__frame-corner.m--br{right:0;bottom:0;border-right:4px solid;border-bottom:4px solid}.scanner__frame-corner.m--bl{bottom:0;left:0;border-bottom:4px solid;border-left:4px solid}.scanner__actions{width:min(100%,420px);justify-self:center;display:grid;gap:12px}.bottom-action{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(100%,768px);padding:12px 28px calc(12px + env(safe-area-inset-bottom));background:var(--ink);z-index:50}.bottom-action__button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border:2px solid var(--brand);background:linear-gradient(180deg,var(--brand-light),var(--brand));color:#000;font-weight:700;padding-block:6px;height:36px}.bottom-action__button.m--session{color:#fff}.bottom-action__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-action__price{flex:0 0 auto}.toast-host{position:fixed;left:0;right:0;bottom:calc(94px + env(safe-area-inset-bottom));z-index:120;display:grid;place-items:center;pointer-events:none;padding:0 16px}.toast{max-width:420px;border-radius:10px;background:var(--danger-bg);color:#991b1b;padding:10px 14px;text-align:center;font-size:13px;font-weight:700}.push-card{position:fixed;z-index:120;right:12px;bottom:96px;width:min(360px,100vw - 24px);display:grid;gap:8px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px}.push-card__message{margin:0;color:#374151;font-size:12px}.top-loader{position:fixed;top:calc(12px + env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:60;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px}
