:root{--cream:#eef0e2;--paper:#f7f8f1;--card:#fff;--matcha:#5f7f3a;--matcha-deep:#3f5a2c;--matcha-soft:#e7edd6;--ink:#23291b;--dim:#5e6653;--mute:#949c86;--line:#e0e4d3;--danger:#c0442f;--warn:#b8791d;--ok:#3f7d3a;--r-sm:10px;--r:16px;--r-lg:24px;--shadow:0 10px 30px -18px #28371980;--shadow-lg:0 24px 50px -24px #2837198c;--font:"Noto Sans Thai", system-ui, -apple-system, sans-serif;--font-head:"Fraunces", "Noto Sans Thai", Georgia, serif;--tap:48px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;overscroll-behavior:none}h1,h2,h3,h4{font-family:var(--font-head);margin:0;font-weight:600}button,input{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cdd3bd;border-radius:8px}.app-shell{grid-template-columns:84px 1fr;height:100%;display:grid}.sidebar{background:var(--matcha-deep);color:#eef2df;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;display:flex}.sidebar__brand{font-family:var(--font-head);text-align:center;color:#dfe8c8;margin-bottom:10px;font-size:.8rem;font-weight:700;line-height:1}.sidebar__brand span{font-size:1.6rem;display:block}.sidebar__item{color:#cdd9a4;border-radius:var(--r-sm);cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;width:68px;padding:10px 4px;font-size:.7rem;transition:background .15s,color .15s;display:flex}.sidebar__item svg{width:24px;height:24px}.sidebar__item:hover{color:#fff;background:#ffffff14}.sidebar__item.is-active{color:var(--matcha-deep);background:#eef2df}.sidebar__spacer{flex:1}.main{flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.topbar{background:var(--paper);border-bottom:1px solid var(--line);flex:none;align-items:center;gap:12px;height:64px;padding:0 20px;display:flex}.topbar__title{font-family:var(--font-head);font-size:1.25rem}.topbar__spacer{flex:1}.topbar__user{color:var(--dim);align-items:center;gap:8px;font-size:.9rem;display:flex}.topbar__user b{color:var(--ink)}.btn{min-height:var(--tap);border-radius:var(--r-sm);border:1px solid var(--line);background:var(--card);color:var(--ink);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.95rem;font-weight:500;transition:transform 80ms,background .15s,border-color .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--matcha-deep);border-color:var(--matcha-deep);color:#f4f7ec}.btn--primary:hover:not(:disabled){background:var(--matcha);border-color:var(--matcha)}.btn--ghost{background:0 0}.btn--danger{color:var(--danger);background:#fbf1ee;border-color:#e6cfc8}.btn--block{width:100%}.btn--lg{min-height:60px;font-size:1.1rem;font-weight:600}.pos{flex:1;grid-template-columns:1fr 380px;min-height:0;display:grid}.pos__menu{flex-direction:column;gap:14px;min-height:0;padding:16px 18px;display:flex}.cat-tabs{flex-wrap:wrap;flex:none;gap:8px;display:flex}.cat-tab{cursor:pointer;border:1px solid var(--line);background:var(--card);min-height:44px;color:var(--dim);border-radius:999px;padding:0 18px;font-size:.95rem;font-weight:500}.cat-tab.is-active{background:var(--matcha-deep);border-color:var(--matcha-deep);color:#f4f7ec}.menu-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:12px;padding-bottom:8px;display:grid;overflow-y:auto}.product-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;text-align:left;flex-direction:column;gap:8px;min-height:130px;padding:14px 12px;transition:transform .1s,box-shadow .15s,border-color .15s;display:flex;position:relative}.product-card:hover:not(:disabled){box-shadow:var(--shadow);border-color:#cdd6b6;transform:translateY(-2px)}.product-card:disabled{opacity:.5;cursor:not-allowed}.product-card__emoji{font-size:2.2rem;line-height:1}.product-card__name{font-size:1rem;font-weight:600;line-height:1.25}.product-card__foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-card__price{font-family:var(--font-head);color:var(--matcha-deep);font-weight:600}.product-card__stock{color:var(--mute);font-size:.72rem}.product-card__stock.is-low{color:var(--warn)}.product-card__badge{color:var(--danger);background:#f6ede9;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:600;position:absolute;top:10px;right:10px}.cart{background:var(--paper);border-left:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.cart__head{justify-content:space-between;align-items:center;padding:16px 18px 8px;display:flex}.cart__head h2{font-size:1.15rem}.cart__lines{flex-direction:column;flex:1;gap:8px;padding:6px 14px;display:flex;overflow-y:auto}.cart__empty{text-align:center;color:var(--mute);margin:auto;padding:40px 20px}.cart__empty .big{font-size:2.4rem}.cart-line{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);padding:10px 12px}.cart-line__top{justify-content:space-between;gap:8px;display:flex}.cart-line__name{font-weight:600}.cart-line__opts{color:var(--dim);margin-top:2px;font-size:.78rem;line-height:1.4}.cart-line__bottom{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.cart-line__price{font-family:var(--font-head);font-weight:600}.stepper{background:var(--matcha-soft);border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.stepper button{cursor:pointer;background:var(--card);width:34px;height:34px;color:var(--matcha-deep);border:0;border-radius:999px;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.stepper span{text-align:center;min-width:26px;font-weight:600}.cart__foot{border-top:1px solid var(--line);background:var(--paper);flex:none;padding:14px 18px}.totals{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.totals__row{color:var(--dim);justify-content:space-between;font-size:.9rem;display:flex}.totals__row--grand{color:var(--ink);font-size:1.35rem;font-family:var(--font-head);margin-top:4px;font-weight:600}.cart__actions{gap:10px;display:flex}.modal{z-index:50;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e261480;position:absolute;inset:0}.modal__panel{background:var(--paper);border-radius:var(--r-lg);width:min(560px,96vw);max-height:92vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative;overflow:hidden}.modal__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.modal__head h2{font-size:1.3rem}.modal__body{padding:18px 22px;overflow-y:auto}.modal__foot{border-top:1px solid var(--line);gap:10px;padding:16px 22px;display:flex}.modal__close{cursor:pointer;color:var(--dim);background:0 0;border:0;width:40px;height:40px;font-size:1.5rem}.vgroup{margin-bottom:18px}.vgroup__head{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.vgroup__name{font-weight:600}.vgroup__req{color:var(--mute);font-size:.75rem}.opts{flex-wrap:wrap;gap:8px;display:flex}.opt{cursor:pointer;border:1.5px solid var(--line);background:var(--card);min-height:44px;color:var(--ink);border-radius:999px;align-items:center;gap:6px;padding:0 16px;font-size:.9rem;display:inline-flex}.opt.is-on{border-color:var(--matcha);background:var(--matcha-soft);color:var(--matcha-deep);font-weight:600}.opt small{color:var(--mute)}.opt.is-on small{color:var(--matcha)}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{color:var(--dim);font-size:.85rem;font-weight:500}.input{min-height:var(--tap);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--card);color:var(--ink);width:100%;padding:0 14px;font-size:1rem}.input:focus{outline:2px solid var(--matcha-soft);border-color:var(--matcha)}.page-pad{padding:24px;overflow-y:auto}.empty-state{text-align:center;max-width:460px;color:var(--dim);margin:8vh auto}.empty-state .big{font-size:3rem}.pill{border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.toast-wrap{z-index:80;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}.toast{background:var(--ink);color:#f4f7ec;box-shadow:var(--shadow-lg);border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-size:.92rem;display:flex}.toast--error{background:var(--danger)}.toast--ok{background:var(--matcha-deep)}@media print{body *{visibility:hidden}.modal__backdrop{display:none}.receipt,.receipt *{visibility:visible}.receipt{width:100%;padding:12px;position:absolute;top:0;left:0}.no-print{display:none!important}}.kds{flex-direction:column;flex:1;gap:12px;min-height:0;padding:16px 18px;display:flex}.kds__bar{color:var(--dim);flex:none;align-items:center;gap:10px;font-size:.9rem;display:flex}.kds__lanes{flex:1;grid-template-columns:repeat(3,1fr);gap:14px;min-height:0;display:grid}.lane{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);flex-direction:column;min-height:0;display:flex;overflow:hidden}.lane__head{font-family:var(--font-head);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.lane__count{background:var(--matcha-soft);color:var(--matcha-deep);font-size:.8rem;font-family:var(--font);border-radius:999px;padding:2px 10px}.lane__body{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.lane__empty{color:var(--mute);text-align:center;margin:auto;font-size:.85rem}.lane--new{border-top:3px solid #e0a53a}.lane--new .lane__head{color:#9a6a15}.lane--prep{border-top:3px solid #4d84c4}.lane--prep .lane__head{color:#2f5f95}.lane--ready{border-top:3px solid var(--matcha)}.lane--ready .lane__head{color:var(--matcha-deep)}.ticket{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);padding:12px}.ticket__head{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.ticket__no{font-family:var(--font-head);font-size:1.15rem;font-weight:700}.ticket__time{color:var(--mute);font-size:.8rem}.ticket__time.is-urgent{color:var(--danger);font-weight:700}.ticket__lines{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.ticket__line{font-size:.94rem;line-height:1.35}.ticket__qty{color:var(--matcha-deep);font-weight:700}.ticket__opts{color:var(--dim);font-size:.76rem}.ticket__note{color:var(--warn);font-size:.78rem}.ticket__foot{gap:8px;display:flex}.ticket__back{flex:none;width:46px;padding:0;font-size:1.1rem}.stock{flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px;display:flex;overflow-y:auto}.stock__summary{align-items:center;gap:10px;display:flex}.stock__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.stock__list{flex-direction:column;gap:10px;display:flex}.srow{background:var(--card);border:1px solid var(--line);border-radius:var(--r);grid-template-columns:minmax(180px,1fr) 92px auto 150px 112px;align-items:center;gap:14px;padding:12px 16px;display:grid}.srow--off{opacity:.6}.srow__prod{align-items:center;gap:12px;min-width:0;display:flex}.srow__emoji{font-size:1.9rem;line-height:1}.srow__name{font-weight:600}.srow__meta{color:var(--dim);font-size:.78rem}.srow__qty{align-items:center;gap:8px;display:flex}.srow__thr{color:var(--dim);align-items:center;gap:6px;font-size:.8rem;display:flex}.srow__thr .input{width:72px;min-height:40px;padding:0 8px}.pill--ok{color:var(--ok);background:#e2efd6}.pill--warn{color:var(--warn);background:#f6ecd3}.pill--danger{color:var(--danger);background:#f6ded7}.pill--off{color:var(--mute);background:#e6e8df}@media (width<=920px){.srow{grid-template-columns:1fr auto;grid-auto-flow:row}.srow__prod{grid-column:1/-1}}.reports{flex-direction:column;flex:1;gap:16px;min-height:0;padding:18px;display:flex;overflow-y:auto}.rep-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.rep-dates{color:var(--dim);align-items:center;gap:8px;font-size:.9rem;display:flex}.rep-dates .input{width:auto;min-height:44px}.kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.kpi{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px}.kpi__label{color:var(--dim);font-size:.85rem}.kpi__value{font-family:var(--font-head);color:var(--matcha-deep);margin-top:4px;font-size:1.7rem;font-weight:600}.rep-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:14px;display:grid}.rep-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px}.rep-card h3{margin-bottom:12px;font-size:1.1rem}.rep-items{flex-direction:column;display:flex}.rep-item{margin-bottom:12px}.rep-item__top{justify-content:space-between;font-size:.92rem;display:flex}.rep-item__rev{color:var(--matcha-deep);font-weight:600}.rep-item__bar{background:var(--matcha-soft);border-radius:999px;height:8px;margin:5px 0 2px;overflow:hidden}.rep-item__bar span{background:var(--matcha);border-radius:999px;height:100%;display:block}.rep-item__qty{color:var(--mute);font-size:.76rem}.pay-row{margin-bottom:14px}.pay-row__top{justify-content:space-between;margin-bottom:2px;font-size:.92rem;display:flex}.pay-row small{color:var(--mute)}@media (width<=920px){.kpis{grid-template-columns:repeat(2,1fr)}.rep-grid{grid-template-columns:1fr}}.menu-mgr{flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px;display:flex;overflow-y:auto}.menu-mgr__toolbar{justify-content:space-between;align-items:center;display:flex}.menu-list{flex-direction:column;gap:10px;display:flex}.menu-row{text-align:left;background:var(--card);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;align-items:center;gap:14px;width:100%;padding:12px 16px;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}.menu-row:hover{box-shadow:var(--shadow);border-color:#cdd6b6}.menu-row__thumb{flex:none;place-items:center;width:44px;display:grid}.menu-row__info{flex-direction:column;flex:1;min-width:0;display:flex}.menu-row__name{font-weight:600}.menu-row__meta{color:var(--dim);font-size:.78rem}.menu-row__price{font-family:var(--font-head);color:var(--matcha-deep);font-weight:600}.menu-row__edit{color:var(--matcha);font-size:.9rem;font-weight:500}.ed-row{align-items:flex-end;gap:12px;display:flex}.field span{color:var(--dim);font-size:.85rem;font-weight:500}.field--inline{flex-direction:column;margin-bottom:0}.field--inline .input{width:90px;min-height:40px}.ed-toggles{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-top:10px;display:flex}.ed-check{color:var(--ink);cursor:pointer;align-items:center;gap:6px;padding-bottom:8px;font-size:.9rem;display:flex}.ed-check input{width:18px;height:18px}.ed-hr{border:0;border-top:1px solid var(--line);margin:18px 0 14px}.ed-groups-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ed-group{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--paper);margin-bottom:12px;padding:12px}.ed-group .ed-row{align-items:center;margin-bottom:8px}.ed-opt{align-items:center;gap:8px;margin:6px 0;display:flex}.ed-add-opt{min-height:38px;margin-top:4px;font-size:.85rem}.orders{flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px;display:flex;overflow-y:auto}.orders__bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.ord-list{flex-direction:column;gap:10px;display:flex}.ord-row{background:var(--card);border:1px solid var(--line);border-radius:var(--r);align-items:center;gap:14px;padding:12px 16px;display:flex}.ord-row--void{opacity:.6}.ord-row__main{flex-direction:column;flex:1;min-width:0;display:flex}.ord-row__no{font-family:var(--font-head);font-size:1.05rem;font-weight:700}.ord-row__meta{color:var(--dim);font-size:.8rem}.ord-row__total{font-family:var(--font-head);color:var(--matcha-deep);font-weight:600}.ord-row__actions{flex:none;gap:8px;display:flex}.settings{flex-direction:column;gap:14px;max-width:640px;display:flex}.set-row{border-bottom:1px solid var(--line);justify-content:space-between;padding:7px 0;font-size:.95rem;display:flex}.set-row:last-child{border-bottom:0}.set-row span{color:var(--dim)}.set-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.pay-display{background:var(--matcha-soft);border-radius:var(--r-sm);justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;display:flex}.pay-display span{color:var(--dim)}.pay-display b{font-family:var(--font-head);color:var(--matcha-deep);font-size:1.5rem}.keypad{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.keypad__key{min-height:52px;font-size:1.3rem;font-weight:600}.ticket--flash{animation:.8s ease-in-out 3 ticketFlash}@keyframes ticketFlash{0%,to{box-shadow:0 0 #e0a53a00}50%{box-shadow:0 0 0 3px #e0a53a}}@media (width<=600px){.ord-row{flex-wrap:wrap}.ord-row__actions{width:100%}}
