:root{--pink:#ff4fa3;--pink2:#ff8fc6;--dark:#111827;--muted:#6b7280;--bg:#fff7fb;--card:#fff;--line:#f0d8e5;--green:#18a957;--shadow:0 18px 50px rgba(17,24,39,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--dark)}button,input,select,textarea{font-family:inherit}.site-shell{min-height:100vh}.hero{position:relative;padding:28px 18px 0;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,#fff 0,#fff 18%,transparent 18%),linear-gradient(135deg,#ffe4f1,#fff 45%,#ffeaf5);z-index:-2}.hero:after{content:"";position:absolute;right:-90px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,79,163,.18);z-index:-1}.hero-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:26px;padding:34px 0 24px}.logo{width:135px;height:135px;object-fit:contain;border-radius:28px;background:white;box-shadow:var(--shadow);padding:8px}.hero-copy h1{font-size:clamp(34px,6vw,72px);line-height:.95;margin:12px 0 10px;letter-spacing:-.05em}.hero-copy p{font-size:18px;color:#4b5563;margin:0 0 20px}.badge{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:white;border-radius:999px;padding:7px 12px;font-weight:800;font-size:14px}.badge:before{content:"";width:9px;height:9px;border-radius:50%;background:#9ca3af}.badge.open:before{background:#16a34a}.badge.closed:before{background:#dc2626}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:999px;padding:13px 18px;font-weight:900;cursor:pointer;transition:.2s;display:inline-flex;justify-content:center;align-items:center;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn.light{background:#fff;color:var(--dark);box-shadow:0 8px 24px rgba(17,24,39,.08)}.btn.dark{background:var(--dark);color:#fff}.btn.whatsapp{width:100%;background:#1fb55d;color:#fff;border-radius:16px;margin-top:10px}.info-strip{max-width:1120px;margin:0 auto;display:flex;gap:14px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:14px 16px;border-radius:22px;transform:translateY(22px);font-weight:750}.info-strip span:first-child{flex:1 1 320px}.menu-area{max-width:1120px;margin:52px auto 80px;padding:0 18px}.toolbar{display:flex;gap:12px;position:sticky;top:0;z-index:20;background:rgba(255,247,251,.92);backdrop-filter:blur(12px);padding:12px 0}.search-box{flex:1;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 14px;box-shadow:0 6px 18px rgba(17,24,39,.05)}.search-box input{width:100%;border:0;outline:0;padding:15px 0;background:transparent;font-size:15px}.cart-mini,.floating-cart{border:0;background:var(--pink);color:#fff;border-radius:16px;padding:0 18px;font-weight:900;cursor:pointer;box-shadow:0 12px 25px rgba(255,79,163,.25)}.cat-nav{display:flex;gap:10px;overflow:auto;padding:6px 0 18px;position:sticky;top:62px;z-index:19;background:rgba(255,247,251,.95);backdrop-filter:blur(12px);scrollbar-width:none}.cat-nav a{flex:0 0 auto;text-decoration:none;color:var(--dark);background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:850;white-space:nowrap}.cat-nav a:hover{border-color:var(--pink);color:#c2186a}.category-section{scroll-margin-top:142px;margin:20px 0 42px}.category-section h2{font-size:28px;margin:0 0 16px;letter-spacing:-.03em}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:0 6px 20px rgba(17,24,39,.05);overflow:hidden}.product-button{width:100%;border:0;background:transparent;text-align:left;display:grid;grid-template-columns:136px 1fr auto;gap:14px;padding:12px;cursor:pointer;align-items:center;min-height:150px}.product-button img{width:136px;height:126px;object-fit:cover;border-radius:16px;background:#f3f4f6}.product-info{display:flex;flex-direction:column;gap:5px;min-width:0}.product-info strong{font-size:18px;line-height:1.12}.product-info small{color:var(--muted);font-size:13px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info b{font-size:18px;color:#be185d}.add-dot{width:34px;height:34px;border-radius:50%;background:#fff0f7;color:#be185d;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:22px}.floating-cart{position:fixed;right:18px;bottom:18px;z-index:50;width:64px;height:58px;border-radius:22px}.modal,.overlay{position:fixed;inset:0;display:none}.overlay{background:rgba(17,24,39,.46);z-index:79}.overlay.show,.modal.show{display:block}.modal{z-index:100;overflow:auto;padding:28px 14px}.modal-card{background:#fff;border-radius:28px;max-width:760px;margin:0 auto;box-shadow:var(--shadow);position:relative;overflow:hidden}.close{border:0;background:#fff;color:var(--dark);border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(17,24,39,.12)}.modal-card>.close{position:absolute;right:14px;top:14px;z-index:5}.product-hero-img{width:100%;height:320px;object-fit:cover;background:#f3f4f6}.product-detail{padding:22px}.product-detail h3{font-size:30px;margin:0 48px 8px 0;letter-spacing:-.03em}.product-detail p{color:var(--muted);margin:0 0 16px}.choice-group{border-top:1px solid #f1dce8;padding:18px 0}.choice-group h4{margin:0 0 4px;font-size:19px}.choice-help{font-size:13px;color:var(--muted);margin-bottom:12px}.choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.choice{border:1px solid #e5d3df;border-radius:14px;padding:12px;display:flex;align-items:flex-start;gap:10px;cursor:pointer;background:#fff}.choice input{margin-top:2px;accent-color:var(--pink)}.choice span{display:flex;flex-direction:column;gap:2px}.choice strong{font-size:15px}.choice small{font-weight:850;color:#be185d}.qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #f1dce8;padding-top:16px}.qty-ctrl{display:flex;align-items:center;gap:10px;background:#fff7fb;border-radius:999px;padding:7px}.qty-ctrl button{border:0;background:#fff;width:34px;height:34px;border-radius:50%;font-weight:900;cursor:pointer}.qty-ctrl b{min-width:24px;text-align:center}.modal-total{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:14px 22px;display:flex;gap:12px;align-items:center}.modal-total strong{font-size:22px;flex:1}.modal-total .btn{border-radius:16px;background:var(--pink);color:#fff}.comments{width:100%;min-height:78px;border:1px solid #e5d3df;border-radius:14px;padding:12px;outline:none;resize:vertical}.cart-drawer{position:fixed;right:-460px;top:0;width:min(440px,100vw);height:100vh;background:#fff;z-index:90;box-shadow:var(--shadow);transition:.25s;display:flex;flex-direction:column}.cart-drawer.show{right:0}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.cart-head strong{font-size:22px}.cart-items{padding:14px;overflow:auto;flex:1}.cart-empty{text-align:center;color:var(--muted);padding:38px 18px}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:10px;padding:10px;border:1px solid #f0d8e5;border-radius:16px;margin-bottom:10px}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:12px}.cart-item strong{display:block;line-height:1.2}.cart-item small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.cart-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:8px}.cart-actions button{border:0;background:#fff0f7;color:#be185d;border-radius:10px;padding:5px 8px;font-weight:900;cursor:pointer}.checkout-box{border-top:1px solid var(--line);padding:14px;background:#fff7fb}.total-line{display:flex;justify-content:space-between;font-size:18px;margin-bottom:12px}.checkout-box input,.checkout-box select,.checkout-box textarea{width:100%;border:1px solid #ead1df;background:#fff;border-radius:13px;padding:12px;margin-bottom:8px;outline:none}.checkout-box textarea{min-height:70px;resize:vertical}.hidden{display:none!important}.admin-body{background:#f6f7fb}.admin-wrap{max-width:1180px;margin:0 auto;padding:24px 16px 60px}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.admin-brand{display:flex;align-items:center;gap:12px}.admin-brand img{width:58px;height:58px;object-fit:contain;border-radius:14px;background:white}.admin-card{background:white;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 8px 28px rgba(17,24,39,.06);padding:18px;margin-bottom:16px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-card label{display:block;font-weight:800;margin-bottom:6px}.admin-card input,.admin-card select,.admin-card textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:11px;margin-bottom:12px}.admin-card textarea{min-height:120px;font-family:ui-monospace,monospace;font-size:13px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.admin-table img{width:54px;height:54px;object-fit:cover;border-radius:10px}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-actions a,.admin-actions button,.admin-link{border:0;background:#111827;color:#fff;border-radius:12px;padding:9px 12px;text-decoration:none;font-weight:800;cursor:pointer}.admin-actions .pink,.admin-link.pink{background:var(--pink)}.flash{padding:12px 14px;border-radius:14px;margin-bottom:14px;font-weight:800}.flash.ok{background:#dcfce7;color:#166534}.flash.err{background:#fee2e2;color:#991b1b}.login-box{max-width:420px;margin:9vh auto;background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.login-box img{width:90px;display:block;margin:0 auto 16px}@media(max-width:780px){.hero-inner{display:block;text-align:center}.logo{width:118px;height:118px}.hero-actions{justify-content:center}.info-strip{transform:translateY(18px)}.product-grid{grid-template-columns:1fr}.product-button{grid-template-columns:104px 1fr auto}.product-button img{width:104px;height:98px}.choice-list{grid-template-columns:1fr}.product-hero-img{height:240px}.admin-grid{grid-template-columns:1fr}.admin-table{font-size:14px}.admin-table th:nth-child(3),.admin-table td:nth-child(3){display:none}}@media(max-width:480px){.hero{padding-top:18px}.menu-area{padding:0 12px}.product-button{grid-template-columns:92px 1fr;gap:11px}.product-button img{width:92px;height:92px}.add-dot{display:none}.toolbar{top:0}.cat-nav{top:58px}.modal{padding:0}.modal-card{min-height:100vh;border-radius:0}.product-detail h3{font-size:24px}.modal-total{padding:12px;display:grid;grid-template-columns:1fr}.cart-drawer{width:100vw}}

/* Melhorias do carrinho e pedidos */
.cart-drawer{right:-580px;width:min(560px,100vw)}
.cart-head small{display:block;color:var(--muted);font-size:13px;margin-top:2px;font-weight:700}.cart-scroll{overflow:auto;flex:1;background:#fff}.cart-list-title{padding:16px 18px 4px;font-size:16px;font-weight:900;color:#374151}.cart-items{padding:14px 18px 24px;overflow:visible;flex:none}.cart-item{grid-template-columns:82px 1fr auto;gap:13px;padding:13px;border-radius:18px;margin-bottom:12px;align-items:start}.cart-item img{width:82px;height:82px;border-radius:14px}.cart-item-main strong{font-size:16px}.cart-item b{font-size:16px;color:#be185d;white-space:nowrap}.checkout-box{padding:16px 18px;box-shadow:0 -8px 30px rgba(17,24,39,.07)}.total-line{align-items:center;margin-bottom:8px}.total-line.delivery-line{font-size:15px;color:#4b5563}.grand-total{font-size:22px;border-top:1px solid #ead1df;padding-top:10px;margin-top:8px}.cart-main-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.cart-main-actions .btn{border-radius:16px;width:100%}.checkout-form{padding:18px}.checkout-form label{display:block;font-size:13px;font-weight:900;color:#374151;margin:9px 0 5px}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid #ead1df;background:#fff;border-radius:14px;padding:12px;margin-bottom:8px;outline:none}.checkout-form textarea{min-height:88px;resize:vertical}.checkout-title{background:#fff7fb;border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:14px}.checkout-title h3{margin:6px 0 4px;font-size:22px}.checkout-title p{margin:0;color:var(--muted);font-size:14px;line-height:1.35}.back-link{border:0;background:transparent;color:#be185d;font-weight:900;cursor:pointer;padding:0}.checkout-feedback{font-size:14px;margin-top:10px}.success-box,.error-box{padding:11px 12px;border-radius:13px;font-weight:800}.success-box{background:#dcfce7;color:#166534}.error-box{background:#fee2e2;color:#991b1b}button:disabled{opacity:.7;cursor:not-allowed}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.admin-tabs a{background:#fff;border:1px solid #e5e7eb;color:#111827;text-decoration:none;border-radius:14px;padding:10px 12px;font-weight:900}.admin-tabs a.active{background:var(--pink);color:#fff;border-color:var(--pink)}.orders-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:16px;margin-bottom:14px;box-shadow:0 8px 26px rgba(17,24,39,.05)}.order-card.is-new{border-color:#ff4fa3;box-shadow:0 12px 30px rgba(255,79,163,.13)}.order-top{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid #eef0f4;padding-bottom:12px;margin-bottom:12px}.order-code{font-size:18px;font-weight:950}.order-meta{color:#6b7280;font-size:13px;margin-top:3px}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-weight:950;font-size:12px;background:#f3f4f6;color:#374151}.status-novo{background:#fff0f7;color:#be185d}.status-aceito{background:#dcfce7;color:#166534}.status-a_caminho{background:#dbeafe;color:#1d4ed8}.status-entregue{background:#e0f2fe;color:#075985}.status-rejeitado,.status-cancelado{background:#fee2e2;color:#991b1b}.status-endereco_nao_encontrado{background:#fef3c7;color:#92400e}.order-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.order-items{white-space:pre-line;background:#f9fafb;border-radius:14px;padding:12px;font-size:14px;line-height:1.45}.order-info p{margin:0 0 7px;color:#374151}.order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.status-form{display:inline}.status-btn{border:0;border-radius:12px;padding:8px 10px;font-weight:900;cursor:pointer;background:#111827;color:#fff}.status-btn.accept{background:#16a34a}.status-btn.reject,.status-btn.cancel{background:#dc2626}.status-btn.route{background:#2563eb}.status-btn.warn{background:#f59e0b;color:#111827}.status-btn.done{background:#0891b2}.wa-client{background:#1fb55d!important;color:#fff!important}.new-order-alert{display:none;position:fixed;right:18px;top:18px;z-index:999;background:#111827;color:#fff;border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);font-weight:900}.new-order-alert.show{display:block;animation:pulseOrder 1s infinite alternate}@keyframes pulseOrder{from{transform:scale(1)}to{transform:scale(1.03)}}.order-empty{text-align:center;color:#6b7280;padding:38px 18px;background:#fff;border-radius:20px;border:1px dashed #d1d5db}.orders-small-stat{display:flex;gap:10px;flex-wrap:wrap}.orders-small-stat span{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:900}.orders-small-stat b{color:#be185d}@media(max-width:780px){.cart-main-actions{grid-template-columns:1fr}.cart-item{grid-template-columns:64px 1fr}.cart-item b{grid-column:2;justify-self:start}.order-top,.order-grid{grid-template-columns:1fr}.order-actions .status-btn,.order-actions a{width:100%;text-align:center}.admin-tabs a{flex:1 1 140px;text-align:center}}
