:root{font-family:Arial,sans-serif;color:#24160f;background:#fffdf8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#fff}button{font:inherit}.wordmark{margin:0;font-size:1.15rem;font-weight:900;letter-spacing:.22em}.order-app{width:100%;max-width:430px;min-height:100dvh;margin:auto;overflow:hidden;background:#fffdf8}.login-shell{min-height:100svh;display:grid;align-items:center;padding:14px;background:#fff}.login-card{width:100%;padding:48px 32px 32px;border-radius:18px;background:#fff;text-align:center}.brand-logo{display:block;width:116px;height:116px;margin:0 auto 38px;object-fit:contain}.login-copy{width:100%}.eyebrow{margin:0 0 1rem;color:#667052;font-size:.78rem;font-weight:800;letter-spacing:.16em}.login-copy h1{margin:0 0 10px;color:#172033;font-size:24px;line-height:1.2}.auth-error h1,.auth-progress h1{margin:0 0 1rem;font-family:Georgia,serif;font-size:clamp(2.5rem,12vw,4rem);line-height:.98}.login-copy>p{margin:0;color:#596174;font-size:14px;line-height:1.5}.auth-error button,.login-copy button{width:100%;min-height:52px;margin-top:24px;border:2px solid #d2dbe8;border-radius:8px;background:#fff;color:#30394d;font-weight:500;cursor:pointer}.auth-error button:focus-visible,.login-copy button:focus-visible{outline:3px solid #9cb7dc;outline-offset:2px}.login-copy button:disabled{opacity:.65;cursor:wait}.google-mark{width:20px;height:20px;margin-right:8px;vertical-align:middle}.auth-error,.auth-progress{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:none;padding:2rem;text-align:center;background:#f5eedf}.auth-error h1,.auth-progress h1{margin-top:1.5rem;font-size:clamp(2rem,6vw,3.5rem)}.auth-error p,.auth-progress p:last-child{max-width:40ch;color:#66584e;line-height:1.6}.spinner{width:38px;height:38px;margin-top:4rem;border:3px solid rgba(36,22,15,.18);border-top-color:#c45d3c;border-radius:50%;animation:spin .8s linear infinite}.auth-error button{max-width:340px}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spinner{animation:none;border-color:#c45d3c}}@media (max-height:650px){.login-card{padding-top:32px}.brand-logo{margin-bottom:24px}}.customer-shell{position:relative;height:100dvh;overflow:hidden;background:#fff}.customer-header{height:64px;display:flex;align-items:center;gap:10px;padding:8px 18px;border-bottom:1px solid #edf0ed;background:#fff}.customer-header img{width:40px;height:40px;object-fit:contain}.customer-header div{display:grid}.customer-header strong{color:#172033;font-size:16px}.customer-header span{color:#788079;font-size:12px}.customer-content{height:calc(100dvh - 64px);overflow-y:auto;padding:26px 20px 96px}.customer-content.has-cart{padding-bottom:172px}.customer-content h1{margin:0;color:#172033;font-size:28px}.customer-muted{margin:8px 0 26px;color:#737b77}.product-list{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.customer-product{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:98px;padding:10px;border:1px solid #e0e5e1;border-radius:14px;background:#fff}.customer-product>img,.product-image-placeholder{width:76px;height:76px;border-radius:10px;object-fit:cover}.product-image-placeholder{display:grid;place-items:center;background:#f5f1e8;font-size:34px}.product-card-body{display:grid;align-content:center;min-width:0}.product-card-body h2{overflow:hidden;display:-webkit-box;margin:0 0 4px;font-size:16px;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-body strong{font-size:14px}.product-card-body p{margin:5px 0 0;color:#567060;font-size:12px}.product-card-body small{margin-top:3px;color:#737b77;font-size:11px}.add-cart-button{width:44px;height:44px;border:0;border-radius:50%;background:#244d32;color:#fff;font-size:24px;font-weight:500}.add-cart-button.has-cart{font-size:20px;font-weight:500}.add-cart-button:disabled{background:#dce2dd;color:#7d8780}.customer-nav{position:absolute;bottom:0;z-index:2;width:100%;height:66px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e2e6e3;background:#fff}.customer-nav button{display:grid;align-content:center;justify-items:center;grid-template-rows:18px 11px;grid-gap:4px;gap:4px;height:66px;min-height:66px;max-height:66px;padding:7px 4px;border:0;background:transparent;color:#89918c;font-size:12px;line-height:1}.customer-nav i{display:grid;place-items:center;width:18px;height:18px;margin:0;font-size:18px;font-style:normal;line-height:1}.customer-nav .active{color:#244d32;font-weight:800}.customer-empty,.customer-state{display:grid;justify-items:center;grid-gap:10px;gap:10px;margin-top:34px;padding:38px 22px;border:1px solid #e4e8e5;border-radius:16px;text-align:center}.customer-empty>span{font-size:30px}.customer-empty p,.customer-state p{margin:0;color:#737b77;line-height:1.5}.customer-state button{min-height:44px;margin-top:6px;padding:0 20px;border:1px solid #244d32;border-radius:8px;background:#fff;color:#244d32;font-weight:700}.account-card{display:grid;justify-items:center;grid-gap:8px;gap:8px;margin-top:28px;padding:30px 20px;border:1px solid #e2e6e3;border-radius:16px}.account-avatar,.account-card img{width:76px;height:76px;margin-bottom:8px;border-radius:50%;object-fit:cover}.account-avatar{display:grid;place-items:center;background:#edf2ee;color:#54705c;font-size:32px}.account-card span{color:#737b77;font-size:14px}.logout-button{width:100%;min-height:50px;margin-top:18px;border:1px solid #a74437;border-radius:9px;background:#fff;color:#a74437;font-weight:800}.logout-button:disabled{opacity:.55}.edit-profile-button{width:100%;min-height:50px;margin-top:18px;border:0;border-radius:9px;background:#244d32;color:#fff;font-weight:800}.cart-bar{position:absolute;right:12px;bottom:86px;left:12px;z-index:3;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:10px 12px 10px 18px;border-radius:14px;background:#1f4930;color:#fff;box-shadow:0 10px 28px #18342138}.cart-bar div{display:grid;grid-gap:3px;gap:3px}.cart-bar small{color:#d8e7dc;font-size:11px}.cart-bar strong{font-size:18px}.cart-bar button{min-height:44px;padding:0 18px;border:0;border-radius:10px;background:#fff;color:#1f4930;font-weight:800}.cart-backdrop{position:absolute;inset:0;z-index:5;display:flex;align-items:flex-end;background:#17201966}.batch-sheet{width:100%;max-height:80dvh;overflow-y:auto;padding:20px 18px 28px;border-radius:22px 22px 0 0;background:#fff}.sheet-heading{display:flex;align-items:flex-start;justify-content:space-between}.sheet-heading small{color:#67806f;font-size:10px;font-weight:800;letter-spacing:.14em}.sheet-heading h2{margin:5px 0 0;color:#172033;font-size:23px}.sheet-heading>button{width:44px;height:44px;border:0;background:transparent;color:#68716c;font-size:30px}.batch-sheet>p{margin:8px 0 18px;color:#737b77}.batch-options{display:grid;grid-gap:10px;gap:10px}.batch-options label{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 14px;border:1px solid #dde3de;border-radius:12px}.batch-options label.selected{border-color:#356246;background:#f1f6f2}.batch-options input{width:18px;height:18px;accent-color:#244d32}.batch-options span{display:grid;grid-gap:4px;gap:4px}.batch-options small{color:#737b77}.sheet-quantity{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px;margin-top:18px;padding:16px 0;border-top:1px solid #e2e6e3}.sheet-quantity>span{font-weight:800}.sheet-quantity>small{grid-column:1/-1;color:#737b77}.sheet-primary{width:100%;min-height:50px;margin-top:18px;border:0;border-radius:10px;background:#244d32;color:#fff;font-weight:800}.sheet-primary:disabled{background:#dce2dd;color:#7b857e}.sheet-remove{width:100%;min-height:46px;margin-top:8px;color:#a74437;font-weight:800}.sheet-remove,.summary-back{border:0;background:transparent}.summary-back{justify-self:start;min-height:38px;margin:-8px 0 20px;padding:0;color:#41644b;font-weight:700}.summary-groups{display:grid;grid-gap:22px;gap:22px;margin-top:24px}.summary-product{padding-bottom:10px;border-bottom:1px solid #dfe5e0}.summary-product-heading{display:grid;grid-template-columns:48px 1fr;align-items:center;grid-gap:10px;gap:10px;margin-bottom:8px}.summary-product-heading>img,.summary-product-image{width:48px;height:48px;border-radius:8px;object-fit:cover}.summary-product-image{display:grid;place-items:center;background:#f5f1e8;font-size:20px}.summary-product-heading>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.summary-product-heading strong{overflow:hidden;color:#172033;text-overflow:ellipsis;white-space:nowrap}.summary-product-heading span{color:#68716c;font-size:12px}.summary-batches{display:grid}.summary-item{display:grid;grid-template-columns:minmax(0,1fr) auto 78px;align-items:center;grid-gap:8px;gap:8px;min-height:52px;padding:7px 0;border-top:1px solid #edf0ed}.summary-item>div:first-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.summary-item>div:first-child strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.summary-item>div:first-child small{color:#737b77;font-size:9px}.summary-item>strong{color:#172033;font-size:12px;text-align:right}.summary-group-total{display:flex;align-items:center;justify-content:space-between;padding-top:9px;border-top:1px solid #edf0ed;font-size:13px}.summary-group-total span{color:#68716c}.quantity{display:grid;grid-template-columns:30px 26px 30px;align-items:center;text-align:center}.quantity button{width:30px;height:30px;border:1px solid #dbe2dc;border-radius:7px;background:#fff;color:#244d32;font-size:18px}.quantity button:disabled{background:#f1f3f1;color:#a6ada8}.quantity span{font-size:13px;font-weight:700}.summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding:18px 0;border-top:1px solid #e2e6e3;border-bottom:1px solid #e2e6e3}.summary-total span{color:#667069}.summary-total strong{color:#172033;font-size:20px}.payment-note{margin:16px 0;color:#737b77;font-size:12px;line-height:1.5}.confirm-payment{width:100%;min-height:52px;border:0;border-radius:10px;background:#244d32;color:#fff;font-weight:800}.confirm-payment:disabled{background:#dce2dd;color:#7b857e}.history-list{display:grid;grid-gap:10px;gap:10px;margin-top:22px}.history-card{display:grid;grid-gap:4px;gap:4px;width:100%;padding:12px 14px;border:1px solid #e0e5e1;border-radius:12px;background:#fff;text-align:left}.history-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.history-top strong{font-size:13px;color:#172033}.history-meta{font-size:12px;color:#68716c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#68716c}.history-bottom strong{color:#172033}.history-badge{padding:3px 9px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.status-paid{background:#e4f5e6;color:#1e6a2b}.status-pending_payment{background:#fff4d8;color:#8d6400}.status-cancelled,.status-expired,.status-failed{background:#fde8e5;color:#a74437}.payment-screen{display:grid;grid-gap:16px;gap:16px}.payment-card{display:grid;grid-gap:8px;gap:8px;padding:20px 18px;border:1px solid #e0e5e1;border-radius:16px;background:#fff;text-align:center}.payment-card small,.payment-card span{color:#68716c}.payment-card b{font-size:24px;color:#172033}.payment-items{display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border:1px solid #e0e5e1;border-radius:14px;background:#fff}.payment-items-title{margin:0;color:#68716c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.payment-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.payment-item-group{display:grid;grid-gap:6px;gap:6px;padding:8px 0}.payment-item-group+.payment-item-group{border-top:1px solid #edf0ed}.payment-item-row div{display:grid;grid-gap:2px;gap:2px}.payment-item-row strong{color:#172033;font-size:13px}.payment-item-row small{color:#68716c;font-size:12px}.payment-item-row>span{color:#172033;font-weight:700;font-size:13px;white-space:nowrap}.payment-item-batches{display:grid;grid-gap:4px;gap:4px;padding-left:2px}.payment-batch-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.payment-batch-row small{color:#68716c;font-size:11px}.checkout-link{display:grid;place-items:center;min-height:50px;border:1px solid #244d32;border-radius:10px;color:#244d32;font-weight:800;text-decoration:none}.payment-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.payment-actions .checkout-link,.payment-actions .confirm-payment{min-height:50px}.coming-soon,.payment-actions .checkout-link{text-align:center}.coming-soon{display:block;margin-top:8px;color:#7b837e}.remove-sheet{width:100%;padding:24px 20px 28px;border-radius:22px 22px 0 0;background:#fff}.remove-sheet h2{margin:0;color:#172033;font-size:23px}.remove-sheet p{margin:10px 0 22px;color:#68716c;line-height:1.5}.remove-sheet>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.remove-sheet button{min-height:48px;border:1px solid #ccd5cf;border-radius:10px;background:#fff;color:#355140;font-weight:800}.remove-sheet .remove-confirm{border-color:#a74437;background:#a74437;color:#fff}.profile-sheet{width:100%;max-height:92dvh;overflow-y:auto;padding:20px 18px 28px;border-radius:22px 22px 0 0;background:#fff}.profile-sheet>p{margin:8px 0 18px;color:#68716c;font-size:13px;line-height:1.45}.profile-sheet form{display:grid;grid-gap:13px;gap:13px}.profile-sheet label{display:grid;grid-gap:6px;gap:6px;color:#33443a;font-size:12px;font-weight:700}.profile-sheet label span{color:#7b837e;font-weight:400}.profile-sheet input,.profile-sheet textarea{width:100%;min-height:46px;padding:11px 12px;border:1px solid #ccd5cf;border-radius:9px;background:#fff;color:#172033;font:inherit;font-size:16px}.profile-sheet textarea{min-height:72px;resize:vertical}.profile-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.profile-error{margin:0;color:#a74437;font-size:12px}.profile-hint{margin:0;color:#68716c;font-size:12px;line-height:1.45}