@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";
.Dashboard-module__wtMvnq__dashboard{min-height:100vh;color:var(--s-text-main);padding:0 0 6rem;font-family:Inter,sans-serif}.Dashboard-module__wtMvnq__dashboardSection{margin-bottom:2rem}.Dashboard-module__wtMvnq__loadingWrap{height:60vh;color:var(--s-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.Dashboard-module__wtMvnq__loadingSpinner{border:3px solid var(--s-border);border-top-color:var(--s-accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite Dashboard-module__wtMvnq__spin}@keyframes Dashboard-module__wtMvnq__spin{to{transform:rotate(360deg)}}.Dashboard-module__wtMvnq__welcomeBanner{background:linear-gradient(120deg,#f5a6231f 0%,#f5a6230a 50%,#0000 100%);border:1px solid #f5a62333;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:25px;padding:22px 28px;display:flex}.Dashboard-module__wtMvnq__welcomeBannerContent h2{color:var(--s-text-main);margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:1.45rem;font-weight:700}.Dashboard-module__wtMvnq__welcomeBannerContent p{color:var(--s-text-muted);font-size:.88rem;line-height:1.3}.Dashboard-module__wtMvnq__refreshBtn{background:var(--s-bg-card);border:1px solid var(--s-border);color:var(--s-text-muted);cursor:pointer;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__refreshBtn:hover{background:var(--s-accent-dim);color:var(--s-accent);border-color:var(--s-accent-glow)}.Dashboard-module__wtMvnq__statsGrid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}@media (max-width:1600px){.Dashboard-module__wtMvnq__statsGrid{grid-template-columns:repeat(6,1fr);gap:.9rem}.Dashboard-module__wtMvnq__statCard:first-child,.Dashboard-module__wtMvnq__statCard:nth-child(2),.Dashboard-module__wtMvnq__statCard:nth-child(3){grid-column:span 2}.Dashboard-module__wtMvnq__statCard:nth-child(4),.Dashboard-module__wtMvnq__statCard:nth-child(5){grid-column:span 3}}@media (max-width:1050px){.Dashboard-module__wtMvnq__statsGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.Dashboard-module__wtMvnq__statCard:first-child,.Dashboard-module__wtMvnq__statCard:nth-child(2),.Dashboard-module__wtMvnq__statCard:nth-child(3),.Dashboard-module__wtMvnq__statCard:nth-child(4){grid-column:auto}.Dashboard-module__wtMvnq__statCard:nth-child(5){grid-column:span 2}}@media (max-width:600px){.Dashboard-module__wtMvnq__statsGrid{grid-template-columns:1fr;gap:.75rem}.Dashboard-module__wtMvnq__statCard:nth-child(5){grid-column:auto}}.Dashboard-module__wtMvnq__statCard{background:linear-gradient(145deg, color-mix(in srgb, var(--kpi-color,var(--s-accent)) 10%, transparent) 0%, var(--s-card-bg) 75%);border:1px solid color-mix(in srgb, var(--kpi-color,var(--s-border)) 30%, transparent);cursor:default;border-radius:16px;padding:1.15rem 1.25rem;transition:box-shadow .25s,border-color .25s,transform .25s;position:relative;overflow:hidden}.Dashboard-module__wtMvnq__statCard:hover{border-color:color-mix(in srgb, var(--kpi-color,var(--s-accent)) 55%, transparent);filter:brightness(1.08);box-shadow:0 10px 30px #00000040}.Dashboard-module__wtMvnq__statBodyRow{align-items:flex-start;gap:.85rem;width:100%;display:flex;position:relative}.Dashboard-module__wtMvnq__statIcon{background:color-mix(in srgb, var(--kpi-color,var(--s-accent)) 18%, transparent);border:1px solid color-mix(in srgb, var(--kpi-color,var(--s-border)) 35%, transparent);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.45rem;display:flex}.Dashboard-module__wtMvnq__statIcon i{color:var(--kpi-color,var(--s-accent))}.Dashboard-module__wtMvnq__statContent{flex:1;min-width:0}.Dashboard-module__wtMvnq__statContent p{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.03em;opacity:.85;white-space:normal;margin-bottom:.25rem;font-size:.72rem;font-weight:600;line-height:1.25}.Dashboard-module__wtMvnq__statContent h3{color:var(--s-text-main);letter-spacing:-.02em;white-space:nowrap;margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.15}@media (max-width:1400px){.Dashboard-module__wtMvnq__statContent h3{font-size:1.25rem}}.Dashboard-module__wtMvnq__kpiProgressBarTrack{background:#ffffff1a;border-radius:3px;width:100%;height:6px;margin:.35rem 0;overflow:hidden}.Dashboard-module__wtMvnq__kpiProgressBarFill{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:3px;height:100%;transition:width .4s}.Dashboard-module__wtMvnq__change{color:var(--kpi-color,var(--s-text-muted));opacity:.95;white-space:normal;word-break:break-word;font-size:.7rem;font-weight:500;line-height:1.25;display:block}.Dashboard-module__wtMvnq__statSparkWrap{opacity:.85;pointer-events:none;position:absolute;top:0;right:0}@media (max-width:1750px){.Dashboard-module__wtMvnq__statSparkWrap{display:none}}@media (max-width:580px){.Dashboard-module__wtMvnq__statCard{padding:.95rem 1.05rem}.Dashboard-module__wtMvnq__statIcon{border-radius:11px;width:40px;height:40px;font-size:1.3rem}.Dashboard-module__wtMvnq__statBodyRow{gap:.75rem}.Dashboard-module__wtMvnq__statContent h3{font-size:1.2rem}}.Dashboard-module__wtMvnq__chartSection{grid-template-columns:2fr 1fr;gap:1.25rem;display:grid}@media (max-width:1180px){.Dashboard-module__wtMvnq__chartSection{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__chartContainer{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem 1.6rem;display:flex}.Dashboard-module__wtMvnq__recentClients{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;flex-direction:column;justify-content:flex-start;gap:.85rem;padding:1.5rem 1.6rem;display:flex}.Dashboard-module__wtMvnq__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.Dashboard-module__wtMvnq__chartHeader h3,.Dashboard-module__wtMvnq__recentClients h3,.Dashboard-module__wtMvnq__sectionHeader h2{color:var(--s-text-main);align-items:center;gap:.55rem;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700;display:flex}.Dashboard-module__wtMvnq__chartHeader h3 i,.Dashboard-module__wtMvnq__recentClients h3 i,.Dashboard-module__wtMvnq__sectionHeader h2 i{color:var(--s-accent);font-size:1.25rem}.Dashboard-module__wtMvnq__chartFilters{gap:.4rem;display:flex}.Dashboard-module__wtMvnq__filterBtn{background:var(--s-bg-card);border:1px solid var(--s-border);color:var(--s-text-muted);cursor:pointer;border-radius:8px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s}.Dashboard-module__wtMvnq__filterBtn.Dashboard-module__wtMvnq__active,.Dashboard-module__wtMvnq__filterBtn:hover{background:var(--s-accent-dim);color:var(--s-accent);border-color:var(--s-accent-glow)}.Dashboard-module__wtMvnq__chartWrapper{flex:1;align-items:flex-end;min-height:380px;display:flex;position:relative}.Dashboard-module__wtMvnq__customChartBox{width:100%;height:380px;min-height:380px;position:relative}.Dashboard-module__wtMvnq__apexChartWrap{width:100%;height:480px;position:relative}.Dashboard-module__wtMvnq__apexChartWrap .apexcharts-canvas{background:0 0!important}.Dashboard-module__wtMvnq__apexChartWrap .apexcharts-tooltip{box-shadow:none!important;background:0 0!important;border:none!important}.Dashboard-module__wtMvnq__apexPlaceholder{width:100%;height:100%;color:var(--s-text-muted);opacity:.4;justify-content:center;align-items:center;font-size:2rem;display:flex}.Dashboard-module__wtMvnq__chartGridLines{pointer-events:none;flex-direction:column;justify-content:space-between;padding-bottom:1.6rem;display:flex;position:absolute;inset:0}.Dashboard-module__wtMvnq__gridLineRow{align-items:center;gap:.6rem;width:100%;display:flex}.Dashboard-module__wtMvnq__gridLineValue{color:var(--s-text-muted);text-align:right;width:1.8rem;font-size:.68rem;font-weight:600}.Dashboard-module__wtMvnq__gridLine{background:color-mix(in srgb, var(--s-border) 40%, transparent);flex:1;height:1px}.Dashboard-module__wtMvnq__lineChartSvgWrap{z-index:2;position:absolute;inset:0}.Dashboard-module__wtMvnq__lineChartSvg{width:100%;height:100%;overflow:visible}.Dashboard-module__wtMvnq__lineChartTooltipCard{pointer-events:none;z-index:20;background:var(--s-card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #f5a6234d;border-radius:10px;flex-direction:column;gap:.25rem;min-width:110px;padding:.55rem .8rem;display:flex;position:absolute;box-shadow:0 8px 28px #00000080,0 0 0 1px #f5a62314}.Dashboard-module__wtMvnq__tooltipCardHeader{align-items:center;gap:.35rem;display:flex}.Dashboard-module__wtMvnq__tooltipCardLabel{color:var(--s-text-muted);text-transform:capitalize;font-size:.68rem;font-weight:500}.Dashboard-module__wtMvnq__tooltipCardValue{align-items:baseline;gap:.35rem;display:flex}.Dashboard-module__wtMvnq__tooltipCardValue strong{color:var(--s-accent);font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700;line-height:1}.Dashboard-module__wtMvnq__tooltipCardValue span{color:var(--s-text-muted);font-size:.7rem;font-weight:500}.Dashboard-module__wtMvnq__funcHeader{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.Dashboard-module__wtMvnq__btnSecondaryOutlineSmall{color:var(--s-accent);border:1px solid var(--s-accent-glow);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .65rem;font-size:.72rem;font-weight:600;transition:all .2s}.Dashboard-module__wtMvnq__btnSecondaryOutlineSmall:hover{background:var(--s-accent);color:#fff}.Dashboard-module__wtMvnq__funcStatSummary{gap:.75rem;margin-bottom:.85rem;display:flex}.Dashboard-module__wtMvnq__funcStatBadge,.Dashboard-module__wtMvnq__funcStatBadgeActive{background:var(--s-bg-card);border:1px solid var(--s-border);border-radius:10px;flex:1;align-items:center;gap:.45rem;padding:.5rem .75rem;display:flex}.Dashboard-module__wtMvnq__funcStatBadge strong,.Dashboard-module__wtMvnq__funcStatBadgeActive strong{color:var(--s-text-main);font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.Dashboard-module__wtMvnq__funcStatBadgeActive strong{color:#22c55e}.Dashboard-module__wtMvnq__funcStatBadge span,.Dashboard-module__wtMvnq__funcStatBadgeActive span{color:var(--s-text-muted);font-size:.68rem;font-weight:500}.Dashboard-module__wtMvnq__funcList{flex-direction:column;gap:.55rem;display:flex}.Dashboard-module__wtMvnq__funcItem{background:var(--s-bg-card);border:1px solid var(--s-border);border-radius:10px;align-items:center;gap:.75rem;padding:.55rem .75rem;transition:border-color .2s;display:flex}.Dashboard-module__wtMvnq__funcItem:hover{border-color:#f5a62340}.Dashboard-module__wtMvnq__funcAvatar{width:34px;height:34px;color:var(--s-accent);background:#f5a6231f;border:1px solid #f5a62340;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;overflow:hidden}.Dashboard-module__wtMvnq__funcAvatar img{object-fit:cover;width:100%;height:100%}.Dashboard-module__wtMvnq__funcInfo{flex:1;min-width:0}.Dashboard-module__wtMvnq__funcInfo h4{color:var(--s-text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.Dashboard-module__wtMvnq__funcInfo p{color:var(--s-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.Dashboard-module__wtMvnq__funcStatusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Dashboard-module__wtMvnq__dotActive{background:#22c55e;box-shadow:0 0 8px #22c55e66}.Dashboard-module__wtMvnq__dotInactive{background:#ef4444}.Dashboard-module__wtMvnq__emptyFunc{text-align:center;color:var(--s-text-muted);padding:1.5rem;font-size:.8rem}.Dashboard-module__wtMvnq__clientesSection{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;padding:1.5rem 1.6rem}.Dashboard-module__wtMvnq__sectionHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.2rem;display:flex}.Dashboard-module__wtMvnq__sectionTitleGroup{align-items:center;gap:.85rem;display:flex}.Dashboard-module__wtMvnq__sectionIconBadge{background:var(--s-accent-dim);border:1px solid var(--s-accent-glow);width:42px;height:42px;color:var(--s-accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Dashboard-module__wtMvnq__sectionHeader h2{color:var(--s-text-main);font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}.Dashboard-module__wtMvnq__sectionSubtitle{color:var(--s-text-muted);margin-top:.15rem;font-size:.75rem}.Dashboard-module__wtMvnq__sectionActions{align-items:center;gap:.6rem;display:flex}.Dashboard-module__wtMvnq__btnSecondaryOutline{color:var(--s-text-muted);border:1px solid var(--s-border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.35rem;padding:.8rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__btnSecondaryOutline:hover{color:var(--s-accent);border-color:var(--s-accent)}.Dashboard-module__wtMvnq__btnPrimary{background:var(--s-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.7rem 1.1rem;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__btnPrimary:hover{background:var(--s-accent-light);box-shadow:0 4px 14px var(--s-accent-glow)}.Dashboard-module__wtMvnq__filtersSection{align-items:center;gap:.85rem;margin-bottom:1.4rem;display:flex}.Dashboard-module__wtMvnq__searchBar{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:8px;flex:1;align-items:center;gap:.5rem;min-width:240px;margin-top:-4px;padding:.9rem .85rem;transition:border-color .2s;display:flex}.Dashboard-module__wtMvnq__searchBar:focus-within{border-color:var(--s-accent)}.Dashboard-module__wtMvnq__searchBar i{color:var(--s-text-muted);flex-shrink:0;font-size:1rem}.Dashboard-module__wtMvnq__searchBar input{width:100%;color:var(--s-text-main);background:0 0;border:none;outline:none;font-size:.8rem;font-weight:600}.Dashboard-module__wtMvnq__searchClearBtn{color:var(--s-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.1rem;transition:color .2s;display:flex}.Dashboard-module__wtMvnq__searchClearBtn:hover{color:var(--s-text-main)}.Dashboard-module__wtMvnq__filterButtons{gap:.5rem;min-width:160px;display:flex}.Dashboard-module__wtMvnq__clienteCount{color:var(--s-text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}.Dashboard-module__wtMvnq__clientsCarousel{align-items:stretch;gap:.75rem;display:flex}.Dashboard-module__wtMvnq__carouselBtn{background:var(--s-bg-card);border:1px solid var(--s-border);color:var(--s-text-main);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__carouselBtn:disabled{opacity:.25;cursor:not-allowed}.Dashboard-module__wtMvnq__carouselBtn:not(:disabled):hover{background:var(--s-accent-dim);color:var(--s-accent);border-color:var(--s-accent-glow)}.Dashboard-module__wtMvnq__clientsGrid{flex:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:850px){.Dashboard-module__wtMvnq__clientsGrid{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__clientCardWrapper{height:100%}.Dashboard-module__wtMvnq__clientCard{background:var(--s-bg-card);border:1px solid var(--s-border);border-radius:16px;flex-direction:column;justify-content:space-between;gap:1.2rem;height:100%;min-height:290px;padding:1.5rem 1.6rem;transition:border-color .2s,box-shadow .2s;display:flex}.Dashboard-module__wtMvnq__clientCard:hover{border-color:#f5a62340;box-shadow:0 6px 24px #00000026}.Dashboard-module__wtMvnq__clientCardPending{border-color:#f5a62338}.Dashboard-module__wtMvnq__clientCardTop{align-items:flex-start;gap:.75rem;display:flex}.Dashboard-module__wtMvnq__clientAvatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.Dashboard-module__wtMvnq__clientAvatar span{font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:700}.Dashboard-module__wtMvnq__clientAvatar img{object-fit:cover;width:100%;height:100%}.Dashboard-module__wtMvnq__clientMainInfo{flex:1;min-width:0}.Dashboard-module__wtMvnq__clientNameRow{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.Dashboard-module__wtMvnq__clientNameRow h3{color:var(--s-text-main);white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:.88rem;font-weight:700;overflow:hidden}.Dashboard-module__wtMvnq__clientCidade{color:var(--s-text-muted);align-items:center;gap:.2rem;margin-top:.2rem;font-size:.7rem;display:flex}.Dashboard-module__wtMvnq__tipoBadge{letter-spacing:.03em;border-radius:4px;flex-shrink:0;padding:.1rem .4rem;font-size:.6rem;font-weight:700}.Dashboard-module__wtMvnq__tipoPJ{color:#6366f1;background:#6366f126;border:1px solid #6366f14d}.Dashboard-module__wtMvnq__tipoPF{color:#06b6d4;background:#06b6d41f;border:1px solid #06b6d44d}.Dashboard-module__wtMvnq__clientStatusBadge{white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.65rem;font-weight:600;display:flex}.Dashboard-module__wtMvnq__statusUpdated{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e40}.Dashboard-module__wtMvnq__statusPending{color:#f5a623;background:#f5a6231a;border:1px solid #f5a62340}.Dashboard-module__wtMvnq__statusDotPulse{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Dashboard-module__wtMvnq__dotPulse}@keyframes Dashboard-module__wtMvnq__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.Dashboard-module__wtMvnq__clientDivider{background:var(--s-border);border-radius:1px;height:1px}.Dashboard-module__wtMvnq__clientContactGrid{grid-template-columns:1fr 1fr;gap:.65rem 1rem;padding:.2rem 0;display:grid}.Dashboard-module__wtMvnq__contactItem{color:var(--s-text-muted);align-items:center;gap:.45rem;min-width:0;font-size:.78rem;display:flex}.Dashboard-module__wtMvnq__contactItem i{color:var(--s-accent);flex-shrink:0;font-size:.95rem}.Dashboard-module__wtMvnq__contactItem span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Dashboard-module__wtMvnq__clientMetrics{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:12px;align-items:center;gap:0;display:flex;overflow:hidden}.Dashboard-module__wtMvnq__metricItem{flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:.85rem .6rem;display:flex}.Dashboard-module__wtMvnq__metricLabel{color:var(--s-text-muted);text-align:center;font-size:.68rem;font-weight:500}.Dashboard-module__wtMvnq__metricValue{color:var(--s-text-main);font-family:Space Grotesk,sans-serif;font-size:.98rem;font-weight:700}.Dashboard-module__wtMvnq__metricGreen{color:#22c55e}.Dashboard-module__wtMvnq__metricDivider{background:var(--s-border);flex-shrink:0;width:1px;height:34px}.Dashboard-module__wtMvnq__clientActions{justify-content:space-between;gap:.75rem;display:flex}.Dashboard-module__wtMvnq__clientActionSecondary{border:1px solid var(--s-border);color:var(--s-text-muted);cursor:pointer;background:0 0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__clientActionSecondary:hover{color:var(--s-accent);border-color:var(--s-accent)}.Dashboard-module__wtMvnq__clientActionPrimary{background:var(--s-accent-dim);border:1px solid var(--s-accent-glow);color:var(--s-accent);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__clientActionPrimary:hover{background:var(--s-accent);color:#fff;border-color:var(--s-accent)}.Dashboard-module__wtMvnq__emptyClients{text-align:center;border-radius:16px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;width:100%;margin:.5rem 0;padding:3.5rem 2rem;display:flex}.Dashboard-module__wtMvnq__emptyClientIcon{width:64px;height:64px;color:var(--s-accent,#f5a623);will-change:transform, filter;background:radial-gradient(circle,#f5a62338 0%,#f5a62308 70%);border:1px solid #f5a62359;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.85rem;animation:4.5s cubic-bezier(.45,.05,.55,.95) infinite Dashboard-module__wtMvnq__floatClientIcon;display:flex;box-shadow:inset 0 0 25px #f5a62326}@keyframes Dashboard-module__wtMvnq__floatClientIcon{0%{filter:drop-shadow(0 6px 16px #f5a62359);transform:translateY(0)rotate(0)scale(1)}33%{filter:drop-shadow(0 11px 22px #f5a6237a);transform:translateY(-8px)rotate(-1.5deg)scale(1.025)}66%{filter:drop-shadow(0 16px 28px #f5a62399);transform:translateY(-14px)rotate(1.5deg)scale(1.045)}to{filter:drop-shadow(0 6px 16px #f5a62359);transform:translateY(0)rotate(0)scale(1)}}.Dashboard-module__wtMvnq__emptyClients p{color:var(--s-text-main,#fff);margin:0 0 .35rem;font-size:.95rem;font-weight:700}.Dashboard-module__wtMvnq__emptyClients span{color:var(--s-text-muted,#ffffff80);font-size:.8rem;font-weight:500}.Dashboard-module__wtMvnq__carouselIndicators{justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;display:flex}.Dashboard-module__wtMvnq__indicator{background:var(--s-border);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .2s}.Dashboard-module__wtMvnq__indicatorActive{background:var(--s-accent);border-radius:3px;width:20px}.Dashboard-module__wtMvnq__indicatorText{color:var(--s-text-muted);margin-left:.5rem;font-size:.68rem}.Dashboard-module__wtMvnq__clientStats{background:var(--s-card-bg);border-radius:8px;gap:1rem;padding:.55rem .85rem;display:flex}.Dashboard-module__wtMvnq__statItem{flex-direction:column;font-size:.72rem;display:flex}.Dashboard-module__wtMvnq__statItem span{color:var(--s-text-muted)}.Dashboard-module__wtMvnq__statItem strong{color:var(--s-text-main);font-weight:600}.Dashboard-module__wtMvnq__clientActions{justify-content:flex-end;display:flex}.Dashboard-module__wtMvnq__clientActionBtn{background:var(--s-accent-dim);color:var(--s-accent);border:1px solid var(--s-accent-glow);cursor:pointer;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;display:flex}.Dashboard-module__wtMvnq__clientActionBtn:hover{background:var(--s-accent);color:#fff}.Dashboard-module__wtMvnq__emptyClients{text-align:center;color:var(--s-text-muted);grid-column:1/-1;padding:2rem;font-size:.82rem}.Dashboard-module__wtMvnq__emptyClients i{opacity:.5;margin-bottom:.5rem;font-size:2rem}.Dashboard-module__wtMvnq__reportsSection{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;padding:1.4rem}.Dashboard-module__wtMvnq__reportsFilters{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.Dashboard-module__wtMvnq__itemsSelect{min-width:110px}.Dashboard-module__wtMvnq__reportsCardsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:1100px){.Dashboard-module__wtMvnq__reportsCardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Dashboard-module__wtMvnq__reportsCardsGrid{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__reportHistoryCard{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;flex-direction:column;justify-content:space-between;gap:.75rem;padding:1.15rem 1.25rem;transition:all .25s;display:flex;box-shadow:0 4px 16px #0003}.Dashboard-module__wtMvnq__reportHistoryCard:hover{border-color:#f5a62366;transform:translateY(-2px);box-shadow:0 8px 24px #00000059}.Dashboard-module__wtMvnq__reportCardHeader{align-items:flex-start;gap:.75rem;display:flex}.Dashboard-module__wtMvnq__clientIconBox{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex;background:var(--s-accent-dim)!important;border:1px solid #f5a6234d!important}.Dashboard-module__wtMvnq__clientIconBox i{color:var(--s-accent)!important}.Dashboard-module__wtMvnq__clientMetaDetails{flex-direction:column;flex:1;min-width:0;display:flex}.Dashboard-module__wtMvnq__reportTitleRow{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.Dashboard-module__wtMvnq__reportTitleText{color:var(--s-text-main);white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-size:.88rem;font-weight:700;overflow:hidden}.Dashboard-module__wtMvnq__reportClientSubtitle{color:var(--s-text-muted);align-items:center;gap:.35rem;margin-top:.15rem;font-size:.75rem;font-weight:600;display:flex}.Dashboard-module__wtMvnq__reportClientSubtitle i{color:var(--s-accent);font-size:.85rem}.Dashboard-module__wtMvnq__reportNumBadge{background:var(--s-accent-dim);color:var(--s-accent);border:1px solid var(--s-accent-glow);border-radius:4px;margin-left:.35rem;padding:.1rem .35rem;font-size:.68rem;font-weight:700}.Dashboard-module__wtMvnq__statusBadgeText{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;padding:.2rem .55rem;font-size:.62rem;font-weight:700;display:inline-flex}.Dashboard-module__wtMvnq__reportMetaRow{border-top:1px dashed var(--s-border);justify-content:space-between;align-items:center;gap:.5rem;padding-top:.75rem;display:flex}.Dashboard-module__wtMvnq__reportMetaItem{color:var(--s-text-muted);align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;display:flex}.Dashboard-module__wtMvnq__reportMetaItem i{color:var(--s-accent);font-size:.8rem}.Dashboard-module__wtMvnq__reportValueBox{border-top:1px dashed var(--s-border);flex-direction:column;align-items:flex-start;gap:.1rem;padding-top:.75rem;display:flex}.Dashboard-module__wtMvnq__reportValueLabel{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:.62rem;font-weight:600}.Dashboard-module__wtMvnq__reportValueAmount{color:var(--s-accent);font-size:1.15rem;font-weight:800}.Dashboard-module__wtMvnq__reportCardActions{border-top:1px solid var(--s-border);justify-content:flex-end;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.Dashboard-module__wtMvnq__btnActionIcon{color:#ef4444;cursor:pointer;background:#ef44441f;border:1px solid #ef444440;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__btnActionIcon:hover{background:#ef444440;transform:translateY(-1px)}.Dashboard-module__wtMvnq__btnActionIconHighlight{background:var(--s-accent-dim);border:1px solid var(--s-accent-glow);width:32px;height:32px;color:var(--s-accent);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:.95rem;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__btnActionIconHighlight:hover{background:var(--s-accent);color:#111;transform:translateY(-1px)}.Dashboard-module__wtMvnq__btnActionDetails{background:var(--s-bg-card);border:1px solid var(--s-border);color:var(--s-text-main);cursor:pointer;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.Dashboard-module__wtMvnq__btnActionDetails:hover{background:var(--s-accent);color:#fff;border-color:var(--s-accent)}.Dashboard-module__wtMvnq__emptyGrid{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;width:100%;padding:3.5rem 2rem;display:flex}.Dashboard-module__wtMvnq__emptyGrid p{color:var(--s-text-main,#fff);margin:0 0 .35rem;font-size:.95rem;font-weight:700}.Dashboard-module__wtMvnq__emptyGrid span{color:var(--s-text-muted,#ffffff80);font-size:.8rem;font-weight:500}.Dashboard-module__wtMvnq__wrapperFooter{border-top:1px solid var(--s-border);color:var(--s-text-muted);justify-content:space-between;align-items:center;margin-top:1.2rem;padding-top:1rem;font-size:.75rem;display:flex}.Dashboard-module__wtMvnq__paginacao{align-items:center;gap:.5rem;display:flex}.Dashboard-module__wtMvnq__btnPagina{background:var(--s-bg-card);border:1px solid var(--s-border);color:var(--s-text-main);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Dashboard-module__wtMvnq__btnPagina:disabled{opacity:.3;cursor:not-allowed}.Dashboard-module__wtMvnq__paginacaoNumActive{background:var(--s-accent);color:#111;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.Dashboard-module__wtMvnq__oeeRowSection{grid-template-columns:1.1fr .9fr;gap:1.25rem;margin-top:1.25rem;display:grid}@media (max-width:1100px){.Dashboard-module__wtMvnq__oeeRowSection{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__oeeRowLeft{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:700px){.Dashboard-module__wtMvnq__oeeRowLeft{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__oeeRowRight{flex-direction:column;display:flex}.Dashboard-module__wtMvnq__apexOeeWrap{flex:1;width:100%;min-height:250px;margin-top:.5rem;display:block;position:relative}:is(.Dashboard-module__wtMvnq__apexOeeWrap .apexcharts-canvas,.Dashboard-module__wtMvnq__apexOeeWrap svg){background:0 0!important;width:100%!important}.Dashboard-module__wtMvnq__productivitySection{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Dashboard-module__wtMvnq__productivityGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:1100px){.Dashboard-module__wtMvnq__productivityGrid{grid-template-columns:1fr}}.Dashboard-module__wtMvnq__productivityCard{background:var(--s-bg-card,#141414);border:1px solid var(--s-border,#ffffff14);border-radius:14px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .25s;display:flex}.Dashboard-module__wtMvnq__productivityCard:hover{border-color:#f5a6234d;transform:translateY(-2px)}.Dashboard-module__wtMvnq__prodCardFull{justify-content:space-between;height:100%}.Dashboard-module__wtMvnq__iconBlue{color:#3b82f6;background:#3b82f626}.Dashboard-module__wtMvnq__badgeBlue{color:#3b82f6;background:#3b82f626;border-color:#3b82f64d}.Dashboard-module__wtMvnq__unitText{color:var(--s-text-muted);font-size:1.1rem;font-weight:600}.Dashboard-module__wtMvnq__iconAmberText{color:#f5a623}.Dashboard-module__wtMvnq__iconBlueText{color:#3b82f6}.Dashboard-module__wtMvnq__iconGreenText{color:#22c55e}.Dashboard-module__wtMvnq__iconGreen{color:#22c55e;background:#22c55e26}.Dashboard-module__wtMvnq__iconAmber{color:#f5a623;background:#f5a62326}.Dashboard-module__wtMvnq__textGreen{color:#22c55e}.Dashboard-module__wtMvnq__textRed{color:#ef4444}.Dashboard-module__wtMvnq__textIndigo{color:#6366f1}.Dashboard-module__wtMvnq__textBlue{color:#3b82f6}.Dashboard-module__wtMvnq__qualityDivider{background:var(--s-border);width:1px;height:35px}.Dashboard-module__wtMvnq__qualityNotice{color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.76rem;display:flex}.Dashboard-module__wtMvnq__qualityNoticeIcon{font-size:1.1rem}.Dashboard-module__wtMvnq__barGreen{background:#22c55e;width:94.1%}.Dashboard-module__wtMvnq__barIndigo{background:#6366f1;width:91%}.Dashboard-module__wtMvnq__barBlue{background:#3b82f6;width:98.2%}.Dashboard-module__wtMvnq__prodCardHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__wtMvnq__prodCardTitle{align-items:center;gap:.65rem;display:flex}.Dashboard-module__wtMvnq__prodCardIcon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.Dashboard-module__wtMvnq__prodCardTitle h3{color:var(--s-text-main,#fff);margin:0;font-size:.92rem;font-weight:700}.Dashboard-module__wtMvnq__prodCardSub{color:var(--s-text-muted,#ffffff80);margin:0;font-size:.72rem}.Dashboard-module__wtMvnq__oeeBadge{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:20px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.Dashboard-module__wtMvnq__oeeMainValue{align-items:baseline;gap:.5rem;display:flex}.Dashboard-module__wtMvnq__oeeBigNumber{color:var(--s-text-main,#fff);font-family:Space Grotesk,system-ui,sans-serif;font-size:2rem;font-weight:800;line-height:1}.Dashboard-module__wtMvnq__oeeSubLabel{color:var(--s-text-muted,#fff9);font-size:.75rem}.Dashboard-module__wtMvnq__oeeProgressList{flex-direction:column;gap:.65rem;display:flex}.Dashboard-module__wtMvnq__oeeProgressItem{flex-direction:column;gap:.25rem;display:flex}.Dashboard-module__wtMvnq__oeeProgressLabel{color:var(--s-text-muted,#ffffffb3);justify-content:space-between;font-size:.76rem;font-weight:600;display:flex}.Dashboard-module__wtMvnq__oeeBarTrack{background:#ffffff0f;border-radius:4px;width:100%;height:6px;overflow:hidden}.Dashboard-module__wtMvnq__oeeBarFill{border-radius:4px;height:100%;transition:width .8s}.Dashboard-module__wtMvnq__leadTimeList{flex-direction:column;gap:.75rem;display:flex}.Dashboard-module__wtMvnq__leadTimeRow{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.55rem .75rem;display:flex}.Dashboard-module__wtMvnq__leadTimeLabel{color:var(--s-text-muted,#ffffffb3);align-items:center;gap:.45rem;font-size:.78rem;display:flex}.Dashboard-module__wtMvnq__leadTimeValue{color:var(--s-text-main,#fff);font-family:Space Grotesk,system-ui,sans-serif;font-size:.88rem;font-weight:700}.Dashboard-module__wtMvnq__qualityRingWrap{justify-content:space-around;align-items:center;gap:1rem;display:flex}.Dashboard-module__wtMvnq__qualityStatBox{flex-direction:column;gap:.3rem;display:flex}.Dashboard-module__wtMvnq__qualityStatVal{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.25rem;font-weight:700}.Dashboard-module__wtMvnq__qualityStatLabel{color:var(--s-text-muted,#fff9);font-size:.72rem}.Dashboard-module__wtMvnq__quickActionBtn:hover{background:var(--s-accent-dim);border-color:var(--s-accent-glow);transform:translateY(-3px)}.Dashboard-module__wtMvnq__quickActionBtn:hover i{transform:scale(1.15)}@media (max-width:768px){.Dashboard-module__wtMvnq__clientesSection,.Dashboard-module__wtMvnq__reportsSection{border-radius:12px;padding:1rem}.Dashboard-module__wtMvnq__sectionHeader{flex-direction:column;align-items:stretch;gap:.85rem;margin-bottom:1rem}.Dashboard-module__wtMvnq__sectionTitleGroup{gap:.65rem}.Dashboard-module__wtMvnq__sectionIconBadge{border-radius:10px;width:36px;height:36px;font-size:1.1rem}.Dashboard-module__wtMvnq__sectionActions{flex-direction:row;gap:.5rem;width:100%;display:flex}.Dashboard-module__wtMvnq__sectionActions button,.Dashboard-module__wtMvnq__btnPrimary,.Dashboard-module__wtMvnq__btnSecondaryOutline{white-space:nowrap;flex:1;justify-content:center;padding:.7rem .6rem;font-size:.78rem}.Dashboard-module__wtMvnq__filtersSection,.Dashboard-module__wtMvnq__reportsFilters{flex-direction:column;align-items:stretch;gap:.65rem;margin-bottom:1rem}.Dashboard-module__wtMvnq__searchBar{width:100%;min-width:0;margin-top:0;padding:.75rem .85rem}.Dashboard-module__wtMvnq__searchBar input{font-size:.85rem}.Dashboard-module__wtMvnq__filterButtons{flex:1;width:100%;min-width:0}.Dashboard-module__wtMvnq__itemsSelect{width:100%;min-width:0}.Dashboard-module__wtMvnq__clienteCount{text-align:right;margin-top:-.2rem;font-size:.72rem}.Dashboard-module__wtMvnq__clientsCarousel{position:relative}.Dashboard-module__wtMvnq__carouselBtn{display:none}.Dashboard-module__wtMvnq__clientCard{padding:1rem}.Dashboard-module__wtMvnq__clientContactGrid{grid-template-columns:1fr;gap:.5rem}}
.ClienteModal-module__ucRiqa__overlay{-webkit-backdrop-filter:blur(10px);z-index:999999;background:#000000bf;justify-content:center;align-items:center;padding:1.25rem;animation:.2s forwards ClienteModal-module__ucRiqa__overlayIn;display:flex;position:fixed;inset:0}@keyframes ClienteModal-module__ucRiqa__overlayIn{0%{opacity:0}to{opacity:1}}.ClienteModal-module__ucRiqa__modal{background:var(--s-sidebar-bg,#111);border:1px solid var(--s-border,#ffffff14);border-radius:16px;flex-direction:column;width:100%;max-width:680px;max-height:88vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards ClienteModal-module__ucRiqa__modalFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0a,0 24px 60px #000000a6,0 8px 24px #0006}@keyframes ClienteModal-module__ucRiqa__modalFadeIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ClienteModal-module__ucRiqa__header{border-bottom:1px solid var(--s-border);background:#ffffff04;justify-content:space-between;align-items:center;padding:1.15rem 1.5rem;display:flex}.ClienteModal-module__ucRiqa__headerLeft{align-items:center;gap:.85rem;display:flex}.ClienteModal-module__ucRiqa__headerIconContainer{background:#f5a62314;border:1px solid #f5a62340;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.ClienteModal-module__ucRiqa__headerIconContainer i{color:var(--s-accent);font-size:1.35rem}.ClienteModal-module__ucRiqa__headerTitle{letter-spacing:-.3px;align-items:center;margin:0;font-size:1.1rem;font-weight:800;line-height:1.2;display:flex}.ClienteModal-module__ucRiqa__breadcrumbBase{color:var(--s-text-main);font-weight:700}.ClienteModal-module__ucRiqa__breadcrumbSeparator{color:var(--s-text-muted);opacity:.6;margin:0 .35rem;font-weight:500}.ClienteModal-module__ucRiqa__breadcrumbActive{color:var(--s-accent);font-size:.95rem;font-weight:700;transform:translateY(1px)}.ClienteModal-module__ucRiqa__headerSubtitle{color:var(--s-text-muted);margin-top:.15rem;font-size:.78rem;font-weight:500;display:block}.ClienteModal-module__ucRiqa__closeBtn{border:1px solid var(--s-border,#ffffff14);width:34px;height:34px;color:var(--s-text-muted);cursor:pointer;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex}.ClienteModal-module__ucRiqa__closeBtn:hover{color:#ef4444;background:#ef44441f;border-color:#ef44444d}.ClienteModal-module__ucRiqa__modalBody{flex-direction:column;flex:1;gap:1.5rem;max-height:calc(88vh - 140px);padding:1.5rem;display:flex;overflow-y:auto}.ClienteModal-module__ucRiqa__modalBody::-webkit-scrollbar{width:5px}.ClienteModal-module__ucRiqa__modalBody::-webkit-scrollbar-thumb{background:var(--s-border,#ffffff1a);border-radius:4px}.ClienteModal-module__ucRiqa__section{flex-direction:column;gap:1.25rem;display:flex}.ClienteModal-module__ucRiqa__sectionTitle{color:var(--s-text-muted);letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid var(--s-border);align-items:center;gap:.5rem;margin:0;padding-bottom:.5rem;font-size:.82rem;font-weight:800;display:flex}.ClienteModal-module__ucRiqa__sectionTitle i{color:var(--s-accent);font-size:1.05rem}.ClienteModal-module__ucRiqa__avatarSectionRow{align-items:center;gap:1.5rem;display:flex}.ClienteModal-module__ucRiqa__avatarCol{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ClienteModal-module__ucRiqa__avatarWrapper{text-align:center;cursor:pointer;position:relative}.ClienteModal-module__ucRiqa__avatarOverlay{border:2px solid var(--s-border);border-radius:50%;width:110px;height:110px;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.ClienteModal-module__ucRiqa__avatar{object-fit:cover;background:var(--s-input-bg,#ffffff0a);border-radius:50%;width:100%;height:100%;transition:all .3s;display:block}.ClienteModal-module__ucRiqa__avatarInitialsWrapper{background:#f5a6230f;border:1px dashed #f5a6234d;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex}.ClienteModal-module__ucRiqa__avatarInitialsLg{color:var(--s-accent);letter-spacing:.05em;font-size:24px;font-weight:800}.ClienteModal-module__ucRiqa__cameraIcon{color:#fff;opacity:0;cursor:pointer;background-color:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.ClienteModal-module__ucRiqa__avatarOverlay:hover .ClienteModal-module__ucRiqa__cameraIcon{opacity:1}.ClienteModal-module__ucRiqa__avatarOverlay:hover{border-color:var(--s-accent)}.ClienteModal-module__ucRiqa__avatarLabel{color:var(--s-text-muted);letter-spacing:.5px;font-size:.65rem;font-weight:800}.ClienteModal-module__ucRiqa__inputsCol{flex:1;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ClienteModal-module__ucRiqa__inputsSpanFull{grid-column:span 2}.ClienteModal-module__ucRiqa__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ClienteModal-module__ucRiqa__formGroup{flex-direction:column;gap:.4rem;display:flex}.ClienteModal-module__ucRiqa__formGroup label{color:var(--s-text-muted);letter-spacing:.4px;text-transform:uppercase;font-size:.72rem;font-weight:700}.ClienteModal-module__ucRiqa__req{color:#ef4444;margin-left:2px}.ClienteModal-module__ucRiqa__formGroup input{background:var(--s-input-bg,#ffffff0a);border:1px solid var(--s-border);color:var(--s-text-main);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.ClienteModal-module__ucRiqa__formGroup input::placeholder{color:var(--s-text-muted);opacity:.6;font-weight:500}.ClienteModal-module__ucRiqa__formGroup input:focus{border-color:var(--s-accent);box-shadow:0 0 0 1px var(--s-accent)}.ClienteModal-module__ucRiqa__toggleRow{border:1px solid var(--s-border);background:#ffffff05;border-radius:10px;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;display:flex}.ClienteModal-module__ucRiqa__toggleRow span{color:var(--s-text-main);font-size:.85rem;font-weight:600}.ClienteModal-module__ucRiqa__toggle{border:1px solid var(--s-border);cursor:pointer;background:#ffffff1a;border-radius:20px;align-items:center;width:44px;height:24px;padding:2px;transition:all .25s;display:flex}.ClienteModal-module__ucRiqa__toggleOn{background:var(--s-accent,#f5a623);border-color:var(--s-accent)}.ClienteModal-module__ucRiqa__toggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:block;box-shadow:0 1px 4px #0000004d}.ClienteModal-module__ucRiqa__toggleOn .ClienteModal-module__ucRiqa__toggleThumb{transform:translate(20px)}.ClienteModal-module__ucRiqa__modalFooter{border-top:1px solid var(--s-border);background:#ffffff04;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.15rem 1.5rem;display:flex}.ClienteModal-module__ucRiqa__btnSecondary{border:1px solid var(--s-border);color:var(--s-text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.25rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s}.ClienteModal-module__ucRiqa__btnSecondary:hover{color:var(--s-text-main);background:#ffffff0a}.ClienteModal-module__ucRiqa__btnPrimary{background:var(--s-accent,#f5a623);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #f5a62340}.ClienteModal-module__ucRiqa__btnPrimary:hover{background:var(--s-accent-light,#ffb84d);transform:translateY(-1px);box-shadow:0 6px 18px #f5a62359}.ClienteModal-module__ucRiqa__btnPrimary:active{transform:translateY(0)}@media (max-width:768px){.ClienteModal-module__ucRiqa__overlay{align-items:stretch;padding:0}.ClienteModal-module__ucRiqa__modal{border:none;border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh}.ClienteModal-module__ucRiqa__header{padding:1rem 1.15rem}.ClienteModal-module__ucRiqa__modalBody{max-height:none;padding:1.25rem 1.15rem 1.5rem;overflow-y:auto}.ClienteModal-module__ucRiqa__avatarSectionRow{flex-direction:column;align-items:center;gap:1rem}.ClienteModal-module__ucRiqa__avatarOverlay{width:96px;height:96px}.ClienteModal-module__ucRiqa__inputsCol{grid-template-columns:1fr;gap:.85rem;width:100%}.ClienteModal-module__ucRiqa__inputsSpanFull{grid-column:span 1}.ClienteModal-module__ucRiqa__grid{grid-template-columns:1fr;gap:.85rem}.ClienteModal-module__ucRiqa__modalFooter{flex-direction:column-reverse;gap:.6rem;padding:.85rem 1.15rem}.ClienteModal-module__ucRiqa__btnSecondary,.ClienteModal-module__ucRiqa__btnPrimary{justify-content:center;width:100%;min-height:44px}}
.EstoqueLayout-module__6-lbMq__layout{min-height:100%;padding-bottom:80px}.EstoqueLayout-module__6-lbMq__dockContainer{pointer-events:auto;z-index:1000;background:var(--s-card-bg);border:1px solid var(--s-border);-webkit-backdrop-filter:blur(18px);will-change:left;backface-visibility:hidden;border-radius:10px;align-items:center;gap:.5rem;padding:8px;transition:left .45s cubic-bezier(.34,1.3,.64,1);display:flex;position:fixed;bottom:24px;left:calc(50% + 140px);transform:translate(-50%)translateZ(0);box-shadow:0 10px 30px #00000040}[data-sidebar-open=false] .EstoqueLayout-module__6-lbMq__dockContainer{left:calc(50% + 42px)}.EstoqueLayout-module__6-lbMq__dockItem{color:var(--s-text-muted);cursor:pointer;white-space:nowrap;pointer-events:auto;will-change:transform;background:0 0;border:none;border-radius:8px;outline:none;align-items:center;gap:8px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:color .2s cubic-bezier(.34,1.3,.64,1),background .2s cubic-bezier(.34,1.3,.64,1),transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;transform:translateZ(0)}.EstoqueLayout-module__6-lbMq__dockItem i{font-size:1.15rem}.EstoqueLayout-module__6-lbMq__dockItem:hover{color:var(--s-accent-light);background:#f5a6230f;transform:translateY(-1px)translateZ(0)}.EstoqueLayout-module__6-lbMq__dockItem.EstoqueLayout-module__6-lbMq__active{color:var(--s-accent);background:#f5a62321;animation:.3s cubic-bezier(.34,1.56,.64,1) EstoqueLayout-module__6-lbMq__tabSelectPop;transform:translateY(-1px)translateZ(0)}.EstoqueLayout-module__6-lbMq__tabUnderline{background:var(--s-accent);pointer-events:none;opacity:.8;border-radius:2px 2px 0 0;width:65%;height:2px;animation:.3s cubic-bezier(.34,1.56,.64,1) EstoqueLayout-module__6-lbMq__underlineExpand;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}@keyframes EstoqueLayout-module__6-lbMq__tabSelectPop{0%{transform:scale(.94)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes EstoqueLayout-module__6-lbMq__underlineExpand{0%{opacity:0;width:0%}to{opacity:.8;width:65%}}.EstoqueLayout-module__6-lbMq__badge{background:var(--s-accent);color:#000;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px 6px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex}.EstoqueLayout-module__6-lbMq__badgeWarn{color:#fff;background:#ef4444}.EstoqueLayout-module__6-lbMq__dockDivider{background:var(--s-border);opacity:.6;flex-shrink:0;align-self:center;width:2px;height:20px;margin:0 4px}.EstoqueLayout-module__6-lbMq__tabText{align-items:center;display:inline-flex}.EstoqueLayout-module__6-lbMq__labelDesktop{display:inline!important}.EstoqueLayout-module__6-lbMq__labelMobile{display:none!important}@media (max-width:820px){.EstoqueLayout-module__6-lbMq__layout{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))!important}.EstoqueLayout-module__6-lbMq__labelDesktop{display:none!important}.EstoqueLayout-module__6-lbMq__labelMobile{display:inline-block!important}.EstoqueLayout-module__6-lbMq__dockContainer{bottom:calc(.85rem + env(safe-area-inset-bottom,0px))!important;background:var(--s-card-bg)!important;border:1px solid var(--s-border)!important;-webkit-backdrop-filter:blur(18px)!important;z-index:99999!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:3px!important;width:auto!important;max-width:calc(100% - 1rem)!important;padding:5px 6px!important;transition:none!important;display:inline-flex!important;position:fixed!important;left:50%!important;overflow-x:auto!important;transform:translate(-50%)!important;box-shadow:0 10px 30px #00000073!important}[data-sidebar-open=false] .EstoqueLayout-module__6-lbMq__dockContainer{bottom:calc(.85rem + env(safe-area-inset-bottom,0px))!important;background:var(--s-card-bg)!important;border:1px solid var(--s-border)!important;-webkit-backdrop-filter:blur(18px)!important;z-index:99999!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:3px!important;width:auto!important;max-width:calc(100% - 1rem)!important;padding:5px 6px!important;transition:none!important;display:inline-flex!important;position:fixed!important;left:50%!important;overflow-x:auto!important;transform:translate(-50%)!important;box-shadow:0 10px 30px #00000073!important}[data-sidebar-open=true] .EstoqueLayout-module__6-lbMq__dockContainer{bottom:calc(.85rem + env(safe-area-inset-bottom,0px))!important;background:var(--s-card-bg)!important;border:1px solid var(--s-border)!important;-webkit-backdrop-filter:blur(18px)!important;z-index:99999!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:3px!important;width:auto!important;max-width:calc(100% - 1rem)!important;padding:5px 6px!important;transition:none!important;display:inline-flex!important;position:fixed!important;left:50%!important;overflow-x:auto!important;transform:translate(-50%)!important;box-shadow:0 10px 30px #00000073!important}.EstoqueLayout-module__6-lbMq__dockContainer::-webkit-scrollbar{display:none!important}.EstoqueLayout-module__6-lbMq__dockItem{flex:initial!important;color:var(--s-text-muted)!important;cursor:pointer!important;white-space:nowrap!important;background:0 0!important;border:none!important;border-radius:8px!important;outline:none!important;flex-direction:row!important;align-items:center!important;gap:6px!important;max-width:none!important;font-family:Inter,sans-serif!important;font-size:.74rem!important;font-weight:600!important;transition:color .2s cubic-bezier(.34,1.3,.64,1),background .2s cubic-bezier(.34,1.3,.64,1),transform .2s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important;position:relative!important}.EstoqueLayout-module__6-lbMq__dockItem i{flex-shrink:0!important;font-size:1rem!important}.EstoqueLayout-module__6-lbMq__tabText{align-items:center!important;display:inline-flex!important}.EstoqueLayout-module__6-lbMq__dockItem:hover{color:var(--s-accent-light,#ffbe53)!important;background:#f5a6230f!important;transform:translateY(-1px)!important}.EstoqueLayout-module__6-lbMq__dockItem.EstoqueLayout-module__6-lbMq__active{color:var(--s-accent)!important;background:#f5a62321!important;transform:translateY(-1px)!important}.EstoqueLayout-module__6-lbMq__dockItem.EstoqueLayout-module__6-lbMq__active i{color:var(--s-accent)!important}.EstoqueLayout-module__6-lbMq__tabUnderline{background:var(--s-accent)!important;pointer-events:none!important;opacity:.85!important;border-radius:2px 2px 0 0!important;width:65%!important;height:2px!important;animation:.3s cubic-bezier(.34,1.56,.64,1) EstoqueLayout-module__6-lbMq__underlineExpand!important;display:block!important;position:absolute!important;bottom:-1px!important;left:50%!important;transform:translate(-50%)!important}.EstoqueLayout-module__6-lbMq__dockDivider{background:var(--s-border)!important;opacity:.6!important;flex-shrink:0!important;align-self:center!important;width:1px!important;height:18px!important;margin:0 3px!important;display:block!important}}@media (max-width:420px){.EstoqueLayout-module__6-lbMq__dockItem{gap:4px!important;padding:6px 7px!important;font-size:.7rem!important}.EstoqueLayout-module__6-lbMq__dockItem i{font-size:.95rem!important}}@media (max-width:360px){.EstoqueLayout-module__6-lbMq__dockItem{gap:3px!important;padding:5px 6px!important;font-size:.66rem!important}}.EstoqueLayout-module__6-lbMq__reportSection{flex-direction:column;gap:1.25rem;min-height:100%;padding:1.25rem 1.5rem 2rem;display:flex}.EstoqueLayout-module__6-lbMq__reportHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.EstoqueLayout-module__6-lbMq__reportTitleRow{align-items:center;gap:.85rem;display:flex}.EstoqueLayout-module__6-lbMq__reportIconBox{border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.4rem;display:flex}.EstoqueLayout-module__6-lbMq__reportTitle{color:var(--s-text-main);letter-spacing:-.3px;margin:0;font-size:1.15rem;font-weight:800}.EstoqueLayout-module__6-lbMq__reportSub{color:var(--s-text-muted);margin:.15rem 0 0;font-size:.77rem}.EstoqueLayout-module__6-lbMq__reportFilters{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.EstoqueLayout-module__6-lbMq__searchBoxReport{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:8px;align-items:center;gap:.5rem;min-width:260px;padding:.5rem .75rem;display:flex}.EstoqueLayout-module__6-lbMq__searchBoxReport i{color:var(--s-text-muted);font-size:1rem}.EstoqueLayout-module__6-lbMq__searchBoxReport input{color:var(--s-text-main);background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600}.EstoqueLayout-module__6-lbMq__searchBoxReport input::placeholder{color:var(--s-text-muted);opacity:.65}.EstoqueLayout-module__6-lbMq__chipGroup{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.EstoqueLayout-module__6-lbMq__chip{border:1px solid var(--s-border);background:var(--s-input-bg);color:var(--s-text-muted);cursor:pointer;white-space:nowrap;border-radius:6px;padding:.35rem .8rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;transition:all .18s}.EstoqueLayout-module__6-lbMq__chip:hover{border-color:var(--s-accent);color:var(--s-accent)}.EstoqueLayout-module__6-lbMq__chipActive{border-color:var(--s-accent);color:var(--s-accent);background:#f5a62324}.EstoqueLayout-module__6-lbMq__reportTableWrap{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:12px;overflow:hidden}.EstoqueLayout-module__6-lbMq__tableTotalRow{border-bottom:1px solid var(--s-border);color:var(--s-text-muted);justify-content:space-between;align-items:center;padding:.75rem 1.2rem;font-size:.82rem;font-weight:500;display:flex}.EstoqueLayout-module__6-lbMq__tableTotalRow strong{color:var(--s-text-main)}.EstoqueLayout-module__6-lbMq__reportTable{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:.82rem}.EstoqueLayout-module__6-lbMq__reportTable thead th{text-align:left;color:var(--s-text-muted);letter-spacing:.04em;text-transform:uppercase;background:var(--s-input-bg);border-bottom:1px solid var(--s-border);white-space:nowrap;padding:.75rem 1rem;font-size:.72rem;font-weight:700}.EstoqueLayout-module__6-lbMq__reportTable tbody td{border-bottom:1px solid var(--s-border);color:var(--s-text-main);vertical-align:middle;padding:.7rem 1rem}.EstoqueLayout-module__6-lbMq__reportTable tbody tr:last-child td{border-bottom:none}.EstoqueLayout-module__6-lbMq__reportTable tbody tr:hover td{background:var(--s-hover-bg,#ffffff05)}.EstoqueLayout-module__6-lbMq__prodNome{color:var(--s-text-main);font-weight:600}.EstoqueLayout-module__6-lbMq__textMuted{font-size:.8rem;color:var(--s-text-muted)!important}.EstoqueLayout-module__6-lbMq__movTypeBadge{white-space:nowrap;border:1px solid;border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.74rem;font-weight:700;display:inline-flex}.EstoqueLayout-module__6-lbMq__movKpiRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.EstoqueLayout-module__6-lbMq__movKpi{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.EstoqueLayout-module__6-lbMq__movKpi i{font-size:1.15rem}.EstoqueLayout-module__6-lbMq__movKpiNum{color:var(--s-text-main);font-size:1.05rem;font-weight:800}.EstoqueLayout-module__6-lbMq__movKpiLabel{color:var(--s-text-muted);font-size:.75rem;font-weight:500}.EstoqueLayout-module__6-lbMq__abcSummaryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.EstoqueLayout-module__6-lbMq__abcCard{border:1px solid;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.1rem 1.2rem;display:flex}.EstoqueLayout-module__6-lbMq__abcCardHeader{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.EstoqueLayout-module__6-lbMq__abcBadge{border:1px solid;border-radius:6px;padding:.2rem .65rem;font-size:.82rem;font-weight:800}.EstoqueLayout-module__6-lbMq__abcDesc{color:var(--s-text-muted);font-size:.76rem;font-weight:500}.EstoqueLayout-module__6-lbMq__abcCardBody{flex-wrap:wrap;gap:1.5rem;display:flex}.EstoqueLayout-module__6-lbMq__abcStat{flex-direction:column;gap:.1rem;display:flex}.EstoqueLayout-module__6-lbMq__abcStatNum{font-size:1.1rem;font-weight:800}.EstoqueLayout-module__6-lbMq__abcStatLabel{color:var(--s-text-muted);font-size:.73rem}.EstoqueLayout-module__6-lbMq__abcBar{background:var(--s-border);border-radius:4px;height:4px;overflow:hidden}.EstoqueLayout-module__6-lbMq__abcBarFill{border-radius:4px;height:100%;transition:width .5s}.EstoqueLayout-module__6-lbMq__abcTableBadge{border:1px solid;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:inline-flex}.EstoqueLayout-module__6-lbMq__acumCell{align-items:center;gap:.5rem;display:flex}.EstoqueLayout-module__6-lbMq__acumBar{background:var(--s-border);border-radius:4px;flex:1;min-width:60px;height:6px;overflow:hidden}.EstoqueLayout-module__6-lbMq__acumBarFill{border-radius:4px;height:100%;transition:width .4s}.EstoqueLayout-module__6-lbMq__compraAlert{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.6rem;padding:.8rem 1.1rem;font-size:.85rem;font-weight:500;display:flex}.EstoqueLayout-module__6-lbMq__compraAlert i{flex-shrink:0;font-size:1.2rem}.EstoqueLayout-module__6-lbMq__compraAlert strong{color:var(--s-text-main)}.EstoqueLayout-module__6-lbMq__locGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.EstoqueLayout-module__6-lbMq__locCard{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:12px;overflow:hidden}.EstoqueLayout-module__6-lbMq__locCardHeader{border-bottom:1px solid var(--s-border);background:var(--s-input-bg);align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex}.EstoqueLayout-module__6-lbMq__locIconBox{width:36px;min-width:36px;height:36px;color:var(--s-accent);background:#f5a6231f;border:1px solid #f5a62340;border-radius:9px;justify-content:center;align-items:center;font-size:1.15rem;display:flex}.EstoqueLayout-module__6-lbMq__locName{color:var(--s-text-main);font-size:.9rem;font-weight:700;display:block}.EstoqueLayout-module__6-lbMq__locSub{color:var(--s-text-muted);font-size:.74rem;display:block}.EstoqueLayout-module__6-lbMq__locValor{color:var(--s-text-main);white-space:nowrap;margin-left:auto;font-size:.85rem;font-weight:700}.EstoqueLayout-module__6-lbMq__locProductList{flex-direction:column;gap:.5rem;max-height:200px;padding:.6rem 1.1rem;display:flex;overflow-y:auto}.EstoqueLayout-module__6-lbMq__locProductRow{align-items:center;gap:.6rem;display:flex}.EstoqueLayout-module__6-lbMq__locDot{border-radius:50%;flex-shrink:0;width:7px;min-width:7px;height:7px}.EstoqueLayout-module__6-lbMq__locProdNome{color:var(--s-text-main);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.81rem;font-weight:500;overflow:hidden}.EstoqueLayout-module__6-lbMq__locProdQtd{color:var(--s-text-muted);white-space:nowrap;font-size:.78rem}.EstoqueLayout-module__6-lbMq__emptyState{text-align:center;color:var(--s-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.EstoqueLayout-module__6-lbMq__emptyState i{opacity:.3;font-size:3rem}.EstoqueLayout-module__6-lbMq__emptyState p{color:var(--s-text-main);margin:0;font-size:.95rem;font-weight:600}.EstoqueLayout-module__6-lbMq__emptyState span{color:var(--s-text-muted);font-size:.82rem}
.Estoque-module__aSJVGG__page{background:var(--s-bg);flex-direction:column;gap:1.25rem;min-height:100%;padding:1.25rem 1.5rem;display:flex}.Estoque-module__aSJVGG__kpiGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:1100px){.Estoque-module__aSJVGG__kpiGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.Estoque-module__aSJVGG__kpiGrid{grid-template-columns:1fr}}.Estoque-module__aSJVGG__kpiCard{border:1px solid var(--s-border);background:var(--s-card-bg);border-radius:14px;flex-direction:column;gap:.8rem;padding:1.2rem 1.35rem;transition:box-shadow .2s,transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.Estoque-module__aSJVGG__kpiCard:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000029}.Estoque-module__aSJVGG__kpiCardAmber{--kpi-color:var(--s-accent);background:#f5a62314;border-color:#f5a62340}.Estoque-module__aSJVGG__kpiCardGreen{--kpi-color:#22c55e;background:#22c55e14;border-color:#22c55e40}.Estoque-module__aSJVGG__kpiCardCritical{--kpi-color:#ef4444;background:#ef444414;border-color:#ef444440}.Estoque-module__aSJVGG__kpiCardBlue{--kpi-color:#6366f1;background:#6366f114;border-color:#6366f140}.Estoque-module__aSJVGG__kpiHeader{justify-content:space-between;align-items:center;display:flex}.Estoque-module__aSJVGG__kpiLabel{text-transform:uppercase;letter-spacing:.6px;color:var(--s-text-muted);font-size:.7rem;font-weight:700}.Estoque-module__aSJVGG__kpiIcon{width:34px;height:34px;color:var(--kpi-color,var(--s-accent));background:#f5a6231f;border:1px solid #f5a62338;border-radius:9px;justify-content:center;align-items:center;font-size:1rem;display:flex}.Estoque-module__aSJVGG__kpiIconRed{background:#ef44441a;border-color:#ef444433}.Estoque-module__aSJVGG__kpiIconGreen{background:#22c55e1a;border-color:#22c55e33}.Estoque-module__aSJVGG__kpiIconBlue{background:#6366f11a;border-color:#6366f133}.Estoque-module__aSJVGG__kpiValue{color:var(--s-text-main);letter-spacing:-.5px;font-size:1.7rem;font-weight:900;line-height:1}.Estoque-module__aSJVGG__kpiValueSmall{font-size:1.15rem}.Estoque-module__aSJVGG__kpiFooter{color:var(--s-text-muted);align-items:center;gap:.4rem;font-size:.68rem;font-weight:600;display:flex}.Estoque-module__aSJVGG__kpiChange{border-radius:5px;align-items:center;gap:.15rem;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-flex}.Estoque-module__aSJVGG__kpiChangeUp{color:#22c55e;background:#22c55e1f}.Estoque-module__aSJVGG__kpiChangeDown{color:#ef4444;background:#ef44441f}.Estoque-module__aSJVGG__alertBanner{background:#ef444412;border:1px solid #ef444433;border-left:3px solid #ef4444;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1.1rem;display:flex}.Estoque-module__aSJVGG__alertBannerIcon{color:#ef4444;flex-shrink:0;font-size:1.2rem}.Estoque-module__aSJVGG__alertBannerText{color:var(--s-text-main);flex:1;font-size:.78rem;font-weight:600}.Estoque-module__aSJVGG__alertBannerText span{color:#ef4444;font-weight:800}.Estoque-module__aSJVGG__alertBannerClose{color:var(--s-text-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;padding:.2rem;font-size:1rem;transition:color .15s,background .15s;display:flex}.Estoque-module__aSJVGG__alertBannerClose:hover{color:#ef4444;background:#ef44441f}.Estoque-module__aSJVGG__filterPanel{background:var(--s-sidebar-bg);border:1px solid var(--s-border);border-radius:12px;overflow:hidden}.Estoque-module__aSJVGG__filterPanelHeader{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Estoque-module__aSJVGG__filterPanelTitle{color:var(--s-text-main);letter-spacing:-.2px;align-items:center;gap:.45rem;font-size:.88rem;font-weight:700;display:flex}.Estoque-module__aSJVGG__filterPanelTitle i{color:var(--s-accent);font-size:1rem}.Estoque-module__aSJVGG__filterToggle{background:var(--s-accent);color:#fff;cursor:pointer;border:none;border-radius:7px;align-items:center;gap:.3rem;padding:.38rem .85rem;font-size:.75rem;font-weight:700;transition:filter .15s,transform .15s;display:flex;box-shadow:0 2px 10px #f5a6234d}.Estoque-module__aSJVGG__filterToggle:hover{filter:brightness(1.1);transform:translateY(-1px)}.Estoque-module__aSJVGG__filterBody{border-top:1px solid var(--s-border);flex-direction:column;gap:1rem;padding:1.1rem 1.25rem 1.25rem;display:flex}.Estoque-module__aSJVGG__filterGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;display:grid}@media (max-width:1100px){.Estoque-module__aSJVGG__filterGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Estoque-module__aSJVGG__filterGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Estoque-module__aSJVGG__filterGrid{grid-template-columns:1fr}}.Estoque-module__aSJVGG__filterField{flex-direction:column;gap:.35rem;display:flex}.Estoque-module__aSJVGG__filterLabel{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.68rem;font-weight:700}.Estoque-module__aSJVGG__filterInput{background:var(--s-input-bg);border:1px solid var(--s-border);width:100%;color:var(--s-text-main);border-radius:8px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.Estoque-module__aSJVGG__filterInput:focus{border-color:var(--s-accent);box-shadow:0 0 0 2px var(--s-accent-dim)}.Estoque-module__aSJVGG__filterActions{justify-content:flex-end;gap:.6rem;display:flex}.Estoque-module__aSJVGG__viewToggleGroup{background:var(--s-input-bg);border:1px solid var(--s-border);box-sizing:border-box;border-radius:8px;align-items:center;gap:.15rem;height:38px;padding:3px;display:flex;position:relative}.Estoque-module__aSJVGG__viewTogglePill{background:var(--s-accent);z-index:1;border-radius:6px;width:32px;position:absolute;top:3px;bottom:3px;box-shadow:0 2px 8px #f5a62359}.Estoque-module__aSJVGG__viewToggleBtn{width:32px;height:30px;color:var(--s-text-muted);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:1.05rem;transition:color .18s;display:flex;position:relative}.Estoque-module__aSJVGG__viewToggleBtn:hover{color:var(--s-text-main)}.Estoque-module__aSJVGG__viewToggleBtnActive{color:#fff!important}.Estoque-module__aSJVGG__listPanel{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden}.Estoque-module__aSJVGG__listHeader{border-bottom:1px solid var(--s-border);background:var(--s-card-bg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.Estoque-module__aSJVGG__headerLeftWrap{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Estoque-module__aSJVGG__headerRightWrap{justify-content:center;align-items:center;gap:.75rem;display:flex}.Estoque-module__aSJVGG__perPageWrap{justify-content:center;align-items:center;gap:.5rem;padding-top:4px;display:flex}.Estoque-module__aSJVGG__perPageSelectContainer{width:90px}.Estoque-module__aSJVGG__perPageSelectContainer>div>div{box-sizing:border-box!important;height:42px!important;padding:.55rem .85rem!important;font-size:.82rem!important}.Estoque-module__aSJVGG__perPageSelectContainer .CustomSelect_customSelectControl__9rE3u{box-sizing:border-box!important;height:42px!important;padding:.55rem .85rem!important;font-size:.82rem!important}.Estoque-module__aSJVGG__perPageLabel{color:var(--s-text-muted);white-space:nowrap;font-size:.72rem;font-weight:600}.Estoque-module__aSJVGG__reportIconBox{border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.4rem;display:flex}.Estoque-module__aSJVGG__pageTitle{color:var(--s-text-main);letter-spacing:-.3px;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:800;display:flex}.Estoque-module__aSJVGG__pageTitle i{color:var(--s-accent);font-size:1.4rem}.Estoque-module__aSJVGG__pageSubtitle{color:var(--s-text-muted);margin-top:.2rem;font-size:.75rem;font-weight:500;display:block}.Estoque-module__aSJVGG__searchBox{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:8px;align-items:center;gap:.625rem;min-width:400px;padding:.6rem 1rem;transition:border-color .2s;display:flex}.Estoque-module__aSJVGG__searchBox:focus-within{border-color:var(--s-accent);box-shadow:0 0 0 2px var(--s-accent-dim)}.Estoque-module__aSJVGG__searchBox i{color:var(--s-text-muted);flex-shrink:0;font-size:.95rem}.Estoque-module__aSJVGG__searchBox input{color:var(--s-text-main);background:0 0;border:none;outline:none;flex:1;font-size:.8rem;font-weight:600}.Estoque-module__aSJVGG__searchBox input::placeholder{color:var(--s-text-muted)}.Estoque-module__aSJVGG__tabBar{border-bottom:1px solid var(--s-border);align-items:center;padding:0 1.25rem;display:flex}.Estoque-module__aSJVGG__tabBtn{color:var(--s-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.35rem;padding:.75rem 1rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .2s;display:flex;position:relative}.Estoque-module__aSJVGG__tabBtn:hover{color:var(--s-text-main)}.Estoque-module__aSJVGG__tabBtnActive{font-weight:700;color:var(--s-accent)!important}.Estoque-module__aSJVGG__tabIndicator{background:var(--s-accent);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #f5a62366}.Estoque-module__aSJVGG__tabBadge{background:var(--s-border);min-width:18px;height:18px;color:var(--s-text-muted);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:.62rem;font-weight:800;display:inline-flex}.Estoque-module__aSJVGG__tabBadgeCritical{color:#ef4444!important;background:#ef444426!important}.Estoque-module__aSJVGG__mobileCardList{display:none}.Estoque-module__aSJVGG__tableWrap{flex:1;padding:1.25rem 1.5rem;overflow-x:auto}.Estoque-module__aSJVGG__table{border-collapse:separate;border-spacing:0 .65rem;text-align:left;width:100%;min-width:900px;font-size:.82rem}.Estoque-module__aSJVGG__table th{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;padding:.5rem 1.125rem;font-size:.68rem;font-weight:700}.Estoque-module__aSJVGG__thSortable{cursor:pointer;transition:color .15s}.Estoque-module__aSJVGG__thSortable:hover{color:var(--s-accent)}.Estoque-module__aSJVGG__thSortActive{color:var(--s-accent)!important}.Estoque-module__aSJVGG__thSort{align-items:center;gap:.3rem;display:inline-flex}.Estoque-module__aSJVGG__expandChevron{color:var(--s-text-muted);justify-content:center;align-items:center;font-size:1.2rem;transition:transform .2s;display:flex}.Estoque-module__aSJVGG__expandChevron.Estoque-module__aSJVGG__expanded{color:var(--s-accent);transform:rotate(90deg)}.Estoque-module__aSJVGG__trExpandedParent td{border-bottom-color:#0000!important}.Estoque-module__aSJVGG__expandableRow,.Estoque-module__aSJVGG__expandableRow:hover{background:0 0!important}.Estoque-module__aSJVGG__expandableRow td{border-top:none!important;border-bottom:1px solid var(--s-border)!important;background:#ffffff03!important}.Estoque-module__aSJVGG__expandableRow td:first-child{border-top-left-radius:0;border-bottom-left-radius:12px;border-left:1px solid var(--s-border)!important}.Estoque-module__aSJVGG__expandableRow td:last-child{border-top-right-radius:0;border-bottom-right-radius:12px;border-right:1px solid var(--s-border)!important}.Estoque-module__aSJVGG__trExpandedParent td:first-child{border-bottom-left-radius:0!important}.Estoque-module__aSJVGG__trExpandedParent td:last-child{border-bottom-right-radius:0!important}.Estoque-module__aSJVGG__expandedContent{border-top:1px solid #f5a62326;border-bottom:1px solid var(--s-border);border-left:1px solid var(--s-border);border-right:1px solid var(--s-border);overflow:hidden}.Estoque-module__aSJVGG__expandHeader{border-bottom:1px solid var(--s-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem .6rem;display:flex}.Estoque-module__aSJVGG__expandHeaderLeft{align-items:center;gap:.75rem;display:flex}.Estoque-module__aSJVGG__expandHeaderLeft strong{color:var(--s-text-main);font-size:.9rem;font-weight:800;display:block}.Estoque-module__aSJVGG__expandHeaderLeft span{color:var(--s-text-muted);font-size:.72rem;font-weight:500}.Estoque-module__aSJVGG__expandAvatar{background:var(--s-accent-dim);width:36px;height:36px;color:var(--s-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Estoque-module__aSJVGG__expandHeaderChips{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.Estoque-module__aSJVGG__chip{color:var(--s-text-muted);border:1px solid var(--s-border);background:#ffffff0d;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.Estoque-module__aSJVGG__chip i{transform:translateY(1px)}.Estoque-module__aSJVGG__expandBody{flex-direction:column;gap:.85rem;padding:1rem 1.25rem 1.25rem;display:flex}.Estoque-module__aSJVGG__expandSection{flex-direction:column;gap:.35rem;display:flex}.Estoque-module__aSJVGG__expandSectionItem{flex-direction:column;gap:.2rem;display:flex}.Estoque-module__aSJVGG__expandLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--s-text-muted);align-items:center;gap:.3rem;font-size:.65rem;font-weight:800;display:flex}.Estoque-module__aSJVGG__expandText{color:var(--s-text-main);opacity:.9;margin:0;font-size:.83rem;line-height:1.5}.Estoque-module__aSJVGG__metricsRow{flex-wrap:wrap;gap:.6rem;display:flex}.Estoque-module__aSJVGG__metricsRow .Estoque-module__aSJVGG__metricCard{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:8px;flex-direction:column;flex:1;gap:.15rem;min-width:110px;max-width:180px;padding:.6rem .85rem;display:flex}.Estoque-module__aSJVGG__metricsRow .Estoque-module__aSJVGG__metricCard span{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:.25rem;font-size:.62rem;font-weight:700;display:flex}.Estoque-module__aSJVGG__metricsRow .Estoque-module__aSJVGG__metricCard span i{font-size:.75rem}.Estoque-module__aSJVGG__metricsRow .Estoque-module__aSJVGG__metricCard strong{color:var(--s-text-main);font-size:.92rem;font-weight:800}.Estoque-module__aSJVGG__metricsRow .Estoque-module__aSJVGG__metricCard small{color:var(--s-text-muted);margin-top:.1rem;font-size:.62rem}.Estoque-module__aSJVGG__pillsRow{flex-wrap:wrap;gap:.5rem;display:flex}.Estoque-module__aSJVGG__fieldPill{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;display:flex}.Estoque-module__aSJVGG__fieldPillLabel{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:.65rem;font-weight:700}.Estoque-module__aSJVGG__fieldPillValue{color:var(--s-text-main);font-size:.75rem;font-weight:600}.Estoque-module__aSJVGG__table tbody tr{background:var(--c-card);transition:all .3s}.Estoque-module__aSJVGG__table tbody tr:hover{background:var(--c-card-hover)}.Estoque-module__aSJVGG__table td{color:var(--s-text-main);border-top:1px solid var(--s-border);border-bottom:1px solid var(--s-border);vertical-align:middle;padding:1rem 1.125rem}.Estoque-module__aSJVGG__table td:first-child{border-left:1px solid var(--s-border);border-top-left-radius:12px;border-bottom-left-radius:12px}.Estoque-module__aSJVGG__table td:last-child{border-right:1px solid var(--s-border);border-top-right-radius:12px;border-bottom-right-radius:12px}.Estoque-module__aSJVGG__prodCell{align-items:center;gap:.75rem;display:flex}.Estoque-module__aSJVGG__prodThumb{object-fit:cover;background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:9px;flex-shrink:0;width:38px;height:38px}.Estoque-module__aSJVGG__prodThumbEmpty{background:var(--s-accent-dim);width:38px;height:38px;color:var(--s-accent);border:1px dashed #f5a6234d;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Estoque-module__aSJVGG__prodName{color:var(--s-text-main);font-size:.82rem;font-weight:700}.Estoque-module__aSJVGG__prodSku{color:var(--s-text-muted);font-size:.67rem;font-weight:500}.Estoque-module__aSJVGG__stockBar{flex-direction:column;gap:.3rem;min-width:120px;display:flex}.Estoque-module__aSJVGG__stockBarTrack{background:var(--s-border);border-radius:3px;height:5px;overflow:hidden}.Estoque-module__aSJVGG__stockBarFill{border-radius:3px;height:100%;transition:width .4s}.Estoque-module__aSJVGG__stockBarFillCritical{background:#ef4444}.Estoque-module__aSJVGG__stockBarFillLow{background:#f97316}.Estoque-module__aSJVGG__stockBarFillOk{background:#22c55e}.Estoque-module__aSJVGG__stockBarFillHigh{background:#6366f1}.Estoque-module__aSJVGG__stockQty{color:var(--s-text-main);font-size:.8rem;font-weight:700}.Estoque-module__aSJVGG__stockQtyLabel{color:var(--s-text-muted);font-size:.65rem;font-weight:500}.Estoque-module__aSJVGG__statusBadge{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:20px;align-items:center;gap:.25rem;padding:.18rem .55rem;font-size:.62rem;font-weight:700;display:inline-flex}.Estoque-module__aSJVGG__statusOk{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e40}.Estoque-module__aSJVGG__statusLow{color:#f97316;background:#f973161f;border:1px solid #f9731640}.Estoque-module__aSJVGG__statusCritical{color:#ef4444;background:#ef44441f;border:1px solid #ef444440;animation:2s ease-in-out infinite Estoque-module__aSJVGG__badgePulse}@keyframes Estoque-module__aSJVGG__badgePulse{0%,to{opacity:1}50%{opacity:.7}}.Estoque-module__aSJVGG__statusExcesso{color:#6366f1;background:#6366f11f;border:1px solid #6366f140}.Estoque-module__aSJVGG__statusSemMovimento{color:var(--s-text-muted);border:1px solid var(--s-border);background:#8181811f}.Estoque-module__aSJVGG__catPill{background:var(--s-accent-dim);color:var(--s-accent);border:1px solid #f5a62333;border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.Estoque-module__aSJVGG__currency{font-size:.82rem;font-weight:700}.Estoque-module__aSJVGG__currencyMuted{color:var(--s-text-muted);font-size:.72rem;font-weight:500}.Estoque-module__aSJVGG__rowActions{justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.Estoque-module__aSJVGG__actionGroupMov{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:9px;align-items:center;gap:.3rem;padding:.2rem .3rem;display:flex}.Estoque-module__aSJVGG__actionGroupGeneral{align-items:center;gap:.25rem;display:flex}.Estoque-module__aSJVGG__actionDivider{background:var(--s-border);width:1px;height:20px}.Estoque-module__aSJVGG__cardsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.25rem;display:grid}@media (max-width:1000px){.Estoque-module__aSJVGG__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.Estoque-module__aSJVGG__cardsGrid{grid-template-columns:1fr}}.Estoque-module__aSJVGG__productCard{background:var(--c-card);border:1px solid var(--s-border);border-radius:14px;flex-direction:column;gap:.85rem;padding:1.1rem;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.Estoque-module__aSJVGG__productCard:hover{background:var(--c-card-hover);border-color:#f5a6234d;transform:translateY(-2px);box-shadow:0 6px 22px #0000001f}.Estoque-module__aSJVGG__productCardHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Estoque-module__aSJVGG__productCardThumb{object-fit:cover;border:1px solid var(--s-border);border-radius:10px;flex-shrink:0;width:46px;height:46px}.Estoque-module__aSJVGG__productCardThumbEmpty{background:var(--s-accent-dim);width:46px;height:46px;color:var(--s-accent);border:1px dashed #f5a6234d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.Estoque-module__aSJVGG__productCardInfo{flex:1;min-width:0}.Estoque-module__aSJVGG__productCardName{color:var(--s-text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.Estoque-module__aSJVGG__productCardSku{color:var(--s-text-muted);margin-top:2px;font-size:.66rem;font-weight:600}.Estoque-module__aSJVGG__productCardBody{flex-direction:column;gap:.5rem;display:flex}.Estoque-module__aSJVGG__productCardMetaRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Estoque-module__aSJVGG__productCardMetaItem{flex-direction:column;gap:.1rem;display:flex}.Estoque-module__aSJVGG__productCardMetaLabel{text-transform:uppercase;letter-spacing:.4px;color:var(--s-text-muted);font-size:.6rem;font-weight:700}.Estoque-module__aSJVGG__productCardMetaValue{color:var(--s-text-main);font-size:.82rem;font-weight:700}.Estoque-module__aSJVGG__productCardFooter{border-top:1px dashed var(--s-border);justify-content:space-between;align-items:center;gap:.8rem;padding-top:.7rem;display:flex}.Estoque-module__aSJVGG__btnGhost{background:var(--s-input-bg);border:1px solid var(--s-border);color:var(--s-text-main);cursor:pointer;white-space:nowrap;border-radius:7px;align-items:center;gap:5px;padding:.55rem 1rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .15s;display:inline-flex}.Estoque-module__aSJVGG__btnGhost:hover{border-color:var(--s-accent);color:var(--s-accent);background:var(--s-accent-dim)}.Estoque-module__aSJVGG__historyList{flex-direction:column;gap:0;display:flex}.Estoque-module__aSJVGG__historyItem{border-bottom:1px solid var(--s-border);align-items:flex-start;gap:.85rem;padding:.9rem 0;display:flex}.Estoque-module__aSJVGG__historyItem:last-child{border-bottom:none}.Estoque-module__aSJVGG__historyDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.Estoque-module__aSJVGG__historyDotEntrada{background:#22c55e;box-shadow:0 0 6px #22c55e80}.Estoque-module__aSJVGG__historyDotSaida{background:#ef4444;box-shadow:0 0 6px #ef444480}.Estoque-module__aSJVGG__historyDotAjuste{background:#f97316;box-shadow:0 0 6px #f9731680}.Estoque-module__aSJVGG__historyInfo{flex-direction:column;flex:1;gap:.2rem;display:flex}.Estoque-module__aSJVGG__historyProd{color:var(--s-text-main);font-size:.82rem;font-weight:700}.Estoque-module__aSJVGG__historyMeta{color:var(--s-text-muted);font-size:.7rem;font-weight:500}.Estoque-module__aSJVGG__historyQtyBadge{border-radius:6px;flex-shrink:0;align-items:center;gap:.2rem;padding:.18rem .5rem;font-size:.72rem;font-weight:800;display:inline-flex}.Estoque-module__aSJVGG__historyQtyBadgeEntrada{color:#22c55e;background:#22c55e1f}.Estoque-module__aSJVGG__historyQtyBadgeSaida{color:#ef4444;background:#ef44441f}.Estoque-module__aSJVGG__historyQtyBadgeAjuste{color:#f97316;background:#f973161f}.Estoque-module__aSJVGG__avatar{background:color-mix(in srgb, var(--avatar-color,var(--s-accent)) 15%, transparent);width:42px;height:42px;color:var(--avatar-color,var(--s-accent));border-radius:20%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Estoque-module__aSJVGG__btnPrimary{background:var(--s-accent);color:#fff;border:1px solid var(--s-accent);cursor:pointer;white-space:nowrap;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:.43rem;height:40px;padding:0 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:filter .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 3px 12px #f5a62347}.Estoque-module__aSJVGG__btnPrimary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 5px 18px #f5a62361}.Estoque-module__aSJVGG__btnPrimary:disabled{opacity:.5;cursor:not-allowed;transform:none}.Estoque-module__aSJVGG__btnSecondary{background:var(--s-input-bg);height:42px;color:var(--s-text-main);border:1px solid var(--s-border);cursor:pointer;white-space:nowrap;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:.7rem;padding:0 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .18s;display:inline-flex}.Estoque-module__aSJVGG__btnSecondary:hover{border-color:var(--s-accent);color:var(--s-accent);background:var(--s-accent-dim);transform:translateY(-1px)}.Estoque-module__aSJVGG__btnSecondary i{color:var(--s-accent);font-size:.95rem}.Estoque-module__aSJVGG__btnSuccess{color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:1px solid #22c55e;border-radius:9px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 3px 12px #22c55e40}.Estoque-module__aSJVGG__btnDanger{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:1px solid #ef4444;border-radius:9px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 3px 12px #ef444440}.Estoque-module__aSJVGG__btnOutline{color:var(--s-text-main);border:1px solid var(--s-border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:9px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.Estoque-module__aSJVGG__btnOutline:hover{border-color:var(--s-accent);color:var(--s-accent);background:var(--s-accent-dim)}.Estoque-module__aSJVGG__btnIcon{border:1px solid var(--s-border);background:var(--s-input-bg);width:32px;height:32px;color:var(--s-text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;transition:all .15s;display:flex}.Estoque-module__aSJVGG__btnIcon:hover{border-color:var(--s-accent);background:var(--s-accent-dim);color:var(--s-accent)}.Estoque-module__aSJVGG__btnIconDelete{color:#ef4444!important;background:#ef44440f!important;border-color:#ef444433!important}.Estoque-module__aSJVGG__btnIconDelete:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.Estoque-module__aSJVGG__btnIconEntrada{color:#22c55e!important;background:#22c55e0f!important;border-color:#22c55e33!important}.Estoque-module__aSJVGG__btnIconEntrada:hover{color:#fff!important;background:#22c55e!important;border-color:#22c55e!important}.Estoque-module__aSJVGG__btnIconSaida{color:#ef4444!important;background:#ef44440f!important;border-color:#ef444433!important}.Estoque-module__aSJVGG__btnIconSaida:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.Estoque-module__aSJVGG__pagination,.Estoque-module__aSJVGG__listFooter{border-top:1px solid var(--s-border);background:var(--s-card-bg);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1.25rem;display:flex}.Estoque-module__aSJVGG__pageInfo{color:var(--s-text-muted);font-size:.72rem;font-weight:500}.Estoque-module__aSJVGG__pageActions{align-items:center;gap:.3rem;display:flex}.Estoque-module__aSJVGG__pageBtn{border:1px solid var(--s-border);background:var(--s-input-bg);min-width:30px;height:30px;color:var(--s-text-main);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.Estoque-module__aSJVGG__pageBtn:hover:not(:disabled){border-color:var(--s-accent);color:var(--s-accent)}.Estoque-module__aSJVGG__pageBtn:disabled{opacity:.3;cursor:not-allowed}.Estoque-module__aSJVGG__pageBtnActive{box-shadow:0 2px 8px #f5a6234d;background:var(--s-accent)!important;border-color:var(--s-accent)!important;color:#fff!important}.Estoque-module__aSJVGG__empty{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:3.5rem 2rem;display:flex}.Estoque-module__aSJVGG__emptyIconContainer,.Estoque-module__aSJVGG__emptyIcon{background:var(--s-accent-dim);border:1px dashed #f5a62359;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.35rem;animation:3.5s ease-in-out infinite Estoque-module__aSJVGG__floatIcon;display:flex}.Estoque-module__aSJVGG__emptyIconContainer i,.Estoque-module__aSJVGG__emptyIcon i{color:var(--s-accent);font-size:1.6rem}@keyframes Estoque-module__aSJVGG__floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Estoque-module__aSJVGG__emptyTitle,.Estoque-module__aSJVGG__empty p{color:var(--s-text-main);margin:0;font-size:.85rem;font-weight:700}.Estoque-module__aSJVGG__emptySub,.Estoque-module__aSJVGG__empty span{color:var(--s-text-muted);max-width:280px;font-size:.73rem;font-weight:500;line-height:1.55}.Estoque-module__aSJVGG__loadingState{color:var(--s-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem;font-size:.8rem;font-weight:600;display:flex}.Estoque-module__aSJVGG__spinner{border:3px solid var(--s-border);border-top-color:var(--s-accent);border-radius:50%;width:34px;height:34px;animation:.75s linear infinite Estoque-module__aSJVGG__spin}@keyframes Estoque-module__aSJVGG__spin{to{transform:rotate(360deg)}}.Estoque-module__aSJVGG__toastContainer{z-index:2000;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.Estoque-module__aSJVGG__toast{background:var(--s-card-bg);border:1px solid var(--s-border);pointer-events:auto;border-radius:12px;align-items:center;gap:.75rem;min-width:280px;max-width:360px;padding:.85rem 1.1rem;animation:.3s Estoque-module__aSJVGG__slideInRight;display:flex;box-shadow:0 8px 28px #0003}@keyframes Estoque-module__aSJVGG__slideInRight{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.Estoque-module__aSJVGG__toastIcon{flex-shrink:0;font-size:1.15rem}.Estoque-module__aSJVGG__toastMessage{color:var(--s-text-main);flex:1;font-size:.8rem;font-weight:600;line-height:1.4}.Estoque-module__aSJVGG__toastSuccess{border-left:3px solid #22c55e}.Estoque-module__aSJVGG__toastSuccess .Estoque-module__aSJVGG__toastIcon{color:#22c55e}.Estoque-module__aSJVGG__toastError{border-left:3px solid #ef4444}.Estoque-module__aSJVGG__toastError .Estoque-module__aSJVGG__toastIcon{color:#ef4444}.Estoque-module__aSJVGG__toastInfo{border-left:3px solid var(--s-accent)}.Estoque-module__aSJVGG__toastInfo .Estoque-module__aSJVGG__toastIcon{color:var(--s-accent)}.Estoque-module__aSJVGG__ellipsis{color:var(--s-text-muted);-webkit-user-select:none;user-select:none;padding:0 .15rem;font-size:.75rem}.Estoque-module__aSJVGG__divider{background:var(--s-border);height:1px}.Estoque-module__aSJVGG__textAccent{color:var(--s-accent)}.Estoque-module__aSJVGG__textMuted{color:var(--s-text-muted)}.Estoque-module__aSJVGG__textSuccess{color:#22c55e}.Estoque-module__aSJVGG__textDanger{color:#ef4444}.Estoque-module__aSJVGG__textWarning{color:#f97316}.Estoque-module__aSJVGG__textIndigo{color:#6366f1}.Estoque-module__aSJVGG__checkboxRow{align-items:center;gap:.5rem;display:flex}.Estoque-module__aSJVGG__checkboxRow input[type=checkbox]{width:16px;height:16px;accent-color:var(--s-accent);cursor:pointer}.Estoque-module__aSJVGG__checkboxLabel{color:var(--s-text-main);cursor:pointer;font-size:.8rem;font-weight:500}.Estoque-module__aSJVGG__brandTag{color:var(--s-text-muted);opacity:.6;align-items:center;gap:.3rem;font-size:.68rem;font-weight:600;display:flex}.Estoque-module__aSJVGG__brandTag i{color:var(--s-accent);font-size:.82rem}@media (max-width:820px){.Estoque-module__aSJVGG__page{gap:.85rem;padding:.75rem;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))!important}.Estoque-module__aSJVGG__kpiGrid{grid-template-columns:1fr;gap:.65rem}.Estoque-module__aSJVGG__listPanel{border-radius:14px}.Estoque-module__aSJVGG__listHeader{flex-direction:column;align-items:stretch;gap:.85rem;padding:.85rem 1rem}.Estoque-module__aSJVGG__headerLeftWrap{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.Estoque-module__aSJVGG__searchBox{width:100%;min-width:unset;height:40px}.Estoque-module__aSJVGG__viewToggleGroup,.Estoque-module__aSJVGG__perPageWrap{display:none!important}.Estoque-module__aSJVGG__headerRightWrap{align-items:center;gap:.45rem;width:100%;display:flex}.Estoque-module__aSJVGG__headerRightWrap>button{white-space:nowrap;text-overflow:ellipsis;flex:1;justify-content:center;min-width:0;height:38px;padding:.6rem .5rem;font-size:.75rem;overflow:hidden}.Estoque-module__aSJVGG__tabBar{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:.25rem!important;padding:0 .75rem!important;overflow-x:auto!important}.Estoque-module__aSJVGG__tabBar::-webkit-scrollbar{display:none}.Estoque-module__aSJVGG__tabBtn{flex-shrink:0!important;padding:.65rem .75rem!important;font-size:.76rem!important}.Estoque-module__aSJVGG__tableWrap,.Estoque-module__aSJVGG__cardsGrid{display:none!important}.Estoque-module__aSJVGG__mobileCardList{flex-direction:column!important;flex:1!important;gap:.65rem!important;padding:.75rem!important;display:flex!important;overflow-y:auto!important}.Estoque-module__aSJVGG__mobileCard{background:var(--s-card-bg);border:1px solid var(--s-border);border-radius:14px;flex-direction:column;gap:0;padding:.9rem 1rem .75rem;transition:border-color .2s;display:flex;box-shadow:0 4px 16px #0000001f}.Estoque-module__aSJVGG__mobileCard:active{border-color:#f5a6234d}.Estoque-module__aSJVGG__mobileCardTop{align-items:center;gap:.75rem;margin-bottom:.7rem;display:flex}.Estoque-module__aSJVGG__mobileCardMeta{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.Estoque-module__aSJVGG__mobileCardName{color:var(--s-text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.Estoque-module__aSJVGG__mobileCardBadges{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.3rem;display:flex}.Estoque-module__aSJVGG__mobileCardDetails{border:1px solid var(--s-border);background:#ffffff05;border-radius:10px;flex-direction:column;gap:.5rem;margin-bottom:.7rem;padding:.75rem;display:flex}.Estoque-module__aSJVGG__mobileCardMetrics{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}.Estoque-module__aSJVGG__mobileMetricCard{background:var(--s-input-bg);border:1px solid var(--s-border);border-radius:8px;flex-direction:column;gap:.1rem;padding:.5rem .65rem;display:flex}.Estoque-module__aSJVGG__mobileMetricLabel{color:var(--s-text-muted);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:.2rem;font-size:.58rem;font-weight:700;display:flex}.Estoque-module__aSJVGG__mobileMetricLabel i{color:var(--s-accent);font-size:.7rem}.Estoque-module__aSJVGG__mobileMetricValue{color:var(--s-text-main);font-size:.88rem;font-weight:800}.Estoque-module__aSJVGG__mobileMetricValue small{color:var(--s-text-muted);font-size:.68rem;font-weight:600}.Estoque-module__aSJVGG__mobileCardLocation{color:var(--s-text-muted);align-items:center;gap:.3rem;font-size:.68rem;font-weight:500;display:inline-flex}.Estoque-module__aSJVGG__mobileCardLocation i{color:var(--s-accent)}.Estoque-module__aSJVGG__mobileCardActions{border-top:1px solid var(--s-border);align-items:center;gap:.4rem;padding-top:.65rem;display:flex}.Estoque-module__aSJVGG__mobileCardExpandBtn{border:1px solid var(--s-border);color:var(--s-text-muted);cursor:pointer;background:0 0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.Estoque-module__aSJVGG__mobileCardExpandBtn:hover{border-color:var(--s-accent);color:var(--s-accent);background:var(--s-accent-dim)}.Estoque-module__aSJVGG__mobileCardExpandBtn i{font-size:1rem}.Estoque-module__aSJVGG__actionBtn{cursor:pointer;background:var(--s-input-bg);border:1px solid var(--s-border);width:36px;height:36px;color:var(--s-text-main);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.Estoque-module__aSJVGG__pagination,.Estoque-module__aSJVGG__listFooter{background:var(--s-card-bg)!important;border-top:1px solid var(--s-border)!important;flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:.35rem!important;padding:.75rem .85rem!important;display:flex!important}.Estoque-module__aSJVGG__pageInfo{white-space:nowrap!important;color:var(--s-text-muted)!important;font-size:.68rem!important}.Estoque-module__aSJVGG__pageActions{flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:.2rem!important;display:flex!important}.Estoque-module__aSJVGG__pageBtn{border-radius:6px!important;min-width:26px!important;height:26px!important;padding:0!important;font-size:.7rem!important}.Estoque-module__aSJVGG__brandTag{display:none!important}}@media (max-width:480px){.Estoque-module__aSJVGG__headerRightWrap>button{padding:.5rem .35rem;font-size:.72rem}}
