*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background:#f6f6f6;color:#191919;padding-bottom:92px}.app-header{background:linear-gradient(135deg,#7a0000,#b00000);color:white;padding:16px 16px 18px;border-radius:0 0 22px 22px;position:sticky;top:0;z-index:20;box-shadow:0 4px 16px rgba(0,0,0,.2)}.header-top{display:flex;align-items:center;justify-content:space-between}.brand-mini{display:flex;align-items:center;gap:12px}.brand-logo{width:48px;height:48px;background:#ffd451;color:#9c0000;border-radius:16px;display:grid;place-items:center;font-size:27px}.brand-mini h1{font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1}.brand-mini p{color:#ffd451;font-size:13px;margin-top:3px;letter-spacing:1px}.search-icon{border:none;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.14);color:white;font-size:22px;cursor:pointer}.store-info{display:flex;gap:10px;overflow-x:auto;margin-top:14px;padding-bottom:2px}.store-info div,.store-info span{white-space:nowrap;background:rgba(255,255,255,.13);border-radius:999px;padding:8px 11px;font-size:13px;display:flex;align-items:center;gap:6px}.status-dot{width:9px;height:9px;border-radius:50%;background:#33d35a}.hero-mobile{margin:16px;padding:18px;background:linear-gradient(135deg,#fff1c2,#ffe0a6);border-radius:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 16px rgba(0,0,0,.08)}.hero-mobile h2{color:#6e0000;margin-bottom:5px}.hero-mobile p{color:#6c4d00;font-size:14px}.hero-mobile span{font-size:48px}.category-tabs{display:flex;overflow-x:auto;gap:9px;padding:0 16px 13px;position:sticky;top:98px;z-index:15;background:#f6f6f6}.cat{border:none;background:white;color:#333;padding:11px 14px;border-radius:999px;white-space:nowrap;font-weight:bold;box-shadow:0 2px 10px rgba(0,0,0,.07);cursor:pointer}.cat.active{background:#9b0000;color:white}.app-main{padding:0 16px;max-width:860px;margin:0 auto}.pizza-controls{margin-bottom:13px}.size-switch{background:white;border-radius:16px;padding:5px;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 2px 10px rgba(0,0,0,.06)}.sub{border:none;background:transparent;padding:12px;border-radius:13px;font-weight:bold;cursor:pointer}.sub.active{background:#9b0000;color:white}.meio-alert{background:#fff8e2;color:#5a3b00;border-left:5px solid #ffb000;padding:11px 13px;border-radius:12px;margin-top:10px;font-size:14px}.search-box{background:white;border-radius:16px;padding:0 14px;height:52px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 10px rgba(0,0,0,.06);margin-bottom:15px}.search-box input{border:none;outline:none;width:100%;font-size:15px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px;gap:12px}.section-title h2{font-size:22px;color:#111}.section-title p{color:#777;font-size:14px;margin-top:3px}.section-title button{border:none;background:white;padding:9px 11px;border-radius:12px;font-weight:bold;color:#8b0000;box-shadow:0 2px 10px rgba(0,0,0,.06);white-space:nowrap;cursor:pointer}.product-list{display:grid;gap:11px}.product-card{background:white;border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;box-shadow:0 3px 14px rgba(0,0,0,.07)}.product-main{display:flex;gap:12px;min-width:0}.product-icon{min-width:50px;height:50px;background:#fff0d0;border-radius:16px;display:grid;place-items:center;font-size:26px}.product-info h3{font-size:17px;text-transform:uppercase;margin-bottom:5px}.product-info p{font-size:14px;color:#727272;line-height:1.32;margin-bottom:8px}.product-info strong{color:#870000;font-size:18px}.qty-control{display:grid;grid-template-columns:34px 35px 34px;height:38px;border:1px solid #eee;border-radius:12px;overflow:hidden;background:white}.qty-control button,.qty-control span{border:none;background:white;display:grid;place-items:center;font-size:21px}.qty-control button{cursor:pointer;font-weight:bold}.qty-control span{border-left:1px solid #eee;border-right:1px solid #eee}.empty-card,.empty-cart{background:white;padding:20px;border-radius:16px;color:#777;text-align:center}.bottom-cart{position:fixed;left:12px;right:12px;bottom:12px;background:#151515;color:white;min-height:70px;border-radius:20px;display:grid;grid-template-columns:48px 1fr 110px;align-items:center;gap:10px;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.32);z-index:30;cursor:pointer}.cart-bag{width:46px;height:46px;background:rgba(255,255,255,.1);border-radius:15px;display:grid;place-items:center;position:relative;font-size:24px}.cart-bag span{position:absolute;top:-7px;right:-7px;background:#d00000;color:white;min-width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:bold}.bottom-cart strong{font-size:14px}.bottom-cart p{margin-top:4px;font-size:17px;font-weight:bold}.bottom-cart button{border:none;background:#25b844;color:white;border-radius:14px;height:46px;font-weight:bold;cursor:pointer}.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:60;display:none;align-items:flex-end}.modal.ativo{display:flex}.modal-content{background:white;width:100%;max-height:92vh;overflow-y:auto;border-radius:26px 26px 0 0;padding:10px 16px 22px;animation:subir .2s ease}@keyframes subir{from{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:52px;height:5px;background:#ddd;border-radius:999px;margin:5px auto 12px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-header h2{color:#850000}.modal-header button{border:none;background:#eee;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}.cart-items{display:grid;gap:10px}.cart-item{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:12px}.cart-item strong{display:block}.cart-item small{display:block;color:#777;margin-top:4px}.cart-item-side{text-align:right}.cart-item-side div{display:flex;gap:6px;margin-top:8px;justify-content:flex-end}.cart-item-side button{border:none;background:#eee;border-radius:9px;width:31px;height:31px;cursor:pointer}.resumo{background:#fff7e6;border-radius:16px;padding:14px;margin-top:14px}.resumo div{display:flex;justify-content:space-between;margin:7px 0}.resumo .total{font-size:20px;color:#850000;padding-top:7px;border-top:1px solid #ead5aa}.checkout-form{margin-top:16px;display:grid;gap:10px}.checkout-form h3{color:#222}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;border:1px solid #ddd;padding:13px;border-radius:14px;font-size:15px}.checkout-form textarea{min-height:82px;resize:vertical}.finalizar{width:100%;margin-top:14px;border:none;background:#25b844;color:white;padding:15px;border-radius:16px;font-size:17px;font-weight:bold;cursor:pointer}@media(min-width:780px){.app-header,.app-main,.hero-mobile,.category-tabs{max-width:860px;margin-left:auto;margin-right:auto}.category-tabs{top:99px}.modal{justify-content:center;align-items:center}.modal-content{max-width:520px;border-radius:26px}.bottom-cart{max-width:835px;left:50%;transform:translateX(-50%)}}

