*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0}body{background:#fff;color:#111;font-size:15px;line-height:1.5}.header{background:#fff;flex-direction:column;margin-top:-10px;padding:5px 20px;position:relative;z-index:10}.header,.headerCompact{border-bottom:1px solid #eee;display:flex}.headerCompact{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;color:#666;font-size:12px;justify-content:space-between;left:0;padding:8px 16px;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:1000}.headerCompact.visible{transform:translateY(0)}.headerCompact .compactInfo{align-items:center;display:flex;flex:1 1;gap:12px}.headerCompact .compactInfo span{background:#f0f0f0;border-radius:12px;font-size:11px;font-weight:500;padding:2px 8px}.headerCompact .compactUser{color:#667eea;font-weight:600}.headerCompact .compactComanda{color:#2ed573;font-weight:600}.usuarioInfo{display:inline-flex;gap:8px}.header label{font-size:18px;font-weight:600}.header input,.header select{border:none;border-bottom:1px solid #ccc;font-size:18px;min-height:48px;outline:none;padding:14px 12px;width:100%}.comandaInputs{display:inline-flex;gap:14px}.comandaInputs input{font-size:15px!important}.comandaInput{width:90px!important}.filters{display:flex;gap:12px;overflow-x:auto;padding:16px 20px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters button{background:#f5f5f5;border:1px solid #ddd;border-radius:15px;cursor:pointer;font-size:15px;font-weight:50;min-height:48px;padding:5px 15px;white-space:nowrap}.filters button.active{background:#000;color:#fff}.filters input{align-items:center;border:1px solid #ddd;border-radius:15px;flex:1 1;font-size:15px;justify-content:center;padding:5px 13px;text-align:center;width:22%}.productsGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);padding:16px 12px 150px;transition:padding-top .3s ease;width:100%}body.compact-header-visible .productsGrid{padding-top:60px}.productsGrid span{color:#666;font-size:15px!important}.productCard{background:#fafafa;border-radius:20px;cursor:pointer;max-width:100%;min-height:25px;padding:16px;text-align:center;transition:transform .1s ease}.productCard:active{transform:scale(.97)}.productCard img{border-radius:12px;height:auto;margin-bottom:8px;object-fit:cover;transition:transform .2s ease;width:30%}.productCard:hover img{transform:scale(1.05)}.productCard p{font-size:15px;font-weight:600;line-height:1.3;margin-top:10px}.productCard span{color:#666;display:block;font-size:16px;margin-top:4px}.productCard small{color:#999;display:block;font-size:12px;margin-top:2px;text-transform:uppercase}.productCard.requires-attendant{border:2px solid #ff6b35;position:relative}.productCard.requires-attendant:before{align-items:center;background:#ff6b35;border-radius:50%;color:#fff;content:"";content:"⚠";display:flex;font-size:10px;height:20px;justify-content:center;position:absolute;right:-2px;top:-2px;width:20px}.attendant-required{background:#ff6b35e6;bottom:0;color:#fff;font-size:10px;font-weight:500;left:0;padding:2px 4px;position:absolute;right:0;text-align:center}.productCard.loading{animation:pulse 1.5s ease-in-out infinite;pointer-events:none}.skeleton-img{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:12px;height:100px;margin-bottom:8px;width:100%}.skeleton-text{height:16px;margin:8px auto;width:80%}.skeleton-price,.skeleton-text{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.skeleton-price{height:14px;margin:4px auto;width:50%}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cart{background:#fff0f5;border-top:1px solid #ddd;bottom:0;left:0;padding:10px 10px calc(18px + env(safe-area-inset-bottom));position:fixed;right:0}.cartItems{list-style:none;margin-bottom:3px;margin-top:0;max-height:100px!important;overflow-y:auto}.cartItems li{align-items:center;display:flex;font-size:15px!important;justify-content:space-between;margin-bottom:10px;padding:0 5px}.cartItems button{background:#0000;border:none;cursor:pointer;font-size:15px}.cartActions{display:flex;gap:2px;justify-content:space-between}.cartActions button{background-color:initial;border:none;font-size:25px;margin-bottom:-5px;margin-top:3px;padding:0 10px;top:0}.cartItemInfo{display:flex;flex:1 1;flex-direction:column}.cartItemName{color:#333;font-weight:500}.cartItemPrice{color:#666;font-size:14px}.cartItemAtendente{color:#ff6b35;font-size:12px;font-weight:500;margin-top:2px}.modal{align-items:flex-end;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.modalContent{background:#fff0f5;border-radius:8px 8px 0 0;max-height:90%;overflow-y:auto;padding:15px 15px calc(24px + env(safe-area-inset-bottom));width:90%}.modalContent h2{display:block;font-size:15px;font-weight:700;margin-bottom:20px;text-align:center!important;width:100%}.modalContent h3{border-bottom:2px solid #eee;padding-bottom:5px}.modalContent ul{list-style:none}.modalContent li{border-bottom:1px solid #eee;font-size:15px;line-height:1.4;padding:4px 0}.modalContent button{background:#000;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px;min-height:52px;padding:16px;width:100%}.modalCozinha{max-width:500px;padding:30px}.modalProductInfo{background:#667eea1a;border-radius:15px;margin-bottom:25px;padding:15px;text-align:center}.modalProductImage{border-radius:10px;height:60px;margin-bottom:10px;object-fit:cover;width:80px}.modalProductInfo h3{color:#333;font-size:18px;margin:0}.modalInputGroup{margin-bottom:20px}.modalInputGroup label{color:#555;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.modalInput{background:#ffffffe6;border:2px solid #ddd;border-radius:10px;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.modalInput:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.modalTextarea{background:#ffffffe6;border:2px solid #ddd;border-radius:10px;font-family:inherit;font-size:14px;min-height:80px;padding:12px 16px;resize:vertical;transition:border-color .3s ease;width:100%}.modalTextarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.modalActions{display:flex;gap:12px;margin-top:25px}.modalCancel{background:#0000;border:2px solid #ddd;border-radius:10px;color:#666;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 20px;transition:all .3s ease}.modalCancel:hover{background:#0000000d;border-color:#999}.modalConfirm{background:#2ed573;border:2px solid #2ed573;border-radius:10px;color:#fff;cursor:pointer;flex:2 1;font-size:16px;font-weight:600;padding:14px 20px;transition:all .3s ease}.modalConfirm:hover:not(:disabled){background:#27c268;box-shadow:0 4px 12px #2ed5734d;transform:translateY(-1px)}.modalConfirm:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;opacity:.6}.comandaInputs small{animation:pulse 1.5s infinite;color:#667eea;font-size:11px;margin-left:8px}.comandaInfo{background:#667eea1a;border-radius:10px;margin-bottom:20px;padding:15px}.comandaInfo p{color:#555;font-size:14px;margin:5px 0}.comandaInfo strong{color:#333}.itemInfo{align-items:center;display:flex;justify-content:space-between;width:100%}.itemName{color:#333;flex:1 1;font-weight:500}.itemPrice{color:#2ed573;font-weight:600;margin-left:10px}.itemQty{background:#f0f0f0;border-radius:4px;color:#666;font-size:11px;margin-left:8px;padding:2px 6px}.itemComplemento{color:#666;display:block;font-size:11px;font-style:italic;margin-top:3px}.modalTotal{background:#2ed5731a;margin-top:20px}.itensExistentes{background:#6c757d1a;border-radius:8px;margin-bottom:15px;padding:10px}.itensExistentes li{opacity:.8}.itensExistentes .itemInfo{color:#6c757d}.itensNovos{background:#2ed5731a;border-radius:8px;margin-bottom:15px;padding:10px}.itensNovos .itemInfo{color:#333}.itensNovos .itemPrice{color:#2ed573;font-weight:700}.modalTotals{margin-top:20px}.modalSubtotal{background:#0000000d;border-radius:6px;color:#666;font-size:14px;margin-bottom:8px;padding:8px 15px;text-align:right}.modalTotal{background:#2ed57326;border:2px solid #2ed5734d;border-radius:10px;color:#2ed573;font-size:18px;margin-top:15px;padding:15px;text-align:center}.modalContent h3{align-items:center;background:#0000000d;border-left:4px solid;border-radius:6px;color:#333;display:flex;font-size:16px;gap:8px;margin:20px 0 10px;padding:8px 12px}.modalContent h3:has-text("já na comanda"){border-left-color:#6c757d}.modalContent h3:has-text("novos"){border-left-color:#2ed573}.statusComanda{animation:fadeIn .3s ease;background:#667eea1a;border-left:4px solid #667eea;border-radius:4px;color:#555;font-size:12px;margin-top:10px;padding:8px 12px}.statusComanda:contains("✅"){background:#2ed5731a;border-left-color:#2ed573;color:#2ed573}.statusComanda:contains("❌"){background:#ff47571a;border-left-color:#ff4757;color:#ff4757}.statusComanda:contains("🆕"){background:#ffc1071a;border-left-color:#ffc107;color:#856404}.statusComanda.loading{animation:pulse 1.5s ease-in-out infinite;background:#6c757d1a;border-left-color:#6c757d;color:#6c757d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:414px){.header{padding-top:calc(20px + env(safe-area-inset-top))}.productsGrid{gap:10px;grid-template-columns:repeat(2,1fr)!important;padding:12px 8px 140px}.productCard{padding:12px}.productCard img{height:60px}}@media (min-width:768px){.productsGrid{gap:16px;grid-template-columns:repeat(4,1fr);padding:20px 16px 150px}.productCard img{height:70px}}@media (min-width:1024px){.comandaInput{width:120px!important}.productsGrid{gap:20px;padding:10px 20px 15px;width:50%}.productCard,.productsGrid{display:flex;flex-wrap:wrap}.productCard{align-items:center;justify-content:center;padding:18px;text-align:center;width:150px}.productCard img{height:auto;width:40%}.cart{height:80%;left:auto;margin:0;padding-bottom:80px;right:20px;width:400px}.cartItems{max-height:100%!important;overflow-y:auto}.cartActions{bottom:0;display:flex;font-size:55px!important;justify-content:space-between;padding:16px;position:fixed;right:20px;width:400px}}.inputGroup{display:flex;flex-direction:column;position:relative}.formatHint,.searchingIndicator{color:#666;font-size:10px;font-style:italic;margin-top:2px}.searchingIndicator{animation:pulse 1.5s ease-in-out infinite;color:#667eea}.formatHint{color:#28a745}.marcasList{max-height:400px;overflow-y:auto}.marcasGrid{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.marcaOption{align-items:center;background:#fff;border:2px solid #e1e1e1;border-radius:8px;cursor:pointer;display:flex!important;padding:12px;position:relative;transition:all .2s ease}.marcaOption:hover{background:#f8f9fa;border-color:#007bff}.marcaOption input[type=radio]{appearance:auto!important;-webkit-appearance:radio!important;-moz-appearance:radio!important;cursor:pointer!important;height:18px!important;margin:0 10px 0 0!important;opacity:1!important;position:relative!important;transform:none!important;width:18px!important;z-index:1!important}.marcaOption input[type=radio]:checked{accent-color:#007bff}.marcaOption input[type=radio]:checked+.marcaName{color:#007bff;font-weight:600}.marcaOption:has(input[type=radio]:checked){background:#e3f2fd;border-color:#007bff;box-shadow:0 0 0 1px #007bff}.marcaName{color:#333;flex:1 1;font-size:14px;transition:color .2s ease}.marcaPrice{color:#666;font-size:14px;font-weight:500;margin-left:10px}.marcaOption *{pointer-events:auto!important}.marcaOption input[type=radio]:focus{outline:2px solid #007bff;outline-offset:2px}@supports not selector(:has(*)){.marcaOption input[type=radio]:checked{border:2px solid #007bff!important}}
/*# sourceMappingURL=main.02ca171a.css.map*/