:root{--red: #e31c23;--red-dark: #c4161c;--yellow: #ffc72c;--yellow-dark: #e6b000;--ink: #1a1a1a;--muted: #6b6b6b;--line: #ececec;--sidebar: #f7f7f7;--white: #ffffff;--font: "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:var(--font);color:var(--ink);background:var(--white);overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:manipulation}button{font:inherit;border:none;background:none;color:inherit;cursor:pointer}img{display:block;max-width:100%}.topbar{flex-shrink:0;background:var(--red);color:var(--white);text-align:center;padding:.7rem 1rem;padding-top:max(.7rem,env(safe-area-inset-top));box-shadow:inset 0 -5px 0 var(--yellow)}.logo{font-weight:900;letter-spacing:.12em;font-size:1.15rem;text-transform:uppercase;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.logo{width:100%;padding:0}.kiosk,.sheet,.welcome,.done{height:100%;display:flex;flex-direction:column;background:var(--white)}.kiosk-body{flex:1;display:flex;min-height:0}.sidebar{width:210px;flex-shrink:0;background:var(--sidebar);overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;border-right:1px solid var(--line)}.cat{display:flex;align-items:center;gap:.65rem;width:100%;text-align:left;padding:.95rem 1rem;border-left:5px solid transparent;color:var(--ink);font-weight:800}.sidebar .cat{flex:0 0 auto;gap:.55rem;padding:.55rem .85rem;font-size:1rem;line-height:1.25;white-space:nowrap}.sidebar .cat.home{padding:.82rem .85rem;font-weight:900;border-bottom:1px solid var(--line)}.sidebar .cat.home{padding:.7rem .85rem;font-weight:900;border-bottom:1px solid var(--line)}.cat .emoji{width:1.5rem;text-align:center;font-size:1.2rem}.sidebar .cat.home .emoji{font-size:1.35rem}.cat.active{background:var(--white);border-left-color:var(--yellow)}.cats-mobile{display:none}.main{flex:1;min-width:0;overflow-y:auto;padding:1.1rem 1.2rem 1.4rem;background:var(--white)}.main h1{margin:0 0 .7rem;font-size:1.85rem;font-weight:900}.cat-home-pane{transform-origin:50% 18%}.cat-home-pane[hidden]{display:none!important}.cat-home-pane.leave{animation:cat-home-out .2s ease forwards;pointer-events:none}@keyframes cat-home-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}.cards-enter .card{animation:card-grow-in .32s cubic-bezier(.22,.75,.2,1) both;transform-origin:center center}.cards-enter h1,.cards-enter .grid-heading,.cards-enter .days,.cards-enter .daily-meta,.cards-enter .daily-lock{animation:pane-fade-in .28s ease both}@keyframes card-grow-in{0%{opacity:0;transform:scale(.62)}to{opacity:1;transform:scale(1)}}@keyframes pane-fade-in{0%{opacity:0}to{opacity:1}}.cat-home{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem 1.2rem}.cat-tile{display:flex;flex-direction:column;align-items:center;width:100%;padding:.35rem .2rem .45rem;border:0;border-radius:0;background:var(--white);box-shadow:none;text-align:center}.cat-tile:active{transform:scale(.98)}.cat-tile img{display:block;width:100%;margin:0 auto;aspect-ratio:1;min-height:220px;object-fit:contain;object-position:center center;border-radius:0;background:var(--white)}.cat-tile-emoji{display:grid;place-items:center;aspect-ratio:1;min-height:220px;font-size:4.5rem}.cat-tile .name{display:block;width:100%;margin:.55rem 0 0;padding:0;font-weight:800;font-size:1.35rem;line-height:1.25;color:var(--ink);text-align:center}.days{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.day{display:flex;flex-direction:column;align-items:center;gap:.05rem;min-width:3.4rem;padding:.35rem .65rem;border-radius:14px;background:#f3f3f3;font-weight:800;line-height:1.15}.day-date{font-size:.72rem;font-weight:700;color:var(--muted)}.day.on{background:var(--yellow)}.day.on .day-date{color:var(--ink)}.day.is-preview{opacity:.55}.day.is-preview.on{opacity:1;background:#ececec;box-shadow:inset 0 0 0 2px #cfcfcf}.day.is-today:not(.on){box-shadow:inset 0 0 0 2px var(--yellow)}.day-flag{font-size:.62rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.daily-lock{margin:-.35rem 0 .85rem;color:#9a3412;font-weight:700}.day.is-closed{background:#fff7ed}.day-flag{max-width:4.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.closed-panel{margin:1.2rem 0 2rem;padding:2.2rem 1.4rem;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;text-align:center}.closed-panel p{margin:0;font-size:2rem;font-weight:900}.daily-meta{margin:0 0 .9rem;color:var(--muted);font-weight:700}.grid-heading{margin:.35rem 0 .55rem;font-size:1.25rem;font-weight:900;display:flex;align-items:baseline;justify-content:flex-start;flex-wrap:wrap;gap:.45rem .7rem}.grid-heading span{font-size:.92rem;font-weight:700;color:var(--muted)}.combo-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .9rem;padding:.7rem .85rem;border-radius:14px;background:#fff8dc}.combo-bar p{margin:0;font-weight:800}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,220px));justify-content:start;gap:1rem}.card{position:relative;width:100%;max-width:220px;height:100%;display:flex;flex-direction:column;background:var(--white);border-radius:16px;padding:.7rem .7rem .65rem;border:1px solid var(--line);box-shadow:0 6px 16px #0000000a;text-align:center}.card-num{position:absolute;top:.38rem;left:.4rem;z-index:2;min-width:1.85rem;height:1.85rem;padding:0 .32rem;border-radius:999px;background:var(--yellow);color:var(--ink);font-size:.95rem;font-weight:900;line-height:1;display:grid;place-items:center;pointer-events:none}.card.has-num .badge{left:auto;right:12px}.card.offer{border-color:var(--red);box-shadow:0 0 0 2px var(--red)}.card.selected,.card.offer.selected{border-color:var(--yellow);box-shadow:0 0 0 2px var(--yellow)}.card.locked{opacity:.48;filter:grayscale(.35);background:#f7f7f7}.card-add:disabled{cursor:default}.card-add:disabled:active{transform:none}.card-add{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.card-add:active{transform:scale(.98)}.card img{display:block;width:100%;height:210px;flex:0 0 210px;min-height:210px;max-height:210px;object-fit:contain;object-position:center center;border-radius:12px;background:var(--white);margin-bottom:.08rem}.card-stepper{display:flex;align-items:center;justify-content:center;gap:.7rem;margin:.35rem 0 0;min-height:36px}.card-stepper button{width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--ink);font-weight:900;font-size:1.2rem;line-height:1}.card-stepper span{min-width:1.2rem;font-weight:900}.card-hint{margin:.2rem 0 0;min-height:36px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.78rem;font-weight:700}.card .name{flex:none;font-weight:800;font-size:.95rem;line-height:1.2;height:auto;max-height:2.4em;margin:.05rem 0 0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere}.card .serving{flex:none;margin:.08rem 0 0;min-height:0;color:var(--muted);font-size:.78rem;font-weight:500}.card .price{flex:none;margin:.12rem 0 0;min-height:0;color:var(--red);font-weight:800}.badge{position:absolute;top:14px;left:14px;background:var(--yellow);color:var(--ink);font-size:.7rem;font-weight:800;padding:.2rem .45rem;border-radius:6px}.badge.soup{background:#fff3c4}.badge.locked{background:#e5e5e5;color:#555}.qty-dot{position:absolute;top:12px;right:12px;min-width:28px;height:28px;padding:0 7px;border-radius:999px;background:var(--red);color:#fff;font-weight:800;display:grid;place-items:center}.footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1rem;padding-bottom:max(.8rem,env(safe-area-inset-bottom));background:var(--white);border-top:1px solid var(--line)}.footer-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.footer .total{font-size:1.3rem;font-weight:900}.footer .hint{color:var(--muted);font-size:.85rem;font-weight:700}.btn{border-radius:12px;padding:.8rem 1.15rem;font-weight:800}.btn-primary{background:var(--red);color:var(--white)}.btn-yellow{background:var(--yellow);color:var(--ink)}.fly-layer{position:fixed;inset:0;z-index:70;pointer-events:none}.fly-card{position:fixed;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:var(--white);border:1px solid var(--line);box-shadow:0 12px 28px #0003;animation:fly-to-order .78s cubic-bezier(.32,.12,.18,1) forwards}.fly-card img{display:block;width:100%;height:62%;object-fit:contain;background:var(--white)}.fly-card span{flex:1;display:flex;align-items:center;justify-content:center;padding:.2rem .4rem .35rem;font-size:.78rem;font-weight:800;text-align:center;line-height:1.15;overflow:hidden}@keyframes fly-to-order{0%{transform:translateZ(0) scale(1);opacity:1}14%{transform:translate3d(calc(var(--dx) * .07),calc(var(--dy) * .07),0) scale(1.06);opacity:1}62%{transform:translate3d(calc(var(--dx) * .72),calc(var(--dy) * .72),0) scale(.42);opacity:.92}to{transform:translate3d(var(--dx),var(--dy),0) scale(.16);opacity:.12}}.btn-yellow.order-bump{animation:order-bump .48s ease}@keyframes order-bump{0%{transform:scale(1)}35%{transform:scale(1.07)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.fly-card,.btn-yellow.order-bump,.cat-home-pane.leave,.cards-enter .card,.cards-enter h1,.cards-enter .grid-heading,.cards-enter .days,.cards-enter .daily-meta,.cards-enter .daily-lock{animation:none}}.btn-primary:disabled,.btn-yellow:disabled{opacity:.38}.btn-ghost{background:#f3f3f3;color:var(--ink)}.welcome,.done{color:var(--ink);text-align:center}.welcome-body,.done-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.welcome h1,.done h1{font-size:clamp(2.2rem,8vw,3.4rem);margin:0 0 .45rem;font-weight:900}.welcome p,.done p{color:var(--muted);margin:0 0 1.6rem;font-weight:700;max-width:26rem}.welcome-actions,.done-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.welcome-actions .btn,.done-actions .btn{min-width:min(220px,80vw);font-size:1.1rem;padding:1rem 1.35rem}.sheet header,.sheet footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;background:var(--white)}.sheet header{border-bottom:1px solid var(--line)}.sheet footer{border-top:1px solid var(--line);margin-top:auto;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.sheet-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.sheet-actions .btn-ghost{flex:1 1 8rem}.sheet-actions .btn-yellow{flex:1 1 100%}.sheet h2{margin:0;font-weight:900}.lines{flex:1;overflow-y:auto;padding:1rem 1.1rem}.line{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fafafa;border:1px solid var(--line);border-radius:14px;padding:.85rem 1rem;margin-bottom:.7rem}.line-note{color:var(--muted);font-size:.82rem;font-weight:700;margin:.15rem 0 .2rem}.confirm-overlay{position:fixed;inset:0;z-index:60;background:#14141480;display:flex;align-items:center;justify-content:center;padding:1.2rem}.confirm-box{width:min(420px,100%);background:var(--white);border-radius:18px;padding:1.3rem 1.2rem 1.15rem;box-shadow:0 16px 40px #0000002e;text-align:center}.confirm-box h2{margin:0 0 .4rem;font-weight:900}.confirm-box p{margin:0 0 1.1rem;color:var(--muted);font-weight:700}.confirm-actions{display:flex;gap:.55rem;justify-content:center;flex-wrap:wrap}.confirm-actions .btn{min-width:9rem}.side-box{width:min(520px,100%);text-align:left}.side-box h2,.side-box>p{text-align:center}.side-choices{display:grid;gap:.55rem;margin:0 0 .85rem}.side-choice{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;text-align:left;border:2px solid var(--line);border-radius:14px;background:var(--white);padding:.85rem 1rem;font:inherit;color:inherit;cursor:pointer}.side-choice strong{font-size:1.15rem;font-weight:900}.side-choice span{color:var(--muted);font-size:.92rem;font-weight:700}.side-choice.on{border-color:var(--yellow);background:#fff8e1}.choice-group h3{margin:.35rem 0 .4rem;font-size:.95rem;font-weight:800}.choice-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 .75rem}.choice-pill{border:2px solid var(--line);border-radius:999px;background:var(--white);padding:.55rem .95rem;font:inherit;font-weight:800;cursor:pointer}.choice-pill.on{border-color:var(--yellow);background:#fff8e1}.side-choice:active{transform:scale(.99)}.compose-overlay{position:fixed;inset:0;z-index:50;background:#14141473;display:flex;align-items:stretch;justify-content:center;padding:0}.compose{width:100%;height:100%;max-height:100%;background:var(--white);display:flex;flex-direction:column;overflow:hidden}.compose header,.compose footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;flex-shrink:0}.compose header{border-bottom:1px solid var(--line)}.compose header h2{margin:0;font-weight:900}.compose header p{margin:.2rem 0 0;color:var(--muted);font-weight:700}.compose footer{border-top:1px solid var(--line);padding-bottom:max(1rem,env(safe-area-inset-bottom))}.compose footer strong{font-size:1.35rem}.compose-body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding:1.1rem 1.2rem 1.4rem;display:flex;flex-direction:column;gap:1rem;width:100%}.compose-section{display:block;width:100%;min-width:0;flex:none}.compose-top{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1.25rem 1.75rem;width:100%}.compose-top .compose-section{flex:0 0 auto;width:auto;max-width:none}.compose-body .pick-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:1rem;width:max-content;max-width:100%;margin-bottom:0}.compose-top .pick-row{flex-wrap:nowrap;width:max-content;max-width:none}.compose-section.dishes{width:100%}.compose-section.dishes .pick-row{width:100%;max-width:100%;flex-wrap:wrap}.compose-body .card{flex:0 0 220px;width:220px;min-width:220px;max-width:220px;height:auto}.compose-body h3{margin:0 0 .3rem;font-size:1rem;font-weight:900}.line-thumb{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--line);flex-shrink:0}.line-main{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1}.line-tools{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.line-edit{padding:.55rem .85rem}.line-remove{width:2.6rem;min-width:2.6rem;height:2.6rem;padding:0;color:var(--red)}.line-remove svg{width:1.25rem;height:1.25rem;display:block;margin:0 auto}.stepper{display:flex;align-items:center;gap:.55rem}.stepper button{width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--ink);font-weight:800}.alert{color:var(--red);margin:0 1rem .75rem;font-weight:700}.number{font-size:clamp(3.5rem,16vw,5.2rem);font-weight:900;line-height:1;margin:.3rem 0 .8rem;color:var(--red)}@media(max-width:800px){.compose-top.has-drinks{flex-direction:column;gap:1rem}.compose-top.has-drinks .compose-section{width:auto;max-width:100%}.compose-top .pick-row{flex-wrap:wrap;max-width:100%}.compose-body .card{flex:0 0 220px;width:220px;min-width:220px;max-width:220px}.kiosk-body{flex-direction:column}.sidebar{display:none}.cats-mobile{display:flex;gap:.5rem;overflow-x:auto;padding:.7rem .85rem .35rem;background:var(--white);border-bottom:1px solid var(--line);flex-shrink:0}.cats-mobile .cat{flex:0 0 auto;width:auto;border-left:none;border-radius:999px;padding:.55rem .85rem;background:#f5f5f5;white-space:nowrap}.cats-mobile .cat.home{padding:.7rem 1.05rem;font-weight:900}.cats-mobile .cat.active{background:var(--yellow);color:var(--ink);border-left:none}.main{padding:.9rem .85rem 1.1rem}.main h1{font-size:1.45rem}.cat-home{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.cat-tile{align-items:center;padding:.55rem .35rem .45rem;text-align:center}.cat-tile img,.cat-tile-emoji{min-height:0}.cat-tile .name{width:100%;margin:.4rem 0 0;font-size:1.05rem;text-align:center}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.card{max-width:none}.card-num{min-width:1.7rem;height:1.7rem;font-size:.88rem;top:.3rem;left:.3rem}.card img{height:172px;min-height:172px;max-height:172px;flex:0 0 172px}.footer{flex-wrap:nowrap;align-items:center;gap:.4rem;padding:.55rem .6rem;padding-bottom:max(.55rem,env(safe-area-inset-bottom))}.footer-sum{flex:0 0 auto;min-width:0}.footer .hint{font-size:.65rem;line-height:1.15}.footer .total{font-size:1.05rem;line-height:1.1}.footer-actions{width:auto;flex:1 1 auto;min-width:0;flex-wrap:nowrap;justify-content:flex-end}.footer-actions .btn{flex:1 1 0;min-width:0;min-height:2.85rem;padding:.45rem .35rem;font-size:.72rem;line-height:1.15;white-space:normal;overflow:hidden;text-align:center;-webkit-hyphens:none;hyphens:none}.footer-actions .btn-yellow{flex:1.4 1 0}.sheet header,.sheet footer{flex-wrap:wrap}.sheet-actions{width:100%}.sheet-actions .btn{flex:1 1 0;min-width:0;min-height:2.85rem;padding:.75rem .5rem;font-size:.82rem;white-space:nowrap}.sheet-actions .btn-yellow{flex:1 1 100%}.line{flex-wrap:wrap;align-items:flex-start;gap:.65rem .75rem}.line-main{flex:1 1 100%}.line-tools{width:100%;justify-content:space-between;flex-shrink:1;min-width:0}}.item-detail-overlay{position:fixed;inset:0;z-index:70;background:#1414148c;display:flex;align-items:center;justify-content:center;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));animation:item-detail-fade .28s ease both}.item-detail-overlay.is-leaving{animation:item-detail-fade-out .24s ease both}@keyframes item-detail-fade{0%{background-color:#14141400}to{background-color:#1414148c}}@keyframes item-detail-fade-out{0%{background-color:#1414148c}to{background-color:#14141400}}@media(prefers-reduced-motion:reduce){.item-detail-overlay,.item-detail-overlay.is-leaving{animation:none}}.item-detail{width:min(48rem,100%);max-height:min(94vh,100%);background:var(--white);border-radius:20px;box-shadow:0 18px 48px #00000038;display:flex;flex-direction:column;overflow:hidden;transform-origin:center center;will-change:transform,opacity}.item-detail-photo{flex:0 1 auto;display:flex;align-items:center;justify-content:center;background:var(--white);padding:1.35rem 1.35rem .35rem}.item-detail-photo img{display:block;width:auto;height:auto;max-width:100%;max-height:min(52vh,28rem);object-fit:contain;object-position:center;background:transparent}.item-detail-body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.9rem 1.1rem .4rem}.item-detail-body h2{margin:0;font-weight:900;font-size:1.55rem;line-height:1.2}.item-detail-serving{margin:.25rem 0 0;color:var(--muted);font-weight:700}.item-detail-price{margin:.35rem 0 0;font-size:1.45rem;font-weight:900}.item-detail-desc{margin:.65rem 0 0;color:var(--ink);font-weight:600;line-height:1.4;white-space:pre-wrap}.item-detail-table{margin:.9rem 0 0}.item-detail-table h3{margin:0 0 .4rem;font-size:.95rem;font-weight:800}.item-detail-foot{display:flex;gap:.55rem;justify-content:flex-end;flex-wrap:wrap;flex-shrink:0;padding:.75rem 1.1rem 1rem;border-top:1px solid var(--line)}.item-detail-foot .btn{min-width:8.5rem}
