:root{--red:#DC2626;--red-dark:#B91C1C;--orange:#EA580C;--green:#16A34A;--bg:#FFF7F2;--surface:#fff;--text:#171717;--muted:#737373;--line:#eee7e2;--shadow:0 8px 30px rgba(0,0,0,.09);font-family:'DM Sans',sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}.store-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 1100px)/2));background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.store-brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:inherit}.store-brand.center{justify-content:center}.store-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--orange));display:grid;place-items:center;color:#fff;font-family:Poppins;font-weight:700}.store-brand strong,.store-brand small{display:block}.store-brand strong{font-family:Poppins}.store-brand small{font-size:10px;color:var(--muted);letter-spacing:.08em}.staff-link,.back-store{color:var(--red);text-decoration:none;font-weight:700;font-size:13px}.store-main{max-width:1100px;margin:auto;padding:24px 18px 110px}.hero{background:linear-gradient(135deg,#991B1B,#DC2626 55%,#EA580C);border-radius:24px;color:#fff;padding:30px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);overflow:hidden}.hero h1{font:700 34px/1.15 Poppins;margin:10px 0}.hero p{max-width:620px;margin:0;opacity:.92}.hero-chip{display:inline-flex;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:7px 12px;font-size:12px}.hero-bowl{font-size:90px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}.catalog-section{margin-top:34px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.section-heading span,.eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--red)}.section-heading h2{font:700 24px Poppins;margin:4px 0}.text-button{border:0;background:none;color:var(--red);font-weight:700}.catalog-state{text-align:center;padding:30px;color:var(--muted)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07);display:flex;flex-direction:column}.menu-image{aspect-ratio:16/10;background:linear-gradient(145deg,#FEE2E2,#FFEDD5);display:grid;place-items:center;font-size:52px;overflow:hidden}.menu-image img{width:100%;height:100%;object-fit:cover}.menu-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.menu-body h3{font:600 18px Poppins;margin:0}.menu-body p{font-size:13px;color:var(--muted);margin:0;min-height:38px}.menu-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.menu-price{font-size:17px;font-weight:800}.primary-action,.secondary-action{border:0;border-radius:999px;min-height:46px;padding:10px 20px;font-weight:800;cursor:pointer}.primary-action{background:var(--red);color:white}.primary-action:hover{background:var(--red-dark)}.secondary-action{background:#fff;color:var(--red);border:1.5px solid var(--red)}.full{width:100%}.floating-cart{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(680px,calc(100% - 30px));border:0;background:#171717;color:#fff;min-height:58px;border-radius:999px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;z-index:30;box-shadow:0 14px 35px rgba(0,0,0,.24);cursor:pointer}.floating-cart b{display:inline-grid;place-items:center;background:var(--red);min-width:25px;height:25px;border-radius:999px;margin-right:6px}.sheet[hidden],.order-success[hidden]{display:none}.sheet{position:fixed;inset:0;z-index:60;display:grid;align-items:end}.sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.44)}.sheet-panel{position:relative;background:#fff;border-radius:24px 24px 0 0;padding:12px 20px 24px;max-height:88vh;overflow:auto;box-shadow:0 -12px 40px rgba(0,0,0,.18)}.sheet-panel.tall{min-height:52vh}.sheet-handle{width:46px;height:5px;border-radius:999px;background:#ddd;margin:0 auto 12px}.sheet-close{position:absolute;right:16px;top:14px;border:0;background:#f5f5f5;width:36px;height:36px;border-radius:50%;font-size:22px}.customize-head{display:grid;grid-template-columns:82px 1fr;gap:14px;align-items:center}.customize-thumb{width:82px;height:82px;border-radius:16px;object-fit:cover;background:#fff0e8}.option-group{margin:22px 0}.option-group h3{font:600 16px Poppins;margin:0 0 10px}.spice-chips{display:flex;gap:8px;flex-wrap:wrap}.spice-chip{border:1px solid #ddd;background:#f7f7f7;border-radius:999px;padding:9px 14px;cursor:pointer}.spice-chip.is-active{background:var(--red);color:#fff;border-color:var(--red)}.topping-row,.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #f1f1f1}.qty{display:flex;gap:8px;align-items:center}.qty button{width:32px;height:32px;border:0;border-radius:10px;background:#f5f5f5;font-weight:800}.cart-lines{min-height:120px}.cart-line small,.checkout-form small{display:block;color:var(--muted);font-size:12px}.cart-summary,.checkout-total,.success-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:17px}.checkout-form{display:grid;gap:15px}.checkout-form label{font-weight:700;font-size:13px}.checkout-form input,.checkout-form textarea{width:100%;margin-top:5px;border:1px solid #ddd;border-radius:12px;padding:11px 13px;min-height:44px;background:#fff}.checkout-form input:focus,.checkout-form textarea:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px rgba(220,38,38,.12)}fieldset{border:0;padding:0;margin:0;display:grid;gap:8px}legend{font-weight:800;font-size:13px;margin-bottom:7px}.choice{display:flex;gap:10px;align-items:center;border:1px solid #e5e5e5;border-radius:14px;padding:12px!important;background:#fff}.choice input{width:20px!important;min-height:auto!important;margin:0!important;accent-color:var(--red)}.choice span{flex:1}.choice b,.choice small{display:block}.form-error{background:#FEF2F2;color:#B91C1C;border-radius:12px;padding:10px 12px;font-size:13px}.order-success{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:80;display:grid;place-items:center;padding:18px}.success-card{background:#fff;border-radius:24px;padding:26px;width:min(460px,100%);max-height:92vh;overflow:auto;text-align:center}.success-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#DCFCE7;color:var(--green);font-size:28px;font-weight:900;margin:auto}.success-card h2{font:700 24px Poppins}.qris-panel{background:#fff7ed;border-radius:16px;padding:14px}.qris-panel img{width:min(280px,100%);max-height:310px;object-fit:contain;background:#fff;border-radius:12px}.mistake-note{font-size:12px;color:#7c2d12;background:#fff7ed;border-radius:12px;padding:10px}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(145deg,#fff7f2,#fee2e2)}.login-card{width:min(420px,100%);background:#fff;padding:28px;border-radius:24px;box-shadow:var(--shadow)}.login-card h1{font:700 28px Poppins;margin:12px 0 4px}.login-card>p{color:var(--muted)}.login-card .eyebrow{margin-top:28px}.back-store{display:block;text-align:center;margin-top:16px}
@media(max-width:760px){.menu-grid{grid-template-columns:1fr 1fr}.hero{padding:22px}.hero h1{font-size:28px}.hero-bowl{font-size:58px}.store-header{padding:0 14px}.store-main{padding-left:14px;padding-right:14px}.menu-card .primary-action{padding:8px 13px;font-size:12px}}
@media(max-width:480px){.menu-grid{grid-template-columns:1fr}.hero-bowl{display:none}.hero h1{font-size:26px}.sheet-panel{padding-left:16px;padding-right:16px}.floating-cart{font-size:13px}}

.cart-line-actions{display:flex;gap:8px;align-items:flex-start}

/* Kedai LS v2.0.0 */
.header-actions{display:flex;align-items:center;gap:12px}.store-logo-image{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:3px}.store-status{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800;background:#f5f5f5;color:#525252}.store-status.is-open{background:#dcfce7;color:#166534}.store-status.is-closed{background:#fee2e2;color:#991b1b}.closed-order-note{margin-top:16px;border-radius:14px;padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700;font-size:13px}.menu-image{position:relative}.menu-badges{position:absolute;left:10px;top:10px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}.menu-badge{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;letter-spacing:.03em;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.1)}.menu-badge.is-new{color:#9a3412;background:#ffedd5}.menu-badge.is-popular{color:#991b1b;background:#fee2e2}.menu-badge.is-sold-out{color:#fff;background:#404040}.menu-card.is-sold-out .menu-image img{filter:grayscale(.75);opacity:.62}.menu-card.is-sold-out .menu-image:after{content:'STOK HABIS';position:absolute;inset:0;display:grid;place-items:center;background:rgba(23,23,23,.28);color:#fff;font:700 18px Poppins;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.35)}.primary-action:disabled,.secondary-action:disabled{cursor:not-allowed;opacity:.5}.desktop-cart-summary{display:none}.app-footer{text-align:center;color:var(--muted);font-size:12px;padding:4px 16px 26px}.app-footer a{color:inherit;font-weight:800;text-decoration:none}.app-footer a:hover{color:var(--red);text-decoration:underline}.menu-card,.primary-action,.secondary-action,.spice-chip,.store-status,.floating-cart{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.sheet-panel{animation:sheet-in .22s ease-out}.sheet-backdrop{animation:fade-in .18s ease-out}@keyframes sheet-in{from{transform:translateY(24px);opacity:.7}to{transform:translateY(0);opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}
@media (hover:hover){.menu-card:not(.is-sold-out):hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.11)}.primary-action:not(:disabled):hover,.secondary-action:not(:disabled):hover{transform:translateY(-1px)}}
@media (min-width:1024px){.store-header{padding-left:max(28px,calc((100vw - 1400px)/2));padding-right:max(28px,calc((100vw - 1400px)/2))}.store-main{max-width:1400px;padding:34px 28px 54px;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,340px);grid-template-areas:'hero cart' 'note cart' 'catalog cart';column-gap:28px;align-items:start}.hero{grid-area:hero;padding:38px}.closed-order-note{grid-area:note}.catalog-section{grid-area:catalog}.desktop-cart-summary{grid-area:cart;display:block;position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.desktop-cart-summary h2{font:700 22px Poppins;margin:5px 0 14px}.desktop-cart-stats{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:12px}.desktop-cart-summary .primary-action,.desktop-cart-summary .secondary-action{margin-top:8px}.desktop-cart-empty{padding:10px 0 16px;color:var(--muted);font-size:13px}.floating-cart{display:none!important}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sheet{align-items:center;justify-items:center}.sheet-panel{width:min(620px,calc(100% - 40px));border-radius:24px;max-height:88vh}.sheet-panel.tall{min-height:auto}.sheet-handle{display:none}}
@media (min-width:1380px){.menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:760px){.header-actions .store-status{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-link{display:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
.login-page{grid-template-rows:1fr auto}.login-page .app-footer{align-self:end;padding-bottom:18px}.login-card{align-self:center}
