*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #16a34a;--primary-dark: #15803d;--primary-light: #f0fdf4;--secondary: #f97316;--success: #22c55e;--danger: #ef4444;--warning: #eab308;--info: #06b6d4;--text: #0f172a;--text-light: #64748b;--bg: #f8fffb;--white: #ffffff;--border: #e5e7eb;--shadow: 0 4px 12px rgba(0,0,0,.05);--shadow-lg: 0 10px 30px rgba(0,0,0,.06);--shadow-xl: 0 16px 36px rgba(0,0,0,.08);--radius: 20px;--radius-sm: 10px;--sidebar-width: 220px;--green-deep: #065f46;--green-mid: #047857;--blue: #2563eb;--blue-light: #eff6ff;--orange: #f97316;--orange-light: #fff7ed;--yellow: #eab308;--yellow-light: #fefce8;--green: #22c55e;--green-light: #f0fdf4;--purple: #7c3aed;--purple-light: #f5f3ff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fffb,#eefbf2,#f3fff8 60%,#fff);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .8rem;outline:none;width:100%;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0056b31a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;font-weight:500;transition:all .2s;border:none}.btn-primary{background:#16a34a;color:var(--white);border-radius:999px;padding:12px 22px;box-shadow:0 4px 12px #16a34a33}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #16a34a4d}.dashboard-header .btn-primary{padding:10px 20px;font-size:.85rem}.btn-secondary{background:var(--secondary);color:var(--white)}.btn-success{background:var(--success);color:var(--white)}.btn-danger{background:var(--danger);color:var(--white)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-sm{padding:.35rem .8rem;font-size:.85rem}.btn-lg{padding:.8rem 2rem;font-size:1.1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.25rem;border:1px solid #f3f4f6}.badge{display:inline-block;padding:.2rem .6rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.3rem;font-weight:500;font-size:.9rem;color:var(--text-light)}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-3,.grid-4{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.flex{display:flex}.flex-center{align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-1{flex:1}.gap-1{gap:.5rem}.gap-2{gap:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.text-muted{color:var(--text-light);font-size:.85rem}.font-bold{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-light);font-size:.85rem;text-transform:uppercase}tr:hover{background:var(--primary-light)}.pagination{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,#065f46,#047857,#16a34a);color:#fff;min-height:100vh;position:fixed;left:0;top:0;z-index:100;padding:1rem 0;display:flex;flex-direction:column;transition:width .2s}.sidebar-logo{padding:1.25rem 1.5rem 1rem;font-size:1.25rem;font-weight:800;letter-spacing:-.5px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.75rem}.sidebar a{display:flex;align-items:center;gap:.75rem;padding:.7rem 1.25rem;margin:.15rem .75rem;color:#fffc;text-decoration:none;transition:all .2s;font-size:.9rem;font-weight:500;border-radius:12px}.sidebar a:hover{background:#ffffff1a;color:#fff}.sidebar a.active{background:#ffffff26;color:#fff;font-weight:600}.main-content{margin-left:var(--sidebar-width);padding:1.5rem 2rem;min-height:100vh;width:calc(100% - var(--sidebar-width))}.header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.tabs-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tab-button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:999px;border:1px solid var(--border);background:var(--white);color:var(--text);font-weight:600}.tab-button.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.tab-count{font-size:.85rem;opacity:.9}.filters-panel{margin-bottom:1rem}.filters-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.quick-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.quick-filter-button{padding:.4rem .8rem;border-radius:999px;border:1px solid #b3d7ff;background:var(--primary-light);color:var(--primary);font-weight:600}.quick-filter-button.active{background:linear-gradient(135deg,#16a34a,#047857);color:#fff;border-color:#16a34a}.filter-actions{display:flex;flex-wrap:wrap;gap:.5rem}.pedido-cell{display:flex;flex-direction:column;gap:.15rem}.loja-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:.85rem 1rem;position:sticky;top:0;z-index:50;box-shadow:0 4px 18px #00000014}.loja-header-content{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;gap:.75rem}.loja-brand{display:flex;flex-direction:column;color:#fff;text-decoration:none;min-width:0}.loja-brand-title{font-size:1.05rem;font-weight:800;line-height:1.1}.loja-brand-subtitle{font-size:.78rem;opacity:.88;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loja-cart-pill{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;border-radius:999px;padding:.55rem .8rem;font-weight:600;flex-shrink:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.category-pill{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:50px;border:1px solid var(--border);background:var(--white);color:var(--text-light);font-weight:600;font-size:.9rem;text-decoration:none;white-space:nowrap;box-shadow:0 2px 4px #00000005;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.category-pill.active{background:var(--primary);border-color:var(--primary);color:var(--white);box-shadow:0 4px 12px #16a34a40;transform:translateY(-1px)}.sticky-search-categories{position:sticky;top:55px;z-index:90;background:var(--bg);padding:.6rem 0;border-bottom:1px solid var(--border)}.search-wrapper{position:relative;display:flex;align-items:center;width:100%}.search-icon{position:absolute;left:1rem;color:var(--text-light);pointer-events:none;font-size:1.1rem;z-index:10}.search-input{padding-left:2.8rem!important;border-radius:50px!important;background:var(--white)!important;border:1px solid var(--border)!important;height:48px;box-shadow:0 2px 8px #00000008!important;transition:all .2s!important}.search-input:focus{border-color:var(--primary)!important;box-shadow:0 4px 12px #16a34a26!important}.premium-main{max-width:1240px;margin:0 auto;padding:1.25rem}.premium-store-header{background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#22c55e)}.premium-store-content{max-width:1240px}.premium-brand .loja-brand-title{font-size:1.2rem}.premium-header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.header-icon-button{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .95rem;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-icon-button:hover,.premium-cart-pill:hover{text-decoration:none;background:#ffffff2e}.premium-home,.premium-cart-page,.premium-product-page,.account-dashboard{display:flex;flex-direction:column;gap:1.25rem}.hero-carousel{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:stretch}.hero-copy,.hero-banner-panel,.premium-cart-hero,.account-summary-card{background:linear-gradient(145deg,#fffffff2,#f0f9fff2);border:1px solid rgba(255,255,255,.65);box-shadow:var(--shadow-xl);border-radius:28px;padding:1.5rem}.premium-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:linear-gradient(90deg,#3b82f61f,#22c55e1f);color:#1d4ed8;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.hero-copy h1,.account-summary-card h1,.premium-cart-hero h1{font-size:clamp(2rem,5vw,3.6rem);line-height:1.02;margin:.85rem 0}.hero-copy p,.account-summary-card p,.premium-cart-hero p{max-width:56ch;color:var(--text-light)}.hero-search-bar{margin-top:1rem;display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:999px;padding:.8rem 1rem;box-shadow:0 12px 40px #0f172a14}.hero-search-bar input{border:0;box-shadow:none;padding:0}.hero-chip-row,.account-feature-list{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.hero-chip-row span,.account-feature-list span{padding:.45rem .8rem;border-radius:999px;background:#0f172a0f;font-weight:600;font-size:.88rem}.hero-banner-panel{position:relative;overflow:hidden;min-height:320px}.hero-banner-link{display:block;width:100%;text-decoration:none}.hero-banner-panel img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:22px}.hero-banner-overlay{position:absolute;inset:auto 1rem 1rem 1rem;background:linear-gradient(180deg,#0f172a0d,#0f172abf);color:#fff;padding:1rem;border-radius:18px}.hero-banner-overlay strong{display:block;font-size:1.3rem}.hero-dots{position:absolute;right:1rem;bottom:1rem;display:flex;gap:.4rem}.hero-dots button{width:10px;height:10px;border-radius:999px;background:#ffffff73}.hero-dots button.active{width:28px;background:#fff}.hero-banner-fallback{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;color:var(--text-light)}.premium-categories-wrap{top:74px;background:#f8fffbe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;border:1px solid rgba(226,232,240,.7);padding:.9rem}.premium-category-scroller,.premium-scroll-grid{display:flex;gap:.9rem;overflow-x:auto}.category-icon-dot{display:inline-flex;width:24px;height:24px;border-radius:50%;background:#ffffff3d;align-items:center;justify-content:center}.premium-section{display:flex;flex-direction:column;gap:.85rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-header h3{display:flex;align-items:center;gap:.55rem;font-size:1.2rem}.premium-scroll-grid .premium-product-card{min-width:260px;max-width:280px}.premium-product-card{position:relative;border-radius:24px;padding:.75rem;border:1px solid rgba(226,232,240,.65);box-shadow:0 10px 35px #0f172a0f;background:#fffffff2}.premium-product-card.compact{min-width:100%;max-width:none}.premium-product-meta{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;color:var(--text-light);font-size:.78rem}.premium-weight-note{color:var(--secondary);font-size:.82rem;font-weight:600;margin-bottom:.4rem}.favorite-toggle{position:absolute;top:.85rem;right:.85rem;width:36px;height:36px;border-radius:50%;background:#fffffff2;box-shadow:0 8px 20px #0f172a14;color:var(--text-light);z-index:2}.favorite-toggle.active{color:#ef4444}.favorite-toggle.floating{top:1rem;right:1rem}.premium-product-page .card,.account-panel,.premium-search-results,.premium-admin-card,.premium-admin-list{border-radius:28px;box-shadow:var(--shadow-lg)}.premium-product-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:1.5rem;align-items:start}.product-back-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.product-zoom-frame{overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.premium-zoom-image{width:100%;transition:transform .35s ease}.product-zoom-frame:hover .premium-zoom-image{transform:scale(1.08)}.premium-product-info h1{font-size:clamp(1.8rem,4vw,3rem);margin:.8rem 0 .65rem}.premium-product-code{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-light)}.premium-price-stack{display:flex;align-items:baseline;gap:.55rem;margin:1rem 0}.premium-price-stack strong{font-size:2.4rem;line-height:1}.premium-description{color:var(--text-light);margin-bottom:1rem}.premium-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1rem 0 1.2rem}.premium-spec-grid>div,.account-mini-card,.premium-admin-card{background:linear-gradient(180deg,#f8fafcf2,#fffffff2);border:1px solid rgba(226,232,240,.8);border-radius:20px;padding:1rem}.premium-spec-grid span,.premium-admin-card span,.account-mini-card span{display:block;color:var(--text-light);font-size:.82rem;margin-top:.35rem}.premium-spec-grid strong,.account-mini-card strong,.premium-admin-card strong{display:block;margin-top:.35rem;font-size:1.1rem}.premium-quantity-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.premium-quantity-box{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem;border-radius:999px;background:#f8fafc}.premium-quantity-box input{width:110px;text-align:center;border:0;box-shadow:none;background:transparent;font-weight:700}.premium-quantity-box button,.cart-item-controls button{width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 6px 16px #0f172a14}.premium-subtotal-box{padding:1rem 1.2rem;border-radius:18px;background:linear-gradient(135deg,#1d4ed814,#22c55e14)}.premium-subtotal-box span{display:block;color:var(--text-light);font-size:.85rem}.premium-subtotal-box strong{font-size:1.4rem}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a61;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:120}.cart-drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:#fff;z-index:130;transform:translate(100%);transition:transform .28s ease;box-shadow:-24px 0 60px #0f172a29;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header,.cart-drawer-summary{padding:1.1rem 1.2rem}.cart-drawer-list{flex:1;overflow-y:auto;padding:0 1.2rem 1rem}.cart-drawer-item,.premium-cart-item,.account-address-card,.account-order-card{display:grid;grid-template-columns:88px 1fr auto;gap:.85rem;padding:.9rem;border-radius:22px;border:1px solid rgba(226,232,240,.8);margin-bottom:.85rem;background:#fff}.cart-drawer-item img,.premium-cart-item img{width:88px;height:88px;object-fit:cover;border-radius:18px}.cart-item-controls{display:inline-flex;align-items:center;gap:.35rem}.cart-item-controls span{min-width:56px;text-align:center;font-weight:700}.cart-item-meta,.summary-row,.list-row,.premium-cart-metrics,.premium-banner-meta-row,.account-tabs,.account-links{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-item-remove{align-self:start;color:var(--danger);background:transparent;font-weight:700}.cart-drawer-summary{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.8rem}.summary-row.total{font-size:1.05rem;padding-top:.5rem;border-top:1px dashed var(--border)}.premium-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;align-items:start}.premium-cart-copy h3{margin-bottom:.2rem}.premium-cart-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.8rem;color:var(--text-light);font-size:.85rem}.premium-cart-metrics.values{color:var(--text);align-items:center}.account-shell{display:grid;grid-template-columns:1fr 420px;gap:1.2rem;align-items:stretch}.account-card{background:#fff;border-radius:28px;padding:1.5rem;box-shadow:var(--shadow-xl)}.account-field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.95rem}.account-field span{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-light);font-size:.92rem;font-weight:600}.account-links{justify-content:flex-start;flex-wrap:wrap;margin-top:1rem}.account-summary-grid,.saas-grid,.account-address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem}.account-tabs{flex-wrap:wrap;justify-content:flex-start}.account-tabs button{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1rem;border-radius:999px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:var(--shadow)}.account-tabs button.active{background:var(--primary);color:#fff}.account-panel{padding:1.35rem}.account-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.account-address-card,.account-order-card{grid-template-columns:1fr}.account-inline-editor{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.premium-admin-dashboard .saas-grid{margin-top:1rem}.premium-admin-list .list-row{padding:.9rem 0;border-bottom:1px solid rgba(226,232,240,.8)}.premium-admin-list .list-row:last-child{border-bottom:0}.reports-page{background:linear-gradient(135deg,#f8fffb,#eefbf2,#f3fff8 60%,#fff);border-radius:24px;padding:.25rem}.reports-hero{align-items:flex-start;gap:1rem;margin-bottom:1rem}.reports-filters-card,.reports-table-card{border-radius:18px;box-shadow:0 10px 30px #0000000f}.reports-subtitle{font-size:1rem;line-height:1.6;color:#64748b;margin-top:.45rem;max-width:760px}.reports-summary-grid{margin-top:1rem}.reports-kpi-card{min-height:148px;padding:1.15rem 1.15rem 1rem;border:1px solid rgba(37,99,235,.08);box-shadow:0 14px 32px #0f172a0f}.reports-kpi-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.reports-kpi-top svg{color:#2563eb}.reports-kpi-card span{font-size:.82rem;letter-spacing:.02em}.reports-kpi-card strong{font-size:clamp(1.7rem,2vw,2.15rem);line-height:1.1;margin-top:.8rem}.reports-kpi-card small{display:block;margin-top:.55rem;font-size:.84rem;color:#64748b}.reports-charts-grid{align-items:stretch}.reports-chart-card{min-height:430px;border:1px solid rgba(226,232,240,.9);box-shadow:0 16px 40px #0f172a12}.reports-ranking-grid .reports-chart-card{min-height:460px}.reports-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.reports-section-head h3,.reports-table-head h3{font-size:1.22rem;line-height:1.25;font-weight:800;color:#0f172a;margin:0}.reports-section-head p,.reports-table-head p{margin:.35rem 0 0;font-size:.92rem;line-height:1.55;color:#64748b}.reports-table-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.reports-table th,.reports-table td{font-size:14px}.reports-table th{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.reports-table td{color:#0f172a;line-height:1.45}.reports-table td:last-child,.reports-table th:last-child{text-align:right}.reports-table tr:hover{background:#f8fffb}@media(max-width:960px){.hero-carousel,.premium-product-hero,.premium-cart-layout,.account-shell{grid-template-columns:1fr}.premium-scroll-grid .premium-product-card{min-width:230px}}@media(max-width:768px){.reports-hero{flex-direction:column;align-items:stretch}.reports-subtitle{font-size:.95rem}.reports-kpi-card{min-height:132px}.reports-kpi-card strong{font-size:1.5rem}.reports-chart-card,.reports-ranking-grid .reports-chart-card{min-height:390px}.reports-section-head h3,.reports-table-head h3{font-size:1.08rem}.premium-header-actions{width:100%;justify-content:space-between}.header-icon-button span,.premium-cart-pill span{display:none}.premium-main{padding:1rem}.premium-product-card,.premium-product-hero,.premium-cart-item{border-radius:22px}.premium-cart-metrics,.premium-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.reports-table th,.reports-table td{font-size:13px}.premium-cart-metrics{grid-template-columns:1fr 1fr}.cart-drawer-item,.premium-cart-item{grid-template-columns:72px 1fr auto}.cart-drawer-item img,.premium-cart-item img{width:72px;height:72px}}.promocao-badge{position:absolute;top:.6rem;left:.6rem;background:var(--secondary);color:#fff;padding:.2rem .5rem;border-radius:8px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #f973164d;z-index:10}.produto-card{position:relative;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border:1px solid var(--border)}.produto-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.produto-img-container{position:relative;display:block;width:100%;padding-bottom:80%;background:#fdfdfd;overflow:hidden;text-decoration:none}.produto-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:var(--bg);padding:.5rem;transition:transform .3s ease}.produto-card:hover .produto-img{transform:scale(1.05)}.produto-detalhe-img-wrap{width:min(100%,300px);aspect-ratio:6 / 5;border-radius:12px;overflow:hidden;background:var(--bg);border:1px solid var(--border);flex-shrink:0}.produto-detalhe-img{display:block;width:100%;height:100%;object-fit:contain;background:var(--bg);padding:.5rem}.produto-info{padding:.9rem;flex:1;display:flex;flex-direction:column}.produto-nome{font-weight:600;font-size:.95rem;color:var(--text);line-height:1.3;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem}.produto-preco-container{margin-top:auto;display:flex;flex-direction:column}.produto-preco{font-size:1.25rem;font-weight:800;color:var(--primary);line-height:1.2}.produto-preco-antigo{font-size:.85rem;text-decoration:line-through;color:var(--text-light);margin-bottom:.1rem}.produto-unidade{font-size:.8rem;color:var(--text-light);font-weight:500}.produto-actions{padding:0 .9rem .9rem;margin-top:.5rem}.qty-selector-container{display:flex;align-items:center;width:100%;background:var(--primary-light);border-radius:50px;border:1px solid rgba(22,163,74,.15);overflow:hidden;height:38px}.qty-btn{background:transparent;color:var(--primary);border:none;width:36px;height:100%;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.qty-btn:active{background:#16a34a1a}.qty-val{flex:1;text-align:center;font-weight:700;color:var(--primary-dark);font-size:.95rem}.carrinho-flutuante{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#16a34a,#047857);color:#fff;border-radius:20px 20px 0 0;padding:.95rem 1rem calc(.95rem + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px #00000026;z-index:200;cursor:pointer;transition:all .2s ease-in-out;gap:.75rem}.carrinho-flutuante:active{transform:scale(.99)}.carrinho-flutuante-info{display:flex;align-items:center;gap:.55rem;color:#fff;text-decoration:none;min-width:0;flex:1;background:transparent;border:0;text-align:left}.carrinho-flutuante-info span{font-size:.9rem;opacity:1;white-space:nowrap}.carrinho-flutuante-info strong{font-size:1.15rem;line-height:1;color:#fff;white-space:nowrap}.carrinho-flutuante-cta{flex-shrink:0;background:#fff;color:#047857;text-decoration:none;border-radius:999px;padding:.8rem 1.05rem;font-weight:800;min-width:110px;text-align:center;box-shadow:0 2px 8px #0000001a}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.status-RECEBIDO{background:#cce5ff;color:#004085}.status-AGUARDANDO_CONFERENCIA_PESO{background:#fff3cd;color:#856404}.status-EM_SEPARACAO{background:#d4edda;color:#155724}.status-AGUARDANDO_PAGAMENTO{background:#f8d7da;color:#721c24}.status-SAIU_PARA_ENTREGA{background:#d1ecf1;color:#0c5460}.status-ENTREGUE{background:#c3e6cb;color:#1e7e34}.status-CANCELADO{background:#f5c6cb;color:#721c24}.alert{padding:.8rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem}.alert-info{background:var(--primary-light);color:var(--primary);border:1px solid #b3d7ff}.alert-warning{background:#fff3cd;color:#856404;border:1px solid #ffc107}.alert-danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.weighing-alert-card{display:flex;align-items:flex-start;gap:.8rem;background:#ecfdf5;border:1px solid #22c55e;color:#065f46;border-radius:16px;padding:.95rem 1rem}.weighing-alert-card strong{display:block;margin-bottom:.2rem}.weighing-alert-card p{margin:0;font-size:.9rem}.order-status-page{display:flex;flex-direction:column;gap:1rem}.order-status-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-number-chip{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border-radius:999px;background:linear-gradient(135deg,#2563eb1f,#16a34a1f);color:#0f2a6d;font-weight:800;white-space:nowrap}.order-summary-card,.order-items-card{padding:1.15rem;border-radius:20px;box-shadow:var(--shadow-lg)}.order-summary-grid{display:grid;gap:.8rem}.order-summary-row{display:grid;grid-template-columns:120px 1fr;gap:.85rem;align-items:start}.order-summary-row span{color:var(--text-light);font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}.order-summary-row strong{font-size:.95rem;line-height:1.45;color:var(--text);word-break:break-word}.order-items-list{display:flex;flex-direction:column;gap:.75rem}.order-item-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:start;padding-bottom:.75rem;border-bottom:1px solid rgba(226,232,240,.9)}.order-item-row:last-child{border-bottom:0;padding-bottom:0}.order-item-title{display:flex;align-items:flex-start;gap:.45rem;font-size:.95rem;line-height:1.4}.order-item-price{white-space:nowrap;font-size:.98rem}.order-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.9);font-size:1.15rem;font-weight:800}.order-status-badge{vertical-align:middle}.checkout-success-card{animation:checkoutSuccessPop .35s ease-out;border:1px solid rgba(34,197,94,.25);box-shadow:0 10px 30px #22c55e1f}@keyframes checkoutSuccessPop{0%{transform:scale(.98);opacity:.2}to{transform:scale(1);opacity:1}}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--text-light)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:var(--radius);padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}@media(max-width:768px){.sidebar{width:60px}.sidebar a span{display:none}.sidebar-logo{font-size:1rem;padding:.8rem;text-align:center}.main-content{margin-left:60px;padding:1rem;width:calc(100% - 60px)}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.loja-header-content{align-items:center}.loja-brand-subtitle{display:none}.loja-cart-pill{padding:.5rem .7rem;font-size:.9rem}.sticky-search-categories{top:58px}.carrinho-flutuante{padding-left:.85rem;padding-right:.85rem}.carrinho-flutuante-cta{min-width:96px;padding:.75rem .9rem;font-size:.95rem}.dashboard-cards{grid-template-columns:repeat(2,1fr)!important}.dashboard-charts-grid,.dashboard-tables-grid{grid-template-columns:1fr!important}.premium-store-header{padding:.75rem .85rem}.loja-brand-title{font-size:1rem}.premium-header-actions{gap:.45rem}.header-icon-button{padding:.55rem .7rem}.order-status-hero{align-items:flex-start}.order-summary-row{grid-template-columns:1fr;gap:.25rem}.order-summary-row strong{font-size:.92rem}}@media(max-width:480px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.produto-info{padding:.75rem}.produto-actions{padding:0 .75rem .75rem}.produto-preco{font-size:1.12rem}.produto-img-container{padding-bottom:76%}.produto-detalhe-img-wrap{width:100%}.sticky-search-categories{top:54px}.dashboard-cards{grid-template-columns:1fr!important}.hero-banner-panel,.hero-banner-panel img{min-height:210px}.hero-banner-overlay{inset:auto .75rem .75rem .75rem;padding:.8rem}.hero-banner-overlay strong{font-size:1.08rem}.hero-banner-overlay p{font-size:.82rem}.carrinho-flutuante{min-height:74px;padding-top:.85rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px))}.carrinho-flutuante-info{gap:.4rem}.carrinho-flutuante-info span{font-size:.82rem}.carrinho-flutuante-info strong{font-size:1rem}.carrinho-flutuante-cta{min-width:102px;background:#fff;color:#047857;font-size:.92rem}.order-status-hero h2{font-size:1.35rem}.order-number-chip{font-size:.92rem}.order-item-title{font-size:.88rem}.order-item-price{font-size:.92rem}.order-total-row{font-size:1rem}.weighing-alert-card{padding:.85rem}.weighing-alert-card p{font-size:.85rem}}.dashboard-wrapper{max-width:100%;padding-top:.25rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.dashboard-header-left h2{font-size:1.5rem;font-weight:700;color:var(--text)}.dashboard-greeting{font-size:.88rem;color:var(--text-light);margin-top:.15rem}.dashboard-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-bottom:1.5rem}.stat-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;min-height:120px;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-lg);transition:all .25s ease;cursor:default;animation:fadeSlideUp .3s ease both}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.stat-card-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card-icon svg{width:24px;height:24px}.stat-card-info{flex:1;min-width:0}.stat-card-label{font-size:.78rem;color:var(--text-light);font-weight:500;margin-bottom:.1rem}.stat-card-value{font-size:1.75rem;font-weight:800;line-height:1.15}.stat-card-desc{font-size:.72rem;color:var(--text-light);margin-top:.15rem}.dashboard-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.chart-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-lg);min-height:360px;animation:fadeSlideUp .3s ease both}.chart-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem}.chart-card .recharts-legend-wrapper{position:relative!important;margin-top:.5rem}.chart-card .recharts-default-legend{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.chart-card .recharts-legend-item{display:inline-flex!important;align-items:center;gap:.35rem;font-size:.8rem}.dashboard-tables-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;animation:fadeSlideUp .3s ease both}.table-card{background:var(--white);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.table-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.table-card-header h4{font-size:.9rem;font-weight:700;color:var(--text)}.table-card-header .badge-count{background:#f1f5f9;color:var(--text-light);padding:.15rem .55rem;border-radius:50px;font-size:.72rem;font-weight:600}.table-card table{width:100%;border-collapse:collapse}.table-card th{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);padding:.45rem .5rem .45rem 0;border-bottom:1px solid #f1f5f9;text-align:left;white-space:nowrap}.table-card td{font-size:.82rem;padding:.55rem .5rem .55rem 0;border-bottom:1px solid #f8fafc;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.table-card tr:last-child td{border-bottom:none}.table-card tr:hover td{background:transparent}.table-card-footer{margin-top:auto;padding-top:.6rem;border-top:1px solid #f1f5f9;text-align:center}.table-card-footer a{font-size:.8rem;font-weight:600;color:var(--primary);text-decoration:none;transition:opacity .2s}.table-card-footer a:hover{opacity:.7;text-decoration:none}.custom-bar-tick{font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.stat-card:nth-child(1){animation-delay:.02s}.stat-card:nth-child(2){animation-delay:.06s}.stat-card:nth-child(3){animation-delay:.1s}.stat-card:nth-child(4){animation-delay:.14s}.stat-card:nth-child(5){animation-delay:.18s}.chart-card:nth-child(1){animation-delay:.1s}.chart-card:nth-child(2){animation-delay:.15s}.status-legend{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem;padding:0 .5rem}.status-legend-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;color:var(--text);padding:.3rem 0;border-bottom:1px solid #f8fafc}.status-legend-item:last-child{border-bottom:none}.status-legend-left{display:flex;align-items:center;gap:.5rem}.status-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-legend-name{font-weight:500}.status-legend-right{display:flex;align-items:center;gap:.75rem}.status-legend-qty{font-weight:700;font-size:.9rem}.status-legend-pct{font-size:.78rem;color:var(--text-light);min-width:36px;text-align:right}.donut-center{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.donut-center-value{font-size:2rem;font-weight:800;color:var(--text);line-height:1}.donut-center-label{font-size:.72rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-top:.15rem}
