*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #f97316;--primary-dark: #ea6b0a;--primary-light: #fff7ed;--bg: #f9fafb;--card: #ffffff;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--success: #16a34a;--danger: #dc2626;--blue: #2563eb;--radius: 14px;--shadow: 0 2px 8px rgba(0,0,0,.05);--shadow-lg: 0 8px 32px rgba(0,0,0,.1)}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.page-shell{min-height:100vh;background:var(--bg)}.app-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.app-header-inner{max-width:900px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-header-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.app-header-logo{height:40px;width:40px;border-radius:10px;object-fit:cover}.app-header-name{font-weight:800;font-size:1.1rem;color:var(--text)}.app-header-actions{display:flex;align-items:center;gap:.5rem}.btn-ghost{padding:.4rem .9rem;background:#f3f4f6;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;color:#374151;font-family:inherit}.btn-blue{padding:.4rem .9rem;background:var(--blue);color:#fff;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-block}.btn-link-muted{font-size:.85rem;color:var(--blue);font-weight:600;text-decoration:none}.cart-btn{position:relative;padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;font-family:inherit}.cart-count-badge{position:absolute;top:-6px;right:-6px;background:var(--danger);color:#fff;border-radius:99px;font-size:.7rem;font-weight:800;padding:1px 5px;min-width:18px;text-align:center}.search-wrap{max-width:900px;margin:0 auto;padding:1rem 1rem 0}.search-input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--border);font-size:.95rem;outline:none;font-family:inherit}.cat-bar{max-width:900px;margin:0 auto;padding:.75rem 1rem 0;display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.cat-bar::-webkit-scrollbar{display:none}.cat-pill{padding:.4rem 1rem;border-radius:99px;border:1.5px solid var(--border);background:#fff;color:#374151;font-weight:600;font-size:.82rem;white-space:nowrap;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,color .15s}.cat-pill.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.app-main{max-width:900px;margin:0 auto;padding:1.25rem 1rem 2rem}.cat-section{margin-bottom:2.5rem}.cat-section-title{font-size:1.15rem;font-weight:800;color:var(--text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary);display:inline-block}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.product-img{display:block;width:100%;height:140px;object-fit:contain;object-position:center center;background-color:#f8f8f8;padding:6px;border-radius:var(--radius) var(--radius) 0 0;border-bottom:1px solid var(--border);max-width:100%}.product-img-placeholder{display:flex;width:100%;height:140px;background:linear-gradient(135deg,#ffe0cc,#ffb380);align-items:center;justify-content:center;border-radius:var(--radius) var(--radius) 0 0;font-size:2.5rem}.product-body{padding:.85rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:.92rem;font-weight:700;color:var(--text);margin:0 0 .3rem}.product-desc{font-size:.78rem;color:var(--muted);margin:0 0 .6rem;line-height:1.4;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-weight:800;color:var(--primary);font-size:1rem}.btn-add{padding:.4rem .9rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;font-family:inherit}.qty-controls{display:flex;align-items:center;gap:.4rem}.qty-btn-minus{width:28px;height:28px;border-radius:8px;border:1.5px solid var(--border);background:#fff;font-weight:800;font-size:1rem;cursor:pointer;color:#374151;font-family:inherit}.qty-btn-plus{width:28px;height:28px;border-radius:8px;border:none;background:var(--primary);color:#fff;font-weight:800;font-size:1rem;cursor:pointer;font-family:inherit}.qty-value{font-weight:700;min-width:20px;text-align:center}.skeleton-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.skeleton-img{width:100%;height:140px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-body{padding:1rem}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px;margin-bottom:.5rem}.skeleton-line-sm{height:12px;width:80%}.skeleton-line-med{height:14px;width:60%}.skeleton-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.skeleton-price{height:22px;width:35%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px}.skeleton-btn{height:34px;width:30%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px}.skeleton-section-head{height:20px;width:140px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px;margin-bottom:1rem}.empty-state{text-align:center;padding:3rem;color:var(--muted)}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem}.cache-toast{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:var(--success);color:#fff;padding:.6rem 1.4rem;border-radius:99px;font-weight:700;font-size:.9rem;box-shadow:0 4px 16px #00000026;z-index:9999;animation:fadeIn .2s ease}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;transition:opacity .22s}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:100%;max-width:400px;background:#fff;z-index:201;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f;transition:transform .22s cubic-bezier(.4,0,.2,1)}.cart-drawer-header{padding:1.25rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-drawer-title{margin:0;font-weight:800;font-size:1.1rem}.cart-drawer-body{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.cart-item-info{flex:1}.cart-item-name{font-weight:600;font-size:.9rem;color:var(--text)}.cart-item-prize-badge{margin-left:.4rem;background:#fef9c3;color:#92400e;font-size:.72rem;padding:1px 6px;border-radius:99px;font-weight:700}.cart-item-price{font-size:.82rem;color:var(--muted)}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.cart-drawer-footer{padding:1rem;border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:#374151}.cart-shipping-note{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.85rem;color:var(--muted)}.btn-clear{width:100%;padding:.5rem;background:none;border:1.5px solid var(--border);border-radius:8px;color:var(--muted);font-weight:600;cursor:pointer;font-size:.82rem;margin-bottom:.75rem;font-family:inherit}.btn-clear-confirm{display:flex;gap:.5rem;margin-bottom:.75rem}.btn-clear-yes{flex:1;padding:.5rem;background:var(--danger);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-size:.85rem;font-family:inherit}.btn-clear-no{flex:1;padding:.5rem;background:#f3f4f6;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:.85rem;font-family:inherit}.btn-checkout{width:100%;padding:.9rem;background:var(--primary);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:1rem;cursor:pointer;font-family:inherit}.cart-empty{text-align:center;padding:2rem;color:var(--muted)}.cart-empty-icon{font-size:2rem;margin-bottom:.5rem}.checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:flex-end;justify-content:center}.checkout-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:1.5rem;animation:slideUp .25s ease}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.checkout-title{margin:0;font-weight:800;font-size:1.1rem}.btn-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted)}.form-label{display:block;font-weight:700;font-size:.82rem;color:#374151;margin-bottom:.25rem}.form-label-optional{font-weight:400;color:var(--muted)}.form-input{width:100%;padding:.7rem;border-radius:10px;border:1.5px solid var(--border);font-size:.95rem;font-family:inherit;outline:none;box-sizing:border-box}.form-input:focus{border-color:var(--primary)}.form-input-error{border-color:var(--danger)!important}.form-error{color:var(--danger);font-size:.78rem;margin:0 0 .75rem}.form-spacer{margin-bottom:.75rem}.form-cep-wrap{position:relative}.form-cep-loading{position:absolute;right:.75rem;top:50%;transform:translateY(-60%);font-size:.8rem;color:var(--muted)}.frete-box{border-radius:10px;padding:.6rem .9rem;margin-bottom:.75rem;font-size:.85rem}.frete-loading{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.frete-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-weight:600}.frete-error{background:#fef2f2;border:1px solid #fecaca;color:var(--danger)}.frete-pending{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c}.order-summary-box{background:#f9fafb;border-radius:12px;padding:1rem;margin-bottom:1rem}.order-row{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.9rem;color:#374151}.order-row-muted{color:var(--muted)}.order-total{display:flex;justify-content:space-between;font-weight:800;font-size:1rem;border-top:1px solid var(--border);padding-top:.5rem;margin-top:.5rem}.btn-submit{width:100%;padding:.9rem;color:#fff;border:none;border-radius:12px;font-weight:800;font-size:1rem;cursor:pointer;font-family:inherit}.btn-submit:disabled{cursor:not-allowed}.success-screen{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.success-card{background:#fff;border-radius:20px;padding:2.5rem;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow-lg)}.success-icon{font-size:3.5rem;margin-bottom:1rem}.success-title{color:var(--success);font-weight:800;margin-bottom:.5rem}.success-code{font-size:1.2rem;font-weight:700;color:var(--text)}.success-total{color:var(--muted);font-size:.9rem;margin-bottom:.5rem}.success-eta{color:var(--muted);font-size:.85rem;margin-bottom:1.5rem}.success-breakdown{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem;background:#f9fafb;border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;margin:.25rem 0 1.25rem;font-size:.9rem}.success-breakdown-sub{color:#374151;font-weight:600}.success-breakdown-sep{color:var(--muted);font-weight:500;font-size:.85rem}.success-breakdown-frete{color:var(--primary);font-weight:700}.success-breakdown-total{color:var(--success);font-weight:800;font-size:1rem}.btn-track{width:100%;padding:.75rem;background:var(--blue);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;margin-bottom:.75rem;font-family:inherit}.btn-whatsapp{display:block;width:100%;padding:.75rem;background:#25d366;color:#fff;border-radius:10px;font-weight:700;font-size:1rem;text-decoration:none;margin-bottom:.75rem;text-align:center}.btn-back{width:100%;padding:.75rem;background:#f3f4f6;color:#374151;border:none;border-radius:10px;font-weight:600;cursor:pointer;font-family:inherit}.payment-screen{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.payment-card{background:#fff;border-radius:20px;padding:2.5rem;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow-lg)}.payment-icon{font-size:2.5rem;margin-bottom:.75rem}.payment-title{color:var(--text);font-weight:800;margin-bottom:.5rem}.payment-hint{color:var(--muted);font-size:.9rem;margin-bottom:1rem}.payment-hint a{color:var(--blue)}.btn-paid{width:100%;padding:.85rem;background:var(--success);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;margin-bottom:.75rem;font-family:inherit}.btn-cancel{width:100%;padding:.75rem;background:#f3f4f6;color:#374151;border:none;border-radius:10px;font-weight:600;cursor:pointer;font-family:inherit}.countdown-wrap{text-align:center;margin:1.25rem 0}.countdown-label{font-weight:700;font-size:.85rem;color:#374151;margin-bottom:.5rem}.countdown-value{font-size:2.2rem;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:.05em}.countdown-bar-bg{background:var(--border);border-radius:99px;height:6px;margin:.5rem auto;max-width:200px;overflow:hidden}.countdown-bar-fill{height:100%;border-radius:99px;transition:width 1s linear,background .3s}.countdown-warn{color:var(--danger);font-size:.78rem;font-weight:600;margin-top:.35rem}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem}.confirm-modal{background:#fff;border-radius:20px;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;padding:1.5rem;box-shadow:0 16px 48px #0000002e;animation:fadeInScale .22s ease}.confirm-modal-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.confirm-modal-icon{font-size:1.5rem}.confirm-modal-title{flex:1;margin:0;font-weight:800;font-size:1.1rem}.confirm-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:1rem 0 .4rem}.confirm-section-label:first-of-type{margin-top:0}.confirm-items-list{list-style:none;background:#f9fafb;border-radius:10px;padding:.25rem .75rem;margin:0}.confirm-item{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.88rem}.confirm-item:last-child{border-bottom:none}.confirm-item-name{color:var(--text);font-weight:500;flex:1}.confirm-item-price{color:var(--primary);font-weight:700;white-space:nowrap}.confirm-address,.confirm-payment,.confirm-notes{background:#f9fafb;border-radius:10px;padding:.6rem .85rem;font-size:.88rem;color:#374151;line-height:1.5}.confirm-notes{color:var(--muted);font-style:italic}.confirm-totals{background:#f9fafb;border-radius:12px;padding:.75rem 1rem;margin-top:1rem}.confirm-total-row{display:flex;justify-content:space-between;font-size:.9rem;color:#374151;padding:.25rem 0}.confirm-total-row-muted{color:var(--muted)}.confirm-total-final{border-top:1.5px solid var(--border);margin-top:.4rem;padding-top:.5rem;font-weight:800;font-size:1.05rem;color:var(--text)}.confirm-total-final span:last-child{color:var(--success)}.confirm-actions{display:flex;gap:.75rem;margin-top:1.25rem}.confirm-btn-back{flex:1;padding:.8rem;background:#f3f4f6;border:none;border-radius:12px;font-weight:600;font-size:.92rem;color:#374151;cursor:pointer;font-family:inherit;transition:background .15s}.confirm-btn-back:hover{background:#e5e7eb}.confirm-btn-confirm{flex:2;padding:.8rem;background:var(--primary);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:.95rem;cursor:pointer;font-family:inherit;transition:background .15s}.confirm-btn-confirm:hover:not(:disabled){background:var(--primary-dark)}.confirm-btn-confirm:disabled{background:#9ca3af;cursor:not-allowed}.app-footer{background:#1a1a1a;color:#9ca3af;padding:2rem 1rem 1.5rem;margin-top:3rem;font-size:.8rem}.app-footer-inner{max-width:900px;margin:0 auto}.app-footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.app-footer-brand{font-weight:800;font-size:.95rem;color:#f9fafb}.app-footer-nav{display:flex;flex-wrap:wrap;gap:1rem}.app-footer-link{color:#9ca3af;text-decoration:none;transition:color .15s}.app-footer-link:hover{color:#f9fafb;text-decoration:underline}.app-footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#6b7280;font-size:.75rem}.app-footer-email{color:#6b7280}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-img,.product-img-placeholder,.skeleton-img{height:110px}.cart-drawer{max-width:100%}.checkout-sheet{padding:1.25rem}.confirm-modal{padding:1.25rem;border-radius:16px}.confirm-actions{flex-direction:column}.confirm-btn-back,.confirm-btn-confirm{flex:unset;width:100%}}
