:root{--bg:var(--tg-theme-secondary-bg-color,#161412);--card:var(--tg-theme-bg-color,#1d1a17);--fg:var(--tg-theme-text-color,#edebe6);--muted:var(--tg-theme-hint-color,#a39f98);--line:#8c888240;--accent:var(--tg-theme-button-color,#ff6b4a);--accent-ink:var(--tg-theme-button-text-color,#0d0c0b);--ok:#3fb950}*{box-sizing:border-box;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom);font-family:-apple-system,SF Pro Text,system-ui,sans-serif}.app{flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex}.bar{z-index:5;background:var(--bg);border-bottom:1px solid var(--line);letter-spacing:.18em;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-weight:700;display:flex;position:sticky;top:0}.bar-right{letter-spacing:0;align-items:center;gap:.9rem;display:flex}.lang-switch{border:1px solid var(--line);border-radius:8px;display:inline-flex;overflow:hidden}.lang-switch button{color:var(--muted);letter-spacing:.06em;padding:.25em .6em;font-size:.7rem;font-weight:600}.lang-switch button.active{background:var(--accent);color:var(--accent-ink)}.cart-chip{color:var(--muted);font-size:.9rem}.cart-chip strong{color:var(--accent)}.cart-chip strong[data-empty=true]{color:var(--muted)}.notice{border:1px solid var(--line);color:var(--muted);border-radius:10px;margin:.75rem 1rem 0;padding:.6rem .75rem;font-size:.8rem}.notice.error{color:var(--accent)}.products{grid-template-columns:1fr;align-content:start;gap:.6rem;margin:0;padding:.75rem 1rem;list-style:none;display:grid}.product{background:var(--card);border:1px solid var(--line);border-radius:14px;align-items:center;gap:.85rem;padding:.7rem .85rem;transition:border-color .4s,box-shadow .4s;display:flex}.product.highlight{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 35%, transparent)}@media (width<=360px){.product img{width:44px;height:44px}.product{gap:.6rem;padding:.6rem .7rem}}.product img{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:56px;height:56px}.product-meta{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.product-meta .name{font-weight:600}.product-meta .sub{color:var(--muted);font-size:.78rem}.product-meta .sub.notes{color:var(--faint,var(--muted));font-size:.75rem}.product-meta .limited{color:var(--accent);font-size:.75em}.product-actions{align-items:center;gap:.55rem;display:flex}.qty{text-align:center;min-width:1.2ch;font-weight:600}button{font:inherit;cursor:pointer;color:var(--fg);background:0 0;border:none;border-radius:10px;transition:opacity .15s}.product-actions button{background:#8080802e;width:34px;height:34px;font-size:1.1rem;line-height:1}.checkout{padding:.75rem 1rem;padding-bottom:calc(.75rem + max(env(safe-area-inset-bottom), var(--tg-safe-area-inset-bottom,0px)));background:var(--bg);border-top:1px solid var(--line);flex-direction:column;gap:.6rem;margin-top:auto;display:flex;position:sticky;bottom:0}.checkout[data-native-pay=true]{padding-bottom:calc(.75rem + max(env(safe-area-inset-bottom), var(--tg-safe-area-inset-bottom,0px)) + 8px)}.checkout-total{color:var(--muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.checkout-actions{flex-wrap:wrap;gap:.6rem;display:flex}.checkout-actions button{white-space:nowrap;justify-content:center;align-items:center;min-height:46px;padding:0 .9rem;display:inline-flex}.checkout-actions .ghost{flex:auto}.checkout-actions .primary{flex:12rem}.checkout-actions .primary:disabled{opacity:.4}@media (width>=700px){.checkout{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.checkout-total{text-align:left}.checkout-actions{flex-wrap:nowrap;justify-content:flex-end;justify-self:end}.checkout-actions button{min-width:140px}}.primary{background:var(--accent);color:var(--accent-ink);padding:.7em 1.2em;font-weight:600}.primary:disabled{opacity:.4}.ghost{border:1px solid var(--line);color:var(--muted);padding:.65em 1em}.fineprint{text-align:center;color:var(--muted);padding-bottom:.5rem;font-size:.72rem}.panel{flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 1.25rem;display:flex}.panel h1{font-size:1.25rem;line-height:1.3}.panel p{color:var(--muted)}.panel-actions{flex-wrap:wrap;gap:.75rem;display:flex}.orders{flex-direction:column;gap:.6rem;width:100%;padding:0;list-style:none;display:flex}.orders li{background:var(--card);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:.25rem;padding:.75rem .9rem;display:flex}.order-head{font-weight:600}.order-status[data-status=paid]{color:var(--ok)}.order-status[data-status=roasting]{color:var(--accent)}.order-status[data-status=ready]{color:var(--ok)}.order-items{color:var(--muted);font-size:.8rem}@media (width>=700px){.app{max-width:720px}.products{grid-template-columns:repeat(2,minmax(0,1fr));padding:1rem 1.5rem}.panel{padding:2.5rem 2rem}}
