:root{--bg:#f4f4f6;--surface:#ffffff;--surface-2:#f0f1f4;--ink:#15161a;--muted:#6b7280;--line:#e6e7eb;--brand:#e2362f;--brand-dark:#b8241e;--accent:#ffb000;--success:#16a34a;--success-dark:#0f7a35;--radius:22px;--radius-sm:14px;--shadow:0 8px 24px rgba(20,22,26,0.08);--shadow-lg:0 18px 48px rgba(20,22,26,0.14)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}button{font-family:inherit}.btn{border:none;border-radius:var(--radius-sm);padding:16px 22px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .06s ease,filter .15s ease,background .15s ease;touch-action:manipulation}.btn:active{transform:scale(.97)}.btn--add{background:var(--brand);color:#fff;padding:14px 26px}.btn--primary{background:var(--success);color:#fff}.btn--primary:hover{background:var(--success-dark)}.btn--xl{padding:20px 36px;font-size:20px;border-radius:16px}.btn--block{width:100%}.btn--ghost{background:var(--surface-2);color:var(--ink)}.btn:disabled{background:#d4d6db;color:#9aa0a8;cursor:not-allowed;transform:none}.kiosk{height:100vh;display:flex;flex-direction:column;overflow:hidden}.welcome{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:56px;padding:48px;text-align:center;background:linear-gradient(160deg,#fff,#fdeceb)}.welcome__eyebrow{margin:0;font-size:20px;color:var(--muted);text-transform:uppercase;letter-spacing:.18em}.welcome__title{margin:8px 0 0;font-size:56px;font-weight:800;color:var(--brand)}.welcome__subtitle{margin:16px 0 0;font-size:24px;color:var(--muted)}.welcome__choices{gap:32px;flex-wrap:wrap}.choice,.welcome__choices{display:flex;justify-content:center}.choice{width:260px;height:260px;border:3px solid transparent;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:20px;cursor:pointer;transition:transform .08s ease,border-color .15s ease}.choice:active{transform:scale(.97)}.choice:hover{border-color:var(--brand)}.choice__icon{font-size:84px;line-height:1}.choice__label{font-size:26px;font-weight:700}.menu{flex:1 1;display:flex;flex-direction:column;min-height:0}.menu__header{padding:20px 28px;background:var(--brand);color:#fff}.menu__title{margin:0;font-size:26px;font-weight:800}.menu__layout{flex:1 1;display:grid;grid-template-columns:220px 1fr;min-height:0}.menu__sidebar{background:var(--surface);border-right:1px solid var(--line);overflow-y:auto;padding:16px 12px}.menu__content{overflow-y:auto;padding:24px 28px 140px}.menu__section-title{margin:0 0 18px;font-size:24px;font-weight:800}.catnav{display:flex;flex-direction:column;gap:8px}.catnav__item{display:flex;align-items:center;justify-content:space-between;gap:8px;border:none;background:transparent;border-radius:var(--radius-sm);padding:16px 14px;font-size:17px;font-weight:600;color:var(--ink);text-align:left;cursor:pointer;transition:background .12s ease}.catnav__item:hover{background:var(--surface-2)}.catnav__item--active{background:var(--brand);color:#fff}.catnav__count{font-size:13px;font-weight:700;background:rgba(0,0,0,.12);border-radius:999px;padding:2px 9px}.catnav__item--active .catnav__count{background:rgba(255,255,255,.25)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px;gap:20px}.product{background:var(--surface);border:2px solid transparent;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.product--in-cart{border-color:var(--brand)}.product__media{position:relative;height:150px;background:linear-gradient(135deg,#fde9c8,#ffd28a);display:flex;align-items:center;justify-content:center}.product__img{width:100%;height:100%;object-fit:cover}.product__placeholder{font-size:64px;font-weight:800;color:rgba(0,0,0,.25)}.product__badge{position:absolute;top:12px;right:12px;min-width:34px;height:34px;padding:0 8px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.product__body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1 1}.product__name{margin:0;font-size:19px;font-weight:700}.product__desc{margin:0;font-size:14px;color:var(--muted);flex:1 1}.product__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.product__price{font-size:20px;font-weight:800;color:var(--ink)}.stepper{display:inline-flex;align-items:center;gap:10px;background:var(--surface-2);border-radius:999px;padding:4px}.stepper__btn{width:40px;height:40px;border:none;border-radius:999px;background:var(--brand);color:#fff;font-size:24px;font-weight:700;line-height:1;cursor:pointer;touch-action:manipulation}.stepper__btn:active{filter:brightness(.92)}.stepper__qty{min-width:26px;text-align:center;font-size:19px;font-weight:800}.stepper--lg .stepper__btn{width:48px;height:48px;font-size:28px}.cartbar{position:-webkit-sticky;position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--line);box-shadow:var(--shadow-lg);padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cartbar__summary{display:flex;align-items:baseline;gap:10px}.cartbar__count{background:var(--brand);color:#fff;font-weight:800;font-size:18px;border-radius:999px;padding:4px 12px}.cartbar__label{color:var(--muted);font-size:16px}.cartbar__total{font-size:26px;font-weight:800;margin-left:6px}.review{flex:1 1;display:flex;flex-direction:column;min-height:0;max-width:760px;width:100%;margin:0 auto;padding:0 20px}.review__header{display:flex;align-items:center;gap:16px;padding:20px 0}.review__title{margin:0;font-size:28px;font-weight:800}.review__type{display:flex;gap:12px;padding-bottom:16px}.pill{border:2px solid var(--line);background:var(--surface);border-radius:999px;padding:12px 24px;font-size:17px;font-weight:700;color:var(--muted);cursor:pointer}.pill--active{border-color:var(--brand);background:var(--brand);color:#fff}.review__lines{list-style:none;margin:0;padding:0;flex:1 1;overflow-y:auto}.line{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;grid-gap:16px;gap:16px;padding:18px 8px;border-bottom:1px solid var(--line)}.line__info{display:flex;flex-direction:column;gap:4px}.line__name{font-size:19px;font-weight:700}.line__unit{font-size:14px;color:var(--muted)}.line__total{font-size:19px;font-weight:800;min-width:80px;text-align:right}.line__remove{width:40px;height:40px;border:none;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:18px;cursor:pointer}.review__footer{padding:20px 0 28px;border-top:2px solid var(--line)}.review__total{display:flex;justify-content:space-between;font-size:26px;font-weight:800;margin-bottom:16px}.review__error{margin:0 0 14px;padding:12px 16px;border-radius:var(--radius-sm);background:#fdecea;color:var(--brand-dark);font-weight:600}.confirm{flex:1 1;flex-direction:column;gap:16px;text-align:center;padding:48px;background:linear-gradient(160deg,#fff,#e9f7ee)}.confirm,.confirm__check{display:flex;align-items:center;justify-content:center}.confirm__check{width:110px;height:110px;border-radius:999px;background:var(--success);color:#fff;font-size:60px;box-shadow:var(--shadow-lg)}.confirm__label{margin:8px 0 0;font-size:30px;font-weight:800}.confirm__hint{margin:0;font-size:18px;color:var(--muted)}.confirm__number{font-size:140px;font-weight:900;line-height:1;color:var(--brand);margin:12px 0 24px}.notice{padding:48px;text-align:center;color:var(--muted);font-size:18px}html{overscroll-behavior:none;touch-action:manipulation}.kiosk,.kiosk *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.kiosk{caret-color:transparent}.kiosk input,.kiosk textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text;caret-color:auto}img{-webkit-user-drag:none}.idle{position:fixed;inset:0;z-index:50;flex-direction:column;gap:26px;padding:48px;text-align:center;background:rgba(21,22,26,.74);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.idle,.idle__count{display:flex;align-items:center;justify-content:center;color:#fff}.idle__count{width:104px;height:104px;border-radius:999px;font-size:46px;font-weight:900;background:var(--brand);box-shadow:var(--shadow-lg)}.idle__title{margin:0;font-size:40px;font-weight:800}.idle__sub{margin:0;font-size:22px;opacity:.85}