:root{--bg:#f1f5f9;--surface:#fff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--primary:#0f172a;--primary-text:#fff;--accent:#d62828;--accent-2:#8b1220;--danger:#dc2626;--danger-bg:#fee2e2;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--bg:#050608;--surface:#0d1626;--text:#e5e7eb;--text-muted:#94a3b8;--border:#1b2740;--primary:#e5e7eb;--primary-text:#0b1220;--accent:#ef4444;--accent-2:#b91c1c;--danger:#f87171;--danger-bg:#dc26262e}}:root[data-theme=dark]{--bg:#050608;--surface:#0d1626;--text:#e5e7eb;--text-muted:#94a3b8;--border:#1b2740;--primary:#e5e7eb;--primary-text:#0b1220;--accent:#ef4444;--accent-2:#b91c1c;--danger:#f87171;--danger-bg:#dc26262e}*{box-sizing:border-box}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;overflow-x:hidden}body{background:var(--bg);margin:0;overflow:hidden}#root{height:100svh}button{font:inherit;cursor:pointer}.error{color:var(--danger);background:var(--danger-bg);border-radius:8px;margin:8px 0;padding:8px 12px}.campo-info{color:var(--text-muted);font-size:12px}label{color:var(--text-muted);flex-direction:column;gap:6px;margin-bottom:14px;font-size:14px;display:flex}label.checkbox{color:var(--text);flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding:2px 0;font-size:15px}label.checkbox.desabilitado{color:var(--text-muted);opacity:.5}input:not([type=checkbox]),select,textarea{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;width:100%;min-width:0;padding:11px 12px}input[type=checkbox]{appearance:none;background:var(--border);cursor:pointer;border-radius:999px;flex-shrink:0;order:2;width:44px;height:26px;transition:background .2s;position:relative}input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000059}input[type=checkbox]:checked{background:linear-gradient(135deg, var(--accent), var(--accent-2))}input[type=checkbox]:checked:before{transform:translate(18px)}fieldset{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;width:100%;min-width:0;margin:0 0 14px;padding:14px;display:flex}legend{color:var(--text-muted);padding:0 6px;font-size:13px}.lista-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.lista-header h2,.lista-header h3{margin:0;font-size:18px}.botao-voltar{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:9px 16px 9px 12px;font-size:13px;font-weight:600;display:inline-flex}.botao-voltar:active{background:var(--bg)}.botao-fechar{color:var(--text-muted);background:0 0;border:none;margin-left:auto;padding:4px 8px;font-size:16px}.categoria-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.campo-filtro{margin-bottom:16px}.busca-box{position:relative}.busca-box input{padding-right:40px!important}.busca-box svg{width:18px;height:18px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.categoria-tabs button{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:7px 13px;font-size:12.5px}.categoria-tabs button.ativo{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.item-totais{background:var(--bg);border-radius:10px;flex-direction:column;gap:3px;margin-bottom:14px;padding:10px 12px;font-size:13px;display:flex}.item-totais strong{color:var(--accent);font-size:16px}.form-acoes{gap:10px;margin-top:6px;display:flex}.form-acoes button{background:var(--primary);color:var(--primary-text);border:none;border-radius:8px;flex:1;padding:12px;font-weight:600}.form-acoes button:disabled{opacity:.6}.linha-cep{align-items:flex-end;gap:10px;margin-bottom:14px;display:flex}.linha-cep label{flex:0 130px;margin-bottom:0}.linha-cep .botao-localizacao{white-space:nowrap;flex:1;margin-bottom:0}.botao-localizacao{border:1px dashed var(--accent);background:var(--surface);width:100%;color:var(--accent);border-radius:10px;margin-bottom:14px;padding:12px;font-size:13px;font-weight:700}.botao-localizacao:disabled{opacity:.6}.campo-endereco-resolvido{margin-top:-8px}.botao-primario{background:var(--accent);color:#fff;border:none;border-radius:10px;width:100%;padding:15px;font-size:15px;font-weight:700}.botao-primario:disabled{opacity:.6}.item-form-overlay{z-index:200;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.item-form-overlay{align-items:center}}.item-form-painel{background:var(--surface);border-radius:18px 18px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:88svh;padding:18px;display:flex;overflow-y:auto}@media (width>=640px){.item-form-painel{border-radius:18px}}.tela-central{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;max-width:420px;min-height:100svh;margin:0 auto;padding:32px 24px;display:flex}.logo-fechado{object-fit:contain;border-radius:16px;width:64px;height:64px;margin-bottom:8px}.catalogo-shell{flex-direction:column;width:100%;height:100svh;display:flex;overflow:hidden}@media (width>=700px){.catalogo-conteudo-estreito{width:100%;max-width:560px;margin:0 auto}}.catalogo-header{padding:calc(16px + env(safe-area-inset-top)) 16px 16px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;display:flex;position:relative}.catalogo-header:after{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-2));height:2px;position:absolute;bottom:-1px;left:0;right:0}.catalogo-logo{object-fit:contain;border-radius:10px;flex-shrink:0;width:40px;height:40px}.catalogo-header strong{font-size:16px;display:block}.catalogo-header span{color:var(--text-muted);font-size:12px}.catalogo-header-info{flex:1;min-width:0}.botao-tema{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.botao-tema svg{width:17px;height:17px}.catalogo-conteudo{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;padding:16px 16px 90px;overflow-y:auto}.catalogo-conteudo::-webkit-scrollbar{display:none}.catalogo-produtos{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.catalogo-produto-card{border:1px solid var(--border);background:var(--surface);text-align:left;width:100%;height:100%;color:var(--text);border-radius:12px;flex-direction:column;gap:4px;padding:14px;transition:border-color .15s,transform .1s;display:flex}.catalogo-produto-card:active{border-color:var(--accent);transform:scale(.97)}.catalogo-produto-card span{color:var(--text-muted);font-size:12px}.catalogo-produto-rodape{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.catalogo-produto-preco{font-weight:700;color:var(--accent)!important}.catalogo-produto-add{background:var(--accent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;line-height:1;display:flex;color:#fff!important}.barra-carrinho{background:var(--accent);color:#fff;border:none;border-radius:14px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:528px;padding:16px 20px;font-size:15px;font-weight:700;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000004d}.carrinho-lista{flex-direction:column;gap:10px;margin:0 0 14px;padding:0;list-style:none;display:flex}.carrinho-item{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.carrinho-item-info{color:var(--text-muted);flex-direction:column;gap:3px;min-width:0;font-size:13px;display:flex}.carrinho-item-info strong{color:var(--text);font-size:14px}.item-adicionais-resumo{font-size:12px}.carrinho-item-acoes{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.quantidade-stepper{border:1px solid var(--border);border-radius:999px;align-items:center;gap:10px;padding:4px 6px;display:flex}.quantidade-stepper button{background:var(--bg);width:24px;height:24px;color:var(--text);border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:700;line-height:1;display:flex}.quantidade-stepper span{text-align:center;min-width:16px;color:var(--text);font-size:13px;font-weight:700}.botao-remover{color:var(--text-muted);background:0 0;border:none;flex-shrink:0;padding:2px;font-size:12px;font-weight:600;text-decoration:underline}@keyframes toast-entrar{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.toast{z-index:1000;color:#fff;opacity:1;text-align:left;border-left:4px solid #0000;border-radius:12px;align-items:center;gap:10px;max-width:calc(100% - 32px);padding:13px 18px;font-size:14px;font-weight:600;transition:opacity .3s,transform .3s;animation:.25s toast-entrar;display:flex;position:fixed;top:16px;right:16px;box-shadow:0 10px 30px #00000040}.toast svg{color:#fff;flex-shrink:0;width:18px;height:18px}.toast-saindo{opacity:0;transform:translate(24px)}.toast-sucesso{background:#16a34a;border-left-color:#14532d}.toast-erro{background:#dc2626;border-left-color:#7f1d1d}