.category-card{background:white;border-radius:18px;box-shadow:0 3px 14px rgba(0,0,0,.07);overflow:hidden}.category-main{width:100%;border:none;background:white;padding:16px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;text-align:left;cursor:pointer}.category-main span{width:46px;height:46px;background:#fff0d0;border-radius:15px;display:grid;place-items:center;font-size:25px}.category-main strong{font-size:17px;color:#151515}.category-main small{color:#8b0000;font-weight:bold}.category-submenus{display:none}.submenu-screen{display:grid;gap:11px}.submenu-screen button{border:none;background:white;border-radius:18px;padding:17px 16px;text-align:left;font-weight:bold;font-size:16px;color:#222;box-shadow:0 3px 14px rgba(0,0,0,.07);cursor:pointer}.back-btn{border:none;background:#fff0d0!important;color:#8b0000!important;padding:8px 11px!important;border-radius:999px!important;margin-bottom:8px!important;font-weight:bold;box-shadow:none!important;cursor:pointer}.section-title{align-items:center}.product-list{padding-bottom:16px}

.status-dot.fechado{background:#777!important;box-shadow:none!important}.finalizar:disabled{background:#999!important;cursor:not-allowed!important}.horario-grid{display:grid;grid-template-columns:120px 1fr 1fr 90px;gap:10px;align-items:center;margin:10px 0}.admin-mini-list{display:grid;gap:10px}.admin-mini-item{background:#fff;border-radius:14px;padding:14px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.admin-mini-item input,.admin-mini-item select{padding:10px;border:1px solid #ddd;border-radius:10px;width:100%}.submenu-editor{display:grid;gap:8px;margin-top:8px}.submenu-row{display:grid;grid-template-columns:1fr auto;gap:8px}.small-muted{color:#666;font-size:13px}@media(max-width:760px){.horario-grid{grid-template-columns:1fr 1fr}.horario-grid strong{grid-column:1/-1}}
.checkout-label{font-weight:bold;color:#333;margin-top:4px}.checkout-extra{display:grid;gap:10px}.resumo #entrega{color:#8b0000}
.admin-mini-item{background:#fff;border-radius:18px;padding:18px;box-shadow:0 3px 14px rgba(0,0,0,.07);margin-bottom:14px}.submenu-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:6px 0}.small-muted{color:#777;font-size:13px}

.cart-item-info{min-width:0}
.item-observacao{width:100%;margin-top:9px;border:1px solid #ddd;border-radius:12px;padding:10px;font-size:14px;min-height:46px;resize:vertical;background:#fff}

.escolha-item-modal{display:grid;gap:12px}.escolha-produto-nome{font-weight:bold;color:#850000;background:#fff7e6;border-radius:14px;padding:12px}.opcao-item-btn{border:none;background:#9b0000;color:white;border-radius:14px;padding:14px;font-size:16px;font-weight:bold;cursor:pointer;width:100%;text-align:center}.meio-box{border:1px solid #eee;border-radius:16px;padding:13px;display:grid;gap:10px;background:#fafafa}.meio-box h3{color:#222}.meio-box select{width:100%;border:1px solid #ddd;padding:12px;border-radius:12px;margin-top:7px}.meio-box small{color:#777}

/* Painel: cardápio organizado por categoria e subcategoria */
.grupo-categoria-admin{background:#fff;border-radius:18px;padding:14px;margin:14px 0;box-shadow:0 3px 14px rgba(0,0,0,.07);border:1px solid #eee}.grupo-categoria-topo{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:12px}.grupo-categoria-topo h3{color:#830000;font-size:20px}.grupo-categoria-topo span,.grupo-subcategoria-admin h4 span{background:#f4f4f4;border-radius:999px;padding:6px 10px;font-size:12px;color:#555;white-space:nowrap}.grupo-subcategoria-admin{background:#fafafa;border:1px solid #eee;border-radius:15px;padding:12px;margin:10px 0}.grupo-subcategoria-admin h4{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;color:#222}.produto-admin-organizado{margin:8px 0;background:#fff}.produto-admin-organizado .linha-produto-admin{border-radius:14px}


/* Logo oficial Quero Mais */
.brand-logo-img{width:68px;height:68px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.28));background:transparent;}
.brand-mini{gap:10px;}
.brand-mini h1{font-size:26px;}
.hero-logo{width:112px;max-height:112px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.22));}
@media(max-width:520px){.brand-logo-img{width:58px;height:58px}.brand-mini h1{font-size:23px}.brand-mini p{font-size:12px}.hero-logo{width:92px}.store-info span{font-size:12px}}

.pedido-pix{border:2px solid #f2c94c!important;background:#fff8df!important;box-shadow:0 8px 22px rgba(242,201,76,.25)!important}
.pix-badge{display:inline-block;margin-left:8px;padding:4px 8px;border-radius:999px;background:#f2c94c;color:#3b2b00;font-weight:800;font-size:12px}
button.pix,.pedido-acoes button.pix{background:#f2c94c!important;color:#3b2b00!important;border:none!important;font-weight:800!important}
