:root{--bg:#f4f4f4;--card:#fff;--text:#111;--muted:#666;--border:#222;--nav-h:64px;--header-h:56px;--chat-manager-bar-h:68px;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{background:var(--bg);flex-direction:column;max-width:480px;height:100dvh;min-height:100dvh;margin:0 auto;display:flex;overflow:hidden}.app-main{padding:0 16px calc(var(--nav-h) + 16px);flex:1;min-height:0;overflow-y:auto}.app-main--chat{flex-direction:column;flex:1;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.header{height:var(--header-h);background:var(--card);z-index:10;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.header__logo{flex:1;align-items:center;gap:6px;min-width:0;max-width:calc(100% - 88px);display:flex}.header__logo-img{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:52px;height:26px;display:block}.header__logo-title{letter-spacing:-.02em;white-space:nowrap;flex-shrink:1;min-width:0;font-size:.82rem;font-weight:700;line-height:1.15}.header__actions{gap:16px;display:flex}.header__icon{color:var(--text);display:flex}.header__cart-wrap{display:flex;position:relative}.header__cart-badge{text-align:center;color:#fff;min-width:16px;height:16px;box-shadow:0 0 0 1.5px var(--card);pointer-events:none;background:#000;border-radius:999px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;bottom:-3px;left:-5px}.bottom-nav{width:100%;max-width:480px;height:var(--nav-h);z-index:20;background:#000;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;overflow:visible;transform:translate(-50%)}.bottom-nav__item{color:#888;padding:12px 20px;display:flex;overflow:visible}.bottom-nav__icon-wrap{display:flex;position:relative}.bottom-nav__icon-wrap svg{display:block;overflow:visible}.nav-badge{text-align:center;color:#000;pointer-events:none;z-index:1;background:#fff;border-radius:999px;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 2px #000}.bottom-nav__item--active{color:#fff}.page-title{margin:12px 0 16px;font-size:1.75rem;font-weight:700}.page-title--sm{font-size:1.25rem}.page-title--center{text-align:center}.section-title{margin:20px 0 12px;font-size:1.1rem;font-weight:700}.muted{color:var(--muted);font-size:.9rem}.btn{cursor:pointer;text-transform:lowercase;border:none;border-radius:999px;justify-content:center;align-items:center;padding:14px 24px;font-weight:500;display:inline-flex}.btn--primary{color:#fff;background:#000}.btn--outline{color:#000;background:0 0;border:2px solid #000}.btn--block{width:100%;margin-top:12px}.home-page__section-title{margin-top:4px}.info-tiles{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.info-tile{background:var(--card);cursor:pointer;border:1px solid #e2e2e2;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:14px 8px 12px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 2px 10px #0000000a}.info-tile:active{transform:scale(.98)}.info-tile__label{text-align:center;font-size:.8rem;font-weight:500;line-height:1.2}.info-tile__icon{background:#f0f0f0 50%/20px 20px no-repeat;border-radius:50%;width:36px;height:36px}.info-tile__icon--delivery{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.8'%3E%3Cpath d='M1 3h15v13H1zM16 8h4l3 3v5h-7V8z'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E")}.info-tile__icon--reviews{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M12 2l2.9 6.26L22 9.27l-5 4.87L18.2 22 12 18.56 5.8 22 7 14.14l-5-4.87 7.1-1.01z'/%3E%3C/svg%3E");background-size:22px 22px}.info-tile__soon{text-transform:uppercase;letter-spacing:.04em;color:#666;background:#f0f0f0;border-radius:999px;padding:2px 6px;font-size:.62rem;font-weight:700;position:absolute;top:6px;right:6px}.hero-tile{color:#fff;background-color:#2a2a2a;border-radius:16px;justify-content:space-between;align-items:flex-end;gap:12px;min-height:84px;margin-bottom:12px;padding:18px 16px;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001f}.hero-tile--bg{border:1px solid #ffffff14}.hero-tile__label{text-shadow:0 1px 6px #0000008c;z-index:1;font-size:1.05rem;line-height:1.2}.hero-tile--full{width:100%;min-height:92px}.hero-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.hero-tile--half{flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:118px;padding:14px 12px}.hero-tile--half .hero-tile__label{max-width:90%;font-size:.95rem}.hero-tile--half .hero-tile__arrow{align-self:flex-end}.hero-tile__arrow{opacity:.95;text-shadow:0 1px 4px #00000080;z-index:1;flex-shrink:0;font-size:1.75rem;font-weight:300;line-height:1}.category-list{flex-direction:column;gap:12px;list-style:none;display:flex}.category-card{color:#fff;text-transform:lowercase;text-shadow:0 1px 4px #0009;background-color:#333;background-position:50%;background-size:cover;border-radius:14px;justify-content:flex-start;align-items:flex-end;min-height:120px;padding:16px;font-weight:600;display:flex}.product-list{flex-direction:column;gap:12px;list-style:none;display:flex}.product-card{background:var(--card);border-radius:12px;gap:12px;padding:12px;display:flex;box-shadow:0 2px 8px #0000000f}.product-card__img{object-fit:cover;background:#e0e0e0;border-radius:8px;flex-shrink:0;width:80px;height:80px}.product-card__img--empty{display:block}.product-card__title{font-size:.95rem;font-weight:600}.back-btn{color:var(--text);cursor:pointer;background:0 0;border:none;margin:8px 0;padding:4px 0;font-size:.95rem}.product-hero-img{object-fit:cover;background:#e8e8e8;border-radius:12px;width:100%;height:180px;margin-bottom:12px;display:block}.product-hero-img--empty{display:block}.product-price{margin:0 0 10px;font-size:1.15rem;font-weight:700}.product-desc{color:var(--muted);margin-bottom:12px;font-size:.9rem;line-height:1.45}.product-note{background:#fff8e6;border:1px solid #f0e6c8;border-radius:10px;margin-bottom:16px;padding:10px 12px;font-size:.85rem;line-height:1.4}.product-form-error{color:#b42318;margin-bottom:8px;font-size:.85rem}.field{flex-direction:column;gap:6px;margin-bottom:12px;font-size:.9rem;display:flex}.field select,.field input{border:1px solid var(--border);background:var(--card);border-radius:999px;padding:12px 16px}.field--block input{width:100%}.field--inline{flex-direction:row;align-items:center;gap:12px}.field--inline span{min-width:70px}.field--inline input{flex:1}.product-order-block{background:var(--card);border:1px solid #e8e8e8;border-radius:14px;margin:16px 0;padding:14px;box-shadow:0 2px 10px #0000000a}.product-order-block .qty-row{border-bottom:1px solid #eee;margin:0 0 14px;padding-bottom:14px}.qty-row{justify-content:space-between;align-items:center;margin:16px 0;display:flex}.product-order-summary{font-size:.9rem}.product-order-summary--ready{background:#f7f7f7;border-radius:10px;padding:12px}.product-order-summary__variant{color:var(--muted);margin-bottom:10px;font-size:.85rem}.product-order-summary__row--info{color:#0d7a8c;margin-bottom:6px;font-size:.88rem}.product-order-summary__row--info span:last-child{font-weight:600}.product-order-summary__row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.product-order-summary__equals{display:none}.product-order-summary__total{border-top:1px solid #ddd;justify-content:space-between;align-items:baseline;margin-top:10px;padding-top:10px;font-size:1rem;display:flex}.product-order-summary__total strong{font-size:1.25rem;font-weight:800}.product-order-summary__hint{color:var(--muted);margin:0;font-size:.85rem;line-height:1.4}.btn--primary:disabled{opacity:.45;cursor:not-allowed}.stepper{border:1px solid var(--border);border-radius:999px;align-items:center;gap:12px;padding:4px 12px;display:flex}.stepper button{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:28px;font-size:1.2rem}.stepper button:disabled{opacity:.35;cursor:not-allowed}.stepper__input{text-align:center;width:4.5rem;min-width:3rem;max-width:6rem;font:inherit;font-variant-numeric:tabular-nums;-moz-appearance:textfield;background:0 0;border:none;padding:0;font-weight:600}.stepper__input:focus{outline:none}.stepper__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stepper--sm{padding:2px 8px}.stepper--sm .stepper__input{width:3.5rem;font-size:.95rem}.details-grid{flex-direction:column;gap:12px;font-size:.9rem;display:flex}.details-grid__row{grid-template-columns:minmax(88px,34%) 1fr;gap:8px 14px;display:grid}.details-grid dt{color:var(--muted);margin:0}.details-grid dd{margin:0;line-height:1.4}.related-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.related-card{background:var(--card);text-align:left;cursor:pointer;border:1px solid #ddd;border-radius:12px;padding:8px;font-size:.75rem}.related-card__img{object-fit:cover;background:#e0e0e0;border-radius:8px;width:100%;height:60px;margin-bottom:6px;display:block}.related-card__img--empty{display:block}.cart-card{background:var(--card);border-radius:14px;gap:12px;margin-bottom:12px;padding:12px;display:flex;box-shadow:0 2px 10px #0000000f}.cart-card__img{object-fit:cover;background:#e0e0e0;border-radius:8px;flex-shrink:0;width:64px;height:64px}.cart-card__img--empty{display:block}.cart-card__body h2{margin-bottom:8px;font-size:1rem}.pill-row{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.8rem;display:flex}.pill{border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-size:.75rem}.cart-card__price{text-align:right;margin-top:8px;font-size:.9rem}.cart-total{margin:16px 0;font-size:1.1rem}.checkout-item{background:var(--card);border-radius:14px;margin-bottom:12px;padding:14px;box-shadow:0 2px 10px #0000000d}.checkout-item__top{align-items:flex-start;gap:12px;display:flex}.checkout-item__img{object-fit:cover;background:#e8e8e8;border-radius:10px;flex-shrink:0;width:56px;height:56px}.checkout-item__img--empty{display:block}.checkout-item h2{margin-bottom:4px;font-size:.95rem}.checkout-item__price{margin:0;font-weight:700}.checkout-item__meta{margin-top:8px;font-size:.85rem}.checkout-summary{background:var(--card);border-radius:14px;margin:16px 0;padding:12px 14px}.checkout-delivery{margin:8px 0 16px;position:relative}.checkout-address textarea{background:var(--card);resize:vertical;border:1px solid #d0d0d0;border-radius:12px;width:100%;min-height:88px;padding:12px 14px}.checkout-address{margin-bottom:16px}.select-pill{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:999px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-weight:500;display:flex}.select-pill__chevron{opacity:.6}.select-dropdown{background:var(--card);border:1px solid #e5e5e5;border-radius:14px;margin:8px 0 0;padding:6px;list-style:none;box-shadow:0 8px 24px #00000014}.select-dropdown__item{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;border-radius:10px;padding:12px 14px}.select-dropdown__item--active,.select-dropdown__item:hover{background:#f2f2f2}.checkout-row{justify-content:space-between;padding:8px 0;display:flex}.checkout-row--total{border-top:1px solid #ddd;margin-top:8px;padding-top:12px;font-size:1.1rem;font-weight:700}.checkout-note{margin-bottom:12px}.checkout-note--spaced{margin-top:8px}.pay-methods{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.pay-method{cursor:pointer;background:#eee;border:1px solid #ccc;border-radius:12px;height:56px;font-weight:600}.pay-method--active{color:#fff;background:#333;border-color:#333}.checkout-page .app-main,.checkout-page{padding-bottom:24px}.checkout-error{color:#c62828;margin:0 0 12px;font-size:.9rem}.profile-card{background:var(--card);border-radius:16px;margin-bottom:12px;padding:16px;box-shadow:0 2px 12px #0000000f}.profile-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-head__main{gap:14px;min-width:0;display:flex}.profile-avatar{color:#fff;background:linear-gradient(145deg,#333,#111);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.9rem;font-weight:700;display:flex}.profile-name{margin-bottom:8px;font-size:1.25rem;font-weight:700;line-height:1.2}.profile-contact{margin-bottom:4px;font-size:.88rem;line-height:1.35}.profile-register-banner{background:#fff8e1;border-radius:12px;margin-bottom:16px;padding:14px 16px;font-size:.9rem;line-height:1.45}.profile-register-banner p{margin:0 0 12px}.profile-missing{color:#c62828}.order-history{margin:0;padding:0;list-style:none}.order-history__item{border-bottom:1px solid var(--border,#eee);justify-content:space-between;gap:12px;padding:12px 0;font-size:.9rem;display:flex}.order-history__item:last-child{border-bottom:none}.order-history__meta{margin-top:2px;font-size:.8rem;display:block}.order-history__right{text-align:right;flex-shrink:0}.order-history__status{color:var(--muted);font-size:.82rem;display:block}.order-history__total{margin-top:2px;font-weight:600;display:block}.form-card__lead{text-align:center;margin:0 0 20px;font-size:.9rem;line-height:1.45}.form-card__lead--compact{text-align:left;margin:-8px 0 16px}.profile-contact__label{color:var(--muted);margin-bottom:2px;font-size:.75rem;display:block}.profile-settings{color:var(--text);flex-shrink:0;padding:6px;display:flex}.profile-section{margin-top:8px}.demo-toggle{color:var(--muted);background:#fff8e6;border:1px dashed #e6d9a8;border-radius:10px;align-items:center;gap:8px;margin:0 0 16px;padding:10px 12px;font-size:.8rem;display:flex}.section-title--tight{margin-bottom:0}.profile-find-us{border-bottom:1px solid var(--border,#e8e8e8);margin-bottom:20px;padding-bottom:20px}.profile-find-us__head{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.profile-find-us__head .section-title{flex-shrink:0;margin:0;font-size:1.1rem;line-height:1.2}.profile-hotline-block{flex-direction:column;flex:auto;align-items:flex-end;min-width:0;display:flex}.profile-hotline-row{justify-content:flex-end;align-items:center;gap:8px;min-height:1.2em;display:flex}.profile-hotline{text-align:right;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:5px;font-size:.82rem;line-height:1.2;display:flex}.profile-hotline__label{color:var(--muted);white-space:nowrap;font-size:.78rem}.profile-hotline__number{color:var(--text);white-space:nowrap;font-size:.82rem;font-weight:600}.profile-managers-toggle{background:var(--card);width:32px;height:32px;color:var(--text);cursor:pointer;border:1px solid #d0d0d0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.profile-managers-toggle--open{color:#fff;background:#111;border-color:#111}.profile-managers-toggle__chevron{opacity:.85;font-size:.65rem;line-height:1;transition:transform .25s}.profile-managers-toggle--open .profile-managers-toggle__chevron{transform:rotate(180deg)}.profile-managers-list-wrap{opacity:0;grid-template-rows:0fr;width:100%;margin-top:0;transition:grid-template-rows .32s,opacity .28s,margin-top .32s;display:grid}.profile-managers-list-wrap--open{opacity:1;grid-template-rows:1fr;margin-top:10px}.profile-managers-list-inner{min-height:0;overflow:hidden}.profile-managers-list{background:var(--card);border:1px solid #e8e8e8;border-radius:12px;flex-direction:column;gap:6px;margin:0;padding:8px 10px;list-style:none;transition:transform .32s;display:flex;transform:translateY(-6px)}.profile-managers-list-wrap--open .profile-managers-list{transform:translateY(0)}.profile-managers-list__link{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 12px;padding:6px 4px;font-size:.85rem;display:flex}.profile-managers-list__phone{font-weight:600}.profile-managers-list__name{color:var(--muted);white-space:nowrap;font-size:.8rem}.profile-find-us__address{margin:8px 0 12px;font-size:.9rem;line-height:1.45}.location-share{background:var(--card);border-radius:14px;margin:16px 0 20px;padding:14px;box-shadow:0 2px 10px #0000000d}.location-share__hint{margin:8px 0 12px;font-size:.85rem;line-height:1.45}.location-share__durations{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.location-share__duration-btn{padding:10px 6px;font-size:.8rem}.location-share__status{margin-top:4px;margin-bottom:12px;font-size:.9rem}.location-share__status--active{color:#2e7d32;font-weight:600}.location-share__settings-link{font:inherit;color:#1565c0;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.location-share__error{color:#c62828;margin-top:8px;font-size:.85rem}.status-block{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.order-number{font-size:1rem;font-weight:700}.profile-empty-hint{margin:8px 0 12px}.timeline{margin:12px 0 20px;padding-left:4px;list-style:none}.timeline__item{gap:14px;padding-bottom:22px;display:flex;position:relative}.timeline__item:not(:last-child):before{content:"";background:#d8d8d8;width:2px;position:absolute;top:18px;bottom:0;left:7px}.timeline__item--done:not(:last-child):before{background:#111}.timeline__dot{background:var(--card);z-index:1;border:2px solid #bbb;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.timeline__item--done .timeline__dot{background:#111;border-color:#111}.timeline__item--active .timeline__dot{background:#111;border-color:#111;box-shadow:0 0 0 4px #0000001f}.timeline__body strong{font-size:.95rem;display:block}.timeline__time{color:var(--muted);margin-top:2px;font-size:.8rem;display:block}.map-preview{background-position:50%;background-size:cover;border-radius:14px;justify-content:center;align-items:flex-end;min-height:140px;margin-bottom:12px;padding:12px;display:flex;position:relative;overflow:hidden}.map-preview__pin{background:#e53935;border:3px solid #fff;border-radius:50% 50% 50% 0;width:28px;height:28px;margin:-28px 0 0 -14px;position:absolute;top:42%;left:50%;transform:rotate(-45deg);box-shadow:0 4px 12px #00000059}.map-preview__caption{z-index:1;background:#ffffffeb;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600;position:relative}.profile-geo-btn{margin-top:10px}.profile-geo-hint{text-align:center;margin-top:8px;font-size:.75rem}.notif-list{list-style:none}.notif-card{background:var(--card);border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:14px;display:flex;box-shadow:0 2px 10px #0000000d}.notif-card__icon{background:#f0f0f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.8'%3E%3Cpath d='M18 8a6 6 0 10-12 0c0 7-3 7-3 7h18s-3 0-3-7'/%3E%3Cpath d='M13.7 21a2 2 0 01-3.4 0'/%3E%3C/svg%3E") 50%/20px 20px no-repeat;border-radius:50%;flex-shrink:0;width:40px;height:40px}.notif-card__body h2{margin-bottom:6px;font-size:.92rem;line-height:1.3}.notif-card p{color:var(--muted);font-size:.88rem;line-height:1.4}.notif-card__time{margin:0 0 4px;font-size:.78rem}.notif-card__link{margin-top:8px;font-size:.85rem;font-weight:600;display:inline-block}.notif-card--status .notif-card__icon{background-color:#e3f0fb}.notif-card--chat .notif-card__icon{background-color:#e8eef3}.notif-card--discount .notif-card__icon{background-color:#fff3e0}.notif-card--arrival .notif-card__icon{background-color:#e8f5e9}.notifications-empty{text-align:center;margin-top:24px}.field-error{color:#c62828;margin-top:6px;font-size:.82rem;display:block}.form-card{background:var(--card);border-radius:16px;margin-top:24px;padding:24px 20px;box-shadow:0 4px 20px #00000014}.form-card--centered{max-width:340px;margin:40px auto}.chat-error{color:#c62828;padding:0 16px 8px;font-size:.85rem}.chat-order-banner{color:#2e7d32;background:#e8f5e9;border-radius:10px;margin:8px 0 10px;padding:10px 12px;font-size:.9rem}.maps-page{padding-bottom:8px}.maps-widget{background:#f4f4f4;border:1px solid #e8e8e8;border-radius:14px;margin-bottom:16px;overflow:hidden}.maps-widget iframe{border:0;width:100%;height:240px;display:block}.maps-card{background:var(--card);border-radius:14px;margin-bottom:16px;padding:16px;box-shadow:0 2px 10px #0000000d}.maps-card__title{margin:0 0 6px;font-size:1.05rem;font-weight:700}.maps-card__address{margin:0 0 8px;line-height:1.4}.maps-card__phone{color:inherit;margin-bottom:10px;font-weight:600;text-decoration:none;display:inline-block}.maps-card__hint{margin:0;font-size:.85rem;line-height:1.4}.maps-actions{flex-direction:column;gap:10px;display:flex}.chat-page{height:100%;min-height:0;padding:0 16px;padding-top:var(--chat-manager-bar-h);box-sizing:border-box;flex-direction:column;flex:1;margin:0 -16px;display:flex}.chat-header-wrap{top:var(--header-h);z-index:15;background:var(--bg);box-sizing:border-box;width:100%;max-width:480px;height:var(--chat-manager-bar-h);align-items:center;margin:0;padding:0 16px;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 1px #ececec}.chat-header{border-bottom:none;align-items:center;gap:12px;width:100%;margin-bottom:0;padding:0;display:flex}.chat-header__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.chat-header__name{font-size:1rem;font-weight:700}.chat-header__role{color:var(--muted);font-size:.8rem}.chat-messages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;min-height:0;padding:8px 0 0;display:flex;overflow:hidden auto}.chat-messages__spacer{flex-shrink:0;height:152px}.chat-row{gap:8px;max-width:88%;display:flex}.chat-row--manager{align-self:flex-start}.chat-row--client{flex-direction:row-reverse;align-self:flex-end}.chat-bubble p{white-space:pre-line;border-radius:16px;margin:0;padding:11px 14px;font-size:.9rem;line-height:1.4;box-shadow:0 2px 8px #0000000f}.chat-bubble--manager p{background:var(--card);border-bottom-left-radius:4px}.chat-bubble--client p{color:#fff;background:#2a2a2a;border-bottom-right-radius:4px}.chat-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;align-self:flex-end;width:32px;height:32px}.chat-input-row{bottom:calc(var(--nav-h) + 4px);background:linear-gradient(to top, var(--bg) 70%, transparent);box-sizing:border-box;gap:8px;width:100%;max-width:480px;padding:10px 16px 12px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.chat-input-row input{background:var(--card);border:1px solid #d0d0d0;border-radius:999px;flex:1;padding:12px 16px}.chat-send{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;flex-shrink:0;width:44px;height:44px;font-size:1.1rem}.chat-send:disabled{opacity:.35;cursor:not-allowed}.disclaimer{background:#fff3cd;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:.85rem}.checkbox-row{align-items:flex-start;gap:8px;margin-bottom:12px;font-size:.9rem;display:flex}.calc-meta{margin:12px 0}.calc-result{background:var(--card);border-radius:12px;padding:12px;list-style:none}.calc-result li{border-bottom:1px solid #eee;justify-content:space-between;gap:12px;padding:8px 0;font-size:.85rem;display:flex}.calc-result li:last-child{border-bottom:none}.calc-total{text-align:right;margin-top:16px;font-size:1.2rem}.modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--card);text-align:center;border-radius:16px;width:100%;max-width:320px;padding:24px;position:relative}.modal-card__close{cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:12px;right:16px}.modal-card__check{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:16px auto;font-size:1.5rem;display:flex}.modal-card__title{text-transform:lowercase;margin-bottom:12px}.modal-card__text{color:var(--muted);margin-bottom:20px;font-size:.9rem}.discount-modal-overlay{align-items:flex-end;padding:0}@media (width>=400px){.discount-modal-overlay{align-items:center;padding:20px}}.discount-modal{background:var(--card);text-align:left;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:min(92dvh,640px);padding:20px 18px 24px;position:relative;overflow-y:auto;box-shadow:0 -8px 40px #0000002e}@media (width>=400px){.discount-modal{border-radius:20px;max-height:min(88dvh,640px)}}.discount-modal__close{cursor:pointer;z-index:1;background:#0000000f;border:none;border-radius:50%;width:36px;height:36px;font-size:1.4rem;line-height:1;position:absolute;top:12px;right:14px}.discount-modal__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#333 100%);border-radius:14px;margin-bottom:16px;padding:18px 16px}.discount-modal__hero--reviews{background:linear-gradient(135deg,#2a2438 0%,#4a3f5c 100%)}.discount-modal__hero--reviews .discount-modal__badge-num{color:#ffd6a5;text-shadow:0 2px 12px #ffd6a559}.discount-modal__eyebrow{text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin-bottom:8px;font-size:.75rem}.discount-modal__badge{margin:0;font-size:1.05rem;font-weight:600;line-height:1.2}.discount-modal__badge-num{color:#ffe100;text-shadow:0 2px 12px #ffe10059;margin-top:4px;font-size:2.75rem;font-weight:800;line-height:1;display:block}.discount-modal__title{margin-bottom:14px;padding-right:36px;font-size:1.2rem;font-weight:800;line-height:1.25}.discount-modal__body{color:#333;flex-direction:column;gap:14px;margin-bottom:20px;font-size:.92rem;line-height:1.55;display:flex}.discount-modal__lead{font-size:.95rem}.discount-modal__accent{color:#b8860b;font-weight:800}.discount-modal__callout{border-left:4px solid;border-radius:12px;padding:12px 14px}.discount-modal__callout--primary{background:#fffbea;border-color:#ffe100}.discount-modal__callout--warn{background:#fff5f0;border-color:#e85d04}.discount-modal__callout-label{text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:6px;font-size:.7rem;font-weight:800;display:block}.discount-modal__callout--primary .discount-modal__callout-label{color:#8a7200}.discount-modal__callout--warn .discount-modal__callout-label{color:#c44a00}.discount-modal__callout-text{margin:0;font-size:.92rem;line-height:1.5}.discount-modal__callout-text strong{color:#111;font-weight:800}.discount-modal__stat{text-align:center;color:#fff;background:#111;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:16px 14px;display:flex}.discount-modal__stat-value{color:#ffe100;font-size:2.25rem;font-weight:800;line-height:1}.discount-modal__stat-caption{opacity:.92;max-width:280px;font-size:.85rem;line-height:1.35}.discount-modal__note{color:var(--muted);background:#f5f5f5;border-radius:10px;margin:0;padding:10px 12px;font-size:.88rem}.discount-modal__note strong{color:var(--text);font-weight:700}
