:root{--bg:#0e0e10;--surface:#1a1a1d;--surface-2:#232327;--ink:#f2f2f2;--muted:#9a9a9f;--line:#2c2c31;--header-bg:#141416;--brand:#e23744;--brand-dark:#c52d39;--accent:#e23744;--ok:#36c267;--closed:#ff6b6b;--warn:#f4a52b;--overlay-grad:linear-gradient(0deg,rgba(0,0,0,.7),transparent);--scrim:rgba(0,0,0,.45);--radius:12px;--shadow:0 1px 3px rgba(0,0,0,.4),0 6px 22px rgba(0,0,0,.25);--header-h:60px}[data-theme=light]{--shadow:0 1px 2px rgba(0,0,0,.06),0 6px 18px rgba(0,0,0,.08)}*{box-sizing:border-box}.storefront-root{min-height:100vh}.storefront-root,body,html{background:var(--bg);color:var(--ink)}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.45}h1,h2,h3,h4{margin:0 0 .4em;line-height:1.2}p{margin:0 0 .5em}.muted{color:var(--muted)}.small{font-size:.82em}.link{color:var(--brand);text-decoration:none}.link:hover{text-decoration:underline}.btn{border:none;border-radius:8px;padding:10px 16px;font-size:.95rem;font-weight:600;cursor:pointer;background:var(--surface-2);color:var(--ink);transition:background .15s,opacity .15s}.btn:hover:not(:disabled){background:#2e2e34}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-dark)}.btn:disabled{opacity:.5;cursor:not-allowed}.grow{width:100%}.btn-add{padding:8px 18px}.icon-btn{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--ink);font-size:1.1rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#34343a}.link-btn{background:none;border:none;color:var(--brand);cursor:pointer;font-size:.82rem;padding:0}.link-btn:hover{text-decoration:underline}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--header-bg);border-bottom:1px solid var(--line)}.site-header-inner{max-width:1280px;margin:0 auto;height:var(--header-h);padding:0 20px;gap:20px}.brand,.site-header-inner{display:flex;align-items:center}.brand{gap:10px;background:none;border:none;cursor:pointer;color:var(--ink);padding:0}.brand-logo{width:38px;height:38px;border-radius:8px;object-fit:cover;background:var(--surface-2)}.brand-logo.placeholder{display:flex;align-items:center;justify-content:center;font-size:1.2rem}.brand-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.brand-name{font-weight:700;font-size:1.05rem}.brand-status{font-size:.72rem;font-weight:600}.brand-status.open{color:var(--ok)}.brand-status.closed{color:var(--closed)}.header-tabs{display:flex;gap:4px;margin-left:8px}.header-tab{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.92rem;font-weight:600;padding:8px 12px;border-radius:8px}.header-tab:hover{color:var(--ink)}.header-cart,.header-tab.active{color:var(--ink);background:var(--surface-2)}.header-cart{position:relative;margin-left:auto;width:42px;height:42px;border-radius:10px;border:1px solid var(--line);font-size:1.2rem;cursor:pointer}.header-cart:hover{background:#34343a}.tg-greeting{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--ink);white-space:nowrap;max-width:50vw;overflow:hidden}.tg-greeting+.header-cart{margin-left:10px}.tg-greeting-name{overflow:hidden;text-overflow:ellipsis;max-width:30vw}.tg-greeting-points{font-weight:700;color:var(--brand);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:2px 8px}.header-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--brand);color:#fff;border-radius:999px;min-width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.storefront{display:grid;grid-template-columns:220px minmax(0,1fr) 340px;grid-gap:24px;gap:24px;max-width:1280px;margin:0 auto;padding:20px;align-items:start}.app-single{max-width:720px}.app-single,.content-layout{margin:0 auto;padding:24px 20px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:24px;gap:24px;max-width:1280px;align-items:start}.content-layout .col-center.app-single{padding:0}@media (max-width:900px){.content-layout{grid-template-columns:1fr}}.cookie-consent{position:fixed;left:12px;right:12px;bottom:12px;z-index:52;max-width:920px;margin:0 auto;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 14px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cookie-text{margin:0;flex:1 1 320px;font-size:.82rem;line-height:1.4}.cookie-actions{display:flex;gap:8px;flex:0 0 auto}.cookie-actions .btn{padding:7px 14px;font-size:.85rem}.cookie-reopen{position:fixed;left:16px;bottom:16px;z-index:55;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:1.15rem;cursor:pointer;box-shadow:var(--shadow)}@media (max-width:600px){.cookie-actions{width:100%}.cookie-actions .btn{flex:1 1}}.push-optin{position:fixed;left:16px;bottom:16px;z-index:60;max-width:340px;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 14px;display:flex;flex-direction:column;gap:10px;animation:push-optin-in .25s ease-out}@keyframes push-optin-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.push-optin-text{font-size:.88rem;line-height:1.35}.push-optin-actions{display:flex;gap:8px;justify-content:flex-end}.push-optin-actions .btn{font-size:.85rem;padding:6px 12px}.push-optin-ok{max-width:300px}@media (max-width:600px){.push-optin{left:12px;right:12px;max-width:none;bottom:84px}}.load-state{max-width:640px;margin:80px auto;text-align:center;color:var(--muted)}.load-state.error{color:var(--closed)}.surface-denied{max-width:520px;margin:96px auto;text-align:center;padding:0 16px}.surface-denied h2{margin:0 0 12px}.surface-denied p{color:var(--muted);margin:0 0 20px}.col-left{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 20px)}.side-nav{display:flex;flex-direction:column;gap:2px;max-height:calc(100vh - var(--header-h) - 40px);overflow-y:auto}.side-nav-group{margin-bottom:10px}.side-nav-section{display:block;width:100%;text-align:left;background:none;border:none;color:var(--ink);font-weight:700;font-size:.95rem;padding:8px 10px;border-radius:8px;cursor:pointer}.side-nav-section:hover{background:var(--surface)}.side-nav-section.active{color:var(--brand)}.side-nav-item{display:block;width:100%;text-align:left;background:none;border:none;border-left:2px solid transparent;color:var(--muted);font-size:.88rem;padding:6px 10px 6px 14px;margin-left:4px;cursor:pointer}.side-nav-item:hover{color:var(--ink)}.side-nav-item.active{color:var(--brand);border-left-color:var(--brand);font-weight:600}.nav-toggle{display:none;margin:14px 20px 0;background:var(--surface-2);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:9px 14px;font-weight:600;cursor:pointer}.col-center,.menu-view{min-width:0}.menu-empty{padding:40px 0;text-align:center}.menu-section{margin-bottom:28px}.section-title{font-size:1.5rem;scroll-margin-top:calc(var(--header-h) + 16px)}.section-desc{margin-top:-4px}.menu-category{scroll-margin-top:calc(var(--header-h) + 16px);margin-bottom:18px}.category-title{font-size:1.05rem;color:var(--brand);text-transform:uppercase;letter-spacing:.03em;margin:16px 0 12px}.product-list{display:flex;flex-direction:column;gap:12px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.product-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;padding:14px}.product-card-list{display:flex;align-items:stretch;gap:14px}.product-card-grid{display:flex;flex-direction:column;gap:10px}.product-card-grid .product-photo-btn{width:100%}.product-card-grid .product-photo{width:100%;height:160px}.product-card-list .product-photo-btn{width:120px}.product-card-grid.product-card--ratio-square .product-photo{height:auto;aspect-ratio:1/1}.product-card-grid.product-card--ratio-landscape .product-photo{height:auto;aspect-ratio:4/3}.product-card-grid.product-card--ratio-wide .product-photo{height:auto;aspect-ratio:16/9}.product-card-grid.product-card--photo-s .product-photo{max-height:130px}.product-card-grid.product-card--photo-m .product-photo{max-height:190px}.product-card-grid.product-card--photo-l .product-photo{max-height:260px}.product-card--btn-round .btn-add{width:38px;min-width:0;height:38px;padding:0;border-radius:999px;font-size:0}.product-card--btn-round .btn-add:before{content:"+";font-size:22px}.product-card--btn-text .btn-add{background:transparent;color:var(--brand);padding:6px 8px}@media (min-width:981px){.product-grid.product-grid--cols-2{grid-template-columns:repeat(2,1fr)}.product-grid.product-grid--cols-3{grid-template-columns:repeat(3,1fr)}.product-grid.product-grid--cols-4{grid-template-columns:repeat(4,1fr)}}.product-body{display:flex;flex-direction:column;flex:1 1;min-width:0}.product-name-btn,.product-photo-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;color:inherit;text-align:left;position:relative;display:block;flex-shrink:0}.product-name-btn:hover .product-name{color:var(--brand)}.fav-btn{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.fav-btn.active{color:var(--brand)}.product-badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;z-index:1}.product-badge{background:var(--scrim,rgba(0,0,0,.55));color:#ffd34d;border-radius:8px;padding:2px 7px;font-size:.8rem}.chip-hot{background:var(--warn,#f4a52b);color:#1c1c1c;border-radius:8px;padding:2px 8px;font-size:.95rem;font-weight:700;line-height:1.3}.chip-popular{color:#c8901a;font-weight:600}.nav-count{margin-left:6px;font-size:.72rem;background:var(--brand);color:#fff;border-radius:999px;padding:0 6px}.side-nav-pseudo{padding-bottom:8px;border-bottom:1px solid var(--line);margin-bottom:10px}.side-nav-item.all-menu{color:var(--brand);font-weight:600}.product-name{font-size:1.02rem}.product-desc{color:var(--muted);font-size:.85rem;margin:2px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.product-meta{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.chip{background:var(--surface-2);color:var(--muted);border-radius:6px;padding:2px 8px;font-size:.72rem}.product-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px}.product-price{font-weight:700;font-size:1.05rem}.qty-inline .icon-btn{width:28px;height:28px}.product-photo{width:120px;height:120px;flex-shrink:0;border-radius:10px;object-fit:cover;background:var(--surface-2)}.product-photo.placeholder{display:flex;align-items:center;justify-content:center;font-size:2rem}.col-right{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 20px);display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - var(--header-h) - 40px)}.search-box{position:relative;display:flex;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:0 10px}.search-icon{color:var(--muted);font-size:.9rem}.search-input{flex:1 1;border:none;background:none;color:var(--ink);padding:11px 8px;font-size:.95rem;outline:none}.search-input::placeholder{color:var(--muted)}.search-clear{background:none;border:none;color:var(--muted);font-size:1.2rem;cursor:pointer;line-height:1}.estab-info{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px}.estab-info-title{font-size:1.05rem;margin-bottom:12px}.estab-info-row{display:flex;gap:10px;padding:8px 0;border-top:1px solid var(--line)}.estab-info-row:first-of-type{border-top:none}.estab-info-ico{flex-shrink:0;font-size:1rem}.estab-info-label{color:var(--muted);font-size:.78rem}.estab-info-value{font-size:.92rem}.estab-info-value.link{color:var(--brand)}.info-status{font-weight:700;font-size:.8rem}.info-status.open{color:var(--ok)}.info-status.closed{color:var(--closed)}.estab-info-more{width:100%;margin-top:12px}.cart-panel{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:60vh}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line)}.cart-head h2{margin:0;font-size:1.1rem}.cart-close{display:none}.cart-empty{padding:22px 18px}.cart-lines{list-style:none;margin:0;padding:6px 0;overflow-y:auto;flex:1 1}.cart-line{display:flex;justify-content:space-between;gap:10px;padding:10px 18px;border-bottom:1px solid var(--line)}.cart-line-main{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-line-name{font-weight:600}.cart-line-mods{font-size:.8rem;color:var(--muted)}.cart-line-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.cart-line-total{font-weight:700}.qty{display:inline-flex;align-items:center;gap:8px}.qty-val{min-width:18px;text-align:center;font-weight:600}.cart-foot{padding:14px 18px;border-top:1px solid var(--line)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.05rem;margin-bottom:12px}.cart-fab{display:none;position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;border:none;background:var(--brand);color:#fff;font-size:1.4rem;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.45);z-index:20}.fab-badge{position:absolute;top:-4px;right:-4px;background:#111;color:#fff;border-radius:999px;min-width:22px;height:22px;font-size:.72rem;padding:0 5px}.fab-badge,.modal-backdrop{display:flex;align-items:center;justify-content:center}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modal-backdrop-in .18s ease-out}.modal{background:var(--surface);width:100%;max-width:460px;border-radius:16px;max-height:88vh;display:flex;flex-direction:column;padding:18px 20px 16px;animation:modal-pop-in .2s ease-out}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes modal-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:760px){.modal-backdrop{align-items:flex-end}.modal{border-radius:16px 16px 0 0;animation:modal-sheet-up .25s ease-out}.detail-photo{height:240px}}@media (prefers-reduced-motion:reduce){.modal,.modal-backdrop{animation:none}}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h3{margin:0}.modal-body{overflow-y:auto;padding:8px 0;flex:1 1}.modset{border:none;padding:0;margin:0 0 16px}.modset legend{font-weight:700;padding:0;margin-bottom:6px}.req{color:#fff;font-size:.72rem;font-weight:600;background:var(--brand);border-radius:6px;padding:1px 6px;margin-left:4px}.mod-option{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);cursor:pointer}.mod-name{flex:1 1}.mod-price{color:var(--muted);font-size:.88rem}.modal-foot{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px solid var(--line)}.modal-detail{padding:0;max-width:480px;position:relative;overflow:hidden}.modal-x{position:absolute;top:12px;right:12px;z-index:2;background:rgba(0,0,0,.45);color:#fff;border-color:transparent}.detail-photo{width:100%;height:260px;object-fit:cover;background:var(--surface-2);display:block}.detail-photo.placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem}.modal-detail-body{padding:16px 20px 8px;overflow-y:auto;flex:1 1}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.detail-title{margin:0;font-size:1.3rem}.detail-fav{position:static;background:var(--surface-2);color:var(--muted);flex-shrink:0}.detail-fav.active{color:var(--brand)}.detail-meta{margin:8px 0}.detail-desc{color:var(--ink);margin:8px 0 16px}.modal-detail .modal-foot{padding:12px 20px 16px}.checkout{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.checkout h1{font-size:1.4rem;margin-bottom:16px}.back{display:inline-block;margin-bottom:8px}.field{margin-bottom:14px}.field .label,.field label{display:block;font-weight:600;margin-bottom:5px;font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:.95rem;font-family:inherit;background:var(--surface-2);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);outline-offset:-1px;border-color:var(--brand)}.field-error{color:var(--closed);font-size:.85rem;margin:4px 0 0}.segmented{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.segmented button{flex:1 1;border:none;background:var(--surface-2);color:var(--ink);padding:10px;cursor:pointer;font-size:.92rem;font-weight:600}.segmented button.active{background:var(--brand);color:#fff}.quote-line{margin:6px 0 0;font-size:.9rem}.quote-line .free{color:var(--ok);font-weight:700}.checkout-summary{border-top:1px solid var(--line);margin-top:8px;padding-top:12px}.checkout-summary .row,.confirm-card .row{display:flex;justify-content:space-between;padding:4px 0}.checkout-summary .row.total,.confirm-card .row.total{border-top:1px solid var(--line);margin-top:6px;padding-top:8px;font-size:1.05rem}.form-errors{background:rgba(226,55,68,.12);border:1px solid rgba(226,55,68,.4);border-radius:8px;padding:10px 14px;margin:12px 0}.form-errors p{color:var(--closed);margin:2px 0;font-size:.88rem}.submit{margin-top:8px}.btn-secondary{background:var(--surface-2);color:var(--ink)}.btn-ghost,.btn-secondary{border:1px solid var(--line)}.btn-ghost{background:transparent;color:var(--muted);padding:8px 12px}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.breakdown{border-top:1px solid var(--line);margin-top:10px;padding-top:10px;transition:opacity .15s}.breakdown.is-loading{opacity:.6}.breakdown-row{display:flex;justify-content:space-between;gap:10px;padding:3px 0;font-size:.95rem}.breakdown-row .discount-name{color:var(--ink)}.breakdown-row .discount-code{color:var(--muted);font-size:.82rem}.breakdown-row.discount .discount-amount{color:var(--ok);font-weight:600}.breakdown-row.free-delivery,.breakdown-row.gift{color:var(--ok)}.breakdown-row .gift-free{color:var(--ok);font-weight:600}.breakdown-row.total{border-top:1px solid var(--line);margin-top:6px;padding-top:8px;font-size:1.08rem}.breakdown-earn{margin:8px 0 0;padding:6px 10px;border-radius:8px;background:rgba(54,194,103,.12);color:var(--ok);font-size:.85rem;font-weight:600}.promocode{margin-bottom:12px}.promocode-row{display:flex;gap:8px;align-items:stretch}.promocode-row input{flex:1 1;min-width:0;padding:9px 12px;border-radius:8px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);text-transform:uppercase}.promocode-row .btn{white-space:nowrap}.promocode-ok{color:var(--ok);font-weight:600}.promocode-err,.promocode-ok{margin:6px 0 0;font-size:.85rem}.promocode-err{color:var(--closed)}.points-redeem{border:1px dashed var(--line);border-radius:10px;padding:10px 12px;background:rgba(54,194,103,.06)}.points-redeem-row{display:flex;gap:10px;align-items:center;margin:8px 0 4px}.points-redeem-row input[type=range]{flex:1 1;min-width:0;accent-color:var(--brand)}.points-redeem .points-number{width:84px;padding:8px 10px;border-radius:8px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink)}.points-redeem .btn-ghost{white-space:nowrap}.confirm-card .row.discount span:last-child{color:var(--ok)}.confirm-points{margin:10px 0 0;padding:8px 12px;border-radius:8px;background:rgba(54,194,103,.12);color:var(--ok);font-weight:600;text-align:center}.info-page{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.info-page-title{font-size:1.5rem;margin-bottom:16px}.info-block{margin-bottom:22px}.info-block-title{font-size:1.1rem;margin-bottom:10px}.hours-table,.zones-table{width:100%;border-collapse:collapse;font-size:.9rem}.zones-table td,.zones-table th{text-align:left;padding:8px 6px;border-bottom:1px solid var(--line)}.zones-table th{color:var(--muted);font-weight:600;font-size:.8rem}.payment-list{list-style:none;padding:0;margin:0}.payment-list li{padding:6px 0}.contact-line{display:flex;align-items:center;gap:8px}.hours-table td{padding:7px 6px;border-bottom:1px solid var(--line)}.hours-table tr.today{color:var(--brand);font-weight:700}.hours-day{width:60%}.info-status-line{margin-top:12px}.confirmation{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 22px;text-align:center}.confirm-check{width:60px;height:60px;margin:0 auto 12px;border-radius:50%;background:var(--ok);color:#fff;font-size:1.8rem;display:flex;align-items:center;justify-content:center}.confirm-number{font-size:1.05rem}.confirm-eta{font-size:.95rem;font-weight:600;color:var(--brand);margin:4px 0}.confirm-card{text-align:left;background:var(--surface-2);border-radius:10px;padding:14px 16px;margin:16px 0}.confirm-items{list-style:none;padding:0;margin:0 0 16px;text-align:left}.confirm-items li{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid var(--line)}@media (max-width:1080px){.storefront{grid-template-columns:200px minmax(0,1fr)}.col-right{grid-column:1/-1;position:static;max-height:none;flex-direction:column}}@media (max-width:760px){.header-tabs{display:none}.storefront{grid-template-columns:1fr;padding:14px;gap:16px}.nav-toggle{display:inline-block}.col-left{position:static;display:none;background:var(--surface);border-radius:var(--radius);padding:10px}.col-left.open{display:block}.side-nav{max-height:50vh}.product-card-list .product-photo{width:92px;height:92px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.cart-fab{display:block}.cart-panel{position:fixed;inset:0;top:auto;bottom:0;max-height:85vh;border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .25s ease;z-index:40}.cart-panel.open{transform:translateY(0)}.cart-close{display:inline-flex}}.hero-slider{display:block;position:relative;overflow:hidden;background:var(--surface-2);color:#fff;text-decoration:none}.hero-slider.style-standard{max-width:1280px;margin:16px auto 0;border-radius:16px;height:280px}.hero-slider.style-fullscreen{width:100%;margin:0;border-radius:0;height:min(72vh,620px)}a.hero-slider{cursor:pointer}.hero-slide,.hero-slider-track{position:absolute;inset:0}.hero-slide{background-size:cover;background-position:50%;display:flex;align-items:flex-end;opacity:0;transition:opacity .5s ease;pointer-events:none}.hero-slide.active{opacity:1}.hero-slide.no-image{background:linear-gradient(135deg,var(--brand),var(--brand-dark))}.menu-sortbar{display:flex;justify-content:flex-end;max-width:1160px;margin:12px auto 0;padding:0 16px}.menu-sortbar__label{display:inline-flex;align-items:center;gap:6px}.menu-sortbar__lbl{font-size:12px;font-weight:600;opacity:.7;white-space:nowrap}.menu-sortbar__select{padding:8px 12px;border-radius:999px;border:1.5px solid hsla(0,0%,50%,.35);background:#fff;color:#222;font-size:13px;font-weight:600;cursor:pointer;outline:none}.menu-sortbar__select:focus{border-color:var(--brand)}.hero-slide-caption{width:100%;padding:28px 32px;background:linear-gradient(0deg,rgba(0,0,0,.62),transparent)}.hero-slide-title{margin:0;font-size:1.9rem;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.5)}.hero-slide-subtitle{margin:6px 0 0;font-size:1.05rem;font-weight:500;text-shadow:0 1px 8px rgba(0,0,0,.5)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:none;background:rgba(0,0,0,.4);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.hero-arrow:hover{background:rgba(0,0,0,.65)}.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}.hero-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;z-index:2}.hero-dot{width:9px;height:9px;padding:0;border-radius:999px;border:none;background:hsla(0,0%,100%,.5);cursor:pointer}.hero-dot.active{background:#fff}@media (max-width:760px){.hero-slider.style-standard{height:200px;margin-top:0;border-radius:0}.hero-slider.style-fullscreen{height:56vh}.hero-slide-title{font-size:1.4rem}.hero-slide-subtitle{font-size:.95rem}.hero-slide-caption{padding:18px}}.cms-content{line-height:1.65;color:var(--ink)}.cms-content h1,.cms-content h2,.cms-content h3{margin:1.2em 0 .5em;line-height:1.25}.cms-content h1{font-size:1.6rem}.cms-content h2{font-size:1.3rem}.cms-content h3{font-size:1.1rem}.cms-content p{margin:.7em 0}.cms-content ol,.cms-content ul{margin:.7em 0;padding-left:1.4em}.cms-content li{margin:.25em 0}.cms-content a{color:var(--brand);text-decoration:underline}.cms-content img{max-width:100%;border-radius:10px}.cms-content blockquote{margin:.9em 0;padding:.2em 1em;border-left:3px solid var(--brand);color:var(--muted)}.cms-content code{background:var(--surface-2);padding:.1em .35em;border-radius:5px;font-size:.92em}.cms-content pre{background:var(--surface-2);padding:12px 14px;border-radius:10px;overflow-x:auto}.cms-content pre code{background:none;padding:0}.cms-content hr{border:none;border-top:1px solid var(--line);margin:1.2em 0}.cms-content table{border-collapse:collapse;width:100%}.cms-content td,.cms-content th{border:1px solid var(--line);padding:6px 10px;text-align:left}.promo-card{position:fixed;right:16px;bottom:16px;z-index:58;width:320px;max-width:calc(100vw - 32px);background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow),0 10px 36px rgba(0,0,0,.22);animation:promo-slide-in .28s cubic-bezier(.18,.89,.32,1.1)}.promo-card-x{position:absolute;top:8px;right:8px;z-index:2;width:30px;height:30px;border-radius:50%;border:none;background:rgba(0,0,0,.5);color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.promo-card-x:hover{background:rgba(0,0,0,.7)}.promo-card-img{display:block;width:100%;max-height:150px;object-fit:cover}.promo-card-body{padding:14px 16px 16px}.promo-card-title{margin:0 0 6px;font-size:1.05rem;line-height:1.25}.promo-card-text{margin:0 0 12px;color:var(--muted);font-size:.9rem;line-height:1.45;white-space:pre-line}.promo-card-cta{display:inline-block;width:100%;padding:10px 16px;font-size:.95rem;font-weight:700;text-align:center;text-decoration:none}@keyframes promo-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.promo-card{right:10px;left:10px;bottom:10px;width:auto}}.promo-card.pc-size--s{width:280px}.promo-card.pc-size--m{width:320px}.promo-card.pc-size--l{width:380px}.promo-card.pc-size--l .promo-card-img{max-height:190px}.promo-card.pc-size--s .promo-card-img{max-height:120px}.promo-card-icon{margin-right:6px}@media (min-width:761px){.promo-card:not(.is-miniapp).pc-off-d{display:none}.promo-card:not(.is-miniapp).pc-d--bottom_right{top:auto;bottom:16px;right:16px;left:auto}.promo-card:not(.is-miniapp).pc-d--bottom_left{top:auto;bottom:16px;left:16px;right:auto}.promo-card:not(.is-miniapp).pc-d--top_right{bottom:auto;top:16px;right:16px;left:auto}.promo-card:not(.is-miniapp).pc-d--center{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);animation:none}}@media (max-width:760px){.promo-card.pc-off-m{display:none}.promo-card.pc-m--bottom_sheet{top:auto;bottom:0;left:0;right:0;width:auto;max-width:none;border-radius:16px 16px 0 0}.promo-card.pc-m--top{bottom:auto;top:10px;left:10px;right:10px;width:auto}.promo-card.pc-m--center{top:50%;left:50%;right:auto;bottom:auto;width:auto;max-width:calc(100vw - 32px);transform:translate(-50%,-50%);animation:none}}.promo-card.is-miniapp.pc-off-m{display:none}.promo-card.is-miniapp.pc-m--bottom_sheet{top:auto;bottom:0;left:0;right:0;width:auto;max-width:none;border-radius:16px 16px 0 0}.promo-card.is-miniapp.pc-m--top{bottom:auto;top:10px;left:10px;right:10px;width:auto}.promo-card.is-miniapp.pc-m--center{top:50%;left:50%;right:auto;bottom:auto;width:auto;max-width:calc(100vw - 32px);transform:translate(-50%,-50%);animation:none}.popular-carousel-section{margin-bottom:22px}.popular-carousel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.popular-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.popular-carousel-item{scroll-snap-align:start;flex:0 0 220px;max-width:220px}.popular-carousel-item .product-card{height:100%}.carousel-arrows{display:flex;gap:6px}.carousel-arrow{width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);font-size:1.2rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.carousel-arrow:hover{background:var(--surface)}.storefront-premium{grid-template-columns:minmax(0,1fr);max-width:1180px}.product-grid-premium{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-grid-premium .product-card-grid .product-photo{height:200px}.storefront-premium .section-title{margin-top:8px}.summary-bar{justify-content:space-between;gap:14px;background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -2px 12px rgba(0,0,0,.25);padding:12px 18px calc(12px + env(safe-area-inset-bottom, 0px))}.summary-bar,.summary-bar-info{display:flex;align-items:center}.summary-bar-info{gap:8px;flex-wrap:wrap;min-width:0;font-size:.95rem}.summary-bar-info.is-loading{opacity:.6}.summary-dot{color:var(--muted)}.summary-total{font-weight:700}.summary-delivery{color:var(--muted);font-size:.85rem}.summary-checkout{flex:0 0 auto;white-space:nowrap}.vitrine-premium .summary-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:25;max-width:1180px;margin:0 auto;border-radius:var(--radius) var(--radius) 0 0}.storefront-root:not(.vitrine-premium)>.summary-bar{display:none}.section-tabs{display:none;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding:8px 14px;position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:18;background:var(--bg);border-bottom:1px solid var(--line);-webkit-overflow-scrolling:touch;scrollbar-width:none}.section-tabs::-webkit-scrollbar{display:none}.section-tab{flex:0 0 auto;scroll-snap-align:start;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:999px;padding:7px 14px;font-size:.88rem;cursor:pointer;white-space:nowrap}.section-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}.skeleton-card{flex-direction:column;gap:10px}.skeleton-card,.skeleton-row{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;display:flex}.skeleton-row{align-items:center;gap:14px}.skeleton-row-body{flex:1 1;display:flex;flex-direction:column;gap:8px}.skeleton-block,.skeleton-line{position:relative;overflow:hidden;background:var(--surface-2);border-radius:8px}.skeleton-photo{width:100%;height:160px}.skeleton-thumb{width:92px;height:92px;border-radius:10px;flex:0 0 auto}.skeleton-hero{width:100%;height:220px;border-radius:var(--radius)}.skeleton-line{height:12px}.skeleton-line-lg{width:70%}.skeleton-line-sm{width:45%}.skeleton-block:after,.skeleton-line:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08),transparent);animation:skeleton-shimmer 1.3s infinite}@keyframes skeleton-shimmer{to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.skeleton-block:after,.skeleton-line:after{animation:none}.popular-carousel{scroll-behavior:auto}}@media (max-width:760px){.section-tabs{display:flex}.summary-bar,.vitrine-premium .summary-bar{position:fixed;left:0;right:0;bottom:0;margin:0;border-radius:0;z-index:35}.storefront-root:not(.vitrine-premium)>.summary-bar{display:flex}.storefront-root:has(>.summary-bar) .cart-fab,.summary-bar~.cart-fab{display:none}.summary-bar{padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))}.storefront-root:has(>.summary-bar) .content-layout,.storefront-root:has(>.summary-bar) .storefront{padding-bottom:84px}.icon-btn,.qty-inline .icon-btn{min-width:44px;min-height:44px}.summary-checkout{min-height:44px}.carousel-arrow{display:none}.product-grid-premium{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}}.achat{position:fixed;right:16px;bottom:16px;z-index:70}.achat-fab{width:56px;height:56px;border-radius:50%;background:var(--brand);color:#fff;border:none;cursor:pointer;font-size:1.5rem;line-height:1;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.achat-fab:hover{background:var(--brand-dark);transform:scale(1.05)}.achat-panel{position:absolute;right:0;bottom:68px;width:min(360px,calc(100vw - 32px));height:min(520px,calc(100vh - 120px));background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;animation:push-optin-in .2s ease-out}.achat-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--line);background:var(--surface-2)}.achat-title{font-weight:600}.achat-x{background:none;border:none;color:var(--muted);font-size:1rem;cursor:pointer}.achat-x:hover{color:var(--ink)}.achat-msgs{flex:1 1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.achat-msg{max-width:85%;padding:9px 12px;border-radius:14px;font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.achat-user{align-self:flex-end;background:var(--brand);color:#fff;border-bottom-right-radius:4px}.achat-bot{background:var(--surface-2);border-bottom-left-radius:4px}.achat-bot,.achat-operator{align-self:flex-start;color:var(--ink)}.achat-operator{background:#fff4e6;border:1px solid #ffd8a8;border-bottom-left-radius:4px}.achat-op-label{display:block;font-size:.7rem;font-weight:600;color:#e8590c;margin-bottom:2px}.achat-system{align-self:center;background:transparent;color:var(--muted);font-style:italic;font-size:.8rem;text-align:center;max-width:95%;padding:4px 8px}.achat-typing{color:var(--muted);letter-spacing:2px}.achat-input{display:flex;gap:8px;padding:10px;border-top:1px solid var(--line)}.achat-input input{flex:1 1;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:.9rem}.achat-input input:focus{outline:none;border-color:var(--brand)}.achat-send{border-radius:50%;width:40px;height:40px;padding:0;flex:0 0 auto}.speed-badge{display:inline-flex;align-items:center;gap:6px;background:var(--ok);color:#fff;font-size:.85rem;font-weight:700;line-height:1;padding:7px 12px;border-radius:999px;white-space:nowrap;margin:0 6px}.promo-carousel-section{margin:0 0 18px}.promo-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.promo-carousel-item{position:relative;scroll-snap-align:start;flex:0 0 min(86%,640px);height:200px;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);text-decoration:none;color:#fff;display:block}.promo-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.promo-carousel-caption{position:absolute;inset:auto 0 0 0;padding:14px 16px;background:var(--overlay-grad);display:flex;flex-direction:column;gap:2px}.promo-carousel-caption strong{font-size:1.1rem}.promo-carousel-caption span{font-size:.85rem;opacity:.92}.promo-carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.promo-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--line);cursor:pointer;padding:0}.promo-dot.active{background:var(--brand)}.category-rail{margin:0 0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:20;background:var(--bg)}.category-rail-track{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding:8px 2px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-rail-item{scroll-snap-align:start;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.category-rail-item.active{background:var(--brand);border-color:var(--brand);color:#fff}.category-rail-window{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;color:var(--warn)}.category-rail-item.active .category-rail-window{color:#fff}.product-grid-promo{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.product-price-wrap{display:inline-flex;align-items:baseline;gap:8px}.price-old{color:var(--muted);font-size:.85rem;text-decoration:line-through}.product-price-wrap .product-price{color:var(--brand);font-weight:700}.chip-discount{background:var(--warn);color:#1c1c1c;font-weight:800}.section-window-badge{margin-left:10px;font-size:.72rem;font-weight:700;color:var(--warn);vertical-align:middle}.section-carousel-wrap{margin-bottom:14px}.section-carousel-head{display:flex;align-items:center;gap:8px}.section-carousel-hint{color:var(--muted)}.section-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.section-carousel-item{scroll-snap-align:start;flex:0 0 200px;max-width:200px}.section-carousel-item .product-card{height:100%}.promo-footer{margin-top:24px;display:flex;flex-direction:column;gap:18px}.faq-block{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px}.faq-title{margin:0 0 10px;font-size:1.15rem;color:var(--ink)}.faq-list{display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--line)}.faq-item:first-child{border-top:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;color:var(--ink);font-size:.98rem;font-weight:600;text-align:left;padding:12px 0;cursor:pointer;min-height:44px}.faq-chevron{color:var(--muted);flex:0 0 auto}.faq-answer{padding:0 0 12px;color:var(--muted);font-size:.92rem}.app-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px}.app-cta-title{font-weight:700;color:var(--ink)}.app-cta-buttons{display:flex;gap:10px;flex-wrap:wrap}.app-cta-btn{display:inline-flex;align-items:center;min-height:44px;padding:8px 18px;border-radius:10px;background:var(--ink);color:var(--bg);font-weight:700;text-decoration:none}.storefront-promo{grid-template-columns:minmax(0,1fr) 340px}@media (max-width:760px){.storefront-root.mobile-classic .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width:360px){.storefront-root.mobile-classic .product-grid{grid-template-columns:minmax(0,1fr)}}.vitrine-promo .promo-carousel-item{flex-basis:88%;height:160px}}@media (min-width:761px){.section-carousel{flex-wrap:wrap;overflow-x:visible}.section-carousel-item{flex-basis:auto;max-width:none}.section-carousel-hint{display:none}}@media (prefers-reduced-motion:reduce){.category-rail-track,.promo-carousel,.section-carousel{scroll-behavior:auto}}.account-shell{max-width:900px;margin:0 auto;padding:24px 20px 48px}.account-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.account-topbar-brand{display:inline-flex;align-items:center;gap:8px;color:var(--ink);text-decoration:none;font-weight:700}.account-topbar-brand .placeholder{font-size:1.2rem}.account-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:24px;border-bottom:1px solid var(--line);padding-bottom:4px}.account-tab{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--muted);cursor:pointer;font-size:.92rem;font-weight:600;padding:8px 12px;border-radius:8px;text-decoration:none}.account-tab.active,.account-tab:hover{color:var(--ink);background:var(--surface-2)}.account-tab.is-soon{cursor:default;opacity:.55}.account-tab.is-soon:hover{background:none;color:var(--muted)}.account-tab-soon{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:var(--surface-2);border-radius:999px;padding:1px 6px}.account-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:16px}.account-greeting{font-size:1.4rem;font-weight:700;margin:0 0 4px}.account-greeting-sub{color:var(--muted);font-size:.92rem;margin:0}.account-balance{display:flex;align-items:baseline;gap:10px;margin-top:6px}.account-balance-value{font-size:2.6rem;font-weight:800;line-height:1;color:var(--brand)}.account-balance-label{color:var(--muted);font-size:.95rem}.account-section-title{font-size:1.05rem;font-weight:700;margin:0 0 12px}.account-codes{display:flex;flex-wrap:wrap;gap:10px}.account-code-chip{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;color:var(--ink);font-weight:600;font-size:.9rem;transition:border-color .15s,background .15s}.account-code-chip:hover{border-color:var(--brand)}.account-code-chip .account-code-label{color:var(--brand);font-weight:700}.account-code-chip .account-code-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;color:var(--muted)}.account-code-chip.is-copied{border-color:var(--ok)}.account-code-copied{color:var(--ok);font-size:.78rem;font-weight:600}.account-empty{color:var(--muted);font-size:.92rem;padding:8px 0}.account-error{background:rgba(226,55,68,.12);border:1px solid rgba(226,55,68,.4);border-radius:8px;padding:12px 16px;color:var(--closed);font-size:.9rem}.account-skeleton-balance{width:180px;height:44px;border-radius:10px}.account-skeleton-line{height:14px;margin:8px 0}.account-skeleton-chip{display:inline-block;width:120px;height:34px;border-radius:999px;margin:0 10px 10px 0}.account-skeleton-order{display:block;width:100%;height:64px;border-radius:var(--radius);margin-bottom:12px}.account-quick-repeat{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.account-quick-repeat-hint{color:var(--muted);font-size:.85rem}.account-orders{display:flex;flex-direction:column;gap:12px}.account-order{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);overflow:hidden}.account-order-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:14px 16px;color:var(--ink)}.account-order-head:hover{background:var(--surface)}.account-order-head-main{display:inline-flex;align-items:center;gap:10px}.account-order-number{font-weight:700;font-size:.98rem}.account-order-head-meta{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.account-order-date,.account-order-type{color:var(--muted);font-size:.82rem}.account-order-eta{color:var(--brand);font-weight:600;font-size:.82rem}.account-order-total{font-weight:700;color:var(--brand);font-size:.95rem}.account-order-caret{color:var(--muted);font-size:.8rem}.account-status-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:2px 9px;border:1px solid transparent}.account-status-badge.is-active{color:var(--warn);background:rgba(244,165,43,.14);border-color:rgba(244,165,43,.4)}.account-status-badge.is-done{color:var(--ok);background:rgba(54,194,103,.14);border-color:rgba(54,194,103,.4)}.account-status-badge.is-cancelled{color:var(--closed);background:rgba(226,55,68,.12);border-color:rgba(226,55,68,.4)}.account-status-badge.is-neutral{color:var(--muted);background:var(--surface);border-color:var(--line)}.account-order-body{padding:4px 16px 14px;border-top:1px solid var(--line)}.account-order-items{list-style:none;margin:12px 0;padding:0;display:flex;flex-direction:column;gap:8px}.account-order-item{display:grid;grid-template-columns:1fr auto;grid-gap:2px 12px;gap:2px 12px;font-size:.9rem}.account-order-item-name{color:var(--ink)}.account-order-item-qty{color:var(--muted);font-weight:600}.account-order-item-price{color:var(--ink);text-align:right}.account-order-item-mods{grid-column:1/-1;color:var(--muted);font-size:.8rem}.account-order-breakdown{margin:12px 0 0;padding-top:10px;border-top:1px dashed var(--line);display:flex;flex-direction:column;gap:4px}.account-order-breakdown>div{display:flex;justify-content:space-between;font-size:.88rem}.account-order-breakdown dt{color:var(--muted);margin:0}.account-order-breakdown dd{margin:0;color:var(--ink)}.account-order-discount{color:var(--ok)}.account-order-breakdown-total dd,.account-order-breakdown-total dt{font-weight:700}.account-order-promos{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.account-order-promo{font-size:.78rem;color:var(--ok);background:rgba(54,194,103,.1);border-radius:999px;padding:2px 8px}.account-order-actions{padding:0 16px 14px;display:flex;justify-content:flex-end}.account-order-repeat{font-size:.88rem}.account-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.account-pagination-info{color:var(--muted);font-size:.85rem}.account-retry{display:inline-block;margin-left:8px}.account-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-radius:8px;padding:12px 14px;font-size:.9rem;margin-bottom:14px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink)}.account-toast-ok{background:rgba(54,194,103,.12);border-color:rgba(54,194,103,.4)}.account-toast-info{background:rgba(244,165,43,.12);border-color:rgba(244,165,43,.4)}.account-toast-error{background:rgba(226,55,68,.12);border-color:rgba(226,55,68,.4);color:var(--closed)}.account-toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.1rem;line-height:1;opacity:.7;flex-shrink:0}.account-toast-close:hover{opacity:1}.account-login{max-width:420px;margin:40px auto;padding:0 20px}.account-login-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px}.account-login-title{font-size:1.5rem;font-weight:700;margin:0 0 6px}.account-login-sub{color:var(--muted);font-size:.92rem;margin:0 0 22px}.account-google-slot{min-height:44px;display:flex;justify-content:center}.account-google-disabled{width:100%;border:1px dashed var(--line);border-radius:999px;padding:12px 16px;text-align:center;color:var(--muted);font-size:.88rem;background:var(--surface-2)}.account-login-divider{display:flex;align-items:center;gap:10px;margin:22px 0;color:var(--muted);font-size:.78rem}.account-login-divider:after,.account-login-divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.account-login-soon{color:var(--muted);font-size:.86rem;text-align:center}.account-profile-form{margin-top:4px}.account-profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.account-field-note{color:var(--muted);font-size:.82rem;margin:5px 0 0;line-height:1.4}.account-field-gift{color:var(--warn);font-size:.84rem;font-weight:600;margin:6px 0 0;line-height:1.4}.account-readonly-value{display:flex;align-items:center;flex-wrap:wrap;gap:8px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:.95rem;color:var(--ink)}.account-readonly-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:1px 8px}.account-address-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:4px}.account-address-bar .account-section-title{margin:0}.account-address-add{font-size:.88rem}.account-addresses{display:flex;flex-direction:column;gap:12px;margin-top:4px}.account-address{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);padding:14px 16px}.account-address-main{flex:1 1 240px;min-width:0}.account-address-head{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.account-address-label{font-weight:700;font-size:.98rem}.account-address-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--brand);background:rgba(226,55,68,.12);border:1px solid rgba(226,55,68,.4);border-radius:999px;padding:2px 9px}.account-address-text{color:var(--muted);font-size:.9rem;margin:6px 0 0;line-height:1.45;word-break:break-word}.account-address-actions{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap}.account-address-actions .link-btn{font-size:.86rem}.account-address-delete,.account-address-delete:hover{color:var(--closed)}.account-address-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);padding:16px;margin-bottom:16px}.account-address-default-toggle{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;color:var(--ink);cursor:pointer;margin:2px 0 12px}.account-address-default-toggle input{width:auto;cursor:pointer}.account-notify-group{margin-top:4px}.account-notify-group+.account-notify-group{margin-top:22px}.account-notify-group-title{font-size:1rem;font-weight:700;margin:0 0 4px}.account-notify-group-sub{color:var(--muted);font-size:.85rem;margin:0 0 12px;line-height:1.4}.account-notify-rows{display:flex;flex-direction:column;gap:4px}.account-notify-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 4px;border-bottom:1px solid var(--line);cursor:pointer}.account-notify-row:last-child{border-bottom:none}.account-notify-row.is-disabled{cursor:default;opacity:.62}.account-notify-text{flex:1 1 auto;min-width:0}.account-notify-label{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.account-notify-soon{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:1px 8px}.account-notify-desc{color:var(--muted);font-size:.82rem;margin:3px 0 0;line-height:1.4}.account-switch{position:relative;flex:0 0 auto;width:44px;height:26px;display:inline-block}.account-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.account-switch input:disabled{cursor:default}.account-switch-track{position:absolute;inset:0;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;transition:background .18s,border-color .18s;pointer-events:none}.account-switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--ink);transition:transform .18s,background .18s;pointer-events:none}.account-switch input:checked~.account-switch-track{background:var(--brand);border-color:var(--brand)}.account-switch input:checked~.account-switch-thumb{transform:translateX(18px);background:#fff}.account-switch input:focus-visible~.account-switch-track{outline:2px solid var(--brand);outline-offset:2px}.header-account{margin-left:auto;display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer}.header-account:hover{background:#34343a}.header-account-icon{font-size:1.05rem;line-height:1}.header-account-points{font-weight:700;color:var(--brand);font-size:.85rem;white-space:nowrap}.header-account+.header-cart{margin-left:10px}@media (max-width:760px){.header-account-label,.header-account-points{display:none}.header-account{padding:0;width:42px;justify-content:center}}