:root {
    --pt-petrol: #0e3d3f;
    --pt-petrol-2: #07585b;
    --pt-mint: #b7e1d6;
    --pt-mint-2: #dff3ed;
    --pt-stone: #e7e2d6;
    --pt-cream: #f8f5ef;
    --pt-white: #ffffff;
    --pt-charcoal: #222526;
    --pt-muted: #647070;
    --pt-border: #e3e8e6;
    --pt-success: #15845f;
    --pt-danger: #b94141;
    --pt-warning: #ffb52e;
    --pt-shadow: 0 18px 50px rgba(14, 61, 63, .10);
    --pt-radius-lg: 28px;
    --pt-radius-md: 18px;
    --pt-radius-sm: 12px;
    --pt-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body.packetas-app-shell { margin: 0; color: var(--pt-charcoal); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.is-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; }
.pt-container { width: min(calc(100% - 40px), var(--pt-container)); margin-inline: auto; }
.pt-main { min-height: 70vh; }
.pt-skip-link { position: fixed; left: 12px; top: -70px; z-index: 9999; background: var(--pt-petrol); color: #fff; padding: 12px 16px; border-radius: 8px; }
.pt-skip-link:focus { top: 12px; }

/* Header */
.pt-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(14,61,63,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.pt-header__inner { min-height: 82px; display: grid; grid-template-columns: 210px auto minmax(280px, 500px) auto; align-items: center; gap: 20px; }
.pt-brand { display: inline-flex; align-items: center; }
.pt-brand img { width: 185px; max-height: 52px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-width: 185px; height: auto; }
.pt-city-switcher, .pt-control { border: 1px solid var(--pt-border); background: #fff; border-radius: 12px; min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.pt-city-switcher:hover, .pt-control:hover { border-color: var(--pt-mint); background: var(--pt-cream); }
.pt-search { display: flex; align-items: center; gap: 10px; min-height: 46px; border: 1px solid var(--pt-border); border-radius: 14px; background: #fff; padding: 0 16px; transition: .2s ease; }
.pt-search:focus-within { border-color: var(--pt-petrol-2); box-shadow: 0 0 0 4px rgba(183,225,214,.35); }
.pt-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--pt-charcoal); }
.pt-search input::placeholder { color: #889291; }
.pt-header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.pt-icon-button { width: 45px; height: 45px; border-radius: 13px; border: 1px solid var(--pt-border); background: #fff; cursor: pointer; position: relative; }
.pt-cart-count { position: absolute; right: -5px; top: -6px; min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 20px; background: var(--pt-petrol); color: #fff; font-size: 11px; font-weight: 800; }
.pt-account { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; }
.pt-account__avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pt-mint-2); color: var(--pt-petrol); }
.pt-mobile-search { display: none; }

/* Popover */
.pt-city-popover { position: fixed; inset: 0; z-index: 100; background: rgba(6,27,28,.30); }
.pt-city-popover__panel { position: absolute; left: 50%; top: 94px; width: min(460px, calc(100% - 32px)); transform: translateX(-50%); background: #fff; border-radius: 20px; box-shadow: var(--pt-shadow); padding: 20px; }
.pt-city-popover__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.pt-city-list { display: grid; gap: 8px; }
.pt-city-option { border: 1px solid var(--pt-border); background: #fff; padding: 14px; border-radius: 12px; text-align: left; cursor: pointer; }
.pt-city-option:hover, .pt-city-option.is-active { border-color: var(--pt-petrol); background: var(--pt-mint-2); }
.pt-close { border: 0; background: var(--pt-cream); border-radius: 50%; width: 36px; height: 36px; font-size: 22px; cursor: pointer; }

/* Hero */
.pt-home { padding: 24px 0 80px; }
.pt-hero { overflow: hidden; min-height: 470px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: stretch; border-radius: 32px; background: linear-gradient(125deg, #fbf8f3 0%, #f4f8f5 54%, #d9eee7 100%); border: 1px solid rgba(14,61,63,.06); }
.pt-hero__content { padding: 58px 56px; position: relative; z-index: 2; }
.pt-pill { display: inline-flex; padding: 8px 13px; border-radius: 99px; background: var(--pt-mint-2); color: var(--pt-petrol); font-size: 13px; font-weight: 800; }
.pt-hero h1 { margin: 18px 0 16px; color: var(--pt-petrol); font-size: clamp(44px, 5.1vw, 72px); line-height: .98; letter-spacing: -.055em; }
.pt-hero p { max-width: 590px; color: #566363; font-size: 18px; line-height: 1.55; }
.pt-address-box { max-width: 610px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-radius: 16px; background: #fff; box-shadow: 0 15px 35px rgba(14,61,63,.08); padding: 7px 7px 7px 17px; margin-top: 28px; }
.pt-address-box input { min-width: 0; border: 0; outline: 0; }
.pt-button { min-height: 46px; border: 0; border-radius: 12px; padding: 0 19px; font-weight: 800; cursor: pointer; }
.pt-button--primary { background: var(--pt-petrol); color: #fff; box-shadow: 0 10px 24px rgba(14,61,63,.18); }
.pt-button--primary:hover { background: var(--pt-petrol-2); transform: translateY(-1px); }
.pt-button--ghost { background: var(--pt-cream); color: var(--pt-petrol); border: 1px solid var(--pt-border); }
.pt-button--ghost:hover { border-color: var(--pt-petrol); }
.pt-button--block { width: 100%; }
.pt-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.pt-hero__trust { display: flex; flex-wrap: wrap; gap: 18px; color: #52605f; font-size: 13px; margin-top: 22px; }
.pt-hero__visual { min-height: 470px; position: relative; overflow: hidden; }
.pt-hero-orbit { position: absolute; border: 1px dashed rgba(14,61,63,.22); border-radius: 50%; }
.pt-hero-orbit--one { width: 380px; height: 380px; right: 38px; top: 35px; }
.pt-hero-orbit--two { width: 270px; height: 270px; right: 90px; top: 90px; }
.pt-hero-bag { position: absolute; right: 76px; top: 90px; width: 250px; height: 270px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 30px 30px 48px 48px; background: linear-gradient(145deg, #0f4c4f, #082f31); box-shadow: 0 35px 55px rgba(14,61,63,.28); color: #fff; font-weight: 900; letter-spacing: .12em; transform: rotate(3deg); }
.pt-hero-bag::before { content: ""; position: absolute; width: 90px; height: 34px; border: 12px solid var(--pt-petrol); border-bottom: 0; border-radius: 50px 50px 0 0; top: -34px; }
.pt-hero-bag img { width: 90px; height: 90px; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 18px; }
.pt-delivery-card { position: absolute; left: 8px; bottom: 38px; z-index: 2; width: 230px; display: grid; grid-template-columns: 54px 1fr; gap: 5px 14px; align-items: center; padding: 17px; background: #fff; border: 1px solid rgba(14,61,63,.08); border-radius: 18px; box-shadow: var(--pt-shadow); }
.pt-delivery-card img { grid-row: span 2; width: 52px; height: 52px; object-fit: contain; }
.pt-delivery-card strong { color: var(--pt-petrol); font-size: 14px; }
.pt-delivery-card span { color: var(--pt-muted); font-size: 12px; }
.pt-food-token { position: absolute; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 22px; background: #fff; box-shadow: var(--pt-shadow); font-size: 36px; }
.pt-food-token--burger { right: 2px; top: 44px; transform: rotate(7deg); }
.pt-food-token--coffee { right: 12px; bottom: 24px; transform: rotate(-6deg); }
.pt-food-token--market { left: 34px; top: 42px; transform: rotate(-8deg); }

/* Sections */
.pt-section { padding-top: 54px; }
.pt-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.pt-section-head h2, .pt-reward-banner h2 { margin: 4px 0 0; color: var(--pt-petrol); font-size: clamp(27px, 3vw, 38px); letter-spacing: -.035em; }
.pt-eyebrow { color: #6a7776; font-size: 11px; letter-spacing: .17em; font-weight: 900; }
.pt-text-button { border: 0; background: transparent; color: var(--pt-petrol); font-weight: 800; cursor: pointer; }
.pt-categories { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.pt-category { min-height: 116px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border: 1px solid var(--pt-border); border-radius: 18px; background: #fff; cursor: pointer; transition: .2s ease; }
.pt-category:hover, .pt-category.is-active { border-color: var(--pt-mint); background: var(--pt-mint-2); transform: translateY(-3px); box-shadow: 0 12px 25px rgba(14,61,63,.08); }
.pt-category__icon { font-size: 28px; }
.pt-category strong { font-size: 13px; }
.pt-store-controls { display: flex; gap: 10px; }
.pt-store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 22px; transition: opacity .16s ease; }
.pt-store-grid[aria-busy="true"] { opacity: .72; }
.pt-store-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--pt-border); border-radius: 20px; background: #fff; transition: .22s ease; cursor: pointer; }
.pt-store-card:hover { transform: translateY(-5px); border-color: var(--pt-mint); box-shadow: var(--pt-shadow); }
.pt-store-card__visual { height: 190px; position: relative; display: grid; place-items: center; background: linear-gradient(135deg, var(--card-a), var(--card-b)); overflow: hidden; isolation:isolate; }
.pt-store-card__visual::before, .pt-store-card__visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.18); z-index:0; }
.pt-store-card__visual::before { width: 190px; height: 190px; right: -55px; top: -70px; }
.pt-store-card__visual::after { width: 100px; height: 100px; left: -25px; bottom: -35px; }
.pt-store-card__cover { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.pt-store-card__visual.has-cover::before { inset:0; width:auto; height:auto; border-radius:0; background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.30)); z-index:1; }
.pt-store-card__visual.has-cover::after { display:none; }
.pt-store-card__time { position: absolute; left: 12px; top: 12px; z-index: 3; background: var(--pt-petrol); color: #fff; padding: 6px 10px; border-radius: 99px; font-size: 12px; font-weight: 800; box-shadow:0 5px 15px rgba(4,61,63,.20); }
.pt-store-card__heart { position: absolute; right: 12px; top: 12px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.94); color:var(--pt-charcoal); font-size: 19px; cursor: pointer; box-shadow:0 7px 20px rgba(16,46,45,.14); }
.pt-store-card__body { position:relative; padding:56px 22px 20px; background:#fff; }
.pt-store-card__brand-dock { position:absolute; z-index:4; left:50%; top:-56px; width:138px; height:70px; transform:translateX(-50%); display:flex; justify-content:center; align-items:flex-start; padding-top:8px; pointer-events:none; }
.pt-store-card__brand-dock::before { content:""; position:absolute; inset:0; border:1px solid rgba(14,61,63,.09); border-bottom:0; border-radius:72px 72px 0 0; background:#fff; box-shadow:0 -10px 25px rgba(13,65,63,.10); }
.pt-store-card__brand { position:relative; z-index:1; display:grid; place-items:center; width:82px; height:82px; padding:7px; border-radius:50%; background:#fff; }
.pt-store-card__brand img { width:100%; height:100%; object-fit:contain; border-radius:50%; }
.pt-store-card__brand--fallback { background:var(--pt-mint-2); border:1px solid rgba(14,61,63,.08); }
.pt-store-card__emoji { display:grid; place-items:center; font-size:39px; line-height:1; filter:drop-shadow(0 8px 10px rgba(0,0,0,.10)); transform:rotate(-3deg); }
.pt-store-card h3 { margin: 0; color: var(--pt-petrol); font-size: 20px; }
.pt-store-card__category { color: var(--pt-muted); font-size: 13px; margin: 6px 0 12px; }
.pt-store-card__meta { display: flex; flex-wrap: wrap; gap: 10px; color: #475453; font-size: 12px; }
.pt-store-card__offer { margin-top: 13px; padding: 9px 10px; border-radius: 9px; background: #fff3e9; color: #78502f; font-size: 12px; }
.pt-status { display: inline-flex; align-items: center; gap: 5px; }
.pt-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pt-success); }
.pt-status.is-closed::before { background: var(--pt-danger); }
.pt-loading { min-height: 140px; display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--pt-muted); }
.pt-loading span { width: 21px; height: 21px; border: 3px solid var(--pt-mint); border-top-color: var(--pt-petrol); border-radius: 50%; animation: pt-spin .8s linear infinite; }
@keyframes pt-spin { to { transform: rotate(360deg); } }
.pt-empty { text-align: center; border: 1px dashed var(--pt-border); border-radius: 20px; padding: 50px 20px; background: var(--pt-cream); }
.pt-empty__icon { font-size: 44px; color: var(--pt-petrol); }
.pt-empty h3 { color: var(--pt-petrol); margin-bottom: 5px; }
.pt-empty p { color: var(--pt-muted); }
.pt-reward-banner { margin-top: 62px; display: flex; align-items: center; justify-content: space-between; padding: 38px 48px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, var(--pt-petrol), #07595c); overflow: hidden; }
.pt-reward-banner .pt-eyebrow { color: var(--pt-mint); }
.pt-reward-banner h2 { color: #fff; }
.pt-reward-banner p { color: rgba(255,255,255,.72); }
.pt-coin { width: 114px; height: 114px; display: grid; place-items: center; border-radius: 50%; border: 10px solid rgba(255,255,255,.55); background: var(--pt-mint); color: var(--pt-petrol); font-size: 50px; font-weight: 1000; transform: rotate(12deg); box-shadow: 0 20px 35px rgba(0,0,0,.16); }

/* Store detail */
.pt-store-view { padding: 30px 0 80px; }
.pt-back-link { margin-bottom: 18px; border: 0; background: transparent; color: var(--pt-petrol); font-weight: 800; cursor: pointer; }
.pt-store-hero { min-height:270px;position:relative;isolation:isolate;display:grid;grid-template-columns:1fr 330px;align-items:center;gap:30px;padding:42px;border-radius:28px;background:linear-gradient(125deg,#f3eee5,#d9eee7);overflow:hidden; }
.pt-store-hero__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.pt-store-hero.has-background::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,38,40,.90) 0%,rgba(4,48,50,.72) 55%,rgba(4,38,40,.48) 100%);z-index:1}.pt-store-hero__content{position:relative;z-index:2}.pt-store-hero h1 { color: var(--pt-petrol); font-size: 46px; letter-spacing: -.04em; margin: 0 0 8px; }
.pt-store-hero p { color: var(--pt-muted); max-width: 720px; }
.pt-store-hero__meta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 18px; }
.pt-store-hero__meta span { background: #fff; border: 1px solid rgba(14,61,63,.08); padding: 9px 12px; border-radius: 99px; font-size: 13px; }
.pt-store-hero__art { min-height: 200px; display: grid; place-items: center; border-radius: 28px; background: var(--pt-petrol); font-size: 90px; }
.pt-store-hero__logo { width:min(260px,85%); max-height:160px; object-fit:contain; padding:18px; border-radius:22px; background:rgba(255,255,255,.96); box-shadow:0 18px 45px rgba(0,0,0,.16); }.pt-store-hero.has-background h1{color:#fff}.pt-store-hero.has-background p{color:rgba(255,255,255,.82)}.pt-store-hero.has-background .pt-pill{background:rgba(255,255,255,.94)}.pt-store-hero.has-background .pt-store-hero__meta span{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.35)}.pt-store-hero.has-background .pt-store-hero__art{position:relative;z-index:2;background:rgba(4,61,63,.48);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(7px)}
.pt-menu-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr) 300px; gap: 24px; padding-top: 34px; align-items: start; }
.pt-menu-sidebar, .pt-cart-preview { position: sticky; top: 106px; border: 1px solid var(--pt-border); border-radius: 18px; background: #fff; padding: 18px; }
.pt-menu-sidebar nav { display: grid; gap: 4px; margin-top: 12px; }
.pt-menu-sidebar a { padding: 10px; border-radius: 9px; color: var(--pt-muted); font-size: 14px; }
.pt-menu-sidebar a:hover { background: var(--pt-mint-2); color: var(--pt-petrol); }
.pt-menu-section { scroll-margin-top: 110px; margin-bottom: 35px; }
.pt-menu-section h2 { color: var(--pt-petrol); margin: 0 0 16px; font-size: 28px; }
.pt-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pt-product-card { min-height: 162px; display: grid; grid-template-columns: 1fr 120px; gap: 12px; padding: 16px; border: 1px solid var(--pt-border); border-radius: 16px; background: #fff; cursor: pointer; transition: .2s ease; }
.pt-product-card:hover { border-color: var(--pt-mint); box-shadow: 0 10px 25px rgba(14,61,63,.07); }
.pt-product-card h3 { margin: 0 0 6px; color: var(--pt-petrol); font-size: 17px; }
.pt-product-card p { color: var(--pt-muted); font-size: 13px; line-height: 1.45; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pt-product-card__price { margin-top: 15px; color: var(--pt-petrol); font-weight: 900; }
.pt-product-card__price del { color: #899391; font-weight: 500; margin-left: 5px; }
.pt-product-card__image { height: 120px; display: grid; place-items: center; border-radius: 13px; background: var(--pt-cream); font-size: 42px; overflow: hidden; }
.pt-product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.pt-cart-preview h3 { margin-top: 0; color: var(--pt-petrol); }
.pt-cart-preview__item { border-bottom: 1px solid var(--pt-border); padding: 11px 0; font-size: 13px; }
.pt-cart-preview__item strong { display: block; }
.pt-cart-preview__total { display: flex; justify-content: space-between; padding: 15px 0; }

/* Modal + cart */
.pt-cart-drawer, .pt-product-modal { position: fixed; inset: 0; z-index: 130; pointer-events: none; opacity: 0; transition: opacity .2s ease; }
.pt-cart-drawer.is-open, .pt-product-modal.is-open { pointer-events: auto; opacity: 1; }
.pt-cart-backdrop, .pt-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,32,33,.48); }
.pt-cart-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(430px, 100%); background: #fff; padding: 24px; display: flex; flex-direction: column; transform: translateX(102%); transition: transform .25s ease; }
.pt-cart-drawer.is-open .pt-cart-panel { transform: translateX(0); }
.pt-cart-panel__head { display: flex; align-items: center; justify-content: space-between; }
.pt-cart-panel h2 { color: var(--pt-petrol); margin: 5px 0; }
.pt-cart-items { flex: 1; overflow: auto; padding: 18px 0; }
.pt-cart-item { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--pt-border); }
.pt-cart-item__options { color: var(--pt-muted); font-size: 12px; margin-top: 4px; }
.pt-cart-item button { border: 0; background: transparent; color: var(--pt-danger); cursor: pointer; font-size: 12px; }
.pt-cart-item__actions { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.pt-cart-item__actions button { min-width: 28px; min-height: 28px; border-radius: 8px; background: var(--pt-cream); color: var(--pt-petrol); font-weight: 800; }
.pt-cart-item__actions button:last-child { background: transparent; color: var(--pt-danger); font-weight: 600; }
.pt-cart-summary { border-top: 1px solid var(--pt-border); padding-top: 16px; }
.pt-cart-summary > div { display: flex; justify-content: space-between; font-size: 18px; margin-bottom: 10px; }
.pt-cart-summary p { color: var(--pt-muted); font-size: 12px; line-height: 1.4; }
.pt-cart-postal { display: grid; gap: 7px; margin-bottom: 14px; }
.pt-cart-postal span { color: var(--pt-muted); font-size: 12px; font-weight: 700; }
.pt-cart-postal input { width: 100%; min-height: 44px; border: 1px solid var(--pt-border); border-radius: 11px; padding: 0 13px; font: inherit; }
.pt-cart-postal input:focus { outline: 2px solid rgba(14,61,63,.12); border-color: var(--pt-petrol); }
.pt-cart-summary__total { padding-top: 11px; border-top: 1px solid var(--pt-border); font-size: 21px !important; }
.pt-cart-summary__actions { display: grid; grid-template-columns: auto 1fr; gap: 9px; margin-top: 13px; }
.pt-cart-status { min-height: 18px; margin: 10px 0 0; border-radius: 10px; padding: 0; }
.pt-cart-status.is-loading, .pt-cart-status.is-warning, .pt-cart-status.is-ready { padding: 10px 11px; }
.pt-cart-status.is-loading { background: #eef4f3; color: var(--pt-petrol); }
.pt-cart-status.is-warning { background: #fff6dd; color: #7c5b09; }
.pt-cart-status.is-ready { background: #e8f6ef; color: #22684c; }
.pt-cart-message { margin: 10px 0 0 !important; padding: 10px 11px; border-radius: 10px; }
.pt-cart-message.is-error { background: #fff0f0; color: #9f3030; }
.pt-cart-message.is-info { background: #eef4f3; color: var(--pt-petrol); }
.pt-product-sheet { position: absolute; left: 50%; top: 50%; width: min(680px, calc(100% - 28px)); max-height: calc(100vh - 40px); overflow: auto; transform: translate(-50%, -46%) scale(.98); border-radius: 24px; background: #fff; transition: .2s ease; }
.pt-product-modal.is-open .pt-product-sheet { transform: translate(-50%, -50%) scale(1); }
.pt-product-sheet__close { position: absolute; right: 14px; top: 14px; z-index: 2; }
.pt-product-modal__visual { height: 230px; display: grid; place-items: center; background: linear-gradient(135deg, var(--pt-mint-2), var(--pt-cream)); font-size: 82px; overflow: hidden; }
.pt-product-modal__visual img { width: 100%; height: 100%; object-fit: cover; }
.pt-product-modal__body { padding: 26px; }
.pt-product-modal__body h2 { margin: 0; color: var(--pt-petrol); font-size: 30px; }
.pt-product-modal__description { color: var(--pt-muted); line-height: 1.5; }
.pt-option-group { margin-top: 24px; }
.pt-option-group__head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.pt-option-group__head span { color: var(--pt-muted); font-size: 12px; }
.pt-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--pt-border); }
.pt-option label { display: flex; align-items: center; gap: 10px; flex: 1; cursor: pointer; }

.pt-option-group__head--choice { margin-bottom: 14px; }
.pt-required-star { color: #cf2e2e; margin-left: 2px; }
.pt-ingredient-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 26px; }
.pt-ingredient-mode-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 64px; padding: 13px 14px; border: 1px solid var(--pt-border); border-radius: 13px; background: #fff; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.pt-ingredient-mode-card:hover { border-color: #8ccdc1; }
.pt-ingredient-mode-card.is-selected { border-color: #16b99a; box-shadow: 0 0 0 1px #16b99a inset; background: #fbfffe; }
.pt-ingredient-mode-card input { width: 21px; height: 21px; accent-color: #08b893; margin: 0; }
.pt-ingredient-mode-card span { line-height: 1.35; }
.pt-ingredient-mode-card strong { color: var(--pt-muted); font-weight: 500; white-space: nowrap; }
.pt-ingredient-list { transition: opacity .18s ease; }
.pt-ingredient-list.is-disabled { opacity: .46; }
.pt-ingredient-list__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.pt-ingredient-list__head strong { font-size: 18px; color: var(--pt-charcoal); }
.pt-ingredient-list__head span { color: var(--pt-muted); font-size: 12px; text-align: right; }
.pt-ingredient-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 9px 12px; margin-bottom: 9px; border: 1px solid #e7e9e7; border-radius: 11px; background: #fff; }
.pt-ingredient-option label { display: flex; align-items: center; gap: 10px; flex: 1; cursor: pointer; }
.pt-ingredient-option input { width: 21px; height: 21px; accent-color: #08b893; margin: 0; }
.pt-ingredient-option input:disabled { cursor: not-allowed; }
.pt-ingredient-option strong { color: var(--pt-muted); font-weight: 500; white-space: nowrap; }
.pt-option-group--ingredients input[hidden] { display: none !important; }
@media (max-width: 620px) {
    .pt-ingredient-mode-grid { grid-template-columns: 1fr; gap: 9px; }
    .pt-ingredient-list__head { align-items: flex-start; flex-direction: column; gap: 3px; }
}
.pt-product-add { position: sticky; bottom: 0; display: flex; gap: 12px; align-items: center; padding-top: 20px; background: linear-gradient(transparent, #fff 20%); }
.pt-product-add .pt-button { flex: 1; }
.pt-quantity { display: flex; align-items: center; border: 1px solid var(--pt-border); border-radius: 12px; overflow: hidden; }
.pt-quantity button { width: 39px; height: 44px; border: 0; background: var(--pt-cream); cursor: pointer; }
.pt-quantity span { min-width: 34px; text-align: center; font-weight: 800; }

/* Footer + mobile nav */
.pt-footer { border-top: 1px solid var(--pt-border); background: var(--pt-cream); padding: 45px 0 22px; }
.pt-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.pt-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.pt-footer .pt-brand img { width: 175px; }
.pt-footer p, .pt-footer a { color: var(--pt-muted); font-size: 13px; }
.pt-footer__bottom { border-top: 1px solid #dde2df; margin-top: 30px; padding-top: 18px; color: var(--pt-muted); font-size: 12px; }
.pt-mobile-nav { display: none; }
.pt-content-page { padding: 50px 0 90px; }
.pt-article { max-width: 850px; }
.pt-article h1 { color: var(--pt-petrol); font-size: 44px; }

@media (max-width: 1100px) {
    .pt-header__inner { grid-template-columns: 185px auto 1fr auto; gap: 12px; }
    .pt-header-actions .pt-account span:last-child { display: none; }
    .pt-categories { grid-template-columns: repeat(4, 1fr); }
    .pt-store-grid { grid-template-columns: repeat(2, 1fr); }
    .pt-hero__content { padding: 45px 38px; }
    .pt-menu-layout { grid-template-columns: 150px minmax(0, 1fr); }
    .pt-cart-preview { display: none; }
}

@media (max-width: 780px) {
    body.packetas-app-shell { padding-bottom: 72px; }
    .pt-container { width: min(calc(100% - 28px), var(--pt-container)); }
    .pt-header__inner { min-height: 68px; grid-template-columns: 1fr auto auto; }
    .pt-brand img, .custom-logo { width: 145px; max-height: 44px; }
    .pt-search--header, .pt-header-actions .pt-account { display: none; }
    .pt-city-switcher { justify-self: end; min-height: 40px; padding-inline: 10px; }
    .pt-icon-button { width: 40px; height: 40px; }
    .pt-mobile-search { display: block; padding-top: 14px; }
    .pt-home { padding-top: 0; }
    .pt-hero { margin-top: 14px; min-height: auto; grid-template-columns: 1fr; border-radius: 23px; }
    .pt-hero__content { padding: 30px 23px 20px; }
    .pt-hero h1 { font-size: 43px; }
    .pt-hero p { font-size: 15px; }
    .pt-address-box { grid-template-columns: auto 1fr; padding: 12px 14px; }
    .pt-address-box .pt-button { grid-column: 1 / -1; width: 100%; }
    .pt-hero__trust { gap: 9px 14px; font-size: 11px; }
    .pt-hero__visual { min-height: 300px; }
    .pt-hero-bag { right: 42px; top: 45px; width: 185px; height: 205px; }
    .pt-hero-bag::before { width: 65px; height: 26px; border-width: 9px; top: -26px; }
    .pt-hero-bag img { width: 66px; height: 66px; }
    .pt-delivery-card { left: 14px; bottom: 17px; width: 200px; }
    .pt-food-token { width: 58px; height: 58px; font-size: 27px; border-radius: 17px; }
    .pt-food-token--burger { right: 2px; top: 20px; }
    .pt-food-token--market { left: 17px; top: 18px; }
    .pt-food-token--coffee { right: 10px; bottom: 18px; }
    .pt-section { padding-top: 36px; }
    .pt-section-head { align-items: flex-start; }
    .pt-section-head h2 { font-size: 27px; }
    .pt-section-head--stores { flex-direction: column; }
    .pt-store-controls { width: 100%; overflow-x: auto; }
    .pt-categories { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-right: -14px; }
    .pt-category { min-width: 104px; min-height: 98px; scroll-snap-align: start; }
    .pt-store-grid { grid-template-columns: 1fr; gap: 14px; }
    .pt-store-card { display:flex; border-radius:18px; }
    .pt-store-card__visual { height:178px; min-height:0; }
    .pt-store-card__time { font-size:10px; left:9px; top:9px; }
    .pt-store-card__heart { width:34px; height:34px; right:9px; top:9px; }
    .pt-store-card__body { padding:49px 16px 17px; }
    .pt-store-card__brand-dock { top:-49px; width:122px; height:62px; padding-top:7px; }
    .pt-store-card__brand-dock::before { border-radius:64px 64px 0 0; }
    .pt-store-card__brand { width:72px; height:72px; padding:6px; }
    .pt-store-card__emoji { font-size:34px; }
    .pt-store-card h3 { font-size:18px; }
    .pt-store-card__offer { display:block; }
    .pt-reward-banner { padding: 28px 24px; }
    .pt-coin { width: 75px; height: 75px; border-width: 7px; font-size: 34px; }
    .pt-store-hero { grid-template-columns: 1fr; padding: 26px; }
    .pt-store-hero h1 { font-size: 34px; }
    .pt-store-hero__art { min-height: 150px; font-size: 70px; }
    .pt-menu-layout { grid-template-columns: 1fr; padding-top: 22px; }
    .pt-menu-sidebar { position: sticky; top: 68px; z-index: 30; overflow-x: auto; padding: 9px; }
    .pt-menu-sidebar > strong { display: none; }
    .pt-menu-sidebar nav { display: flex; margin: 0; width: max-content; }
    .pt-menu-sidebar a { white-space: nowrap; }
    .pt-product-grid { grid-template-columns: 1fr; }
    .pt-product-card { grid-template-columns: 1fr 105px; }
    .pt-product-sheet { top: auto; bottom: 0; transform: translate(-50%, 102%); width: 100%; max-height: 92vh; border-radius: 24px 24px 0 0; }
    .pt-product-modal.is-open .pt-product-sheet { transform: translate(-50%, 0); }
    .pt-product-modal__visual { height: 180px; }
    .pt-product-modal__body { padding: 22px 18px; }
    .pt-footer { display: none; }
    .pt-mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 75; min-height: 67px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--pt-border); background: rgba(255,255,255,.97); backdrop-filter: blur(15px); padding-bottom: env(safe-area-inset-bottom); }
    .pt-mobile-nav a, .pt-mobile-nav button { min-width: 0; border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #697574; font-size: 9px; cursor: pointer; }
    .pt-mobile-nav span { font-size: 20px; }
    .pt-mobile-nav .is-active { color: var(--pt-petrol); font-weight: 900; }
    .pt-mobile-nav b { position: absolute; margin-left: 22px; margin-top: -27px; background: var(--pt-petrol); color: white; border-radius: 20px; min-width: 16px; height: 16px; font-size: 9px; display: grid; place-items: center; }
    .pt-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .pt-city-switcher .pt-icon { display: none; }
    .pt-hero h1 { font-size: 39px; }
    .pt-hero__content { padding-inline: 19px; }
    .pt-address-box input { font-size: 14px; }
    .pt-reward-banner .pt-coin { display: none; }
}

/* Checkout v0.3.0 */
.pt-checkout-modal { position: fixed; inset: 0; z-index: 110; pointer-events: none; opacity: 0; transition: opacity .22s ease; }
.pt-checkout-modal.is-open { pointer-events: auto; opacity: 1; }
.pt-checkout-sheet { position: absolute; left: 50%; top: 50%; width: min(1120px, calc(100% - 36px)); max-height: 92vh; overflow: auto; transform: translate(-50%, -46%) scale(.98); background: #fff; border: 1px solid var(--pt-border); border-radius: 28px; box-shadow: 0 30px 90px rgba(8,42,43,.24); transition: transform .25s ease; }
.pt-checkout-modal.is-open .pt-checkout-sheet { transform: translate(-50%, -50%) scale(1); }
.pt-checkout-sheet__close { position: sticky; float: right; top: 18px; right: 18px; z-index: 3; margin: 18px 18px -52px 0; }
.pt-checkout-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); }
.pt-checkout-main { padding: 44px 48px 50px; }
.pt-checkout-main h2 { margin: 6px 0 8px; font-size: 34px; color: var(--pt-petrol); }
.pt-checkout-main > p { color: var(--pt-muted); margin-bottom: 24px; }
.pt-checkout-summary { padding: 46px 34px; background: linear-gradient(180deg, #f2fbf8, #f8f4ec); border-left: 1px solid var(--pt-border); }
.pt-checkout-summary h3 { margin: 0 0 18px; font-size: 22px; color: var(--pt-petrol); }
.pt-checkout-summary__item, .pt-checkout-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(10,70,69,.11); }
.pt-checkout-summary__item span { color: #354846; }
.pt-checkout-summary__item strong { white-space: nowrap; }
.pt-checkout-totals { margin-top: 18px; }
.pt-checkout-totals .is-total { font-size: 20px; border-bottom: 0; padding-top: 18px; color: var(--pt-petrol); }
.pt-checkout-form { display: grid; gap: 16px; }
.pt-form-grid { display: grid; gap: 14px; }
.pt-form-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pt-field { display: grid; gap: 7px; }
.pt-field > span, .pt-payment-box legend { font-size: 13px; font-weight: 800; color: #203c3b; }
.pt-field input, .pt-field select, .pt-field textarea { width: 100%; border: 1px solid #d7e1df; background: #fff; border-radius: 13px; min-height: 48px; padding: 12px 14px; font: inherit; color: #173b3b; transition: border-color .18s ease, box-shadow .18s ease; }
.pt-field textarea { min-height: 84px; resize: vertical; }
.pt-field input:focus, .pt-field select:focus, .pt-field textarea:focus { outline: none; border-color: var(--pt-mint); box-shadow: 0 0 0 4px rgba(143,214,198,.18); }
.pt-payment-box { border: 1px solid #dce6e3; border-radius: 16px; padding: 15px 17px; margin: 2px 0; }
.pt-payment-box label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.pt-payment-box input { margin-top: 4px; accent-color: var(--pt-petrol); }
.pt-payment-box span { display: grid; gap: 3px; }
.pt-payment-box small { color: var(--pt-muted); }
.pt-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #4b5c5a; cursor: pointer; }
.pt-check input { margin-top: 2px; accent-color: var(--pt-petrol); }
.pt-checkout-error { margin: 0; padding: 13px 15px; border-radius: 12px; color: #8b2929; background: #fff0f0; border: 1px solid #f3caca; font-weight: 700; }
.pt-checkout-submit { min-height: 54px; font-size: 16px; }
.pt-checkout-submit:disabled { opacity: .65; cursor: wait; }
.pt-order-success { padding: 64px 40px 58px; text-align: center; max-width: 660px; margin: 0 auto; }
.pt-order-success__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 22px; background: var(--pt-petrol); color: var(--pt-mint); font-size: 40px; font-weight: 900; box-shadow: 0 18px 40px rgba(4,74,73,.18); }
.pt-order-success h2 { margin: 6px 0 10px; color: var(--pt-petrol); font-size: 38px; }
.pt-order-success > p { color: var(--pt-muted); font-size: 17px; }
.pt-order-number { margin: 28px auto 16px; max-width: 420px; padding: 18px 20px; border-radius: 16px; background: #f4faf8; border: 1px solid #dce9e5; display: grid; gap: 5px; }
.pt-order-number span { color: var(--pt-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pt-order-number strong { font-size: 25px; color: var(--pt-petrol); }
.pt-order-success__status { display: flex; justify-content: center; gap: 24px; margin-bottom: 26px; color: var(--pt-petrol); }

@media (max-width: 860px) {
    .pt-checkout-layout { grid-template-columns: 1fr; }
    .pt-checkout-summary { border-left: 0; border-top: 1px solid var(--pt-border); }
}

@media (max-width: 780px) {
    .pt-checkout-sheet { top: auto; bottom: 0; width: 100%; max-height: 94vh; border-radius: 24px 24px 0 0; transform: translate(-50%, 102%); }
    .pt-checkout-modal.is-open .pt-checkout-sheet { transform: translate(-50%, 0); }
    .pt-checkout-main { padding: 34px 18px 28px; }
    .pt-checkout-main h2 { font-size: 28px; }
    .pt-checkout-summary { padding: 28px 18px 34px; }
    .pt-form-grid--2 { grid-template-columns: 1fr; }
    .pt-order-success { padding: 58px 22px 46px; }
    .pt-order-success h2 { font-size: 32px; }
}

.pt-empty [data-store-empty-admin]{margin-top:14px}

/* Packetas Theme 0.3.2 — cart feedback and robust product validation */
.pt-product-error{margin:16px 0 0;padding:12px 14px;border-radius:12px;background:#fff0ee;color:#9f2f27;font-weight:700;border:1px solid #f2c7c2}
.pt-product-error[hidden]{display:none!important}
.pt-cart-message.is-success{background:#e8f7f2;color:#07594f;border:1px solid #b7e1d6}
.pt-cart-message.is-error{background:#fff0ee;color:#9f2f27;border:1px solid #f2c7c2}
.pt-option-group__empty{padding:12px;border-radius:10px;background:#f7f7f5;color:#6c7775}
[data-add-to-cart]:disabled{opacity:.7;cursor:wait}

/* Live order ETA and countdown — v0.4.0 */
.pt-order-eta,.pt-tracking-eta{display:flex;flex-direction:column;align-items:center;gap:5px;padding:18px;margin:18px 0;border:1px solid #b9ded6;border-radius:18px;background:#effaf7;text-align:center}
.pt-order-eta small,.pt-tracking-eta small{color:#44645f;font-size:13px}
.pt-order-eta strong,.pt-tracking-eta strong{font-size:34px;line-height:1;font-variant-numeric:tabular-nums;color:#176d60}
.pt-order-eta span,.pt-tracking-eta span{color:#64748b;font-size:13px}
.pt-order-eta.is-overdue,.pt-tracking-eta.is-overdue{border-color:#efc0b9;background:#fff4f2}
.pt-order-eta.is-overdue strong,.pt-tracking-eta.is-overdue strong{color:#b42318}
.pt-order-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:18px 0}
.pt-order-progress__step{position:relative;padding-top:22px;text-align:center;color:#94a3b8;font-size:11px}
.pt-order-progress__step::before{content:"";position:absolute;top:5px;left:50%;width:12px;height:12px;border-radius:50%;background:#d7dee8;transform:translateX(-50%);z-index:2}
.pt-order-progress__step::after{content:"";position:absolute;top:10px;right:50%;width:100%;height:2px;background:#d7dee8;z-index:1}
.pt-order-progress__step:first-child::after{display:none}
.pt-order-progress__step.is-done,.pt-order-progress__step.is-current{color:#175f54;font-weight:600}
.pt-order-progress__step.is-done::before,.pt-order-progress__step.is-current::before{background:#197568}
.pt-order-progress__step.is-done::after,.pt-order-progress__step.is-current::after{background:#197568}
.pt-active-order{position:fixed;right:20px;bottom:24px;z-index:999;display:flex;align-items:center;gap:12px;min-width:290px;padding:12px 15px;border:0;border-radius:16px;background:#183f3a;color:#fff;box-shadow:0 14px 40px rgba(13,54,49,.25);cursor:pointer;text-align:left}
.pt-active-order[hidden]{display:none}
.pt-active-order__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.13);font-size:20px}
.pt-active-order span:nth-child(2){display:flex;flex:1;flex-direction:column;min-width:0}
.pt-active-order small{color:#bfe0da;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pt-active-order strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pt-active-order>b{font-variant-numeric:tabular-nums;font-size:18px;color:#f3bc76}
.pt-active-order.is-overdue>b{color:#ff9b8f}
.pt-tracking-modal{position:fixed;inset:0;z-index:1200;display:none}
.pt-tracking-modal.is-open{display:block}
.pt-tracking-sheet{position:absolute;top:50%;left:50%;width:min(520px,calc(100% - 28px));transform:translate(-50%,-50%);padding:28px;border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(15,40,36,.28)}
.pt-tracking-sheet>.pt-close{position:absolute;top:14px;right:14px}
.pt-tracking-sheet h2{margin:8px 0 4px}
.pt-tracking-sheet>p{color:#64748b}
.pt-tracking-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid #e7eceb}
.pt-tracking-summary span{font-weight:600;color:#184f47}
.pt-tracking-note{margin:8px 0 0;font-size:13px;text-align:center}
@media(max-width:680px){.pt-active-order{right:12px;left:12px;bottom:78px;min-width:0}.pt-order-progress{gap:2px}.pt-order-progress__step{font-size:9px}.pt-tracking-sheet{padding:24px 18px}.pt-order-eta strong,.pt-tracking-eta strong{font-size:30px}}


/* v0.4.1 — explicit promised delivery time after checkout */
.pt-promised-time{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px auto 0;color:#315d56}
.pt-promised-time span{font-size:13px;color:#64748b}
.pt-promised-time strong{font-size:16px;color:#0f665c}
.pt-promised-time--tracking{margin-top:14px}


/* Packetas 0.4.2: last-used address flow */
.pt-last-address{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;margin:16px 0;border:1px solid #b7e1d6;border-radius:18px;background:#f1fbf8}.pt-last-address__content{display:flex;flex-direction:column;gap:4px}.pt-last-address__content span{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#53726e}.pt-last-address__content strong{font-size:1rem;color:#073f43}.pt-button--small{padding:10px 14px;font-size:.88rem}.pt-checkout-form.is-using-saved-address input[readonly],.pt-checkout-form.is-using-saved-address textarea[readonly]{background:#f5f7f7;color:#526565;cursor:not-allowed}.pt-checkout-form.is-using-saved-address input[readonly]:focus,.pt-checkout-form.is-using-saved-address textarea[readonly]:focus{box-shadow:none;border-color:#d7e2e1}@media(max-width:700px){.pt-last-address{align-items:flex-start;flex-direction:column}.pt-last-address .pt-button{width:100%}}


/* v0.4.4 — dedicated success-only screen after checkout */
.pt-success-modal{position:fixed;inset:0;z-index:1300;pointer-events:none;opacity:0;transition:opacity .2s ease}
.pt-success-modal.is-open{pointer-events:auto;opacity:1}
.pt-success-sheet{position:absolute;left:50%;top:50%;width:min(620px,calc(100% - 32px));max-height:92vh;overflow:auto;transform:translate(-50%,-46%) scale(.98);background:#fff;border:1px solid var(--pt-border);border-radius:28px;box-shadow:0 30px 90px rgba(8,42,43,.28);transition:transform .22s ease}
.pt-success-modal.is-open .pt-success-sheet{transform:translate(-50%,-50%) scale(1)}
.pt-success-sheet__close{position:absolute;right:18px;top:18px;z-index:2}
.pt-success-sheet .pt-order-success{max-width:none;padding:54px 38px 44px}
.pt-success-sheet .pt-order-success>p{margin:0 auto 22px}
.pt-success-sheet .pt-order-number{margin-top:18px}
.pt-success-sheet .pt-order-eta{margin-bottom:24px}
@media(max-width:680px){.pt-success-sheet{top:auto;bottom:0;width:100%;max-height:94vh;border-radius:24px 24px 0 0;transform:translate(-50%,102%)}.pt-success-modal.is-open .pt-success-sheet{transform:translate(-50%,0)}.pt-success-sheet .pt-order-success{padding:58px 20px 36px}}

/* Packetas account / login */
body.packetas-auth-page-body .pt-city-switcher,
body.packetas-auth-page-body .pt-search--header,
body.packetas-auth-page-body .pt-icon-button[data-cart-open] { display: none; }
body.packetas-auth-page-body .pt-header__inner { grid-template-columns: 210px 1fr auto; }
.pt-auth-page { padding: 48px 0 88px; background: linear-gradient(180deg, #f8fbfa 0%, #ffffff 58%); min-height: calc(100vh - 82px); }
.pt-auth-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .72fr); gap: 28px; align-items: stretch; max-width: 1120px; }
.pt-auth-brand-panel { position: relative; overflow: hidden; min-height: 690px; padding: 58px; border-radius: 30px; color: #fff; background: linear-gradient(145deg, #0e3d3f 0%, #07585b 100%); }
.pt-auth-brand-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; bottom: -130px; border-radius: 50%; background: rgba(183,225,214,.13); }
.pt-auth-brand-panel::after { content: ""; position: absolute; width: 230px; height: 230px; right: 22px; top: 45px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); }
.pt-auth-brand-copy { position: relative; z-index: 2; max-width: 520px; }
.pt-auth-brand-panel .pt-eyebrow { color: var(--pt-mint); }
.pt-auth-brand-panel h1 { margin: 20px 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em; }
.pt-auth-brand-panel p { max-width: 500px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.pt-auth-benefits { display: grid; gap: 16px; list-style: none; margin: 42px 0 0; padding: 0; }
.pt-auth-benefits li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.92); }
.pt-auth-benefits span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(183,225,214,.17); color: var(--pt-mint); font-weight: 900; }
.pt-auth-brand-mark { position: absolute; right: 54px; bottom: 46px; z-index: 2; width: 84px; opacity: .24; }
.pt-auth-card { min-height: 690px; padding: 44px; border: 1px solid var(--pt-border); border-radius: 30px; background: #fff; box-shadow: 0 24px 65px rgba(14,61,63,.10); }
.pt-auth-card__head h2, .pt-auth-account h2 { margin: 9px 0 8px; color: var(--pt-petrol); font-size: 36px; letter-spacing: -.025em; }
.pt-auth-card__head p, .pt-auth-account p { margin: 0; color: var(--pt-muted); line-height: 1.5; }
.pt-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0 24px; padding: 5px; border-radius: 14px; background: var(--pt-cream); }
.pt-auth-tabs a { padding: 12px; border-radius: 10px; color: var(--pt-muted); text-align: center; font-weight: 800; }
.pt-auth-tabs a.is-active { background: #fff; color: var(--pt-petrol); box-shadow: 0 4px 12px rgba(14,61,63,.08); }
.pt-auth-form { display: grid; gap: 15px; }
.pt-auth-form .pt-field { margin: 0; }
.pt-auth-form .pt-field > span { display: block; margin-bottom: 7px; color: var(--pt-petrol); font-size: 13px; font-weight: 800; }
.pt-auth-form .pt-field input { width: 100%; min-height: 50px; border: 1px solid var(--pt-border); border-radius: 12px; padding: 0 14px; background: #fff; outline: 0; }
.pt-auth-form .pt-field input:focus { border-color: var(--pt-petrol-2); box-shadow: 0 0 0 4px rgba(183,225,214,.34); }
.pt-auth-form .pt-field small { display: block; margin-top: 5px; color: var(--pt-muted); font-size: 11px; }
.pt-password-field > div { position: relative; }
.pt-password-field > div input { padding-right: 50px !important; }
.pt-password-field button { position: absolute; right: 5px; top: 5px; width: 40px; height: 40px; border: 0; border-radius: 9px; background: var(--pt-cream); color: var(--pt-petrol); cursor: pointer; }
.pt-auth-form__row { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 13px; }
.pt-auth-form__row a, .pt-auth-back, .pt-auth-logout { color: var(--pt-petrol-2); font-weight: 800; }
.pt-auth-form .pt-check { margin: 0; font-size: 13px; color: var(--pt-muted); }
.pt-auth-form .pt-check input { accent-color: var(--pt-petrol-2); }
.pt-auth-terms a { color: var(--pt-petrol-2); text-decoration: underline; }
.pt-auth-message { margin: 0 0 18px; padding: 13px 14px; border-radius: 12px; font-size: 13px; line-height: 1.45; }
.pt-auth-message.is-error { background: #fff0f0; color: #9f3030; }
.pt-auth-message.is-success { background: #e8f6ef; color: #22684c; }
.pt-auth-honeypot { position: fixed !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.pt-auth-merchant-note { margin: 4px 0 0; padding: 14px; border-radius: 12px; background: var(--pt-mint-2); color: var(--pt-petrol); font-size: 12px; line-height: 1.5; }
.pt-auth-back { display: inline-flex; justify-content: center; margin-top: 4px; }
.pt-auth-account { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.pt-auth-account__avatar { width: 88px; height: 88px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--pt-mint-2); color: var(--pt-petrol); font-size: 34px; font-weight: 900; }
.pt-auth-account__actions { width: min(100%, 360px); display: grid; gap: 11px; margin-top: 30px; }
.pt-auth-logout { display: inline-flex; justify-content: center; margin-top: 9px; }

@media (max-width: 900px) {
    body.packetas-auth-page-body .pt-header__inner { grid-template-columns: 1fr auto; }
    .pt-auth-layout { grid-template-columns: 1fr; max-width: 620px; }
    .pt-auth-brand-panel { min-height: auto; padding: 38px; }
    .pt-auth-brand-panel h1 { font-size: 44px; }
    .pt-auth-brand-mark { display: none; }
    .pt-auth-card { min-height: auto; }
}
@media (max-width: 620px) {
    .pt-auth-page { padding: 20px 0 90px; }
    .pt-auth-layout { width: min(calc(100% - 24px), 1120px); gap: 14px; }
    .pt-auth-brand-panel { padding: 28px 24px; border-radius: 22px; }
    .pt-auth-brand-panel h1 { font-size: 36px; }
    .pt-auth-benefits { display: none; }
    .pt-auth-card { padding: 27px 20px; border-radius: 22px; }
    .pt-auth-card__head h2, .pt-auth-account h2 { font-size: 30px; }
    .pt-auth-form__row { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Store ordering workspace v0.5.4 */
.pt-store-view {
    width: min(calc(100vw - 28px), 1580px);
    margin-left: 50%;
    transform: translateX(-50%);
}
.pt-store-view .pt-back-link { margin-left: 6px; }
.pt-menu-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 360px;
    gap: 0;
    align-items: stretch;
    min-height: 720px;
    margin-top: 28px;
    padding-top: 0;
    overflow: visible;
    border: 1px solid #e6e7e7;
    border-radius: 24px;
    background: #f4f4f4;
    box-shadow: 0 18px 55px rgba(14,61,63,.06);
}
.pt-menu-sidebar,
.pt-cart-preview {
    top: 98px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.pt-menu-sidebar {
    align-self: start;
    height: calc(100vh - 112px);
    overflow-y: auto;
    padding: 28px 22px 34px;
    border-right: 1px solid #e5e6e6;
    background: #f4f4f4;
    scrollbar-width: thin;
}
.pt-menu-sidebar__inner > strong {
    display: block;
    margin-bottom: 20px;
    color: #16191a;
    font-size: 18px;
    font-weight: 900;
}
.pt-menu-sidebar nav {
    display: grid;
    gap: 3px;
    margin-top: 0;
}
.pt-menu-sidebar a {
    position: relative;
    display: block;
    padding: 11px 12px 11px 15px;
    border-radius: 10px;
    color: #313738;
    font-size: 15px;
    line-height: 1.35;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.pt-menu-sidebar a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 5px;
    background: var(--pt-petrol);
    transform: translateY(-50%);
    transition: height .18s ease;
}
.pt-menu-sidebar a:hover,
.pt-menu-sidebar a.is-active {
    color: var(--pt-petrol);
    background: #fff;
    font-weight: 800;
}
.pt-menu-sidebar a.is-active::before { height: 24px; }
.pt-menu-content {
    min-width: 0;
    padding: 24px;
    background: #f4f4f4;
}
.pt-menu-section {
    scroll-margin-top: 112px;
    margin: 0 0 22px;
    padding: 26px 28px 8px;
    border: 1px solid #ebeded;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(10,42,43,.025);
}
.pt-menu-section h2 {
    margin: 0;
    padding: 0 0 19px;
    border-bottom: 1px solid #dfe2e1;
    color: #111515;
    font-size: 22px;
    letter-spacing: -.02em;
}
.pt-product-grid {
    display: block;
}
.pt-product-card {
    position: relative;
    min-height: 142px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 24px;
    align-items: center;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid #eceeed;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}
.pt-product-card:last-child { border-bottom: 0; }
.pt-product-card:hover {
    border-color: #eceeed;
    box-shadow: none;
}
.pt-product-card:hover .pt-product-card__copy h3 { color: var(--pt-petrol-2); }
.pt-product-card:hover .pt-product-card__add {
    color: #fff;
    border-color: var(--pt-petrol);
    background: var(--pt-petrol);
    transform: scale(1.06);
}
.pt-product-card__copy { min-width: 0; }
.pt-product-card h3 {
    margin: 0 0 9px;
    color: #111515;
    font-size: 16px;
    line-height: 1.38;
    transition: color .18s ease;
}
.pt-product-card p {
    max-width: 680px;
    margin: 0;
    color: #697170;
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}
.pt-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: #101313;
}
.pt-product-card__price strong { font-size: 16px; }
.pt-product-card__price del {
    margin: 0;
    color: #666e6d;
    font-weight: 500;
}
.pt-product-card__discount {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 9px;
    border-radius: 9px;
    color: #129267;
    background: #e9f8f1;
    font-size: 12px;
    font-weight: 900;
}
.pt-product-card__media {
    position: relative;
    width: 150px;
    height: 108px;
    justify-self: end;
    border-radius: 13px;
    overflow: visible;
}
.pt-product-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    background: var(--pt-cream);
}
.pt-product-card.has-no-image {
    grid-template-columns: minmax(0, 1fr) 52px;
}
.pt-product-card.has-no-image .pt-product-card__media {
    width: 52px;
    height: 52px;
}
.pt-product-card__add {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0 0 2px;
    border: 1px solid #e3e5e4;
    border-radius: 11px;
    color: #121616;
    background: rgba(255,255,255,.96);
    box-shadow: 0 7px 18px rgba(0,0,0,.09);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: .18s ease;
}
.pt-product-card.has-no-image .pt-product-card__add {
    inset: 7px auto auto 7px;
}
.pt-cart-preview {
    align-self: start;
    min-height: calc(100vh - 112px);
    max-height: calc(100vh - 112px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 28px 26px;
    border-left: 1px solid #e5e6e6;
    background: #fff;
}
.pt-cart-preview__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 0 0 auto;
}
.pt-cart-preview h3 {
    margin: 0;
    color: #111515;
    font-size: 26px;
    letter-spacing: -.03em;
}
.pt-cart-preview__delivery {
    margin: 0;
    padding: 0;
    border: 0;
    color: #222727;
    background: transparent;
    font-size: 13px;
    cursor: default;
}
.pt-cart-preview__items {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    margin: 18px -5px 12px 0;
    padding-right: 5px;
}
.pt-cart-preview__empty {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pt-cart-preview__empty-icon {
    width: 116px;
    height: 116px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #f2f2f2;
}
.pt-cart-preview__empty-icon svg {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: #767a79;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pt-cart-preview__empty h4 {
    margin: 0 0 7px;
    color: #111515;
    font-size: 23px;
}
.pt-cart-preview__empty p {
    max-width: 270px;
    margin: 0;
    color: #4f5756;
    font-size: 13px;
    line-height: 1.5;
}
.pt-cart-preview__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--pt-border);
    font-size: 13px;
}
.pt-cart-preview__item strong { display: block; color: #1d2222; }
.pt-cart-preview__item small {
    display: block;
    margin-top: 4px;
    color: var(--pt-muted);
    line-height: 1.4;
}
.pt-cart-preview__item > span { font-weight: 800; white-space: nowrap; }
.pt-cart-preview__total {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    border-top: 1px solid var(--pt-border);
}
.pt-cart-preview [hidden] { display: none !important; }

@media (max-width: 1320px) {
    .pt-store-view { width: min(calc(100vw - 22px), 1320px); }
    .pt-menu-layout { grid-template-columns: 220px minmax(0, 1fr) 320px; }
    .pt-product-card { grid-template-columns: minmax(0, 1fr) 130px; }
    .pt-product-card__media { width: 130px; height: 100px; }
}

@media (max-width: 1120px) {
    .pt-menu-layout { grid-template-columns: 210px minmax(0, 1fr); }
    .pt-cart-preview { display: none; }
    .pt-menu-sidebar { border-right: 1px solid #e5e6e6; }
}

@media (max-width: 780px) {
    .pt-store-view {
        width: min(calc(100vw - 20px), 100%);
        margin-left: 50%;
        padding-top: 18px;
    }
    .pt-menu-layout {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-top: 18px;
        border-radius: 18px;
        overflow: visible;
    }
    .pt-menu-sidebar {
        position: sticky;
        top: 68px;
        z-index: 36;
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        border-right: 0;
        border-bottom: 1px solid #e5e6e6;
        background: rgba(247,247,247,.96);
        backdrop-filter: blur(12px);
    }
    .pt-menu-sidebar__inner { width: max-content; }
    .pt-menu-sidebar__inner > strong { display: none; }
    .pt-menu-sidebar nav {
        display: flex;
        width: max-content;
        gap: 6px;
    }
    .pt-menu-sidebar a {
        padding: 9px 13px;
        white-space: nowrap;
        border: 1px solid #e4e7e6;
        border-radius: 999px;
        background: #fff;
        font-size: 13px;
    }
    .pt-menu-sidebar a::before { display: none; }
    .pt-menu-sidebar a.is-active {
        color: #fff;
        border-color: var(--pt-petrol);
        background: var(--pt-petrol);
    }
    .pt-menu-content { padding: 12px; }
    .pt-menu-section {
        scroll-margin-top: 128px;
        margin-bottom: 14px;
        padding: 20px 17px 4px;
        border-radius: 15px;
    }
    .pt-menu-section h2 { padding-bottom: 14px; font-size: 20px; }
    .pt-product-card,
    .pt-product-card.has-no-image {
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 14px;
        min-height: 132px;
        padding: 18px 0;
    }
    .pt-product-card h3 { font-size: 15px; }
    .pt-product-card p { font-size: 12px; -webkit-line-clamp: 2; }
    .pt-product-card__media,
    .pt-product-card.has-no-image .pt-product-card__media {
        width: 104px;
        height: 94px;
    }
    .pt-product-card.has-no-image .pt-product-card__media {
        width: 48px;
        height: 48px;
        justify-self: end;
    }
    .pt-product-card__add { width: 36px; height: 36px; font-size: 25px; }
}

@media (max-width: 430px) {
    .pt-product-card,
    .pt-product-card.has-no-image { grid-template-columns: minmax(0, 1fr) 88px; }
    .pt-product-card__media,
    .pt-product-card.has-no-image .pt-product-card__media { width: 88px; height: 86px; }
    .pt-product-card.has-no-image .pt-product-card__media { width: 46px; height: 46px; }
}

/* v0.5.5 — direct checkout flow from the persistent cart */
.pt-cart-preview.is-updated {
    animation: pt-cart-preview-update .62s ease;
}
@keyframes pt-cart-preview-update {
    0%, 100% { box-shadow: none; }
    35% { box-shadow: inset 0 0 0 2px rgba(35, 153, 126, .34); }
}
.pt-cart-preview [data-cart-preview-button]:disabled {
    opacity: .52;
    cursor: not-allowed;
    box-shadow: none;
}
.pt-cart-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 220;
    max-width: min(420px, calc(100vw - 32px));
    padding: 13px 18px;
    border: 1px solid rgba(7, 63, 67, .14);
    border-radius: 999px;
    color: #fff;
    background: #073f43;
    box-shadow: 0 18px 48px rgba(7, 63, 67, .22);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 16px);
    transition: opacity .2s ease, transform .2s ease;
}
.pt-cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}
.pt-cart-toast.is-success { background: #0a6a5c; }
.pt-cart-toast.is-error { background: #a63333; }
.pt-cart-toast.is-warning { background: #8c5b14; }
.pt-cart-toast[hidden] { display: none !important; }
@media (max-width: 780px) {
    .pt-cart-toast { bottom: 82px; }
}

