.cart-overlay{opacity:0;visibility:hidden;z-index:998;background:#00000073;transition:all .25s;position:fixed;inset:0}.cart-overlay.show{opacity:1;visibility:visible}.cart{z-index:999;background:#fff;flex-direction:column;width:100%;max-width:430px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-430px;box-shadow:-8px 0 30px #0000002e}.cart.open{right:0}.cart-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;padding:22px;display:flex}.cart-header h2{margin:0;font-size:22px}.cart-header span{color:#777;margin-top:4px;font-size:14px;display:block}.cart-header button{cursor:pointer;background:0 0;border:none;font-size:26px}.cart-items{border-bottom:1px solid #ececec;flex-shrink:0;max-height:180px;padding:20px;overflow-y:auto}.cart-item{border-bottom:1px solid #ececec;padding:16px 0}.cart-item-info{justify-content:space-between;gap:16px;display:flex}.cart-item-info strong{font-size:16px}.cart-item-info span{color:#ff6b00;font-weight:700}.cart-quantity{align-items:center;gap:12px;margin-top:12px;display:flex}.cart-footer{background:#fff;border-top:1px solid #ececec;flex-shrink:0;padding:20px}.cart-quantity button{cursor:pointer;background:#f2f2f2;border:none;border-radius:8px;width:34px;height:34px;font-size:18px;transition:all .2s}.cart-quantity button:hover{background:#e6e6e6}.cart-remove{color:#e53935;cursor:pointer;background:0 0;border:none;margin-top:12px;font-size:14px}.cart-footer{border-top:1px solid #ececec;padding:20px}.cart-total{justify-content:space-between;align-items:center;margin-bottom:18px;font-size:18px;display:flex}.cart-total strong{color:#ff6b00;font-size:22px}.cart-clear{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;height:46px;margin-bottom:10px}.cart-finish{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;width:100%;height:52px;font-size:16px;font-weight:700}.cart-empty{color:#888;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.cart-empty span{font-size:64px}@media (width<=480px){.cart{max-width:100%}}.cart-form{flex:1;grid-template-columns:repeat(2,1fr);gap:14px;padding:20px;display:grid;overflow-y:auto}.cart-form h3{color:#222;grid-column:1/-1;margin:0 0 6px;font-size:18px}.cart-form input,.cart-form select,.cart-form textarea{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.cart-form input:focus,.cart-form select:focus,.cart-form textarea:focus{border-color:#ff6b00;outline:none;box-shadow:0 0 0 3px #ff6b0026}.cart-form input[readonly]{color:#666;cursor:default;background:#f6f6f6}.cart-form textarea{resize:vertical;grid-column:1/-1;min-height:90px}.cart-form select{cursor:pointer}.cart-form input[name=name],.cart-form input[name=phone],.cart-form input[name=address],.cart-form input[name=complement],.cart-form input[name=reference]{grid-column:1/-1}.cart-form input[name=cep],.cart-form input[name=number]{grid-column:span 1}.cart-form input[name=neighborhood]{grid-column:span 2}.cart-form input[placeholder=Cidade],.cart-form input[placeholder=UF]{grid-column:span 1}.cart-form .full{grid-column:1/-1}.cart-finish:disabled{opacity:.55;cursor:not-allowed}.cart-finish:not(:disabled):hover{filter:brightness(.96)}.cart-clear:hover{background:#f6f6f6}@media (width<=768px){.cart{border-radius:22px 22px 0 0;width:100%;max-width:100%;height:92vh;top:auto;bottom:0;right:-100%}.cart.open{right:0}.cart-items{max-height:140px}.cart-form{grid-template-columns:1fr;padding:16px}.cart-footer{padding:16px}.cart-form input,.cart-form textarea,.cart-form select{grid-column:1/-1}}.menu-page{background:#f5f5f5;min-height:100vh}.menu-hero{color:#fff;background-color:#0000;background-image:radial-gradient(circle at 100% 0,#ff8c0042,#0000 42%),linear-gradient(135deg,#161616,#292929);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:300px;padding:40px 24px}.menu-hero-content{align-items:center;gap:28px;width:min(1180px,100%);min-height:220px;margin:0 auto;display:flex}.menu-logo{object-fit:cover;background:#fff;border:5px solid #ffffffe6;border-radius:30px;flex-shrink:0;width:130px;height:130px;box-shadow:0 18px 40px #00000047}.menu-restaurant-info{max-width:650px}.menu-eyebrow{color:#ffbd59;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:800;display:inline-block}.menu-restaurant-info h1{margin-bottom:10px;font-size:clamp(34px,6vw,58px);line-height:1}.menu-restaurant-info p{color:#ffffffc7;max-width:560px;font-size:16px;line-height:1.6}.menu-status{border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-top:20px;padding:9px 14px;font-size:13px;font-weight:750;display:flex}.menu-status span{border-radius:50%;width:9px;height:9px}.menu-status.open{color:#c8ffd7;background:#21b4502e}.menu-status.open span{background:#4bdb78;box-shadow:0 0 0 4px #4bdb7824}.menu-status.closed{color:#ffd1d1;background:#dc313133}.menu-status.closed span{background:#ff6767}.menu-content{width:min(1180px,100%);margin:0 auto;padding:28px 24px 60px}.category-list{scrollbar-width:none;background:#fff;border:1px solid #ededed;border-radius:20px;gap:10px;margin-top:-52px;padding:14px;display:flex;overflow-x:auto;box-shadow:0 12px 35px #00000014}.category-list::-webkit-scrollbar{display:none}.category-list button{color:#555;background:#f3f3f3;border-radius:12px;min-width:max-content;padding:12px 19px;font-size:14px;font-weight:750;transition:all .2s}.category-list button:hover{color:#1c1c1c;background:#e9e9e9}.category-list button.active{color:#fff;background:#e55d19;box-shadow:0 8px 18px #e55d1942}.products-header{justify-content:space-between;align-items:flex-end;gap:20px;margin:42px 0 22px;display:flex}.products-header span{color:#e55d19;letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:800}.products-header h2{color:#202020;margin-top:4px;font-size:28px}.products-header>strong{color:#777;font-size:14px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-card{background:#fff;border:1px solid #ececec;border-radius:18px;min-height:150px;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 6px 18px #0000000d}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000014}.product-image{background:#eee;width:135px;min-width:135px;height:150px}.product-image img{object-fit:cover;width:100%;height:100%}.product-image-placeholder{place-items:center;width:100%;height:100%;font-size:42px;display:grid}.product-content{flex-direction:column;flex:1;justify-content:space-between;padding:14px 16px;display:flex}.product-info h3{font-size:17px;line-height:1.25}.product-info p{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.product-footer strong{color:#e55d19;font-size:22px}.product-footer button{color:#fff;background:#252525;border-radius:10px;height:40px;padding:0 16px;font-size:13px;font-weight:700}.product-footer button:hover:not(:disabled){background:#e55d19}.product-footer button:disabled{cursor:not-allowed;color:#999;background:#ececec}.products-empty,.menu-error,.menu-loading{text-align:center;place-items:center;padding:70px 24px;display:grid}.products-empty{background:#fff;border:1px dashed #d6d6d6;border-radius:20px}.products-empty strong,.menu-error strong{color:#292929;font-size:20px}.products-empty p,.menu-error p{color:#777;margin-top:8px}.menu-loading{gap:16px;min-height:100vh}.menu-spinner{border:4px solid #ddd;border-top-color:#e55d19;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite menu-spin}.menu-error{min-height:100vh}.menu-error button{color:#fff;background:#e55d19;border-radius:12px;margin-top:20px;padding:12px 20px;font-weight:750}@keyframes menu-spin{to{transform:rotate(360deg)}}@media (width<=850px){.products-grid{grid-template-columns:1fr}}@media (width<=600px){.menu-hero{min-height:340px;padding:32px 18px 72px}.menu-hero-content{flex-direction:column;align-items:flex-start;gap:18px}.menu-logo{border-radius:22px;width:94px;height:94px}.menu-content{padding:0 14px 40px}.category-list{border-radius:17px;margin-top:-36px}.products-header{flex-direction:column;align-items:flex-start;gap:6px;margin-top:34px}.product-card{flex-direction:column;min-height:auto}.product-image{height:170px}.product-image-placeholder{min-height:170px}.product-content{padding:14px}}.menu-topbar{z-index:1000;background:#181818;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #0000002e}.menu-brand{align-items:center;gap:12px;display:flex}.menu-brand img{object-fit:contain;width:46px;height:46px}.menu-brand strong{color:#fff;font-size:17px;display:block}.menu-brand span{color:#ffffff9e;margin-top:2px;font-size:12px;display:block}.menu-cart-button{color:#fff;background:#e55d19;border-radius:14px;place-items:center;width:46px;height:46px;font-size:21px;transition:transform .2s,background .2s;display:grid}.menu-cart-button:hover{background:#c94e12;transform:translateY(-2px)}@media (width<=600px){.menu-topbar{height:64px;padding:0 16px}.menu-brand img{width:40px;height:40px}.menu-brand strong{font-size:15px}.menu-cart-button{width:42px;height:42px}}.menu-search{margin:0 0 18px}.menu-search input{background:#fff;border:1px solid #e5e5e5;border-radius:14px;width:100%;height:52px;padding:0 18px;font-size:15px;transition:all .2s}.menu-search input:focus{border-color:#e55d19;outline:none;box-shadow:0 0 0 4px #e55d191f}.featured-products{margin-bottom:32px}.featured-header{margin-bottom:18px}.featured-header span{color:#e55d19;text-transform:uppercase;font-size:13px;font-weight:800}.featured-header h2{color:#222;margin-top:4px;font-size:28px}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.featured-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0000000f}.featured-image{height:180px}.featured-image img{object-fit:cover;width:100%;height:100%}.featured-content{padding:18px}.featured-content h3{margin-bottom:8px}.featured-content strong{color:#e55d19;margin-bottom:16px;font-size:22px;display:block}.featured-content button{color:#fff;cursor:pointer;background:#252525;border:none;border-radius:10px;width:100%;height:44px;font-weight:700}.featured-content button:hover:not(:disabled){background:#e55d19}.featured-content button:disabled{color:#999;cursor:not-allowed;background:#ececec}.add-button{color:#fff;cursor:pointer;background:#e55d19;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:26px;font-weight:400;transition:all .2s;display:flex}.add-button:hover:not(:disabled){background:#c94e12;transform:scale(1.08)}.add-button:disabled{color:#888;cursor:not-allowed;background:#ddd}.menu-toast{color:#fff;z-index:9999;background:#1d1d1d;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;animation:.25s toastIn;display:flex;position:fixed;top:90px;right:24px;box-shadow:0 10px 30px #00000040}.menu-toast span{font-size:22px}.menu-toast strong{margin-bottom:2px;display:block}.menu-toast p{opacity:.75;font-size:13px}@keyframes toastIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.menu-toast{top:78px;left:16px;right:16px}}.menu-cart-button.bounce{animation:.35s cartBounce}.cart-badge.bounce{animation:.35s badgeBounce}@keyframes cartBounce{0%{transform:scale(1)}40%{transform:scale(1.18)rotate(-8deg)}70%{transform:scale(.92)rotate(6deg)}to{transform:scale(1)}}@keyframes badgeBounce{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.add-button{color:#fff;cursor:pointer;background:#e55d19;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:26px;transition:all .2s;display:flex}.add-button:hover:not(:disabled){transform:scale(1.08)}.add-button.success{background:#27ae60;animation:.3s addSuccess}@keyframes addSuccess{0%{transform:scale(.8)}60%{transform:scale(1.18)}to{transform:scale(1)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#202020;background:#f5f5f5;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}img{max-width:100%;display:block}
