@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800&display=swap";.home-container{background:linear-gradient(135deg,#ff3b2f,#d90429,#a30015);height:100vh;font-family:Poppins,sans-serif;transition:all .6s;position:relative;overflow:hidden}.home-container.exit{opacity:0;filter:blur(12px);transform:scale(1.08)}.home-container:before{content:"";pointer-events:none;background:repeating-linear-gradient(60deg,#ffffff0f 0 2px,#0000 2px 40px);width:200%;height:200%;animation:6s linear infinite moveLines;position:absolute;top:-50%;left:-50%}@keyframes moveLines{0%{transform:translate(0)}to{transform:translate(300px,300px)}}@keyframes glowMove{0%{transform:translate(0)scale(1)}to{transform:translate(50px,50px)scale(1.1)}}.home-container:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#ffffff26,#0000 60%),radial-gradient(circle at 70% 70%,#00ff6426,#0000 60%);width:150%;height:150%;animation:8s ease-in-out infinite alternate glowMove;position:absolute;top:-25%;left:-25%}.left-section{justify-content:center;align-items:center;display:flex}.card-wrapper{background:linear-gradient(120deg,#ff3b2f,#0f8,#ff3b2f) 0 0/300% 300%;border-radius:18px;padding:2px;animation:4s linear infinite borderAnim;position:relative;box-shadow:0 0 20px #ff323280}@keyframes borderAnim{0%{background-position:0%}to{background-position:300%}}.login-card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#0f9d58d9,#0b6e3de6);border:1px solid #fff3;border-radius:20px;width:360px;padding:35px 28px;font-family:Poppins,sans-serif;box-shadow:0 20px 60px #00000059,inset 0 0 10px #ffffff1a}.title{text-align:center;color:#fff!important;margin-bottom:30px!important}.input{margin-bottom:20px}.input .ant-input,.input .ant-input-password{background:#ffffffd9;border:none;border-radius:8px}.login-button{background:linear-gradient(135deg,#ff3b2f,#ff6a3d);border:none;height:45px;margin-top:10px;font-weight:600}.login-button:hover{background:linear-gradient(135deg,#e62e24,#ff3b2f)}.login-card:hover{transition:all .3s;transform:translateY(-5px)}.transition-overlay{z-index:9999;opacity:0;background:linear-gradient(135deg,#ff3b2f,#a30015);justify-content:center;align-items:center;animation:.3s .3s forwards fadeIn;display:flex;position:fixed;inset:0}.slogan{text-align:center;color:#fffc;letter-spacing:.5px;margin-top:20px;font-size:13px}.right-section{justify-content:center;align-items:center;display:flex}.main-image{border-radius:25px;max-width:75%;height:auto;animation:4s ease-in-out infinite float;box-shadow:0 20px 60px #0006}.loader{filter:drop-shadow(0 0 6px #fff9);border:4px solid #fff;border-color:#fff #0f8 #0000 #0000;border-radius:50%;width:55px;height:55px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.login-button:active{transform:scale(.96)}.pos-container{background:var(--bg-main);box-sizing:border-box;grid-template-rows:1fr;grid-template-columns:320px 1fr;gap:10px;height:100%;padding:10px;display:grid;overflow:hidden}.pos-categories{grid-area:1/1;grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.pos-categories button.active{background:var(--secondary-green);border:3px solid var(--primary-red);transform:scale(.97)}.pos-categories button{background:var(--primary-red);color:var(--text-light);border:none;border-radius:12px;height:60px;font-size:18px;font-weight:700}.pos-categories button:active{transform:scale(.95)}.pos-numpad{background:#e7e7e5;border-radius:12px;grid-area:2/1;grid-template-columns:repeat(3,1fr);gap:5px;padding:10px;display:grid;box-shadow:inset 0 0 10px #0000001a}.pos-numpad button{background:var(--accent-yellow);border:none;border-radius:10px;height:50px;font-size:20px;font-weight:700}.display{text-align:center;color:#fff;background:var(--primary-red);border-radius:10px;grid-column:span 3;height:40px;font-size:28px;line-height:40px}.left-panel{flex-direction:column;gap:10px;height:100%;min-height:0;display:flex;overflow-y:auto}.pos-right{flex-direction:column;grid-column:2;gap:10px;height:100%;min-height:0;display:flex;overflow:hidden}.pos-products{flex-shrink:0;grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.pos-products button{border-radius:10px;padding:5px 10px;font-size:16px}.product{border:2px solid var(--accent-yellow);background:#fff;transition:all .1s;box-shadow:0 4px 8px #00000026}.product:hover{border-color:var(--secondary-green)}.product:active{background:#fff176;transform:scale(.9);box-shadow:0 2px 3px #0003}.pos-cart{border-left:6px solid var(--primary-red);background:#fff;border-radius:12px;flex-direction:column;flex:1;min-height:0;padding:15px;display:flex;overflow-y:auto}.pos-cart h3{margin-bottom:10px}.pos-cart::-webkit-scrollbar{width:6px}.pos-cart::-webkit-scrollbar-thumb{background:var(--primary-red);border-radius:10px}.cart-item{border:1px dashed #f57c00;border-left:4px solid var(--accent-yellow);background:#fff8e1;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px;display:flex}.cart-info{flex-direction:column;display:flex}.name{font-weight:700}.price{color:gray;font-size:14px}.cart-controls{align-items:center;gap:10px;display:flex}.qty-btn{border:none;border-radius:10px;width:45px;height:45px;font-size:22px}.plus{background:var(--secondary-green);color:#fff}.minus{background:var(--danger);color:#fff}.qty{font-size:18px;font-weight:700}.highlight{background:#e8f5e9;border:2px solid #2e7d32;transform:scale(1.02)}.pos-actions{background:#fff;border-radius:10px;grid-area:3/1/auto/span 2;margin-top:auto;padding:10px}.pos-actions h2{color:var(--primary-red);letter-spacing:1px;font-size:32px;font-weight:700}.pay-btn{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#2e7d32,#43a047);border:none;border-radius:10px;width:100%;height:60px;font-size:24px}.pay-btn:disabled{background:gray}.pay-btn:active{transform:scale(.96)}.empty{color:gray}.delete-btn{color:#fff;background:#424242;border:none;border-radius:10px;width:45px;height:45px;font-size:18px}.delete-btn:active{transform:scale(.9)}.toppings{gap:5px;margin-top:5px;display:flex}.topping-btn{background:#eee;border:none;border-radius:8px;padding:5px 8px;font-size:12px}.topping-btn.active{background:var(--secondary-green);color:#fff}.note-btn{color:#fff;background:#1976d2;border:none;border-radius:10px;width:45px;height:45px;font-size:18px}.note-preview{color:#555;margin-top:5px;font-size:12px}.modal-overlay{background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:10px;width:300px;padding:20px}.modal textarea{width:100%;height:80px;margin-top:10px}.modal-actions{justify-content:space-between;margin-top:10px;display:flex}.orders-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;width:100%;max-width:100%;margin-bottom:10px;display:flex;overflow-x:auto}.orders-bar button{background:#eee;border:none;border-radius:10px;flex-shrink:0;min-width:100px;height:40px}.orders-bar button.active{background:var(--primary-red);color:#fff}.add-order{background:var(--secondary-green);color:#fff;font-weight:700}.orders-bar::-webkit-scrollbar{height:6px}.orders-bar::-webkit-scrollbar-thumb{background:var(--primary-red);border-radius:10px}.totals{margin-bottom:10px}.subtotal{color:#555;background:#fff3cd;border-radius:6px;padding:5px;font-size:18px}.total{color:var(--primary-red);font-size:28px;font-weight:700}.pv-shell{--pv-cream:#fdf6e3;--pv-tan:#f1e9d4;--pv-pill:#f5eedc;--pv-ink:#2a2118;--pv-body:#4a4034;--pv-muted:#8a7f6d;--pv-green:#1f6b34;--pv-green-light:#e4efe6;--pv-green-lighter:#eff7f1;--pv-red:#b3202c;--pv-yellow:#f2b518;--pv-yellow-dark:#c9930a;--pv-yellow-light:#fdefc4;--pv-danger-bg:#fbedee;--pv-danger-bd:#e9b4b9;--pv-border:#2a21181f;--pv-border-strong:#2a211833;background:var(--pv-tan);height:100%;color:var(--pv-ink);font-family:Archivo,system-ui,sans-serif;display:flex;overflow:hidden}.pv-shell *{box-sizing:border-box}.pv-shell button{cursor:pointer;font-family:inherit}.pv-muted{color:var(--pv-muted);font-size:12px}.pv-spacer{flex:1}.pv-empty{color:var(--pv-muted);padding:12px 4px;font-size:14px}.pv-rail{border-right:2px solid var(--pv-border);background:#fff;flex-direction:column;flex:none;width:220px;display:flex;overflow-y:auto}.pv-brand{border-bottom:2px solid var(--pv-border);align-items:center;gap:8px;padding:14px 14px 10px;display:flex}.pv-brand__icon{font-size:20px}.pv-brand__name{color:var(--pv-red);font-size:16px;font-weight:800;line-height:1}.pv-rail__label{letter-spacing:.1em;text-transform:uppercase;color:var(--pv-muted);padding:12px 14px 6px;font-size:11px;font-weight:800}.pv-mesas-grid{grid-template-columns:repeat(3,1fr);gap:7px;padding:0 14px;display:grid}.pv-mesa{border:2px solid var(--pv-border);height:46px;color:var(--pv-ink);background:#fff;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;line-height:1.1;display:flex}.pv-mesa__n{font-size:16px;font-weight:800}.pv-mesa__s{opacity:.85;font-size:9.5px}.pv-mesa--busy{background:var(--pv-yellow-light);border-color:#e7c64a}.pv-mesa--active{background:var(--pv-red);border-color:var(--pv-red);color:#fff}.pv-cats{flex-direction:column;gap:7px;padding:0 14px;display:flex}.pv-cat{border:2px solid var(--pv-border);height:48px;color:var(--pv-ink);text-align:left;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:0 12px;display:flex}.pv-cat__icon{font-size:20px}.pv-cat--active{background:var(--pv-green);border-color:var(--pv-green);color:#fff}.pv-cat--active .pv-muted{color:#ffffffbf}.pv-rail__foot{border-top:2px solid var(--pv-border);flex-direction:column;gap:8px;margin-top:auto;padding:12px 14px 14px;display:flex}.pv-railbtn{border:2px solid var(--pv-border-strong);height:42px;color:var(--pv-ink);background:#fff;border-radius:12px;font-size:13px;font-weight:800}.pv-search{border:2px solid var(--pv-border-strong);height:40px;font:inherit;border-radius:10px;padding:0 10px;font-size:13px}.pv-main{background:var(--pv-cream);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.pv-mainhead{border-bottom:2px solid var(--pv-border);background:#fff;align-items:center;gap:14px;padding:11px 18px;display:flex}.pv-attending{background:var(--pv-red);color:#fff;border-radius:12px;align-items:center;gap:9px;padding:9px 14px;display:flex}.pv-attending__icon{font-size:18px}.pv-attending__label{letter-spacing:.08em;text-transform:uppercase;opacity:.85;font-size:10px}.pv-attending__mesa{font-size:18px;font-weight:800;line-height:1}.pv-attending__meta{line-height:1.35}.pv-pedido-tabs{background:var(--pv-pill);border-radius:13px;align-items:center;gap:2px;padding:5px;display:flex}.pv-pedido-tab{color:var(--pv-body);white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:10px 15px;font-family:inherit;font-size:13.5px;font-weight:800}.pv-pedido-tab--active{background:var(--pv-green);color:#fff}.pv-addpedido{border:2px solid var(--pv-border);width:38px;height:36px;color:var(--pv-green);background:#fff;border-radius:10px;font-size:18px;font-weight:800}.pv-catbar{flex-wrap:wrap;align-items:center;gap:10px;padding:10px 18px 6px;display:flex}.pv-cattitle{font-size:16px;font-weight:800}.pv-filterchips{gap:7px;display:flex}.pv-filterchip{border:2px solid var(--pv-border);color:var(--pv-body);background:#fff;border-radius:10px;padding:7px 11px;font-size:12px;font-weight:800}.pv-filterchip--active{background:var(--pv-yellow-light);color:var(--pv-ink);border-color:#e7c64a}.pv-products{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:10px;padding:6px 18px 12px;display:grid;overflow-y:auto}.pv-product{border:2px solid var(--pv-border);text-align:left;min-height:90px;color:var(--pv-ink);background:#fff;border-radius:14px;flex-direction:column;padding:9px 11px;display:flex;overflow:hidden}.pv-product:hover{border-color:var(--pv-green)}.pv-product__top{align-items:flex-start;gap:6px;display:flex}.pv-product__icon{font-size:18px;line-height:1}.pv-product__name{font-size:15px;font-weight:800;line-height:1.15}.pv-tag{white-space:nowrap;border-radius:7px;align-self:flex-start;margin-top:5px;padding:2px 6px;font-size:10.5px;font-weight:800}.pv-tag--star{background:var(--pv-yellow-light);color:var(--pv-body)}.pv-tag--low{color:var(--pv-red);background:#b3202c1a}.pv-product__bottom{justify-content:space-between;align-items:flex-end;gap:6px;display:flex}.pv-product__price{font-size:18px;font-weight:800}.pv-product__desc{color:var(--pv-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.pv-modifiers{border:2px solid var(--pv-border);background:#fff;border-radius:14px;flex-direction:column;flex:none;max-height:150px;margin:0 18px 14px;display:flex;overflow:hidden}.pv-modifiers--empty{justify-content:center;align-items:center;padding:14px}.pv-modifiers__head{border-bottom:2px solid var(--pv-border);align-items:center;gap:10px;padding:10px 14px;display:flex}.pv-modifiers__title{font-size:14px;font-weight:800}.pv-modifiers__chips{flex-wrap:wrap;align-content:flex-start;gap:8px;padding:11px 14px;display:flex;overflow-y:auto}.pv-modchip{border:2px solid var(--pv-border);color:var(--pv-ink);background:#fff;border-radius:11px;align-items:center;gap:6px;padding:9px 12px;font-size:13px;font-weight:800;display:flex}.pv-modchip--on{background:var(--pv-yellow);border-color:var(--pv-yellow-dark)}.pv-modchip--dashed{color:var(--pv-body);border-style:dashed;font-weight:400}.pv-note-input{border:2px solid var(--pv-border-strong);font:inherit;border-radius:11px;min-width:220px;padding:9px 12px;font-size:13px}.pv-ticket{border-left:2px solid var(--pv-border);background:#fff;flex-direction:column;flex:none;width:350px;display:flex;overflow:hidden}.pv-ticket__head{border-bottom:2px solid var(--pv-border);padding:12px 16px 10px}.pv-ticket__title{margin-bottom:2px;font-size:16px;font-weight:800}.pv-ticket__body{flex-direction:column;flex:1;gap:8px;padding:8px 12px 4px;display:flex;overflow-y:auto}.pv-prevround{background:var(--pv-yellow-light);border:2px solid #e7c64a;border-radius:12px;flex:none;padding:8px 11px;font-size:12px;line-height:1.35}.pv-ticketline{border:2px solid var(--pv-border);background:#fff;border-radius:13px;flex:none;padding:9px 10px}.pv-ticketline--selected{background:var(--pv-green-lighter);border-color:var(--pv-green)}.pv-ticketline__top{align-items:flex-start;gap:8px;display:flex}.pv-ticketline__icon{font-size:17px;line-height:1.15}.pv-ticketline__info{flex:1;min-width:0}.pv-ticketline__name{font-size:15px;font-weight:800;line-height:1.15}.pv-ticketline__desc{color:var(--pv-muted);font-size:11.5px}.pv-ticketline__price{flex:none;font-size:15px;font-weight:800}.pv-ticketline__actions{align-items:center;gap:6px;margin-top:7px;display:flex}.pv-stepper{background:var(--pv-tan);border:2px solid var(--pv-border);border-radius:11px;align-items:center;gap:6px;padding:4px 6px;display:flex}.pv-stepper button{width:30px;height:30px;color:var(--pv-ink);background:#fff;border:none;border-radius:8px;font-size:16px;font-weight:800}.pv-stepper span{text-align:center;min-width:20px;font-weight:800}.pv-iconbtn{border:2px solid var(--pv-border-strong);background:#fff;border-radius:10px;width:34px;height:34px;font-size:14px}.pv-iconbtn--danger{background:var(--pv-danger-bg);border-color:var(--pv-danger-bd)}.pv-quickqty{border-top:2px solid var(--pv-border);padding:8px 12px}.pv-quickqty__label{letter-spacing:.08em;text-transform:uppercase;color:var(--pv-muted);align-items:center;gap:8px;margin-bottom:7px;font-size:11px;font-weight:800;display:flex}.pv-badge{background:var(--pv-red);color:#fff;border-radius:8px;padding:2px 9px;font-family:Archivo,system-ui,sans-serif;font-size:13px;font-weight:800}.pv-keypad{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.pv-key{border:2px solid var(--pv-border);height:40px;color:var(--pv-ink);background:#fff;border-radius:9px;font-size:15px;font-weight:800}.pv-key--del{background:var(--pv-danger-bg);border-color:var(--pv-danger-bd)}.pv-ticket__foot{border-top:2px solid var(--pv-border);background:var(--pv-cream);padding:12px 16px 14px}.pv-row{color:var(--pv-body);justify-content:space-between;padding:2px 0;font-size:13px;display:flex}.pv-row--total{border-top:2px dashed var(--pv-border);align-items:baseline;margin-top:4px;padding-top:6px}.pv-row--total span:first-child{color:var(--pv-ink);font-size:15px;font-weight:800}.pv-row--total span:last-child{color:var(--pv-red);font-size:24px;font-weight:800}.pv-actions{gap:8px;margin-top:10px;display:flex}.pv-btn{cursor:pointer;border:2px solid #0000;border-radius:13px;font-family:Archivo,system-ui,sans-serif;font-weight:800;transition:filter .15s,transform 50ms}.pv-btn:active{transform:scale(.98)}.pv-btn:disabled{opacity:.45;cursor:not-allowed}.pv-btn--send{background:var(--pv-green);color:#fff;flex:1.5;height:54px;font-size:15px}.pv-btn--charge{border-color:var(--pv-border-strong);height:54px;color:var(--pv-ink);background:#fff;flex:1;font-size:14px}.pv-btn--primary{background:var(--pv-green);color:#fff;padding:12px 20px;font-size:14px}.pv-btn--outline{border-color:var(--pv-border-strong);color:var(--pv-body);background:0 0;padding:12px 20px;font-size:14px}.pv-backdrop{z-index:50;background:#2a211880;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.pv-confirm{background:var(--pv-cream);border-radius:20px;width:min(420px,100%);padding:26px 26px 22px;box-shadow:0 20px 60px #2a211859}.pv-confirm__icon{margin-bottom:10px;font-size:30px}.pv-confirm__title{font-family:Archivo,system-ui,sans-serif;font-size:22px;font-weight:800;line-height:1.15}.pv-confirm__body{color:var(--pv-body);margin-top:8px;font-size:14px}.pv-sheet__row{gap:10px;margin-top:18px;display:flex}.pv-sheet__row .pv-btn{flex:1}.pv-toast{background:var(--pv-ink);color:#fff;z-index:60;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000040}@media (width<=1100px){.pv-ticket{width:300px}.pv-rail{width:190px}}.tableSelection{background:#f3e1c4eb;border-radius:0;flex-direction:column;min-height:100%;padding:28px 26px 30px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.tableSelection:before{content:"";pointer-events:none;border:10px solid #7a0000;border-radius:0;position:absolute;inset:0}.tableSelection:after{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff6b,#0000 55%),radial-gradient(circle at 100% 100%,#7a000014,#0000 55%);border-radius:0;position:absolute;inset:10px}.tableSelection__header{z-index:1;padding:6px 6px 14px;position:relative}.tableSelection__title{letter-spacing:.2px;color:#7a0000;text-shadow:0 2px #ffffff4d;margin:0;font-size:clamp(28px,3.2vw,42px);font-weight:800;line-height:1.1}.tableSelection__subtitle{color:#7a0000ad;margin:10px 0 0;font-size:16px}.tableSelection__grid{z-index:1;flex:1;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-content:start;gap:22px;padding:14px 6px 6px;display:grid;position:relative;overflow:auto}.tableSelection__item{text-align:left;background:0 0;border:none;padding:0}.tableSelection__item:not(:disabled){cursor:pointer}.tableSelection__item:disabled{cursor:not-allowed}.tableSelection__item:focus-visible .tableCard{outline-offset:6px;outline:3px solid #1faf388c}.tableCard{will-change:transform;border-radius:16px;padding:8px 6px 10px;transition:transform .14s,filter .14s;position:relative}.tableSelection__item:not(:disabled):active .tableCard{transform:scale(.975)}.tableCard--occupied{filter:grayscale(.05)saturate(.85)opacity(.9)}.tableCard__img{filter:drop-shadow(0 18px 18px #00000047);-webkit-user-select:none;user-select:none;border-radius:16px;width:100%;height:auto;display:block}.tableCard__badge,.tableCard__name,.tableCard__sub{letter-spacing:.2px;text-transform:none;color:#fff;text-shadow:0 1px #0000002e;white-space:nowrap;border-radius:8px;padding:6px 10px;font-weight:800;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 10px 18px #00000038}.tableCard__badge{padding:6px 12px;font-size:14px;top:10px}.tableCard__name{border-radius:10px;padding:8px 14px;font-size:22px;top:54%}.tableCard__sub{padding:6px 12px;font-size:14px;font-weight:700;bottom:18px}.tableCard__badge--available,.tableCard__sub--available,.tableCard--available .tableCard__name{background:linear-gradient(#22b93f,#0b6b2e)}.tableCard__badge--occupied,.tableCard__sub--occupied,.tableCard--occupied .tableCard__name{background:linear-gradient(#e10600,#7a0000)}.tableSelection__taco{z-index:2;filter:drop-shadow(0 16px 18px #00000040);pointer-events:none;-webkit-user-select:none;user-select:none;width:clamp(56px,7vw,92px);height:auto;position:absolute;bottom:18px;right:18px}@media (width<=520px){.tableSelection{padding:20px 16px 22px}.tableSelection:before{border-width:8px}.tableSelection__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.tableCard__name{font-size:20px}}.self-order-page{background:#f7efe0;flex-direction:column;gap:16px;min-height:100vh;padding:24px;display:flex}.self-order-header{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:24px;display:flex;box-shadow:0 10px 30px #0000000d}.self-order-stepper,.self-order-footer{border-radius:18px;box-shadow:0 16px 40px #0000000d}.self-order-section{flex-direction:column;flex:1;gap:20px;display:flex}.step-block{flex-direction:column;gap:16px;display:flex}.step-layout{align-items:flex-start;gap:20px;display:flex}.step-main{flex-direction:column;flex:2;gap:16px;display:flex}.step-preview{flex:1;min-width:280px}.preview-card{border-radius:18px;position:sticky;top:16px}.preview-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.preview-total{text-align:right}.preview-total strong{font-size:20px;display:block}.preview-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.preview-list li{justify-content:space-between;gap:12px;font-size:14px;display:flex}.helper-card{background:#fff8ee;border-radius:16px}.suborder-toolbar{flex-direction:column;gap:8px;display:flex}.suborder-pills{flex-wrap:wrap;gap:8px;display:flex}.suborder-pill{cursor:pointer;text-align:left;background:#fff;border:1px solid #d9d9d9;border-radius:999px;flex-direction:column;padding:8px 16px;transition:all .2s;display:flex}.suborder-pill span{font-weight:600}.suborder-pill small{color:#555;font-size:11px}.suborder-pill.active{color:#fff;background:#0b6b2e;border-color:#0b6b2e}.suborder-pill.add{color:#0b6b2e;border-style:dashed}.quick-quantity{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:16px;display:flex;box-shadow:0 12px 30px #0000000a}.quantity-display{font-size:48px;font-weight:700;line-height:1}.numpad{grid-template-columns:repeat(3,60px);gap:10px;display:grid}.numpad button{cursor:pointer;background:#f0f0f0;border:none;border-radius:12px;height:60px;font-size:18px;font-weight:600;transition:background .2s}.numpad button:hover{color:#fff;background:#0b6b2e}.category-pills{flex-wrap:wrap;gap:12px;display:flex}.category-pill{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:999px;padding:8px 20px;font-weight:600;transition:all .2s}.category-pill.active{color:#fff;background:#0b6b2e;border-color:#0b6b2e}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.product-card{cursor:pointer;text-align:center;border-radius:20px;transition:transform .1s}.product-card:hover{transform:translateY(-3px)}.product-price{font-size:20px;font-weight:600}.cart-items{flex-direction:column;gap:12px;display:flex}.cart-item-card{border-radius:14px}.cart-item-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.qty-controls{align-items:center;gap:8px;display:flex}.qty-controls button{color:#fff;cursor:pointer;background:#0b6b2e;border:none;border-radius:50%;width:32px;height:32px;font-size:18px}.qty-controls span{text-align:center;min-width:24px;font-weight:600}.suborder-card{border-radius:18px}.suborder-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.suborder-header-actions{gap:8px;display:flex}.muted{color:#777}.summary-card{border-radius:18px}.summary-groups{flex-direction:column;gap:12px;display:flex}.summary-suborder{border-bottom:1px dashed #ddd;padding-bottom:12px}.summary-suborder:last-child{border-bottom:none}.summary-list{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.summary-list li{justify-content:space-between;font-size:15px;display:flex}.summary-total{justify-content:space-between;align-items:center;display:flex}.success-card{background:#f0fff3;border-left:4px solid #0b6b2e}.success-actions{flex-wrap:wrap;gap:12px;display:flex}.self-order-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-actions{flex-wrap:wrap;gap:12px;display:flex}.empty-card{text-align:center;border-style:dashed}@media (width<=992px){.step-layout{flex-direction:column}.step-preview{width:100%;min-width:0;position:static}}@media (width<=768px){.self-order-page{padding:16px}.self-order-footer{flex-direction:column;align-items:flex-start}.numpad{grid-template-columns:repeat(3,1fr);width:100%}}.pf-shell{--pf-cream:#fdf6e3;--pf-tan:#f1e9d4;--pf-ink:#2a2118;--pf-body:#4a4034;--pf-muted:#8a7f6d;--pf-green:#1f6b34;--pf-green-light:#e4efe6;--pf-red:#b3202c;--pf-yellow:#f2b518;--pf-yellow-dark:#c9930a;--pf-yellow-light:#fdefc4;--pf-border:#2a21181f;--pf-border-strong:#2a211833;background:var(--pf-cream);min-height:100vh;color:var(--pf-ink);flex-direction:column;max-width:1100px;margin:0 auto;font-family:Archivo,system-ui,sans-serif;display:flex;position:relative}.pf-shell *{box-sizing:border-box}.pf-muted{color:var(--pf-muted)}.pf-spacer{flex:1}.pf-hr{background:var(--pf-border);height:2px;margin:12px 0}.pf-btn{cursor:pointer;border:2px solid #0000;border-radius:16px;padding:12px 22px;font-family:Archivo,system-ui,sans-serif;font-size:16px;font-weight:800;transition:filter .15s,transform 50ms}.pf-btn:active{transform:scale(.98)}.pf-btn--primary{background:var(--pf-green);color:#fff}.pf-btn--primary:hover{filter:brightness(1.06)}.pf-btn--primary:disabled{opacity:.45;cursor:not-allowed}.pf-btn--outline{border-color:var(--pf-border-strong);color:var(--pf-body);background:0 0}.pf-btn--outline:hover{background:#2a21180d}.pf-btn--lg{width:100%;height:60px;font-size:18px}.pf-link{color:var(--pf-green);text-align:center;cursor:pointer;background:0 0;border:none;padding:8px;font-size:14.5px;font-weight:800}.pf-pill{border:2px solid var(--pf-border-strong);cursor:pointer;color:var(--pf-ink);background:#fff;border-radius:12px;padding:7px 12px;font-size:13px;font-weight:600}.pf-landing{justify-content:space-between;min-height:100vh;padding:24px}.pf-landing__body{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.pf-landing__table{color:var(--pf-red);font-size:clamp(44px,12vw,64px);font-weight:800;line-height:1}.pf-landing__copy{color:var(--pf-body);max-width:46ch;margin:8px 0 0;font-size:17px;line-height:1.5}.pf-landing__actions{flex-direction:column;gap:12px;padding-top:20px;display:flex}.pf-hintbar{background:var(--pf-yellow-light);align-items:center;gap:10px;padding:12px 16px;font-size:14.5px;line-height:1.35;display:flex}.pf-hintbar--tip{border-radius:16px;margin-top:22px}.pf-hintbar__icon{font-size:20px}.pf-successbar{background:var(--pf-green);color:#fff;border-radius:16px;align-items:center;gap:12px;margin:12px 16px 0;padding:12px 16px;font-size:16px;font-weight:800;display:flex}.pf-undo{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:11px;padding:8px 13px;font-size:14px;font-weight:800}.pf-toast{background:var(--pf-ink);color:var(--pf-cream);z-index:60;border-radius:14px;padding:12px 20px;font-size:14px;font-weight:700;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.pf-topbar{border-bottom:2px solid var(--pf-border);z-index:10;background:#fff;padding:12px 16px 14px;position:sticky;top:0}.pf-topbar__row{align-items:center;gap:10px;margin-bottom:12px;display:flex}.pf-topbar__table{color:var(--pf-red);font-size:22px;font-weight:800}.pf-tabs{gap:8px;display:flex}.pf-tab{background:var(--pf-tan);color:var(--pf-muted);cursor:pointer;border:none;border-radius:14px;flex:1;align-items:center;gap:8px;padding:10px 12px;font-size:15px;font-weight:800;display:flex}.pf-tab:disabled{cursor:not-allowed}.pf-tab__dot{background:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:grid}.pf-tab--active{background:var(--pf-green);color:#fff}.pf-tab--active .pf-tab__dot{color:var(--pf-green)}.pf-tab--done:not(.pf-tab--active){background:var(--pf-green-light);color:var(--pf-green);border:2px solid var(--pf-green)}.pf-tab--done:not(.pf-tab--active) .pf-tab__dot{background:var(--pf-green);color:#fff}.pf-body{flex-direction:column;flex:1;display:flex;overflow:visible}.pf-step1{flex-direction:column;gap:0;display:flex}.pf-categories{gap:10px;padding:14px 16px;display:flex;overflow-x:auto}.pf-category{border:2px solid var(--pf-border);text-align:center;cursor:pointer;background:#fff;border-radius:16px;flex:1;min-width:76px;padding:10px 6px}.pf-category__icon{font-size:26px;line-height:1.1}.pf-category__name{margin-top:2px;font-size:13px;font-weight:800}.pf-category--active{background:var(--pf-green);color:#fff;border-color:var(--pf-green)}.pf-list{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.pf-card{border:2px solid var(--pf-border);text-align:left;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:14px;min-height:74px;padding:14px 16px;font-family:inherit;display:flex}.pf-card:hover{border-color:var(--pf-green)}.pf-card__info{flex:1;min-width:0}.pf-card__name{font-size:18px;font-weight:800}.pf-card__desc{color:var(--pf-muted);font-size:13px}.pf-card__price{font-size:18px;font-weight:800}.pf-card__add{background:var(--pf-green);color:#fff;border-radius:13px;flex:none;place-items:center;width:44px;height:44px;font-size:24px;font-weight:800;display:grid}.pf-step1__cart{display:none}.pf-dashed{border:2px dashed var(--pf-border-strong);text-align:center;color:var(--pf-body);cursor:pointer;background:0 0;border-radius:14px;margin:16px;padding:13px;font-size:15px;font-weight:800}.pf-step2{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.pf-step2 .pf-dashed{text-align:left;align-items:center;gap:8px;margin:0;display:flex}.pf-cartline{border:2px solid var(--pf-border);background:#fff;border-radius:16px;padding:14px 16px}.pf-cartline__top{align-items:flex-start;gap:12px;display:flex}.pf-cartline__info{flex:1;min-width:0}.pf-cartline__name{font-size:18px;font-weight:800}.pf-cartline__desc{color:var(--pf-muted);font-size:13px}.pf-cartline__price{flex:none;font-size:18px;font-weight:800}.pf-cartline__actions{align-items:center;gap:12px;margin-top:12px;display:flex}.pf-stepper{background:var(--pf-cream);border-radius:14px;align-items:center;gap:10px;padding:5px;display:flex}.pf-stepper button{border:2px solid var(--pf-border);cursor:pointer;background:#fff;border-radius:11px;width:40px;height:40px;font-size:20px;font-weight:800}.pf-stepper span{text-align:center;width:22px;font-size:18px;font-weight:800}.pf-remove{color:var(--pf-red);cursor:pointer;background:0 0;border:none;padding:10px;font-size:14px;font-weight:800}.pf-empty{color:var(--pf-muted);padding:12px 4px;font-size:14px}.pf-empty--card{border:2px dashed var(--pf-border);text-align:center;border-radius:16px;padding:20px}.pf-step3{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.pf-group{border:2px solid var(--pf-border);background:#fff;border-radius:16px;overflow:hidden}.pf-group__head{background:var(--pf-yellow-light);justify-content:space-between;padding:11px 16px;font-size:15px;font-weight:800;display:flex}.pf-group__row{border-bottom:1px solid var(--pf-border);gap:8px;padding:12px 16px;font-size:15.5px;display:flex}.pf-group__row:last-child{border-bottom:none}.pf-group__qty{flex:none;width:30px;font-weight:800}.pf-total-row{justify-content:space-between;align-items:baseline;padding:6px 4px;display:flex}.pf-total-row span:first-child{font-size:17px;font-weight:800}.pf-total-row__amount{font-size:30px;font-weight:800}.pf-footer{border-top:2px solid var(--pf-border);background:#fff;align-items:center;gap:14px;padding:14px 16px 22px;display:flex;position:sticky;bottom:0}.pf-footer .pf-btn--lg{width:auto;padding-inline:26px}.pf-footer__amount{font-size:24px;font-weight:800}.pf-backdrop{z-index:50;background:#2a211880;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pf-sheet{background:var(--pf-cream);border-radius:26px 26px 0 0;width:100%;max-height:88vh;padding:10px 20px 24px;overflow-y:auto;box-shadow:0 -8px 30px #2a211840}.pf-sheet--tall{flex-direction:column;max-height:80vh;display:flex}.pf-sheet__grabber{background:var(--pf-border-strong);border-radius:3px;width:52px;height:5px;margin:0 auto 12px}.pf-sheet__head{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.pf-sheet__title{font-size:26px;font-weight:800;line-height:1.15}.pf-sheet__subtitle{color:var(--pf-muted);margin-top:2px;font-size:14.5px}.pf-iconbtn{border:2px solid var(--pf-border-strong);width:44px;height:44px;color:var(--pf-muted);cursor:pointer;background:0 0;border-radius:14px;flex:none;place-items:center;font-size:18px;display:grid}.pf-sheet__label{margin:18px 0 10px;font-size:14px;font-weight:800}.pf-qty{border:2px solid var(--pf-border);background:#fff;border-radius:18px;align-items:center;gap:16px;padding:10px;display:flex}.pf-qty button{cursor:pointer;border:none;border-radius:14px;width:56px;height:56px;font-size:30px;font-weight:800}.pf-qty button:first-child{background:var(--pf-tan);color:var(--pf-muted)}.pf-qty button:last-child{background:var(--pf-green);color:#fff}.pf-qty button:disabled{opacity:.4;cursor:not-allowed}.pf-qty__value{text-align:center;flex:1;font-size:40px;font-weight:800}.pf-chips{flex-wrap:wrap;gap:9px;display:flex}.pf-chip{border:2px solid var(--pf-border);cursor:pointer;background:#fff;border-radius:14px;padding:12px 15px;font-family:inherit;font-size:15px}.pf-chip--on{background:var(--pf-yellow);border-color:var(--pf-yellow-dark);font-weight:800}.pf-chip--person{font-weight:800}.pf-chip--add{color:var(--pf-green);border-style:dashed}.pf-note-trigger{text-align:left;border:2px solid var(--pf-border);width:100%;color:var(--pf-muted);cursor:pointer;background:#fff;border-radius:14px;margin-top:10px;padding:14px 16px;font-family:inherit;font-size:15px;display:block}.pf-note-input{border:2px solid var(--pf-green);width:100%;color:var(--pf-ink);background:#fff;border-radius:14px;margin-top:10px;padding:14px 16px;font-family:inherit;font-size:15px}.pf-note-input--inline{width:140px;margin-top:0;padding:12px 16px}.pf-sheet .pf-btn--lg{margin-top:18px}.pf-assign-list{flex-direction:column;flex:1;gap:10px;margin-top:14px;display:flex;overflow-y:auto}.pf-assign-row{border:2px solid var(--pf-border);text-align:left;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;display:flex}.pf-assign-row:disabled{cursor:not-allowed;opacity:.7}.pf-assign-row--set{border-color:var(--pf-yellow)}.pf-assign-row__check{border:2px solid var(--pf-border-strong);background:var(--pf-yellow);border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.pf-assign-row:not(.pf-assign-row--set) .pf-assign-row__check{background:0 0}.pf-assign-row__name{flex:1;font-weight:800}.pf-assign-row__owner{background:var(--pf-yellow-light);color:var(--pf-body);border-radius:10px;padding:6px 10px;font-size:13px;font-weight:800}.pf-sheet .pf-hintbar{border-radius:14px;margin-top:12px}.pf-sheet__row{gap:12px;margin-top:16px;display:flex}.pf-sheet__row .pf-btn{flex:1;width:auto;height:56px}.pf-confirm{background:var(--pf-cream);border-radius:24px;width:min(460px,92vw);margin:auto;padding:30px 30px 26px;box-shadow:0 20px 60px #2a211859}.pf-confirm__icon{background:var(--pf-yellow-light);border-radius:50%;place-items:center;width:70px;height:70px;margin-bottom:18px;font-size:34px;display:grid}.pf-confirm__title{font-size:28px;font-weight:800;line-height:1.15}.pf-confirm__body{color:var(--pf-body);margin-top:10px;font-size:16px;line-height:1.5}.pf-backdrop:has(.pf-confirm){align-items:center}.pf-sent{flex-direction:column;flex:1;justify-content:center;gap:6px;min-height:100vh;padding:24px;display:flex}.pf-sent__check{background:var(--pf-green);color:#fff;border-radius:50%;place-items:center;width:88px;height:88px;margin-bottom:14px;font-size:46px;display:grid}.pf-sent__title{font-size:38px;font-weight:800;line-height:1.08}.pf-sent__body{color:var(--pf-body);margin-top:8px;font-size:17px;line-height:1.5}.pf-sent__card{border:2px solid var(--pf-border);background:#fff;border-radius:16px;margin-top:22px;padding:16px}.pf-sent__row{justify-content:space-between;padding:4px 0;font-size:15px;display:flex}.pf-sent__total{justify-content:space-between;align-items:baseline;display:flex}.pf-sent__total span:first-child{font-size:16px;font-weight:800}.pf-sent__total span:last-child{font-size:26px;font-weight:800}.pf-sent__actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.pf-mini-line{border-bottom:1px solid var(--pf-border);align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.pf-mini-line__qty{background:var(--pf-yellow-light);border-radius:10px;place-items:center;min-width:30px;height:30px;font-size:14px;font-weight:800;display:grid}.pf-mini-line__info{flex:1;min-width:0}@media (width>=860px){.pf-shell{border-left:2px solid var(--pf-border);border-right:2px solid var(--pf-border)}.pf-landing{justify-content:center;align-items:center}.pf-landing__body,.pf-landing__actions{width:100%;max-width:460px}.pf-topbar{padding:16px 28px 18px}.pf-tab{padding:13px 18px;font-size:17px}.pf-hintbar,.pf-successbar{border-radius:14px;margin-left:12px;margin-right:12px}.pf-step1{flex-direction:row;align-items:flex-start}.pf-step1__main{flex:1;min-width:0}.pf-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pf-step1__cart{border-left:2px solid var(--pf-border);background:#fff;flex-direction:column;flex:none;width:320px;min-height:calc(100vh - 220px);display:flex;position:sticky;top:132px}.pf-step1__cart-head{border-bottom:2px solid var(--pf-border);padding:18px 20px 12px}.pf-step1__cart-list{flex-direction:column;flex:1;gap:12px;padding:14px 20px;display:flex;overflow-y:auto}.pf-step2,.pf-step3{width:100%;max-width:640px;margin:0 auto}.pf-footer{padding:16px 28px 24px}.pf-backdrop{align-items:center}.pf-sheet{border-radius:24px;width:min(540px,92vw);max-height:86vh}.pf-sheet--tall{width:min(600px,92vw);max-height:82vh}.pf-sheet__grabber{display:none}}.landscape-lock{width:100vw;height:100vh}@media screen and (orientation:portrait){.landscape-lock{transform-origin:0 0;width:100vh;height:100vw;position:fixed;top:100%;left:0;overflow:hidden;transform:rotate(-90deg)}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--primary-red:#b71c1c;--secondary-green:#2e7d32;--accent-yellow:#fbc02d;--bg-main:#fff8e1;--bg-card:#fff;--text-dark:#212121;--text-light:#fff;--danger:#d32f2f;--success:#2e7d32}
