:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#e9edf2;--surface:#fff;--surface-strong:#f4f7fa;--surface-soft:#f8fafc;--surface-elevated:#fff;--text:#061225;--muted:#64758b;--line:#dce4ee;--teal:#07856c;--teal-dark:#066c58;--blue:#2563eb;--orange:#d88711;--red:#e54848;--green:#11a66d;--topbar-bg:#ffffffe6;--overlay-bg:#0f172a47;--accent-soft:#dff8f3;--accent-line:#9be7d8;--brand-soft:#d7f8f0;--success-soft:#def9eb;--danger-soft:#ffe5e5;--warning-soft:#fff0d8;--info-soft:#e6f0ff;--neutral-soft:#dff8f3;--orange-soft:#ffe7c2;--positive-soft:#f2fbf6;--positive-line:#c8f1dc;--negative-soft:#fff5f5;--negative-line:#ffd3d3;--input-focus:#07856c29;--dash-line:#9baec4;--toast-bg:#182235;--radius-shell:30px;--radius-card:14px;--radius-control:10px;--shadow:0 20px 46px #0f172a1c;--shadow-soft:0 7px 18px #0f172a12;--shadow-panel:0 12px 28px #0f172a14;--shadow-card:0 13px 28px #0f172a1a;--shadow-float:0 8px 18px #0f172a17}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#05080b;--surface:#101820;--surface-strong:#151f28;--surface-soft:#0b1117;--surface-elevated:#151d24;--text:#f8fbff;--muted:#8ea0b4;--line:#263241;--teal:#10b981;--teal-dark:#0f9f73;--blue:#65a6ff;--orange:#f2b84b;--red:#ff6464;--green:#35d392;--topbar-bg:#101820e6;--overlay-bg:#00000080;--accent-soft:#10b9812b;--accent-line:#10b98173;--brand-soft:#10b9812e;--success-soft:#35d39229;--danger-soft:#ff646429;--warning-soft:#f2b84b29;--info-soft:#65a6ff29;--neutral-soft:#10b98124;--orange-soft:#f2b84b2b;--positive-soft:#35d39221;--positive-line:#35d39257;--negative-soft:#ff646421;--negative-line:#ff646457;--input-focus:#10b98133;--dash-line:#4a5a6b;--toast-bg:#1f2937;--shadow:0 24px 58px #0000006b;--shadow-soft:0 8px 20px #0000003d;--shadow-panel:0 16px 34px #00000042;--shadow-card:0 16px 32px #00000047;--shadow-float:0 10px 22px #00000042}html[data-theme=cecato]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#6d0707;--surface:#fffaf4;--surface-strong:#f3e5d9;--surface-soft:#f8efe6;--surface-elevated:#fffdf8;--text:#281309;--muted:#765a4c;--line:#e7d3c2;--teal:#9d1111;--teal-dark:#7c0b0b;--blue:#315d9a;--orange:#c47a16;--red:#c1121f;--green:#16895b;--topbar-bg:#fffaf4eb;--overlay-bg:#420a0775;--accent-soft:#ffe8de;--accent-line:#edb0a0;--brand-soft:#fff1e8;--success-soft:#e5f6eb;--danger-soft:#ffe1dc;--warning-soft:#fff0d7;--info-soft:#e9eef8;--neutral-soft:#fff1e8;--orange-soft:#ffe5bd;--positive-soft:#f2fbf5;--positive-line:#c5edd7;--negative-soft:#fff0ed;--negative-line:#ffc9c0;--input-focus:#9d111129;--dash-line:#b79b88;--toast-bg:#40130f;--shadow:0 24px 58px #3b0a0740;--shadow-soft:0 8px 18px #3b0a071c;--shadow-panel:0 16px 34px #3b0a0721;--shadow-card:0 17px 32px #3b0a0726;--shadow-float:0 10px 22px #3b0a0721}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0;font-family:Roboto,Arial,Helvetica Neue,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.45;transition:background-color .16s,color .16s}h1,h2,h3{font-weight:700}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea,button{accent-color:var(--teal)}button:disabled{cursor:not-allowed;opacity:.65}.auth-page{place-items:center;min-height:100dvh;padding:24px;display:grid}.auth-panel,.loader-panel{background:var(--surface);border:1px solid var(--line);width:min(100%,420px);box-shadow:var(--shadow);border-radius:8px;padding:28px}.auth-panel{gap:16px;display:grid}.auth-panel h1{margin:0;font-size:1.75rem;line-height:1.12}.auth-panel p{color:var(--muted);margin:0;line-height:1.55}.auth-panel .support-note{border:1px solid var(--line);background:var(--surface-strong);color:var(--text);overflow-wrap:anywhere;border-radius:8px;padding:10px 12px;font-size:.86rem}.auth-panel code{border:1px solid var(--line);background:var(--surface-strong);border-radius:6px;width:fit-content;padding:8px 10px}.brand-badge{width:48px;height:48px;color:var(--teal);background:var(--brand-soft);border-radius:8px;place-items:center;display:grid}.brand-badge.danger{color:var(--red);background:var(--danger-soft)}.brand-badge svg,.app-mark svg,.brand-logo,.icon-button svg,.primary-button svg,.secondary-button svg,.quick-actions svg,.bottom-nav svg,.sidebar svg,.section-heading svg,.empty-state svg,.loader-panel svg,.file-picker svg{width:18px;height:18px}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.66rem;font-weight:600}.app-shell{background:linear-gradient(180deg, var(--bg), var(--bg) 70%, var(--surface-strong));min-height:100dvh;padding:8px 8px 78px}.topbar{z-index:12;border:1px solid var(--line);background:var(--topbar-bg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:6px;display:flex;position:sticky;top:0}.topbar-title{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.topbar-title .app-mark{box-sizing:border-box;flex:0 0 40px;width:40px;min-width:40px;height:40px;padding:2px}.topbar-title .brand-wordmark{flex:auto;max-width:clamp(118px,40vw,178px)}.brand-wordmark{align-content:center;gap:0;min-width:0;line-height:1;display:grid}.brand-wordmark span,.brand-wordmark strong{text-overflow:ellipsis;white-space:nowrap;max-width:54vw;display:block;overflow:hidden}.brand-wordmark span{color:#536477;letter-spacing:.22em;text-transform:uppercase;margin:0;font-family:Arial,Helvetica Neue,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:.56rem;font-weight:800}.brand-wordmark strong{color:#a51d1d;letter-spacing:0;text-shadow:none;font-family:Georgia,Times New Roman,Times,serif;font-size:1.28rem;font-style:italic;font-weight:700}.brand-wordmark.compact strong{font-size:1.18rem}html[data-theme=dark] .brand-wordmark strong{color:#ff9f9b;text-shadow:none}.app-mark{color:#fff;background:#fff;border-radius:7px;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a14,0 8px 18px #3b1d0d14}.brand-logo{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.logo-badge{background:#fff;padding:4px;box-shadow:inset 0 0 0 1px #0f172a14,0 14px 28px #3b1d0d1f}.topbar-actions{flex:none;align-items:center;gap:6px;display:flex}.theme-switch{border:1px solid var(--line);width:92px;height:36px;color:var(--muted);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr));place-items:center;padding:0 7px;display:grid;position:relative}.theme-switch svg{z-index:1;width:16px;height:16px;position:relative}.theme-switch span{background:var(--warning-soft);width:24px;height:24px;box-shadow:var(--shadow-soft);border-radius:7px;transition:transform .18s,background-color .18s;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.theme-switch.light svg:first-child{color:var(--orange)}.menu-button{flex:none}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--text);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:7px;place-items:center;display:grid}.sidebar-overlay{z-index:18;background:var(--overlay-bg);border:0;position:fixed;inset:0}.sidebar{z-index:19;border-right:1px solid var(--line);background:var(--surface);width:min(84vw,292px);box-shadow:var(--shadow);grid-template-rows:auto 1fr auto;gap:12px;padding:12px;transition:transform .18s;display:grid;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.sidebar-header{grid-template-columns:36px minmax(0,1fr) 38px;align-items:center;gap:8px;display:grid}.sidebar-header .brand-wordmark strong,.sidebar-header .brand-wordmark span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-header .brand-wordmark strong{line-height:1.2}.sidebar-header .brand-wordmark span{margin-top:0}.sidebar-nav{align-content:start;gap:6px;display:grid}.sidebar-nav button{min-height:40px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:9px;padding:0 10px;font-weight:600;display:flex}.sidebar-nav button.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.sidebar-nav span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sidebar-footer{border-top:1px solid var(--line);padding-top:12px}.content{width:min(100%,1080px);margin:12px auto 0}.view-stack{gap:9px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-panel);border-radius:8px;padding:12px}.section-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.section-heading h2{margin:2px 0 0;font-size:1rem;font-weight:700;line-height:1.25}.section-heading>svg{color:var(--muted)}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.stat-tile{border:1px solid var(--line);background:var(--surface);min-height:66px;box-shadow:var(--shadow-soft);border-radius:6px;align-items:center;gap:9px;padding:8px;display:flex}.stat-tile svg{flex:none;width:23px;height:23px}.stat-tile strong{font-size:1.14rem;font-weight:600;line-height:1;display:block}.stat-tile span{color:var(--muted);margin-top:4px;font-size:.74rem;line-height:1.2;display:block}.stat-tile.blue svg{color:var(--blue)}.stat-tile.orange svg{color:var(--orange)}.stat-tile.teal svg{color:var(--teal)}.stat-tile.red svg{color:var(--red)}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.quick-actions button{border:1px solid var(--line);min-height:44px;color:var(--text);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:6px;justify-content:center;align-items:center;gap:7px;font-size:.86rem;font-weight:600;display:inline-flex}.quick-actions button:first-child svg{color:var(--green)}.quick-actions button:nth-child(2) svg{color:var(--blue)}.quick-actions button:nth-child(3) svg{color:var(--red)}.form-grid{gap:9px;display:grid}.form-grid label,.search-box{color:var(--muted);gap:6px;font-size:.78rem;font-weight:600;display:grid}input,select,textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:6px;outline:none;padding:8px 10px;font-size:.88rem}textarea{resize:vertical;min-height:78px}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--input-focus)}.split-fields{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:8px;display:grid}.file-picker{border:1px dashed var(--dash-line);background:var(--surface-strong);border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:10px;color:var(--text)!important;gap:8px!important;display:flex!important}.file-picker input{display:none}.toggle-row{align-items:center;color:var(--text)!important;gap:8px!important;display:flex!important}.toggle-row input{width:18px;height:18px}.form-actions{justify-content:flex-end;gap:8px;display:flex}.split-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.split-actions .primary-button,.split-actions .secondary-button{width:100%}.primary-button,.secondary-button{border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:.86rem;font-weight:600;display:inline-flex}.primary-button{border:1px solid var(--teal);color:#fff;background:var(--teal)}.primary-button:hover{background:var(--teal-dark)}.secondary-button{border:1px solid var(--line);color:var(--text);background:var(--surface)}.secondary-button.danger{color:var(--red)}.secondary-button.small{min-height:28px;padding:0 9px;font-size:.76rem}.full{width:100%}.search-box{margin-bottom:10px;position:relative}.search-box svg{width:18px;height:18px;color:var(--muted);position:absolute;bottom:10px;left:10px}.search-box input{padding-left:36px;font-weight:500}.filter-chips{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:10px;display:grid}.filter-chips button{border:1px solid var(--line);min-height:34px;color:var(--muted);background:var(--surface);border-radius:8px;font-size:.76rem;font-weight:600}.filter-chips button.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.history-panel{box-shadow:none;background:0 0;border:0;gap:12px;padding:0;display:grid}.history-title{gap:1px;display:grid}.history-title h2{color:var(--text);margin:0;font-size:1.72rem;font-weight:700;line-height:1.02}.history-toolbar{display:block}.history-actions{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.history-actions .icon-button{background:var(--surface);border-radius:10px;width:36px;height:36px;box-shadow:0 8px 18px #0f172a14}.history-control-toggles{align-items:center;gap:6px;display:inline-flex}.history-display-toggle{border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:36px;display:inline-grid;overflow:hidden;box-shadow:0 8px 18px #0f172a14}.history-display-toggle button{min-width:74px;color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.76rem;font-weight:600;display:inline-flex}.history-display-toggle button.active{color:var(--teal);background:var(--accent-soft)}.history-display-toggle svg{width:16px;height:16px}.filter-toggle{border:1px solid var(--line);width:36px;min-width:36px;min-height:36px;color:var(--muted);background:var(--surface);border-radius:10px;justify-content:center;align-items:center;gap:0;padding:0;font-size:.76rem;font-weight:600;display:inline-flex;position:relative;box-shadow:0 8px 18px #0f172a14}.filter-toggle svg{width:16px;height:16px}.filter-toggle.active,.filter-toggle:hover{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.filter-toggle .count-badge{color:#fff;background:var(--teal);border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:.67rem;font-weight:600;display:inline-grid;position:absolute;top:-8px;right:-5px}.summary-toggle .count-badge{padding:0 4px}.filter-toggle .toggle-label{color:inherit}.history-search{color:var(--text);gap:8px;margin:2px 0 0;font-size:.78rem;font-weight:600}.history-search input{background:var(--surface);border-radius:12px;min-height:44px;padding-left:39px;box-shadow:0 8px 18px #0f172a14}.history-search svg{bottom:13px;left:12px}.history-filter-panel,.summary-panel{background:0 0;border:0;border-radius:14px;gap:12px;padding:0;display:grid}.history-filter-panel{background:var(--surface);gap:12px;padding:15px 16px;box-shadow:0 12px 26px #0f172a1a}.history-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.history-controls label,.history-date-range label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:.68rem;font-weight:600;display:grid}.history-filter-panel select,.history-filter-panel input{background:var(--surface);border-radius:9px;min-height:39px;padding:8px 10px;font-size:.84rem}.summary-period-tabs{background:var(--surface);border:0;border-radius:13px;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;max-width:100%;padding:4px;display:inline-grid;overflow:hidden;box-shadow:0 10px 22px #0f172a1a}.summary-period-tabs button{min-width:0;min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:10px;padding:0 9px;font-size:.7rem;font-weight:600}.summary-period-tabs button.active{color:#fff;background:var(--teal);box-shadow:0 8px 18px color-mix(in srgb, var(--teal) 34%, transparent)}.history-date-range{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:10px;display:grid}.history-date-range .secondary-button{grid-column:1/-1;justify-self:end;width:fit-content;min-height:30px}.history-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.history-summary-item{background:var(--surface);border:0;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;min-height:96px;padding:18px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 26px #0f172a1a}.history-summary-item:before{content:"";background:var(--muted);border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.history-summary-item span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:600}.history-summary-item strong{margin-top:14px;font-size:1.45rem;font-weight:600;line-height:1;display:block}.summary-icon{width:26px;height:26px;color:var(--muted);background:var(--surface-strong);border-radius:9px;padding:6px}.history-summary-item.positive:before,.history-summary-item.positive .summary-icon{color:var(--green);background:var(--success-soft)}.history-summary-item.danger:before,.history-summary-item.danger .summary-icon{color:var(--red);background:var(--danger-soft)}.history-summary-item.warning:before,.history-summary-item.warning .summary-icon{color:var(--orange);background:var(--warning-soft)}.history-summary-item.positive:before{background:var(--green)}.history-summary-item.danger:before{background:var(--red)}.history-summary-item.warning:before{background:var(--orange)}.history-summary-item.positive strong{color:var(--green)}.history-summary-item.danger strong{color:var(--red)}.history-summary-item.warning strong{color:var(--orange)}.history-table-shell,.product-table-shell{border:1px solid var(--line);background:var(--surface);border-radius:6px;overflow-x:auto}.history-table,.product-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.8rem}.history-table th,.history-table td,.product-table th,.product-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 9px}.history-table th button,.product-table th button{width:100%;color:var(--muted);text-align:left;text-transform:uppercase;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:0;font-size:.7rem;font-weight:600;display:inline-flex}.history-table th button.active,.product-table th button.active{color:var(--teal)}.history-table th svg,.product-table th svg{flex:none;width:14px;height:14px}.history-table tbody tr:last-child td,.product-table tbody tr:last-child td{border-bottom:0}.history-table tbody tr:hover,.product-table tbody tr:hover{background:var(--surface-soft)}.history-table td strong,.product-table td strong{overflow-wrap:anywhere;font-weight:600;display:block}.table-filter-button{max-width:100%;color:var(--text);text-align:left;background:0 0;border:0;padding:0}.table-filter-button:hover{color:var(--teal)}.history-table-amount{white-space:nowrap;font-weight:600;text-align:right!important}.product-table{min-width:860px}.product-table-name{align-items:center;gap:10px;min-width:250px;display:flex}.product-table-name .product-avatar{border-radius:9px;flex:none;width:34px;height:34px}.product-table-name span,.muted-table-text{color:var(--muted);font-size:.72rem}.product-table-number{white-space:nowrap;font-weight:800;text-align:right!important}.product-table .status-pill{border:0;grid-area:auto}.product-status-button{cursor:pointer}.movement-type-pill{width:fit-content;color:var(--muted);background:var(--surface-strong);border:0;border-radius:6px;align-items:center;padding:3px 8px;font-size:.7rem;font-weight:600;display:inline-flex}.movement-type-pill:hover{filter:brightness(.97)}.movement-type-pill.positive{color:var(--green);background:var(--success-soft)}.movement-type-pill.neutral{color:var(--blue);background:var(--info-soft)}.movement-type-pill.danger{color:var(--red);background:var(--danger-soft)}.movement-type-pill.warning{color:var(--orange);background:var(--warning-soft)}.history-pagination{border:1px solid var(--line);background:var(--surface);border-radius:7px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:7px;display:grid}.history-pagination>span{color:var(--muted);font-size:.78rem;font-weight:500}.history-pagination label{color:var(--muted);align-items:center;gap:6px;font-size:.72rem;font-weight:500;display:inline-flex}.history-pagination select{width:74px;padding:7px 8px}.history-page-buttons{align-items:center;gap:6px;display:inline-flex}.history-page-buttons strong{min-width:46px;color:var(--muted);text-align:center;font-size:.78rem}.product-list,.item-list,.movement-list{gap:6px;display:grid}.product-card,.movement-row,.list-row{border:1px solid var(--line);background:var(--surface);border-radius:6px}.product-card{grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:8px;padding:8px;display:grid}.product-avatar{width:42px;height:42px;color:var(--muted);background:var(--surface-strong);border-radius:6px;place-items:center;display:grid;overflow:hidden}.product-avatar.image img{object-fit:cover;width:100%;height:100%}.product-main{gap:5px;min-width:0;display:grid}.product-main h3{overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:600}.product-main p,.stock-line span,.list-row span,.movement-row span,.movement-row p{color:var(--muted);margin:0;font-size:.76rem}.stock-line{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.stock-line strong{font-size:.92rem}.status-pill{width:fit-content;color:var(--teal);background:var(--neutral-soft);border-radius:6px;grid-area:1/3;align-self:start;padding:3px 7px;font-size:.68rem;font-weight:600}.status-pill.baixo,.status-pill.zerado{color:var(--orange);background:var(--orange-soft)}.status-pill.inativo{color:var(--muted);background:var(--surface-strong)}.row-actions{flex-wrap:wrap;grid-column:2/-1;gap:5px;display:flex}.segmented-control{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.stock-action-panel{gap:2px;display:grid}.stock-action-panel .form-grid{gap:10px}.quick-category-filter{gap:7px;display:grid}.quick-category-filter>span{color:var(--muted);font-size:.72rem;font-weight:700}.quick-category-filter>div{scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.quick-category-filter>div::-webkit-scrollbar{display:none}.quick-category-filter button{border:1px solid var(--line);min-height:32px;color:var(--muted);background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);border-radius:999px;flex:none;align-items:center;gap:7px;padding:0 10px;font-size:.75rem;font-weight:650;display:inline-flex}.quick-category-filter button.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.quick-category-filter small{min-width:18px;height:18px;color:inherit;background:color-mix(in srgb, currentColor 10%, transparent);border-radius:999px;place-items:center;font-size:.65rem;font-weight:750;display:inline-grid}.segmented-control button{min-height:38px;color:var(--muted);background:var(--surface);border:0;font-weight:600}.segmented-control button.active{color:#fff;background:var(--teal)}.current-stock-box{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.current-stock-box span{color:var(--muted);font-size:.78rem;font-weight:600}.current-stock-box strong{text-align:right}.selected-product-card{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;display:grid}.selected-product-card div{gap:4px;min-width:0;display:grid}.selected-product-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.64rem;font-weight:750}.selected-product-card strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:750;overflow:hidden}.count-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.count-preview span{color:var(--muted);font-size:.78rem;font-weight:600}.count-preview strong{text-align:right}.count-preview.positive{border-color:var(--positive-line);background:var(--positive-soft)}.count-preview.positive strong{color:var(--green)}.count-preview.negative{border-color:var(--negative-line);background:var(--negative-soft)}.count-preview.negative strong{color:var(--red)}.movement-row{grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:8px;padding:8px 9px;transition:border-color .14s,background-color .14s,transform .14s;display:grid}.movement-row:hover{border-color:var(--accent-line);background:color-mix(in srgb, var(--surface) 84%, var(--accent-soft) 16%)}.movement-main{gap:1px;min-width:0;display:grid}.movement-row strong,.movement-row span,.movement-row p{display:block}.movement-row strong{overflow-wrap:anywhere;font-size:.85rem;font-weight:600;line-height:1.28}.movement-row span{font-size:.72rem;font-weight:400;line-height:1.35}.movement-row p{overflow-wrap:anywhere;margin-top:3px;font-size:.72rem;font-weight:400;line-height:1.35}.movement-row b{white-space:nowrap;align-self:start;font-size:.77rem;font-weight:600}.movement-amount{text-align:right;border-radius:999px;padding:2px 0}.type-dot{background:var(--muted);border-radius:999px;width:5px;height:5px;margin-top:8px}.type-dot.positive{background:var(--green)}.type-dot.neutral{background:var(--blue)}.type-dot.danger{background:var(--red)}.type-dot.warning{background:var(--orange)}.positive-text{color:var(--green)}.negative-text,.danger-text{color:var(--red)}.list-row{justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.list-row div{min-width:0}.list-row strong,.list-row span{overflow-wrap:anywhere;display:block}.list-row b{text-align:right;flex:none;font-size:.82rem;font-weight:600}.team-invite-panel,.team-list-panel{box-shadow:var(--shadow-panel)}.team-invite-panel .section-heading>svg,.team-list-panel .section-heading>svg{width:17px;height:17px}.team-form input,.team-form select{background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);min-height:36px}.team-actions{gap:7px}.team-actions .secondary-button{color:var(--text);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%)}.team-list-panel .section-heading{margin-bottom:8px}.team-list-panel .item-list{gap:6px}.team-list-panel .empty-state{border-style:solid;border-color:color-mix(in srgb, var(--line) 65%, var(--dash-line) 35%);background:color-mix(in srgb, var(--surface) 82%, var(--surface-soft) 18%);border-radius:7px;min-height:82px}.team-list-panel .empty-state svg{width:17px;height:17px}.team-list-panel .empty-state span{color:var(--muted);font-size:.84rem}.invite-row{background:color-mix(in srgb, var(--surface) 88%, var(--surface-soft) 12%);border-radius:6px;flex-wrap:wrap;align-items:center;padding:8px 9px}.invite-row>div:first-child{flex:190px;min-width:min(100%,190px)}.invite-row strong{font-size:.84rem}.invite-row span{font-size:.72rem}.invite-actions{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;align-items:center;gap:5px;display:flex}.invite-status{box-sizing:border-box;min-width:58px;min-height:26px;color:var(--orange);background:var(--warning-soft);white-space:nowrap;vertical-align:middle;border-radius:999px;justify-content:center;align-items:center;padding:4px 11px;font-size:.72rem;font-weight:700;line-height:1.05;display:inline-flex}.invite-status.active{color:var(--green);background:var(--success-soft)}.invite-status.disabled{color:var(--red);background:var(--danger-soft)}.empty-state{border:1px dashed var(--dash-line);min-height:92px;color:var(--muted);text-align:center;border-radius:8px;place-items:center;gap:8px;padding:14px;display:grid}.toast{z-index:20;color:#fff;background:var(--toast-bg);min-height:44px;box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;display:flex;position:fixed;bottom:72px;left:12px;right:12px}.toast.success{background:var(--green)}.toast.error{background:var(--red)}.toast.info{background:var(--toast-bg)}.loading-line{z-index:30;background:var(--teal);width:100%;height:3px;position:fixed;top:0;left:0}.loader-panel{color:var(--muted);justify-content:center;align-items:center;gap:12px;font-weight:600;display:flex}.loader-panel svg{animation:1s linear infinite spin}.bottom-nav{z-index:10;border-top:1px solid var(--line);background:var(--topbar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:0;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0f172a0f}.bottom-nav button{min-width:0;min-height:56px;color:var(--muted);background:0 0;border:0;place-items:center;gap:2px;font-size:.67rem;font-weight:600;display:grid}.bottom-nav span{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:700px){.app-shell{background:var(--surface);border-radius:30px;width:min(100% - 34px,390px);min-height:calc(100dvh - 34px);margin:17px auto;padding:14px 16px 72px;overflow:clip;box-shadow:0 24px 58px #0f172a29}.topbar{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:relative;top:auto}.app-mark{border-radius:10px;width:38px;height:38px}.menu-button,.topbar-actions .icon-button{border-radius:10px;width:36px;height:36px}.content{margin-top:16px}.history-panel .section-heading{flex-wrap:wrap;align-items:flex-start}.history-actions{grid-template-columns:minmax(138px,1fr) auto 36px;justify-content:stretch;gap:5px;width:100%;display:grid}.history-control-toggles{justify-self:end;gap:4px}.history-display-toggle{flex:none;width:100%}.history-display-toggle button{min-width:0;padding:0 6px}.filter-toggle{width:36px;min-width:36px;padding:0}.summary-toggle{min-width:36px}.filter-toggle .toggle-label{display:none}.summary-period-tabs{grid-auto-flow:initial;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}.summary-period-tabs button{min-width:0;padding:0 4px}.history-date-range,.history-controls,.history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.history-pagination{grid-template-columns:1fr}.history-pagination label,.history-page-buttons{justify-content:space-between;width:100%}.bottom-nav{border-radius:0 0 30px 30px;width:min(100% - 34px,390px);bottom:17px;left:50%;right:auto;overflow:hidden;transform:translate(-50%)}}@media (min-width:760px){.app-shell{padding:14px 14px 92px}.content{margin-top:12px}.panel{padding:13px}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{grid-template-columns:46px minmax(0,1fr) auto;align-items:center}.product-avatar{width:46px;height:46px}.status-pill,.row-actions{grid-column:auto}.row-actions{justify-content:flex-end}.toast{width:min(420px,100% - 36px);bottom:92px;left:auto;right:18px}.bottom-nav{border:1px solid var(--line);width:min(620px,100% - 36px);box-shadow:var(--shadow);border-radius:7px;bottom:18px;left:50%;right:auto;overflow:hidden;transform:translate(-50%)}}@media (max-width:380px){.dashboard-grid,.quick-actions,.history-summary,.history-date-range,.history-controls,.split-fields,.split-actions{grid-template-columns:1fr}.topbar-title .brand-wordmark span,.topbar-title .brand-wordmark strong{max-width:44vw}.bottom-nav button{font-size:.62rem}}.app-shell{background:radial-gradient(circle at 50% -10%, color-mix(in srgb, var(--surface) 72%, transparent), transparent 34rem), linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--bg) 88%, var(--surface-strong) 12%))}html[data-theme=cecato] body{background:radial-gradient(circle at 50% -8%,#fff4e752,#0000 25rem),radial-gradient(circle at 50% 45%,#b7080875,#0000 38rem),linear-gradient(#9d0606 0%,#6d0707 46%,#3f0505 100%)}.topbar,.panel,.stat-tile,.quick-actions button,.product-card,.movement-row,.list-row,.history-table-shell,.history-pagination,.empty-state,.current-stock-box,.count-preview,.sidebar,.toast{transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s,color .16s}.topbar{box-shadow:var(--shadow-float);border-radius:14px;padding:8px}.app-mark{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 76%, transparent), 0 8px 18px #3b1d0d1a;background:#fff;border-radius:11px}.icon-button,.theme-switch,.menu-button{border-radius:var(--radius-control);background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);box-shadow:var(--shadow-float)}.icon-button:hover,.theme-switch:hover,.menu-button:hover{border-color:var(--accent-line);color:var(--teal);transform:translateY(-1px)}.theme-switch{place-items:center;width:92px;height:34px;padding:0 7px}.theme-switch span{border-radius:9px;width:24px;height:24px;top:50%;left:7px;transform:translateY(-50%)}.theme-switch.cecato span{transform:translate(26px,-50%)}.theme-switch.dark span{transform:translate(52px,-50%)}.sidebar{border-right:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, var(--surface-strong) 4%)}.sidebar-nav button{border-radius:12px;min-height:42px}.sidebar-nav button:hover{color:var(--text);background:color-mix(in srgb, var(--surface-strong) 68%, transparent)}.sidebar-nav button.active{box-shadow:inset 3px 0 0 var(--teal)}.view-stack{gap:12px}.panel{border-color:color-mix(in srgb, var(--line) 86%, transparent);border-radius:var(--radius-card);background:color-mix(in srgb, var(--surface) 94%, var(--surface-strong) 6%);box-shadow:var(--shadow-panel);padding:16px}.section-heading{margin-bottom:13px}.section-heading h2{font-size:1.04rem;font-weight:700}.section-heading>svg{width:28px;height:28px;color:var(--muted);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:10px;padding:6px}.eyebrow{color:var(--teal);letter-spacing:.05em;font-size:.66rem;font-weight:700}.dashboard-grid{gap:12px}.stat-tile{border-radius:var(--radius-card);background:var(--surface);min-height:104px;box-shadow:var(--shadow-card);border:0;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;padding:18px 16px;position:relative;overflow:hidden}.stat-tile:before{content:"";background:var(--muted);border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.stat-tile svg{background:var(--surface-strong);border-radius:10px;width:28px;height:28px;padding:6px}.stat-tile strong{color:var(--text);letter-spacing:0;margin-top:14px;font-size:1.55rem;font-weight:700}.stat-tile span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.stat-tile.blue:before,.stat-tile.blue svg{color:var(--blue);background:var(--info-soft)}.stat-tile.orange:before,.stat-tile.orange svg{color:var(--orange);background:var(--warning-soft)}.stat-tile.teal:before,.stat-tile.teal svg{color:var(--green);background:var(--success-soft)}.stat-tile.red:before,.stat-tile.red svg{color:var(--red);background:var(--danger-soft)}.stat-tile.blue:before{background:var(--blue)}.stat-tile.orange:before{background:var(--orange)}.stat-tile.teal:before{background:var(--green)}.stat-tile.red:before{background:var(--red)}.quick-actions{gap:10px}.quick-actions button{background:var(--surface);min-height:48px;box-shadow:var(--shadow-card);border-radius:13px}.quick-actions button:hover,.product-card:hover,.list-row:hover,.movement-row:hover{border-color:var(--accent-line);transform:translateY(-1px)}.quick-actions svg{background:var(--surface-strong);border-radius:9px;width:25px;height:25px;padding:5px}input,select,textarea{border-radius:var(--radius-control);background:color-mix(in srgb, var(--surface) 95%, var(--surface-strong) 5%);min-height:42px;font-size:.88rem;font-weight:500;box-shadow:inset 0 1px #ffffff08}select{cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator{opacity:.6}.form-grid label,.search-box{color:var(--muted);letter-spacing:.01em;font-size:.74rem;font-weight:700}.file-picker{border-color:color-mix(in srgb, var(--accent-line) 62%, var(--dash-line) 38%);background:linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 42%, transparent), transparent), var(--surface-strong);border-radius:12px;min-height:44px}.toggle-row input{border-radius:6px}.primary-button,.secondary-button{border-radius:var(--radius-control);min-height:40px;box-shadow:var(--shadow-soft);font-weight:700}.primary-button{background:linear-gradient(180deg, color-mix(in srgb, var(--teal) 84%, #fff 16%), var(--teal-dark))}.secondary-button:hover{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.secondary-button.small{border-radius:9px;min-height:30px}.search-box{margin-bottom:12px}.search-box input{background:var(--surface);min-height:46px;box-shadow:var(--shadow-float);border-radius:13px;font-weight:500}.filter-chips{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:13px;gap:7px;padding:4px}.filter-chips button{background:0 0;border:0;border-radius:10px;min-height:34px}.filter-chips button.active{color:var(--teal);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-line)}.product-list,.item-list,.movement-list{gap:10px}.product-card,.list-row,.movement-row{border-color:color-mix(in srgb, var(--line) 88%, transparent);background:var(--surface);box-shadow:var(--shadow-float);border-radius:13px}.product-card{grid-template-columns:46px minmax(0,1fr) auto;gap:11px;padding:11px}.product-avatar{background:linear-gradient(145deg, color-mix(in srgb, var(--surface-strong) 92%, var(--accent-soft) 8%), var(--surface-strong));width:46px;height:46px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 72%, transparent);border-radius:12px}.product-avatar.image{box-shadow:inset 0 0 0 1px #ffffff29, var(--shadow-soft)}.product-main h3{letter-spacing:0;font-size:.92rem;font-weight:700}.stock-line strong{font-size:1rem;font-weight:700}.status-pill{border-radius:999px;padding:4px 9px;font-weight:700}.row-actions{gap:6px}.segmented-control{background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%);box-shadow:inset 0 0 0 1px var(--line);border-radius:13px;padding:4px;overflow:visible}.segmented-control button{background:0 0;border-radius:10px;min-height:34px}.segmented-control button+button{border-left:0}.segmented-control button.active{color:#fff;background:var(--teal);box-shadow:0 8px 18px color-mix(in srgb, var(--teal) 32%, transparent)}.stock-action-panel{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, var(--surface-strong) 2%), var(--surface))}.stock-action-panel .section-heading{margin-bottom:12px}.quick-category-filter{margin-top:-2px}.quick-category-filter>span{color:var(--teal);letter-spacing:.05em;text-transform:uppercase;font-size:.66rem}.quick-category-filter>div{margin-inline:-2px;padding:1px 2px 4px}.quick-category-filter button{border-color:color-mix(in srgb, var(--line) 78%, transparent);background:var(--surface);min-height:31px;box-shadow:0 5px 12px #0f172a0d}.quick-category-filter button.active{box-shadow:inset 0 0 0 1px var(--accent-line), 0 7px 16px color-mix(in srgb, var(--teal) 12%, transparent)}.current-stock-box,.count-preview,.selected-product-card{box-shadow:var(--shadow-float);border-radius:13px;padding:13px 14px}.current-stock-box{background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%)}.count-preview{background:var(--surface)}.selected-product-card{border-color:color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%)}.movement-row{grid-template-columns:8px minmax(0,1fr) auto;gap:10px;padding:13px 14px}.movement-row strong{font-size:.9rem;font-weight:700}.movement-row span,.movement-row p{font-size:.73rem}.movement-row b{font-size:.82rem;font-weight:700}.type-dot{width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, currentColor 10%, transparent);margin-top:9px}.list-row{min-height:54px;padding:11px 13px}.list-row strong{font-weight:700}.history-title{gap:2px}.history-title h2{letter-spacing:-.01em;font-size:clamp(1.8rem,6vw,2.05rem);font-weight:800}.history-actions .icon-button,.filter-toggle,.history-display-toggle,.summary-period-tabs,.history-search input,.history-filter-panel,.history-summary-item,.history-table-shell,.history-pagination{box-shadow:var(--shadow-float)}.history-display-toggle{background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%);border-radius:13px;min-height:38px;padding:4px;overflow:visible}.history-display-toggle button{border-radius:9px;min-width:70px;padding:0 9px}.filter-toggle{border-radius:11px;width:38px;min-width:38px;min-height:38px}.filter-toggle.active{box-shadow:inset 0 0 0 1px var(--accent-line), var(--shadow-float)}.filter-toggle .count-badge{box-shadow:0 4px 10px color-mix(in srgb, var(--teal) 32%, transparent);top:-7px;right:-4px}.summary-period-tabs{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);border-radius:15px}.history-summary-item{border:1px solid color-mix(in srgb, var(--line) 58%, transparent);border-radius:14px;min-height:108px;padding:18px 16px}.history-summary-item strong{font-size:1.7rem;font-weight:800}.history-summary-item span{letter-spacing:.05em}.summary-icon{border-radius:10px;width:28px;height:28px}.history-filter-panel{border:1px solid color-mix(in srgb, var(--line) 58%, transparent);border-radius:15px;padding:16px}.history-controls,.history-date-range{gap:10px}.history-table-shell,.product-table-shell{border-radius:14px}.history-table,.product-table{font-size:.8rem}.history-table th,.product-table th{background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%)}.history-table th,.history-table td,.product-table th,.product-table td{padding:11px 12px}.movement-type-pill{border-radius:999px;font-weight:700}.team-view{gap:12px}.team-invite-panel,.team-list-panel{background:var(--surface)}.team-form{gap:10px}.team-form input,.team-form select{min-height:42px}.team-actions .primary-button,.team-actions .secondary-button{min-height:40px}.team-list-panel .empty-state,.empty-state{background:color-mix(in srgb, var(--surface) 86%, var(--surface-strong) 14%);min-height:98px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 36%, transparent);border-style:solid;border-radius:14px}.empty-state svg{width:30px;height:30px;color:var(--muted);background:color-mix(in srgb, var(--surface-strong) 80%, transparent);border-radius:12px;padding:7px}.empty-state span{color:var(--muted);font-weight:500}.invite-row{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, var(--surface-strong) 2%), var(--surface));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 64%, transparent), 0 8px 18px #0f172a12;border-radius:13px;padding:12px 13px}.invite-status{border:1px solid color-mix(in srgb, currentColor 12%, transparent);border-radius:999px;font-weight:700;box-shadow:inset 0 1px #ffffff38}.bottom-nav{background:color-mix(in srgb, var(--topbar-bg) 88%, var(--surface) 12%)}.bottom-nav button{min-height:58px;color:var(--muted);font-size:.67rem;font-weight:600}.bottom-nav button svg{border-radius:12px;width:32px;height:28px;padding:5px 7px}.bottom-nav button.active{color:var(--teal);background:0 0}.bottom-nav button.active svg{background:var(--accent-soft);box-shadow:0 7px 14px color-mix(in srgb, var(--teal) 18%, transparent)}html[data-theme=dark] .topbar,html[data-theme=dark] .panel,html[data-theme=dark] .stat-tile,html[data-theme=dark] .quick-actions button,html[data-theme=dark] .product-card,html[data-theme=dark] .movement-row,html[data-theme=dark] .list-row,html[data-theme=dark] .history-filter-panel,html[data-theme=dark] .history-summary-item,html[data-theme=dark] .history-table-shell,html[data-theme=dark] .product-table-shell,html[data-theme=dark] .category-row,html[data-theme=dark] .history-pagination,html[data-theme=dark] .team-invite-panel,html[data-theme=dark] .team-list-panel{background:var(--surface-elevated)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .search-box input,html[data-theme=dark] .theme-switch,html[data-theme=dark] .icon-button,html[data-theme=dark] .menu-button,html[data-theme=dark] .history-display-toggle,html[data-theme=dark] .summary-period-tabs,html[data-theme=dark] .segmented-control,html[data-theme=dark] .filter-chips{background:var(--surface)}html[data-theme=dark] .history-panel{background:0 0}html[data-theme=dark] .bottom-nav{background:#101820f0}html[data-theme=dark] .empty-state,html[data-theme=dark] .current-stock-box,html[data-theme=dark] .count-preview{background:var(--surface-strong)}html[data-theme=cecato] .topbar,html[data-theme=cecato] .panel,html[data-theme=cecato] .stat-tile,html[data-theme=cecato] .quick-actions button,html[data-theme=cecato] .product-card,html[data-theme=cecato] .product-filter-grid,html[data-theme=cecato] .category-create-box,html[data-theme=cecato] .category-rename-box,html[data-theme=cecato] .category-row,html[data-theme=cecato] .movement-row,html[data-theme=cecato] .list-row,html[data-theme=cecato] .history-filter-panel,html[data-theme=cecato] .history-summary-item,html[data-theme=cecato] .history-table-shell,html[data-theme=cecato] .product-table-shell,html[data-theme=cecato] .history-pagination,html[data-theme=cecato] .team-invite-panel,html[data-theme=cecato] .team-list-panel{border-color:color-mix(in srgb, var(--red) 14%, var(--line));background:var(--surface-elevated);box-shadow:var(--shadow-panel)}html[data-theme=cecato] input,html[data-theme=cecato] select,html[data-theme=cecato] textarea,html[data-theme=cecato] .search-box input,html[data-theme=cecato] .theme-switch,html[data-theme=cecato] .icon-button,html[data-theme=cecato] .menu-button,html[data-theme=cecato] .history-display-toggle,html[data-theme=cecato] .summary-period-tabs,html[data-theme=cecato] .segmented-control,html[data-theme=cecato] .product-select-field select,html[data-theme=cecato] .filter-chips{border-color:color-mix(in srgb, var(--red) 12%, var(--line));background:color-mix(in srgb, var(--surface) 86%, var(--surface-strong) 14%)}html[data-theme=cecato] .brand-wordmark span{color:#536477}html[data-theme=cecato] .brand-wordmark strong{color:#a51d1d;text-shadow:none}html[data-theme=cecato] .primary-button{background:linear-gradient(#b80b0b,#7c0b0b);border-color:#7c0b0b;box-shadow:0 10px 18px #7c0b0b2e}html[data-theme=cecato] .primary-button:hover{background:linear-gradient(#9d0909,#650808)}html[data-theme=cecato] .bottom-nav{border-color:color-mix(in srgb, var(--red) 16%, var(--line));background:#fffaf4f0}html[data-theme=cecato] .bottom-nav button.active svg,html[data-theme=cecato] .history-display-toggle button.active,html[data-theme=cecato] .summary-period-tabs button.active,html[data-theme=cecato] .filter-chips button.active{color:var(--red);background:var(--accent-soft)}html[data-theme=cecato] .empty-state,html[data-theme=cecato] .current-stock-box,html[data-theme=cecato] .count-preview{background:color-mix(in srgb, var(--surface) 78%, var(--surface-strong) 22%)}@media (max-width:700px){body{background:radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--surface) 82%, transparent), transparent 22rem), var(--bg)}html[data-theme=dark] body{background:#05080b}.app-shell{border:1px solid color-mix(in srgb, var(--line) 45%, transparent);border-radius:var(--radius-shell);background:var(--surface-soft);width:min(100% - 32px,380px);height:calc(100dvh - 16px);min-height:0;box-shadow:var(--shadow);grid-template-rows:auto minmax(0,1fr) auto;margin:8px auto;padding:0;display:grid;overflow:hidden}html[data-theme=dark] .app-shell{background:#0b1218;box-shadow:0 24px 58px #00000085}.topbar{z-index:15;border-radius:var(--radius-shell) var(--radius-shell) 0 0;background:linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 96%, transparent), color-mix(in srgb, var(--surface-soft) 90%, transparent));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:0;padding:16px 16px 10px;position:relative;top:auto;box-shadow:0 14px 24px #0f172a0f}html[data-theme=dark] .topbar{background:linear-gradient(#0b1218fa,#0b1218e6);box-shadow:0 14px 24px #0000003d}.topbar-title{gap:9px}.app-mark{width:40px;height:40px}.menu-button,.topbar-actions .icon-button,.theme-switch{width:38px;height:38px}.theme-switch{width:92px}.content{overscroll-behavior:contain;scrollbar-width:none;width:100%;min-height:0;margin:0;padding:14px 16px 18px;overflow-y:auto}.content::-webkit-scrollbar{display:none}.view-stack{gap:14px}.panel{box-shadow:none;background:0 0;border:0;padding:0}.content>.panel:not(.history-panel),.view-stack>.panel:not(.history-panel),.team-view>.panel{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:var(--surface);box-shadow:var(--shadow-float);border-radius:15px;padding:14px}html[data-theme=dark] .content>.panel:not(.history-panel),html[data-theme=dark] .view-stack>.panel:not(.history-panel),html[data-theme=dark] .team-view>.panel{background:var(--surface-elevated)}.section-heading h2{font-size:1.08rem}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-tile{min-height:94px;padding:16px 14px}.stat-tile strong{font-size:1.55rem}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-actions button{flex-direction:column;gap:4px;min-height:48px;font-size:.73rem}.product-card{grid-template-columns:48px minmax(0,1fr) auto;padding:11px}.product-avatar{width:48px;height:48px}.status-pill{grid-column:3}.row-actions{grid-column:2/-1}.history-actions{grid-template-columns:minmax(130px,1fr) auto 38px;gap:7px}.history-display-toggle,.filter-toggle,.history-actions .icon-button{min-height:38px}.history-display-toggle button{min-width:0}.summary-period-tabs{border-radius:15px;padding:4px}.summary-period-tabs button{min-height:36px}.history-summary{gap:12px}.history-summary-item{min-height:96px;padding:17px 15px}.history-filter-panel{padding:15px}.history-search input{min-height:46px}.movement-list{gap:9px}.movement-row{padding:13px 14px}.bottom-nav{border:0;border-top:1px solid var(--line);border-radius:0 0 var(--radius-shell) var(--radius-shell);width:100%;box-shadow:none;position:relative;bottom:auto;left:auto;right:auto;overflow:hidden;transform:none}}@media (min-width:701px){.app-shell{padding:14px 14px 96px}.content{margin-top:16px}.history-panel{width:min(100%,820px);margin:0 auto}}@media (max-width:380px){.app-shell{width:calc(100% - 18px)}.topbar,.content{padding-inline:10px}.history-actions{grid-template-columns:minmax(120px,1fr) auto 36px}.history-control-toggles{gap:3px}.filter-toggle,.history-actions .icon-button{width:35px;min-width:35px}.bottom-nav{width:100%}}.products-form-inline{display:none!important}.products-panel{overflow:hidden}.products-panel .section-heading{margin-bottom:10px}.product-toolbar{gap:8px;margin-bottom:12px;display:grid}.product-view-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-heading-actions{grid-template-columns:auto auto;justify-content:start;align-items:center;gap:8px;display:inline-grid}.product-display-toggle{width:fit-content}.product-export-action{width:38px;min-width:38px;height:38px}.primary-button.compact,.secondary-button.compact{border-radius:13px;min-height:40px;padding:0 14px;font-size:.8rem;box-shadow:0 7px 16px #0f172a12}.secondary-button.compact{border-color:color-mix(in srgb, var(--line) 86%, transparent);background:var(--surface)}.secondary-button.compact:hover,.secondary-button.compact:focus-visible{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.product-category-action{justify-content:flex-start;gap:9px;padding-inline:12px 14px}.product-category-action>span{text-align:left;gap:1px;line-height:1;display:grid}.product-category-action strong{color:var(--text);font-size:.8rem;font-weight:700}.product-category-action small{color:var(--muted);letter-spacing:0;font-size:.62rem;font-weight:650}.product-new-action{min-width:122px}.product-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.product-overview div{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:var(--surface);min-height:66px;box-shadow:var(--shadow-float);border-radius:13px;align-content:center;gap:4px;padding:12px;display:grid}.product-overview span,.detail-grid span,.detail-metric-main span,.detail-note span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.product-overview strong{color:var(--text);font-size:1.25rem;line-height:1}.product-controls{gap:10px;margin-bottom:12px;display:grid}.product-search{margin-bottom:0}.product-filter-grid{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, var(--surface-strong) 4%), var(--surface));border-radius:15px;grid-template-columns:1.15fr .85fr 1fr;gap:8px;padding:9px;display:grid;box-shadow:0 7px 16px #0f172a0d}.product-select-field{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;gap:6px;font-size:.68rem;font-weight:700;display:grid}.product-select-field select{background:var(--surface);width:100%;min-width:0;min-height:40px;color:var(--text);letter-spacing:0;text-transform:none;box-shadow:none;border-radius:12px;font-size:.84rem;font-weight:650}.product-list-compact{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:9px}.product-grouped-row{gap:6px;display:grid}.product-category-divider{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;margin:6px 2px 0;font-size:.68rem;font-weight:800}.product-card-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s,background .15s}.product-card-clickable:focus-visible,.interactive-row:focus-visible{border-color:var(--teal);box-shadow:0 0 0 3px var(--input-focus), var(--shadow-float);outline:none}.product-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:flex}.product-card-meta span:first-child{min-width:26px;color:var(--teal);background:var(--accent-soft);text-transform:uppercase;border-radius:999px;justify-content:center;padding:2px 7px;display:inline-flex}.product-card-meta span:not(:first-child){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.product-initials{color:var(--teal);background:linear-gradient(145deg, color-mix(in srgb, var(--accent-soft) 82%, var(--surface) 18%), var(--surface-strong))}.product-initials span{letter-spacing:.02em;font-size:.74rem;font-weight:850}.product-list-compact .product-card{border-radius:14px;grid-template-columns:42px minmax(0,1fr) 82px;align-items:center;gap:10px;min-height:78px;padding:10px 11px 10px 13px;position:relative;overflow:hidden}.product-list-compact .product-card:before{content:"";background:var(--green);border-radius:0 999px 999px 0;width:3px;position:absolute;inset:13px auto 13px 0}.product-list-compact .product-card.product-status-baixo:before{background:var(--orange)}.product-list-compact .product-card.product-status-zerado:before,.product-list-compact .product-card.product-status-inativo:before{background:var(--red)}.product-list-compact .product-avatar{border-radius:12px;width:42px;height:42px}.product-list-compact .product-main{gap:5px;min-width:0}.product-title-block{min-width:0}.product-list-compact .product-main h3{-webkit-line-clamp:2;color:var(--text);-webkit-box-orient:vertical;font-size:.88rem;line-height:1.16;display:-webkit-box;overflow:hidden}.product-list-compact .product-main p,.product-list-compact .product-card-meta{font-size:.68rem}.product-list-compact .stock-meter{opacity:.9;height:3px}.product-stock-summary{text-align:right;justify-items:end;gap:6px;width:82px;min-width:0;display:grid;overflow:hidden}.product-stock-summary strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.94rem;font-weight:800;line-height:1;overflow:hidden}.product-list-compact .status-pill{grid-area:auto;align-self:auto;padding:3px 7px;font-size:.62rem}.stock-meter{background:color-mix(in srgb, var(--line) 55%, transparent);border-radius:999px;width:100%;height:6px;overflow:hidden}.stock-meter span{border-radius:inherit;background:var(--green);height:100%;display:block}.stock-meter.baixo span{background:var(--orange)}.stock-meter.zerado span,.stock-meter.inativo span{background:var(--red)}.stock-meter.large{height:8px}.warning-text{color:var(--orange)!important}.interactive-row,.interactive-table-row{cursor:pointer}.interactive-table-row:hover{background:color-mix(in srgb, var(--surface) 78%, var(--accent-soft) 22%)!important}.modal-layer{z-index:80;background:radial-gradient(circle at 50% 16%, color-mix(in srgb, var(--surface) 20%, transparent), transparent 28rem), #02080e8a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:var(--surface);border-radius:22px;gap:16px;width:min(100%,520px);max-height:min(760px,100dvh - 36px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 28px 80px #02080e42}.modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.modal-header h2{color:var(--text);margin:1px 0 0;font-size:1.35rem;line-height:1.08}.modal-form{gap:11px}.modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.category-manager-modal{width:min(100%,620px)}.category-create-box{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.category-create-box .primary-button{min-height:42px;padding:0 14px}.category-rename-box{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;display:grid}.category-rename-box .category-rename-note,.category-rename-box .primary-button{grid-column:1/-1}.category-rename-note{min-height:28px;color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.76rem;display:flex}.category-rename-note strong{color:var(--orange);font-size:.76rem}.category-list{gap:8px;display:grid}.category-row{border:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:var(--surface);box-shadow:var(--shadow-float);border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;display:grid}.category-row strong{color:var(--text);font-size:.9rem;display:block}.category-row span{color:var(--muted);font-size:.72rem}.category-row-metrics,.category-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.category-row-metrics{flex-wrap:wrap;min-width:112px}.category-row-actions .secondary-button{min-height:32px}.detail-hero{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:13px;display:grid}.detail-hero.compact{grid-template-columns:12px minmax(0,1fr)}.detail-hero .product-avatar{border-radius:16px;width:64px;height:64px}.detail-hero p{color:var(--muted);margin:7px 0 0;font-size:.82rem}.detail-metric-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-metric-main div,.detail-grid div,.detail-note{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:14px;padding:13px}.detail-metric-main strong{color:var(--text);margin-top:8px;font-size:1.28rem;line-height:1;display:block}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-grid strong{overflow-wrap:anywhere;color:var(--text);margin-top:6px;font-size:.86rem;display:block}.detail-note p{color:var(--text);margin:7px 0 0;font-size:.88rem;line-height:1.45}html[data-theme=dark] .product-overview div,html[data-theme=dark] .product-filter-grid,html[data-theme=dark] .modal-card,html[data-theme=dark] .category-create-box,html[data-theme=dark] .category-rename-box,html[data-theme=dark] .detail-metric-main div,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-note{background:var(--surface-elevated)}html[data-theme=dark] .modal-layer{background:radial-gradient(circle at 50% 12%,#10b9811a,#0000 26rem),#000000ad}@media (max-width:700px){.products-panel{padding:14px}.products-panel .section-heading{align-items:flex-start;margin-bottom:11px}.products-panel .section-heading h2{font-size:1.18rem}.product-toolbar{gap:9px;display:grid}.product-view-row{grid-template-columns:minmax(0,1fr) 38px;gap:8px;display:grid}.product-heading-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;display:grid}.product-display-toggle{width:100%}.product-display-toggle button{min-width:0;min-height:38px;padding-inline:8px;font-size:.74rem}.product-heading-actions .compact{border-radius:12px;min-height:42px;padding-block:0}.product-category-action{width:100%;min-width:0;padding-inline:12px}.product-category-action span{display:grid}.product-new-action{min-width:118px!important;padding-inline:12px!important}.product-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-overview div{min-height:58px;padding:10px}.product-card{grid-template-columns:48px minmax(0,1fr)}.product-card .status-pill{grid-area:auto/1/auto/-1}.product-card .row-actions{grid-column:1/-1}.product-filter-grid{grid-template-columns:1fr;gap:8px;padding:9px}.product-select-field select,.product-search input{border-radius:13px;min-height:44px}.product-list-compact .product-card{border-radius:13px;grid-template-columns:38px minmax(0,1fr) 72px;gap:8px;min-height:74px;padding:9px 10px 9px 12px}.product-list-compact .product-avatar{border-radius:11px;width:38px;height:38px}.product-stock-summary{gap:5px;width:72px;min-width:0}.product-stock-summary strong{max-width:100%;font-size:.86rem}.product-list-compact .status-pill{padding:3px 6px;font-size:.58rem}.quick-category-filter>div{padding-bottom:6px}.quick-category-filter button{min-height:33px;padding-inline:11px}.selected-product-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:11px}.selected-product-card div:last-child{grid-column:1/-1}.modal-layer{align-items:end;padding:0}.modal-card{width:min(100%,380px);max-height:calc(100dvh - 22px);padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.category-create-box,.category-rename-box,.category-row{grid-template-columns:1fr}.category-row-metrics,.category-row-actions{justify-content:flex-start}.category-row-actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.detail-grid,.detail-metric-main{grid-template-columns:1fr}.team-list-panel .invite-row{align-items:flex-start;gap:9px}.team-list-panel .invite-row>div:first-child{flex-basis:100%}.team-list-panel .invite-actions{justify-content:flex-start;gap:7px;width:100%}.team-list-panel .invite-status{min-height:28px;padding-inline:13px}}@media (max-width:380px){.product-category-action span{display:grid}.product-heading-actions .product-category-action{width:100%;min-width:0;padding-inline:10px}.product-new-action{min-width:108px!important}}.sidebar{border-right:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, var(--surface-strong) 4%), var(--surface-soft));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-rows:auto auto 1fr auto;gap:14px;width:min(86vw,306px);padding:14px}.sidebar-header{border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);grid-template-columns:42px minmax(0,1fr) 38px;gap:10px;padding-bottom:14px}.sidebar-header .app-mark{border-radius:14px;width:42px;height:42px}.sidebar-section-label{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;padding:0 8px;font-size:.66rem;font-weight:800}.sidebar-nav{gap:8px}.sidebar-nav button{min-height:48px;color:var(--muted);border-radius:14px;gap:12px;padding:0 12px;font-size:.93rem;font-weight:700;position:relative}.sidebar-nav button:before{content:"";background:0 0;border-radius:999px;width:3px;position:absolute;inset:8px auto 8px 0}.sidebar-nav button svg{width:30px;height:30px;color:var(--muted);background:0 0;border-radius:11px;padding:6px}.sidebar-nav button:hover{border-color:color-mix(in srgb, var(--line) 72%, transparent);color:var(--text);background:color-mix(in srgb, var(--surface) 74%, var(--surface-strong) 26%);box-shadow:var(--shadow-soft)}.sidebar-nav button.active{border-color:var(--accent-line);color:var(--teal);background:linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 82%, transparent), var(--accent-soft));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-line) 55%, transparent), var(--shadow-float)}.sidebar-nav button.active:before{background:var(--teal)}.sidebar-nav button.active svg{color:var(--teal);background:color-mix(in srgb, var(--surface) 72%, var(--accent-soft) 28%)}.sidebar-footer{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);gap:10px;padding-top:12px;display:grid}.sidebar-account{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:14px;gap:4px;padding:11px 12px;display:grid}.sidebar-account span,.sidebar-account strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.sidebar-account span{color:var(--muted);font-size:.72rem;font-weight:500}.sidebar-account strong{color:var(--text);font-size:.82rem;font-weight:800}.sidebar-footer .secondary-button{border-radius:14px;min-height:45px}html[data-theme=dark] .sidebar{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-elevated) 92%, transparent), var(--surface-soft))}html[data-theme=dark] .sidebar-account{background:var(--surface-elevated)}@media (max-width:700px){.sidebar{border-radius:0 22px 22px 0;width:min(82vw,292px);padding:16px 12px 12px}.sidebar-nav button{min-height:46px}}@media (min-width:1024px){body{min-height:100dvh;overflow-y:auto}.app-shell{background:radial-gradient(circle at 48% -12%, color-mix(in srgb, var(--surface) 64%, transparent), transparent 34rem), radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--accent-soft) 32%, transparent), transparent 28rem), linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--bg) 86%, var(--surface-strong) 14%));width:100%;min-height:100dvh;padding:18px 28px 32px 236px}html[data-theme=dark] .app-shell{background:radial-gradient(circle at 48% -12%,#1a2834b8,#0000 34rem),radial-gradient(circle at 90% 10%,#10b98114,#0000 30rem),linear-gradient(#05080b,#070c11)}html[data-theme=cecato] .app-shell{background:radial-gradient(circle at 48% -12%,#fffaf4c2,#0000 34rem),radial-gradient(circle at 90% 12%,#9d11111f,#0000 30rem),linear-gradient(#fff1e8fa,#f3e1d3f2)}.topbar{border-radius:18px;width:min(100%,1240px);min-height:62px;margin:0 auto;padding:10px 12px;position:sticky;top:18px;box-shadow:0 16px 34px #0f172a1a,inset 0 1px #ffffff38}.topbar-title{gap:11px}.topbar-title .brand-wordmark,.brand-wordmark span,.brand-wordmark strong{max-width:260px}.content{width:min(100%,1240px);margin:20px auto 0}.view-stack{gap:18px}.panel{border-radius:18px;padding:20px}.section-heading{margin-bottom:16px}.section-heading h2{font-size:1.2rem}.bottom-nav{border:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--topbar-bg) 94%, var(--surface) 6%), var(--surface));border-radius:22px;flex-direction:column;gap:6px;width:192px;padding:14px;display:flex;position:fixed;inset:18px auto 18px 18px;overflow:hidden;transform:none;box-shadow:0 20px 46px #0f172a21,inset 0 1px #ffffff40}.bottom-nav:before{content:"Estoque";color:var(--teal);letter-spacing:.08em;text-transform:uppercase;margin:2px 4px 10px;font-size:.68rem;font-weight:800;display:block}.bottom-nav button{min-height:46px;color:var(--muted);text-align:left;border:1px solid #0000;border-radius:14px;grid-template-columns:34px minmax(0,1fr);place-items:center start;gap:10px;padding:0 10px;font-size:.82rem;font-weight:700;display:grid}.bottom-nav button svg{color:currentColor;background:0 0;border-radius:11px;width:30px;height:30px;padding:6px}.bottom-nav button:hover{border-color:color-mix(in srgb, var(--line) 72%, transparent);color:var(--text);background:color-mix(in srgb, var(--surface) 74%, var(--surface-strong) 26%)}.bottom-nav button.active{border-color:var(--accent-line);color:var(--teal);background:linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 82%, transparent), var(--accent-soft));box-shadow:inset 3px 0 0 var(--teal), 0 10px 22px color-mix(in srgb, var(--teal) 10%, transparent)}.bottom-nav button.active svg{background:color-mix(in srgb, var(--surface) 70%, var(--accent-soft) 30%);box-shadow:none}.bottom-nav span{text-align:left}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-tile{min-height:116px;padding:20px 18px}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,620px)}.quick-actions button{border-radius:16px;justify-content:center;min-height:58px}.view-stack:has(>.dashboard-grid){grid-template-columns:repeat(12,minmax(0,1fr));align-items:start}:is(.view-stack:has(>.dashboard-grid)>.dashboard-grid,.view-stack:has(>.dashboard-grid)>.quick-actions){grid-column:1/-1}.view-stack:has(>.dashboard-grid)>.panel{grid-column:span 6;min-height:100%}.products-panel,.history-panel{width:min(100%,1180px);margin-inline:auto}.products-panel{padding:20px}.products-panel .section-heading{margin-bottom:10px}.product-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:16px}.product-view-row{justify-content:flex-start}.product-heading-actions{justify-content:flex-end}.product-overview{gap:12px;margin-bottom:14px}.product-overview div{border-radius:16px;min-height:82px}.product-controls{grid-template-columns:minmax(320px,.8fr) minmax(540px,1.2fr);align-items:end;gap:12px;margin-bottom:16px}.product-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:11px}.product-table-shell,.history-table-shell{border-radius:18px;box-shadow:0 14px 30px #0f172a14,inset 0 1px #ffffff29}.product-table,.history-table{min-width:0;font-size:.82rem}.product-table th,.history-table th{z-index:1;position:sticky;top:0}.product-table th,.product-table td,.history-table th,.history-table td{padding:13px 14px}.product-table tbody tr,.history-table tbody tr{background:color-mix(in srgb, var(--surface) 96%, transparent)}.product-table tbody tr:hover,.history-table tbody tr:hover{background:color-mix(in srgb, var(--surface) 76%, var(--accent-soft) 24%)}.product-table-name{min-width:280px}.product-list-compact{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:11px}.product-list-compact .product-card{border-radius:16px;min-height:84px}.history-panel{gap:14px}.history-title h2{font-size:2.1rem}.history-actions{justify-content:flex-start}.history-control-toggles{margin-left:auto}.summary-period-tabs{width:min(100%,560px)}.history-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.history-summary-item{border-radius:18px;min-height:112px}.history-filter-panel{border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.history-controls,.history-date-range{grid-template-columns:repeat(2,minmax(0,1fr))}.history-date-range .secondary-button{grid-column:auto;width:100%}.history-search{width:min(100%,640px)}.history-pagination{grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:12px 14px}.history-page-buttons{justify-content:flex-end}.stock-action-panel{width:min(100%,760px);margin-inline:auto;padding:22px}.stock-action-panel .form-grid{gap:14px}.stock-action-panel .segmented-control{width:min(100%,480px)}.quick-category-filter>div{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}.quick-category-filter button{min-height:34px}.selected-product-card{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.team-view{grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start;gap:18px;width:min(100%,1120px);margin-inline:auto}.team-invite-panel{position:sticky;top:98px}.team-list-panel .item-list{gap:10px}.invite-row{border-radius:16px;padding:14px}.invite-actions{margin-left:auto}.modal-card{width:min(100%,620px)}.product-form-modal,.category-manager-modal{width:min(100%,720px)}.product-form-modal .split-fields,.category-rename-box,.detail-grid,.detail-metric-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1360px){.app-shell{padding-right:40px}.topbar,.content{width:min(100%,1320px)}.products-panel,.history-panel{width:min(100%,1260px)}.product-controls{grid-template-columns:minmax(360px,.7fr) minmax(620px,1.3fr)}}.topbar-view,.topbar-account{display:none}@media (min-width:1024px){body{min-height:100dvh;overflow-y:auto}.app-shell{background:radial-gradient(circle at 48% -12%, color-mix(in srgb, var(--surface) 64%, transparent), transparent 34rem), radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--accent-soft) 32%, transparent), transparent 28rem), linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--bg) 86%, var(--surface-strong) 14%));border:0;border-radius:0;grid-template-rows:auto minmax(0,1fr);grid-template-columns:248px minmax(0,1fr);gap:18px 22px;width:100%;min-height:100dvh;margin:0;padding:18px 28px 32px;display:grid;overflow:visible}html[data-theme=dark] .app-shell{background:radial-gradient(circle at 48% -12%,#1a2834b8,#0000 34rem),radial-gradient(circle at 90% 10%,#10b98114,#0000 30rem),linear-gradient(#05080b,#070c11)}html[data-theme=cecato] .app-shell{background:radial-gradient(circle at 48% -12%,#fffaf4c2,#0000 34rem),radial-gradient(circle at 90% 12%,#9d11111f,#0000 30rem),linear-gradient(#fff1e8fa,#f3e1d3f2)}.topbar{border:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--topbar-bg) 94%, var(--surface) 6%), var(--surface));border-radius:18px;grid-area:1/2;width:100%;min-width:0;min-height:68px;margin:0;padding:10px 12px;position:sticky;top:18px;box-shadow:0 16px 34px #0f172a1a,inset 0 1px #ffffff38}.topbar-title{gap:14px;min-width:0}.topbar-title>.brand-wordmark{border-right:1px solid color-mix(in srgb, var(--line) 70%, transparent);flex:none;max-width:170px;padding-right:14px}.topbar-view{align-items:center;gap:10px;min-width:0;display:flex}.topbar-view svg{width:38px;height:38px;color:var(--teal);background:var(--accent-soft);box-shadow:var(--shadow-soft);border-radius:13px;padding:9px}.topbar-view div{gap:2px;min-width:0;display:grid}.topbar-view span,.topbar-account span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600;line-height:1.1;overflow:hidden}.topbar-view strong,.topbar-account strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:800;line-height:1.15;overflow:hidden}.topbar-actions{gap:10px}.topbar-account{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);max-width:clamp(150px,22vw,240px);min-height:44px;box-shadow:var(--shadow-soft);border-radius:14px;align-content:center;gap:4px;padding:7px 12px;display:grid}.menu-button,.sidebar-close,.sidebar-overlay,.bottom-nav{display:none}.sidebar{z-index:13;border:1px solid color-mix(in srgb, var(--line) 78%, transparent);border-radius:22px;grid-area:1/1/span 2;align-self:start;width:100%;height:calc(100dvh - 36px);position:sticky;top:18px;bottom:auto;left:auto;transform:none;box-shadow:0 20px 46px #0f172a21,inset 0 1px #ffffff40}.sidebar-header{grid-template-columns:42px minmax(0,1fr)}.sidebar-nav button{min-height:48px}.content{grid-area:2/2;width:100%;min-width:0;max-width:none;min-height:0;margin:0;padding:0;overflow:visible}.toast{width:min(420px,100% - 56px);bottom:28px;left:auto;right:28px}.loading-line{width:calc(100% - 276px);left:276px}}@media (min-width:1360px){.app-shell{grid-template-columns:268px minmax(0,1fr);gap:22px 26px;padding:22px 40px 34px}.topbar{top:22px}.sidebar{height:calc(100dvh - 44px);top:22px}.loading-line{width:calc(100% - 308px);left:308px}}@media (min-width:1024px){.history-toolbar{width:100%}.history-actions{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.history-display-toggle{border-radius:14px;min-height:42px}.history-display-toggle button{min-width:88px;padding:0 12px;font-size:.8rem}.history-control-toggles{justify-self:end;gap:8px;margin-left:0}.filter-toggle{white-space:nowrap;border-radius:14px;justify-content:center;gap:8px;width:auto;min-width:102px;min-height:42px;padding:0 13px}.summary-toggle{min-width:116px}.search-toggle{min-width:106px}.filter-toggle svg{flex:none}.filter-toggle .toggle-label{line-height:1;display:inline}.filter-toggle .count-badge,.summary-toggle .count-badge{min-width:20px;height:20px;box-shadow:none;margin-left:0;padding:0 6px;font-size:.68rem;line-height:20px;position:static}.history-actions .icon-button{border-radius:14px;width:42px;height:42px}.app-shell{grid-template-columns:232px minmax(0,1fr);gap:18px 24px}.topbar,.content{justify-self:center;width:min(100%,1280px)}.topbar{min-height:64px}.sidebar{border-radius:20px}.sidebar-nav button{min-height:46px}.content{align-content:start;display:grid}.team-view{grid-template-columns:1fr;gap:18px;width:min(100%,920px);margin-inline:auto}.team-invite-panel{position:static}.team-view>.panel{min-width:0}}@media (min-width:1280px){.team-view{grid-template-columns:minmax(340px,400px) minmax(0,1fr);grid-template-areas:"invite invites""invite members";align-items:start;width:100%;max-width:1280px}.team-invite-panel{grid-area:invite;align-self:start;position:sticky;top:104px}.team-view>.team-list-panel:nth-of-type(2){grid-area:invites}.team-view>.team-list-panel:nth-of-type(3){grid-area:members}.team-list-panel .item-list{gap:12px}.team-list-panel .invite-row{min-height:64px}}@media (min-width:1600px){.topbar,.content{width:min(100%,1360px)}.team-view{grid-template-columns:minmax(360px,420px) minmax(0,1fr);max-width:1360px}}.sidebar-collapse-toggle{display:none}@media (min-width:1024px){.app-shell{transition:grid-template-columns .18s}.sidebar-header{grid-template-columns:42px minmax(0,1fr) 34px}.sidebar-collapse-toggle{width:34px;height:34px;color:var(--muted);background:color-mix(in srgb, var(--surface) 82%, var(--surface-strong) 18%);box-shadow:none;display:grid}.sidebar-collapse-toggle:hover{color:var(--teal);background:var(--accent-soft)}.app-shell.sidebar-compact .sidebar{padding-inline:10px}.app-shell.sidebar-compact .sidebar-header{grid-template-columns:1fr;justify-items:center;gap:10px}.app-shell.sidebar-compact .sidebar-header>.brand-wordmark,.app-shell.sidebar-compact .sidebar-section-label,.app-shell.sidebar-compact .sidebar-nav span,.app-shell.sidebar-compact .sidebar-account{display:none}.app-shell.sidebar-compact .sidebar-nav{justify-items:center;gap:10px}.app-shell.sidebar-compact .sidebar-nav button{place-items:center;gap:0;width:48px;min-height:48px;padding:0;display:grid}.app-shell.sidebar-compact .sidebar-nav button:before{width:18px;height:3px;inset:auto auto 6px 50%;transform:translate(-50%)}.app-shell.sidebar-compact .sidebar-nav button.active{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-line) 60%, transparent), var(--shadow-float)}.app-shell.sidebar-compact .sidebar-nav button svg{width:34px;height:34px;padding:7px}.app-shell.sidebar-compact .sidebar-footer{justify-items:center}.app-shell.sidebar-compact .sidebar-footer .secondary-button{gap:0;width:48px;min-height:48px;padding:0;font-size:0}.app-shell.sidebar-compact .sidebar-footer .secondary-button svg{width:18px;height:18px}.app-shell.sidebar-compact .loading-line{width:calc(100% - 110px);left:110px}body{background:#e7edf4}.app-shell{background:linear-gradient(#f6f9fcf5,#e7edf4f5);grid-template-rows:auto minmax(0,1fr);grid-template-columns:240px minmax(0,1fr);gap:22px 26px;padding:0 24px 28px 0}html[data-theme=dark] .app-shell{background:linear-gradient(#071019,#09121b)}html[data-theme=cecato] .app-shell{background:linear-gradient(#fff4eb,#f2e4d8)}.app-shell.sidebar-compact{grid-template-columns:84px minmax(0,1fr)}.sidebar{border:0;border-right:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);height:100dvh;box-shadow:none;border-radius:0;padding:24px 14px 18px;top:0}.sidebar-header{border-bottom:0;grid-template-columns:minmax(0,1fr) 34px;padding-bottom:10px}.sidebar-header .app-mark{display:none}.sidebar-section-label{color:var(--muted);margin-top:4px}.sidebar-nav{gap:8px}.sidebar-nav button{border-radius:10px;min-height:44px;padding:0 12px;font-size:.92rem}.sidebar-nav button svg{border-radius:9px;width:26px;height:26px;padding:5px}.sidebar-nav button.active{background:color-mix(in srgb, var(--accent-soft) 72%, var(--surface) 28%);box-shadow:none;border-color:#0000}.sidebar-nav button.active:before{display:none}.sidebar-footer{gap:9px}.sidebar-account{box-shadow:none;border-radius:10px}.sidebar-footer .secondary-button{border-radius:10px;min-height:42px}.topbar{border-radius:14px;justify-self:stretch;width:100%;min-height:64px;margin:16px 0 0;padding:9px 12px;top:16px;box-shadow:0 12px 28px #0f172a17,inset 0 1px #ffffff47}.topbar-title>.brand-wordmark{border-right:0;max-width:210px;padding-right:0}.topbar-view{display:none}.topbar-account{max-width:310px;min-height:auto;box-shadow:none;text-align:right;background:0 0;border:0;border-radius:0;justify-items:end;gap:1px;padding:0 8px 0 0}.topbar-account span{font-style:italic;font-weight:500}.topbar-account strong{font-size:1rem}.content{justify-self:stretch;width:100%;max-width:none;padding:0;display:block}.view-stack{gap:18px;width:100%}.panel,.stat-tile,.quick-actions button{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:color-mix(in srgb, var(--surface) 98%, var(--surface-soft) 2%);border-radius:14px;box-shadow:0 14px 30px #0f172a14}.panel{padding:22px}.section-heading{margin-bottom:18px}.section-heading h2{font-size:1.16rem}.section-heading>svg{border-radius:11px;width:38px;height:38px;padding:9px}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-tile{grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;gap:14px;min-height:116px;padding:22px 20px;display:grid;position:relative;overflow:hidden}.stat-tile:before{content:"";background:currentColor;border-radius:999px;width:4px;position:absolute;inset:16px auto 16px 0}.stat-tile svg{background:var(--surface-strong);border-radius:10px;grid-area:1/2;justify-self:end;width:36px;height:36px;padding:8px}.stat-tile.blue{color:var(--blue)}.stat-tile.blue svg{color:var(--blue);background:var(--info-soft)}.stat-tile.orange{color:var(--orange)}.stat-tile.orange svg{color:var(--orange);background:var(--warning-soft)}.stat-tile.teal{color:var(--teal)}.stat-tile.teal svg{color:var(--teal);background:var(--accent-soft)}.stat-tile.red{color:var(--red)}.stat-tile.red svg{color:var(--red);background:var(--danger-soft)}.stat-tile div{grid-area:1/1;align-content:space-between;min-width:0;display:grid}.stat-tile strong{color:var(--text);letter-spacing:0;font-size:2.1rem;font-weight:800}.stat-tile span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%}.quick-actions button{border-radius:14px;min-height:64px;font-size:1rem}.quick-actions svg{background:var(--accent-soft);border-radius:10px;width:32px;height:32px;padding:7px}.view-stack:has(>.dashboard-grid){grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}:is(.view-stack:has(>.dashboard-grid)>.dashboard-grid,.view-stack:has(>.dashboard-grid)>.quick-actions){grid-column:1/-1}.view-stack:has(>.dashboard-grid)>.panel{grid-column:span 6;min-height:calc(100dvh - 342px)}.view-stack:has(>.dashboard-grid)>.panel .empty-state{background:color-mix(in srgb, var(--surface-soft) 88%, var(--surface) 12%);border-radius:12px;min-height:clamp(320px,48dvh,620px)}.products-panel,.history-panel{width:100%;margin:0;padding:22px}.product-toolbar{grid-template-columns:minmax(0,1fr) auto;gap:16px}.product-overview,.history-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-overview div,.history-summary-item{border-radius:14px;min-height:104px}.product-controls{grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr);gap:14px}.product-filter-grid,.history-filter-panel{box-shadow:none;border-radius:14px}.product-table-shell,.history-table-shell{border-radius:14px}.product-list-compact{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px}.product-list-compact .product-card{border-radius:14px;min-height:92px}.stock-action-panel{width:min(100%,960px);margin:0 auto;padding:24px}.stock-action-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stock-action-panel .segmented-control,.stock-action-panel .quick-category-filter,.selected-product-card,.current-stock-box,.count-preview,.stock-action-panel .primary-button.full{grid-column:1/-1}.stock-action-panel label:has(textarea){grid-column:1/-1}.stock-action-panel .segmented-control{width:min(100%,560px)}.selected-product-card,.current-stock-box,.count-preview{border-radius:14px}.history-panel{gap:16px;display:grid}.history-actions{grid-template-columns:auto minmax(0,1fr) auto}.summary-period-tabs{border-radius:14px;width:min(100%,620px)}.history-filter-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.history-pagination{border-radius:14px}.team-view{gap:18px;width:100%;max-width:none;margin:0}.team-view>.panel{border-radius:14px}.loading-line{width:calc(100% - 240px);left:240px}}@media (min-width:1280px){.team-view{grid-template-columns:minmax(340px,380px) minmax(0,1fr)}}@media (min-width:1600px){.topbar,.content{width:100%}}@media (min-width:1024px){.app-shell.sidebar-compact .loading-line{width:calc(100% - 84px);left:84px}.product-table-shell{border:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:var(--surface);border-radius:14px;grid-template-rows:minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 14px 30px #0f172a14,inset 0 1px #ffffff2e}.product-table-scroll{scrollbar-color:color-mix(in srgb, var(--muted) 38%, transparent) transparent;scrollbar-width:thin;max-height:clamp(480px,100dvh - 430px,760px);overflow:auto}.product-table-scroll::-webkit-scrollbar{width:9px;height:9px}.product-table-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 36%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px}.product-table{border-collapse:separate;border-spacing:0;min-width:1120px;font-size:.84rem}.product-table th,.product-table td{border-bottom:1px solid color-mix(in srgb, var(--line) 74%, transparent);vertical-align:middle;height:60px;padding:10px 16px}.product-table th{z-index:2;background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%);height:44px;box-shadow:inset 0 -1px 0 color-mix(in srgb, var(--line) 72%, transparent);position:sticky;top:0}.product-table th button,.product-table th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800}.product-table th:first-child{width:31%}.product-table th:nth-child(2){width:17%}.product-table th:nth-child(3),.product-table th:nth-child(4){width:10%}.product-table th:nth-child(5),.product-table th:nth-child(6){width:11%}.product-table th:nth-child(7){width:16%}.product-table th:nth-child(8){width:54px}.product-table tbody tr{background:var(--surface)}.product-table tbody tr:hover{background:color-mix(in srgb, var(--surface-strong) 52%, var(--surface) 48%)}.product-table-name{gap:12px;min-width:0}.product-table-name .product-avatar{border-radius:10px;width:36px;height:36px}.product-table-name strong{max-width:330px;color:var(--text);font-size:.9rem;font-weight:800;line-height:1.2}.product-table-name span{margin-top:3px;font-size:.72rem}.product-table-number{font-weight:800}.product-table td:nth-child(3),.product-table td:nth-child(4),.product-table td:nth-child(6){white-space:nowrap;text-align:center!important}.product-table td:nth-child(7){color:color-mix(in srgb, var(--muted) 82%, var(--text) 18%);white-space:nowrap}.product-table .table-filter-button{font-weight:600}.product-table .status-pill{border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.product-table .status-pill:before{content:"";background:currentColor;border-radius:999px;width:6px;height:6px}.product-table-action-cell{width:54px;text-align:center!important}.product-row-action{width:32px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:10px;place-items:center;display:inline-grid}.product-row-action:hover{color:var(--teal);background:var(--accent-soft)}.product-row-action svg{width:18px;height:18px}.product-table-footer{border-top:1px solid color-mix(in srgb, var(--line) 74%, transparent);background:color-mix(in srgb, var(--surface) 94%, var(--surface-strong) 6%);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 16px;display:flex}.product-table-footer span{color:var(--muted);font-size:.82rem;font-weight:700}.product-table-footer .icon-button{width:38px;height:38px;box-shadow:none;border-radius:12px}.products-panel{box-shadow:none;background:0 0;border:0;padding:0}html[data-theme=dark] .products-panel,html[data-theme=cecato] .products-panel{box-shadow:none;background:0 0}.products-panel .section-heading{margin-bottom:14px}.products-panel .section-heading h2{font-size:1.55rem;line-height:1.05}.products-panel .section-heading>svg{display:none}.products-panel .eyebrow{letter-spacing:.1em;margin-bottom:5px;font-size:.68rem;font-weight:900}.product-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:14px;display:grid}.product-view-row{align-items:center;gap:10px;display:inline-flex}.product-display-toggle{background:color-mix(in srgb, var(--surface) 94%, var(--surface-strong) 6%);border-radius:10px;min-height:39px;padding:3px;box-shadow:0 8px 18px #0f172a12}.product-display-toggle button{border-radius:8px;min-width:76px;min-height:32px;padding:0 11px;font-size:.78rem}.product-export-action{border-radius:10px;width:39px;height:39px;box-shadow:0 8px 18px #0f172a12}.product-heading-actions{justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.product-heading-actions .compact{border-radius:10px;min-height:42px;padding-inline:14px}.product-category-action{background:var(--surface);min-width:132px;box-shadow:0 8px 18px #0f172a12}.product-category-action>span{gap:0}.product-category-action strong{font-size:.78rem;line-height:1.05}.product-category-action small{font-size:.66rem;line-height:1.05}.product-new-action{min-width:150px;box-shadow:0 12px 20px color-mix(in srgb, var(--teal) 18%, transparent)}.product-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.product-overview div{border:1px solid color-mix(in srgb, var(--line) 76%, transparent);background:var(--surface);border-radius:10px;align-content:center;gap:6px;min-height:82px;padding:15px 20px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 26px #0f172a12}.product-overview div:before{content:"";background:var(--muted);border-radius:999px;width:3px;position:absolute;inset:13px auto 13px 0}.product-overview div:nth-child(2):before{background:var(--green)}.product-overview div:nth-child(3):before{background:var(--orange)}.product-overview div:nth-child(4):before{background:var(--red)}.product-overview span{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:900}.product-overview strong{font-size:1.68rem;line-height:1}.product-controls{grid-template-columns:minmax(360px,1.5fr) minmax(540px,1fr);align-items:end;gap:12px;margin-bottom:16px}.product-search{margin:0}.product-search input{background:var(--surface);border-radius:10px;min-height:42px;box-shadow:0 8px 18px #0f172a0f}.product-filter-grid{box-shadow:none;background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0}.product-select-field{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:5px;font-size:.64rem;font-weight:900}.product-select-field select{background:var(--surface);text-transform:none;border-radius:10px;min-height:42px;font-size:.8rem;font-weight:700;box-shadow:0 8px 18px #0f172a0f}}.team-row-avatar{border-radius:10px;place-items:center;width:38px;height:38px;font-size:.68rem;font-weight:900;display:inline-grid}.team-row-avatar.tone-amber{color:#d07a12;background:#fff0d9}.team-row-avatar.tone-blue{color:#2d78d8;background:#e8f1ff}.team-row-avatar.tone-teal{color:#00856f;background:#dff4ed}.team-row-avatar.tone-gray{color:#65788d;background:#eef2f6}.team-count-badge{color:#007d69;background:#dff4ed;border:1px solid #b9ecd9;border-radius:999px;place-items:center;min-width:30px;height:28px;font-size:.8rem;font-weight:850;display:inline-grid}.team-invite-note{color:#51657a;background:#f1f4f7;align-items:flex-start;gap:10px;font-size:.74rem;font-weight:600;line-height:1.35;display:flex}.team-invite-note svg{color:#94a3b8;flex:none;width:16px;height:16px}@media (min-width:1024px){.team-view{grid-template-areas:"invite invites""invite members";place-content:center;align-items:start;min-height:calc(100dvh - 128px);padding-bottom:32px;grid-template-columns:340px minmax(560px,700px)!important;gap:20px!important;width:100%!important;max-width:none!important;margin:0!important;display:grid!important}.team-invite-panel{grid-area:invite;position:static!important;top:auto!important}.team-view>.team-list-panel:nth-of-type(2){grid-area:invites}.team-view>.team-list-panel:nth-of-type(3){grid-area:members}.team-invite-panel,.team-list-panel{background:#fffffffa!important;border:1px solid #dbe3ed!important;border-radius:18px!important;padding:24px!important;box-shadow:0 16px 34px #0f172a16!important}.team-list-panel{padding:22px!important}.team-invite-panel .section-heading,.team-list-panel .section-heading{justify-content:space-between;align-items:start;gap:16px;display:flex;margin-bottom:22px!important}.team-list-panel .section-heading{margin-bottom:16px!important}.team-invite-panel .eyebrow,.team-list-panel .eyebrow{color:#007d69;letter-spacing:.12em;font-size:.66rem;font-weight:900}.team-invite-panel .section-heading h2,.team-list-panel .section-heading h2{color:#061225;font-size:1.35rem;font-weight:900;line-height:1.05}.team-invite-panel .section-heading>svg{color:#65788d;background:#f3f6f9;border:1px solid #dbe3ed;border-radius:11px;padding:9px;width:38px!important;height:38px!important}.team-form{gap:18px!important}.team-form label{color:#65788d;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900}.team-form input,.team-form select{font-size:.86rem;min-height:46px!important;box-shadow:none!important;background:#fff!important;border-color:#d7e0eb!important;border-radius:11px!important}.team-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px!important;display:grid!important}.team-actions .secondary-button,.team-actions .primary-button{font-size:.82rem;font-weight:850;min-height:44px!important;box-shadow:none!important;border-radius:10px!important}.team-actions .secondary-button{background:#fff!important;border-color:#d7e0eb!important}.team-actions .primary-button{background:#00856f!important;box-shadow:0 10px 20px #00856f2e!important}.team-invite-note{border-radius:10px;min-height:54px;margin-top:18px;padding:12px 14px}.team-list-panel .item-list{gap:10px!important}.team-list-panel .invite-row{background:#fff;border:1px solid #dbe3ed;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;border-radius:12px!important;gap:12px!important;min-height:62px!important;padding:10px 14px!important;display:grid!important}.team-list-panel .invite-row>div:first-of-type{gap:4px;min-width:0;display:grid}.team-list-panel .invite-row strong{color:#061225;font-size:.86rem;font-weight:850;line-height:1.05}.team-list-panel .invite-row span{font-size:.74rem;font-weight:600;line-height:1.1}.team-list-panel .invite-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex;margin-left:0!important}.invite-status{border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 11px;font-size:.72rem;font-weight:850;display:inline-flex}.invite-status:before{content:"";background:currentColor;border-radius:999px;width:5px;height:5px}.team-list-panel .invite-actions .secondary-button.small{min-height:34px;box-shadow:none;border-radius:9px;padding-inline:12px;font-size:.76rem;font-weight:800}.team-list-panel .invite-actions b{color:#061225;font-size:.8rem;font-weight:850}html[data-theme=dark] .team-invite-panel,html[data-theme=dark] .team-list-panel,html[data-theme=dark] .team-list-panel .invite-row{background:var(--surface-elevated)!important}}.invite-status{box-sizing:border-box!important;white-space:nowrap!important;vertical-align:middle!important;width:auto!important;min-width:62px!important;height:28px!important;min-height:28px!important;box-shadow:none!important;border:1px solid #0000!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:0 12px!important;font-size:.74rem!important;font-weight:850!important;line-height:1!important;display:inline-flex!important}.invite-status:before{content:""!important;background:currentColor!important;border-radius:999px!important;flex:0 0 5px!important;width:5px!important;height:5px!important;margin:0!important}.invite-status.active{color:#08a16f!important;background:#dff7eb!important;border-color:#b9ecd9!important}.invite-status.pending{color:#c47a16!important;background:#fff3dc!important;border-color:#f6d8a8!important}.invite-status.disabled{color:#dc3e3a!important;background:#ffe9e8!important;border-color:#ffc3c3!important}:root{--bg:#e9eef4;--surface:#fff;--surface-strong:#f3f6f9;--surface-soft:#f8fafc;--surface-elevated:#fff;--text:#071426;--muted:#64758a;--line:#d9e2ec;--accent-soft:#e5fbf5;--accent-line:#94e5d4;--input-focus:#00856f26;--radius-card:14px;--radius-control:11px;--shadow-panel:0 14px 30px #0f172a13;--shadow-card:0 10px 22px #0f172a12;--shadow-soft:0 7px 16px #0f172a0e;--shadow-float:0 8px 18px #0f172a11}html[data-theme=dark]{--bg:#070d13;--surface:#101922;--surface-strong:#17222d;--surface-soft:#0c131a;--surface-elevated:#121c25;--text:#f7fbff;--muted:#9aaabc;--line:#293746;--accent-soft:#10b98129;--accent-line:#10b98161;--input-focus:#10b98138;--shadow-panel:0 18px 38px #00000042;--shadow-card:0 14px 30px #00000038;--shadow-soft:0 8px 18px #0000002e;--shadow-float:0 10px 22px #0003}html[data-theme=cecato]{--bg:#efe4dc;--surface:#fffaf5;--surface-strong:#f5e9df;--surface-soft:#fbf2eb;--surface-elevated:#fffdf9;--text:#25130b;--muted:#745d51;--line:#e4d2c3;--teal:#9d1111;--teal-dark:#7c0b0b;--accent-soft:#ffe9df;--accent-line:#efb3a2;--input-focus:#9d111126;--shadow-panel:0 14px 30px #441d111b;--shadow-card:0 10px 22px #441d1118;--shadow-soft:0 7px 16px #441d1113;--shadow-float:0 8px 18px #441d1116}body,button,input,select,textarea{letter-spacing:0;font-family:Inter,Segoe UI,Roboto,Arial,Helvetica Neue,ui-sans-serif,system-ui,-apple-system,sans-serif!important}body{color:var(--text);font-size:14px;font-weight:450}strong,b{font-weight:820}.panel,.stat-tile,.quick-actions button,.product-card,.history-summary-item,.history-filter-panel,.summary-panel,.history-table-shell,.product-table-shell,.history-pagination,.team-invite-panel,.team-list-panel,.movement-form-panel,.movement-summary-panel,.count-form-panel,.count-summary-panel{border-color:var(--line)!important;box-shadow:var(--shadow-panel)!important}input,select,textarea{min-height:44px;color:var(--text);font-size:.88rem;font-weight:560;border-color:var(--line)!important;border-radius:var(--radius-control)!important;background:var(--surface)!important;box-shadow:none!important}textarea{line-height:1.45}input::placeholder,textarea::placeholder{color:color-mix(in srgb, var(--muted) 70%, transparent)}input:focus,select:focus,textarea:focus,button:focus-visible{border-color:var(--accent-line)!important;box-shadow:0 0 0 3px var(--input-focus)!important;outline:none!important}.form-grid label,.product-select-field,.quick-category-filter>span{color:var(--muted);letter-spacing:.075em;text-transform:uppercase;font-size:.67rem;font-weight:850}.primary-button,.secondary-button,.icon-button,.theme-switch,.filter-toggle,.product-heading-actions .compact,.history-display-toggle,.summary-period-tabs,.quick-category-filter button{transition:border-color .16s,background-color .16s,color .16s,box-shadow .16s,transform .16s;border-color:var(--line)!important;border-radius:var(--radius-control)!important}.primary-button,.secondary-button{min-height:42px;font-size:.86rem;font-weight:820}.primary-button{border-color:var(--teal)!important;background:var(--teal)!important;box-shadow:0 10px 18px color-mix(in srgb, var(--teal) 20%, transparent)!important}.primary-button:hover:not(:disabled){background:var(--teal-dark)!important}.secondary-button{color:var(--text);background:var(--surface)!important;box-shadow:none!important}.secondary-button:hover:not(:disabled),.icon-button:hover:not(:disabled){color:var(--teal);background:var(--accent-soft)!important}.secondary-button.danger{color:var(--red);background:color-mix(in srgb, var(--danger-soft) 54%, var(--surface) 46%)!important}.icon-button{color:var(--text);background:var(--surface)!important;box-shadow:none!important}.eyebrow{letter-spacing:.12em;font-size:.66rem;font-weight:900;color:var(--teal)!important}.section-heading h2,.history-title h2{color:var(--text);letter-spacing:0;font-weight:900}.status-pill,.movement-type-pill,.invite-status,.product-list-compact .status-pill,.product-table .status-pill{border-radius:999px!important;line-height:1!important}.empty-state{border-color:color-mix(in srgb, var(--line) 70%, var(--dash-line) 30%)!important;background:color-mix(in srgb, var(--surface-strong) 76%, var(--surface) 24%)!important;border-radius:12px!important}.empty-state svg{color:color-mix(in srgb, var(--muted) 76%, var(--teal) 24%)}.toast{box-shadow:var(--shadow-panel)!important;border-radius:12px!important}.file-picker,.toggle-row,.category-create-box,.category-rename-box,.category-row,.detail-metric-main div,.detail-grid div,.movement-summary-product,.count-summary-product,.movement-summary-type,.count-summary-state{border-color:var(--line)!important;border-radius:12px!important}.product-avatar,.product-table-name .product-avatar,.team-row-avatar{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 72%, transparent)}.product-card,.product-list-compact .product-card,.team-list-panel .invite-row,.movement-row,.list-row{border-color:var(--line)!important}.table-filter-button,.product-row-action,.history-table th button,.product-table th button{border-radius:8px}.table-filter-button:hover,.product-row-action:hover{color:var(--teal);background:var(--accent-soft)}.modal-layer{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:color-mix(in srgb, var(--overlay-bg) 88%, #0f172a29)!important}.modal-card{border:1px solid var(--line)!important;background:var(--surface-elevated)!important;border-radius:18px!important;box-shadow:0 24px 58px #0f172a38!important}.modal-header{margin-bottom:18px}.modal-header h2{color:var(--text);font-size:1.34rem;font-weight:900;line-height:1.06}.modal-form,.category-create-box,.category-rename-box{gap:14px!important}.modal-actions{gap:10px}.detail-hero{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 72%, var(--surface) 28%);border-radius:14px!important;padding:14px!important}.detail-grid,.detail-metric-main{gap:10px!important}.detail-metric-main div,.detail-grid div{background:color-mix(in srgb, var(--surface) 86%, var(--surface-strong) 14%)!important;box-shadow:none!important}.category-row{background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%)!important}html[data-theme=cecato] .product-heading-actions .compact.product-category-action,html[data-theme=cecato] .product-heading-actions .compact.product-new-action,html[data-theme=cecato] .filter-toggle,html[data-theme=cecato] .summary-toggle,html[data-theme=cecato] .search-toggle,html[data-theme=cecato] .quick-category-filter button.active,html[data-theme=cecato] .team-count-badge,html[data-theme=cecato] .count-form-panel .quick-category-filter button.active,html[data-theme=cecato] .movement-form-panel .quick-category-filter button.active{border-color:var(--accent-line)!important;color:var(--teal)!important;background:var(--accent-soft)!important}html[data-theme=cecato] .product-heading-actions .compact.product-category-action svg,html[data-theme=cecato] .product-heading-actions .compact.product-new-action svg,html[data-theme=cecato] .product-heading-actions .compact.product-category-action strong,html[data-theme=cecato] .product-heading-actions .compact.product-category-action small,html[data-theme=cecato] .product-heading-actions .compact.product-new-action span{color:var(--teal)!important}html[data-theme=dark] .product-heading-actions .compact.product-category-action,html[data-theme=dark] .product-heading-actions .compact.product-new-action,html[data-theme=dark] .filter-toggle,html[data-theme=dark] .summary-toggle,html[data-theme=dark] .search-toggle{border-color:var(--accent-line)!important;color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 72%, var(--surface) 28%)!important}html[data-theme=dark] .modal-card,html[data-theme=dark] .products-panel,html[data-theme=dark] .team-invite-panel,html[data-theme=dark] .team-list-panel,html[data-theme=dark] .movement-form-panel,html[data-theme=dark] .movement-summary-panel,html[data-theme=dark] .count-form-panel,html[data-theme=dark] .count-summary-panel{background:var(--surface-elevated)!important;box-shadow:var(--shadow-panel)!important}html[data-theme=dark] .team-list-panel .invite-row,html[data-theme=dark] .product-list-compact .product-card,html[data-theme=dark] .category-row,html[data-theme=dark] .detail-hero,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-metric-main div{background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%)!important}html[data-theme=cecato] .app-shell{background:linear-gradient(#fffaf5eb,#efe4dcfa)!important}html[data-theme=dark] .app-shell{background:linear-gradient(#081019,#071018)!important}@media (min-width:1024px){.topbar{border-color:var(--line)!important;background:color-mix(in srgb, var(--surface) 96%, transparent)!important;box-shadow:var(--shadow-panel)!important}.sidebar{border-color:var(--line)!important;background:var(--surface)!important}.sidebar-nav button{color:var(--muted);font-weight:760}.sidebar-nav button.active{color:var(--teal)!important;background:var(--accent-soft)!important}.sidebar-nav button.active svg{color:var(--teal)!important;background:color-mix(in srgb, var(--surface) 42%, var(--accent-soft) 58%)!important}.products-panel .section-heading h2,.history-title h2{font-size:clamp(1.78rem,1.7vw,2.05rem)!important}.product-overview div,.history-summary-item,.stat-tile{box-shadow:var(--shadow-card)!important}.product-overview div,.history-summary-item{border-radius:12px!important}.product-table th,.history-table th{background:color-mix(in srgb, var(--surface-strong) 88%, var(--surface) 12%)!important}.product-table td,.history-table td{color:var(--text)}}@media (max-width:700px){body{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 28%, var(--bg) 72%), var(--bg))}.app-shell{border-color:color-mix(in srgb, var(--line) 88%, transparent);box-shadow:0 20px 44px #0f172a1f}.topbar{box-shadow:var(--shadow-soft)!important;border-radius:16px!important}.panel,.products-panel,.history-panel,.team-invite-panel,.team-list-panel,.movement-form-panel,.movement-summary-panel,.count-form-panel,.count-summary-panel{border-radius:16px!important}input,select,textarea{min-height:42px;font-size:.86rem}.primary-button,.secondary-button{min-height:42px}.bottom-nav{border-color:var(--line)!important;background:color-mix(in srgb, var(--surface) 92%, transparent)!important;box-shadow:0 -10px 24px #0f172a14!important}.bottom-nav button{min-height:62px;font-size:.66rem;font-weight:760}.bottom-nav button svg{border-radius:12px;width:32px;height:28px}.bottom-nav button.active{color:var(--teal)}.bottom-nav button.active svg{background:var(--accent-soft);box-shadow:none}.modal-card{max-height:calc(100dvh - 24px);overflow:auto;border-radius:18px!important;width:min(100%,100vw - 24px)!important}}@media (min-width:1500px){.product-toolbar,.product-overview,.product-controls{max-width:none}.product-controls{grid-template-columns:minmax(520px,1.55fr) minmax(640px,1fr)}}@media (min-width:1024px){.product-heading-actions{gap:10px}.product-heading-actions .compact{border-radius:10px;min-height:46px}.product-category-action{border:1px solid color-mix(in srgb, var(--line) 82%, transparent);min-width:128px;color:var(--text);background:var(--surface);padding:0 13px;box-shadow:0 8px 18px #0f172a14}.product-category-action svg{width:18px;height:18px;color:var(--teal)}.product-category-action>span{gap:0}.product-category-action strong{color:var(--text);font-size:.82rem;font-weight:800;line-height:1.05}.product-category-action small{color:var(--muted);font-size:.68rem;font-weight:600;line-height:1.05}.product-new-action{border-color:var(--teal);color:#fff;background:var(--teal);min-width:150px;box-shadow:0 12px 20px color-mix(in srgb, var(--teal) 22%, transparent);padding:0 18px}.product-new-action:hover{background:var(--teal-dark)}.product-new-action svg{width:18px;height:18px}.product-new-action span{font-size:.86rem;font-weight:800}.product-list-compact{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px}.product-list-compact .product-card{border:1px solid color-mix(in srgb, var(--line) 80%, transparent);background:var(--surface);border-radius:12px;grid-template-rows:minmax(46px,auto) 1px 34px;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:8px 12px;min-height:124px;padding:14px 14px 10px 16px;box-shadow:0 10px 22px #0f172a17}.product-list-compact .product-card:before{border-radius:0 999px 999px 0;width:3px;inset:14px auto 14px 0}.product-list-compact .product-avatar{border-radius:10px;grid-area:1/1;width:36px;height:36px}.product-list-compact .product-main{grid-area:1/2/span 3;display:contents}.product-list-compact .product-title-block{grid-area:1/2;align-self:start}.product-list-compact .product-main h3{max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:800;line-height:1.18;display:block;overflow:hidden}.product-list-compact .product-main p{color:var(--muted);margin-top:3px;font-size:.76rem;font-weight:600;line-height:1.15}.product-list-compact .product-stock-summary{grid-area:1/3;justify-items:end;gap:8px;width:auto;min-width:76px}.product-stock-summary strong{font-size:1rem;font-weight:900;line-height:1}.product-list-compact .status-pill{border-radius:999px;align-items:center;gap:6px;min-height:23px;padding:0 10px;font-size:.68rem;font-weight:850;display:inline-flex}.product-list-compact .status-pill:before{content:"";background:currentColor;border-radius:999px;width:5px;height:5px}.product-list-compact .stock-meter{opacity:1;background:color-mix(in srgb, var(--line) 76%, transparent);grid-area:2/1/auto/-1;width:100%;height:1px}.product-list-compact .stock-meter span{display:none}.product-list-compact .product-card-meta{color:var(--muted);grid-area:3/1/auto/-1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;font-size:.76rem;display:grid}.product-list-compact .product-card-meta span:first-child{border:1px solid color-mix(in srgb, var(--line) 86%, transparent);min-width:34px;color:var(--text);background:color-mix(in srgb, var(--surface-strong) 72%, var(--surface) 28%);border-radius:8px;justify-content:center;padding:3px 8px;font-size:.66rem;font-weight:850}.product-list-compact .product-card-meta span:nth-child(2){min-width:0;color:color-mix(in srgb, var(--muted) 86%, var(--text) 14%);font-weight:600}.product-list-compact .product-card-meta span:nth-child(3){color:var(--green);justify-self:end;align-items:center;gap:6px;font-weight:800;display:inline-flex}.product-list-compact .product-card-meta span:nth-child(3):before{content:"";background:currentColor;border-radius:999px;width:5px;height:5px}.product-list-compact .product-status-baixo .product-card-meta span:nth-child(3){color:var(--orange)}.product-list-compact .product-status-zerado .product-card-meta span:nth-child(3),.product-list-compact .product-status-inativo .product-card-meta span:nth-child(3){color:var(--red)}.product-list-compact .product-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a1f}}@media (min-width:1500px){.product-list-compact{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){body,button,input,select,textarea{font-family:Inter,Segoe UI,Roboto,Arial,Helvetica Neue,ui-sans-serif,system-ui,-apple-system,sans-serif}.sidebar-header{grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:20px 4px 18px}.sidebar-header .app-mark{width:40px;height:40px;box-shadow:none;border:1px solid #b3262d;border-radius:999px;padding:5px;display:grid}.sidebar-header .brand-wordmark{align-content:center}.sidebar-header .brand-wordmark span{color:#536477;letter-spacing:.22em;font-size:.55rem}.sidebar-header .brand-wordmark strong{color:#a51d1d;font-size:1.18rem}.sidebar-collapse-toggle{border-radius:9px}.topbar{min-height:64px;padding:10px 18px}.topbar-title>.brand-wordmark{display:none}.topbar-view{display:flex}.topbar-view svg{width:38px;height:38px;color:var(--teal);background:var(--accent-soft);box-shadow:none;border-radius:11px;padding:9px}.topbar-view span{color:var(--muted);letter-spacing:0;font-size:.74rem;font-weight:600}.topbar-view strong{color:var(--text);font-size:1.08rem;font-weight:850}.sidebar-nav button,.topbar-account strong,.product-main h3,.product-list-compact .product-main h3,.product-table-name strong{letter-spacing:0}.sidebar-nav button{color:#30445c;font-size:.92rem;font-weight:700}.sidebar-nav button.active{color:var(--teal)}.products-panel .section-heading h2{font-size:1.45rem;font-weight:850}.product-list-compact .product-card{border-radius:12px;box-shadow:0 8px 18px #0f172a14}.product-list-compact .product-main h3{font-size:.86rem;font-weight:850}.product-list-compact .product-main p{color:#40536a;font-size:.72rem}.product-list-compact .product-avatar{color:#2563eb;background:#eaf2ff}.product-list-compact .product-status-zerado .product-avatar,.product-list-compact .product-status-inativo .product-avatar{color:var(--red);background:#ffe8e8}.product-list-compact .product-status-baixo .product-avatar{color:var(--orange);background:#fff2db}.product-list-compact .status-pill.zerado,.product-list-compact .status-pill.baixo,.product-table .status-pill.zerado,.product-table .status-pill.baixo{color:var(--red);background:var(--danger-soft)}.product-list-compact .status-pill.inativo,.product-table .status-pill.inativo{color:var(--muted);background:var(--surface-strong)}.product-list-compact .product-card-meta span:nth-child(3){font-size:.72rem}.product-table th button,.product-table th{font-size:.66rem;font-weight:850}.product-list-compact .product-avatar.product-initials.tone-meat,.product-table-name .product-avatar.product-initials.tone-meat{color:var(--red);background:#ffe8e8}.product-list-compact .product-avatar.product-initials.tone-drink,.product-table-name .product-avatar.product-initials.tone-drink{color:#2563eb;background:#e8f1ff}.product-list-compact .product-avatar.product-initials.tone-dry,.product-table-name .product-avatar.product-initials.tone-dry{color:#c47a16;background:#fff1d9}.product-list-compact .product-avatar.product-initials.tone-sweet,.product-table-name .product-avatar.product-initials.tone-sweet{color:#a83279;background:#ffe8f5}.product-list-compact .product-avatar.product-initials.tone-neutral,.product-table-name .product-avatar.product-initials.tone-neutral{color:#617083;background:#eef2f6}.product-list-compact .product-avatar.product-initials.tone-green,.product-table-name .product-avatar.product-initials.tone-green,.product-list-compact .product-avatar.product-initials.tone-default,.product-table-name .product-avatar.product-initials.tone-default{color:var(--teal);background:var(--accent-soft)}.app-shell.sidebar-compact .sidebar-header{grid-template-columns:1fr;padding-inline:0}.app-shell.sidebar-compact .sidebar-header .app-mark{display:grid}.sidebar{grid-template-rows:auto auto minmax(0,1fr) auto;width:240px;height:100dvh;min-height:0;position:fixed;inset:0 auto 0 0;overflow:hidden}.sidebar-nav{overscroll-behavior:contain;scrollbar-color:color-mix(in srgb, var(--muted) 34%, transparent) transparent;scrollbar-width:thin;min-height:0;padding-right:2px;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:8px}.sidebar-nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 30%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px}.sidebar-footer{align-self:end}.products-panel{grid-template-rows:auto auto auto auto minmax(0,1fr);min-height:calc(100dvh - 112px);display:grid}.product-table-shell{height:clamp(390px,100dvh - 390px,620px);min-height:0}.product-table-scroll{min-height:0;max-height:none;overflow:auto}.product-table th{top:0}.product-table-footer{z-index:3;position:relative}html{background:#e8edf4}body{color:#061225;background:#e8edf4;font-size:14px}.app-shell{background:linear-gradient(#f6f9fceb,#e8edf4fa);grid-template-rows:auto minmax(0,1fr);grid-template-columns:240px minmax(0,1fr);gap:22px 26px;min-height:100dvh;padding:0 26px 22px 0}.app-shell.sidebar-compact{grid-template-columns:84px minmax(0,1fr)}.sidebar{background:#fff;border-right:1px solid #dbe3ed;width:240px;padding:20px 14px 16px}.app-shell.sidebar-compact .sidebar{width:84px}.sidebar-header{grid-template-columns:40px minmax(0,1fr) 30px;gap:10px;min-height:50px;padding:0 4px 16px}.sidebar-header .app-mark{border-color:#b3262d;width:40px;height:40px;padding:5px}.sidebar-header .brand-wordmark span{letter-spacing:.24em;font-size:.53rem}.sidebar-header .brand-wordmark strong{font-size:1.18rem;line-height:1}.sidebar-collapse-toggle{border-color:#d7e0eb;border-radius:8px;width:30px;height:30px}.sidebar-section-label{color:#708196;letter-spacing:.12em;margin:10px 0 8px;padding:0 6px;font-size:.66rem;font-weight:850}.sidebar-nav{gap:6px;padding-right:0}.sidebar-nav button{color:#344960;border-radius:10px;gap:10px;min-height:42px;padding:0 12px;font-size:.9rem;font-weight:700}.sidebar-nav button svg{border-radius:9px;width:26px;height:26px;padding:5px}.sidebar-nav button.active{color:#00856f;background:#dff4ed}.sidebar-footer{border-top-color:#dbe3ed;gap:8px;padding-top:10px}.sidebar-account{border-color:#dbe3ed;border-radius:9px;padding:10px 12px}.sidebar-account span{color:#708196;font-size:.68rem}.sidebar-account strong{font-size:.82rem;font-weight:850}.sidebar-footer .secondary-button{border-radius:9px;min-height:40px;font-size:.82rem}.topbar{background:#fffffff5;border-color:#dbe3ed;border-radius:14px;min-height:64px;margin-top:15px;padding:10px 18px;top:15px;box-shadow:0 10px 24px #0f172a14,inset 0 1px #fff6}.topbar-view{gap:11px}.topbar-view svg{color:#00856f;background:#dff4ed;border-radius:11px;width:38px;height:38px;padding:9px}.topbar-view span{color:#51657a;font-size:.74rem;font-weight:600;line-height:1.1}.topbar-view strong{color:#061225;font-size:1.08rem;font-weight:850;line-height:1.1}.topbar-account{padding-right:8px}.topbar-account span{color:#596b80;font-size:.72rem}.topbar-account strong{font-size:1rem;font-weight:850}.topbar-actions{gap:10px}.topbar-actions .icon-button,.theme-switch{height:40px;box-shadow:none;border-color:#d7e0eb;border-radius:11px}.content{min-width:0}.products-panel{min-height:calc(100dvh - 101px)}.products-panel .section-heading{margin-bottom:17px}.products-panel .eyebrow{color:#00856f;letter-spacing:.12em;margin-bottom:6px;font-size:.66rem;font-weight:900}.products-panel .section-heading h2{font-size:1.5rem;font-weight:850;line-height:1.05}.product-toolbar{margin-bottom:15px}.product-display-toggle{border-radius:10px;min-height:40px}.product-display-toggle button{outline:none;min-height:32px}.product-display-toggle button:focus-visible,.product-export-action:focus-visible,.product-category-action:focus-visible,.product-new-action:focus-visible{outline:none;box-shadow:0 0 0 3px #00856f29,0 8px 18px #0f172a14}.product-overview{gap:14px;margin-bottom:30px}.product-overview div{border-color:#dbe3ed;border-radius:12px;min-height:87px;padding:17px 20px;box-shadow:0 10px 24px #0f172a12}.product-overview span{letter-spacing:.09em;font-size:.67rem}.product-overview strong{font-size:1.72rem;font-weight:850}.product-controls{grid-template-columns:minmax(420px,1.45fr) minmax(560px,1fr);gap:14px;margin-bottom:16px}.product-search input,.product-select-field select{border-color:#d7e0eb;border-radius:10px;min-height:42px;box-shadow:0 7px 16px #0f172a0e}.product-select-field{letter-spacing:.09em;font-size:.62rem}.product-table-shell{border-color:#dbe3ed;border-radius:13px;height:calc(100dvh - 396px);min-height:540px;box-shadow:0 14px 30px #0f172a14}.product-table th{background:#f3f6f9;height:43px}.product-table th,.product-table th button{color:#65788d;letter-spacing:.07em;font-size:.66rem;font-weight:850}.product-table td{height:60px;padding-block:9px}.product-table-name .product-avatar{border-radius:10px;width:36px;height:36px}.product-table-name strong{font-size:.86rem;font-weight:850}.product-table-name span{color:#54677c;font-size:.68rem}.product-table .status-pill{min-height:23px;padding-inline:10px;font-size:.67rem}.product-table-footer{min-height:60px;padding-inline:16px}.product-table-footer span{color:#43566c;font-size:.8rem;font-weight:700}.app-shell.sidebar-compact .sidebar-header .brand-wordmark{display:none}}@media (min-width:1500px){.product-table-shell{height:calc(100dvh - 396px);min-height:620px}}@media (min-width:1024px){.app-shell{column-gap:26px;padding-right:26px;grid-template-columns:240px minmax(0,1fr)!important}.sidebar{background:#fff;border-right:1px solid #dbe3ed;width:240px!important;min-width:240px!important;padding:20px 14px 16px!important}.sidebar-header{gap:10px;height:58px;min-height:58px;margin:0;grid-template-columns:40px minmax(0,1fr) 30px!important;padding:0 4px 18px!important}.sidebar-header .app-mark{padding:5px;width:40px!important;height:40px!important}.sidebar-header .brand-wordmark{min-width:0}.sidebar-header .brand-wordmark span{letter-spacing:.22em;font-size:.54rem}.sidebar-header .brand-wordmark strong{font-size:1.18rem;line-height:1}.sidebar-collapse-toggle{border-radius:8px;justify-self:end;width:30px!important;height:30px!important}.sidebar-section-label{margin:12px 0 10px;padding:0 10px;line-height:1}.sidebar-nav{gap:4px;width:100%;padding:0!important}.sidebar-nav button{border-radius:10px;grid-template-columns:26px minmax(0,1fr);place-items:center start;gap:10px;width:100%;min-height:42px;padding:0 12px;display:grid}.sidebar-nav button svg{width:26px;height:26px;padding:5px}.sidebar-footer{border-top:1px solid #dbe3ed;gap:8px;width:100%;padding-top:10px}.sidebar-account,.sidebar-footer .secondary-button{width:100%}.app-shell.sidebar-compact{grid-template-columns:84px minmax(0,1fr)!important}.app-shell.sidebar-compact .sidebar{width:84px!important;min-width:84px!important;padding:20px 10px 16px!important}.app-shell.sidebar-compact .sidebar-header{justify-items:center;grid-template-columns:1fr!important;padding:0 0 18px!important}.app-shell.sidebar-compact .sidebar-nav button{grid-template-columns:1fr;justify-items:center;width:48px;padding:0}.topbar{background:#fffffff7;border-color:#dbe3ed;border-radius:14px;top:20px;box-shadow:0 10px 22px #0f172a12,inset 0 1px #ffffff94;min-height:64px!important;margin:20px 0 0!important;padding:0 18px!important}.topbar-title,.topbar-view{gap:12px}.topbar-view svg{border-radius:11px;padding:9px;width:38px!important;height:38px!important}.topbar-view div{gap:1px}.topbar-view span{font-size:.72rem;font-weight:600;line-height:1.05}.topbar-view strong{font-size:1.06rem;font-weight:850;line-height:1.05}.topbar-actions{gap:12px}.topbar-account{max-width:280px;min-height:40px;box-shadow:none;text-align:right;background:0 0;border-right:1px solid #dbe3ed;justify-items:end;margin-right:2px;padding:0 18px 0 0!important}.topbar-account span{color:#596b80;font-size:.72rem;font-style:italic;font-weight:500;line-height:1.05}.topbar-account strong{color:#061225;font-size:1rem;font-weight:850;line-height:1.05}.theme-switch{box-shadow:none;border-color:#d7e0eb;padding:0 6px;border-radius:11px!important;width:108px!important;height:40px!important}.topbar-actions>.icon-button{box-shadow:none;border-color:#d7e0eb;border-radius:11px!important;width:40px!important;height:40px!important}.theme-switch span{border-radius:9px;width:30px;height:30px;left:5px}.theme-switch.cecato span{transform:translate(36px,-50%)}.theme-switch.dark span{transform:translate(72px,-50%)}.products-panel{grid-template-rows:auto auto auto auto minmax(0,1fr);display:grid;overflow:hidden;height:calc(100dvh - 128px)!important;min-height:0!important}.product-table-shell{grid-template-rows:minmax(0,1fr) auto;display:grid;overflow:hidden;height:auto!important;min-height:0!important;max-height:none!important}.product-table-scroll{overflow:auto;min-height:0!important;max-height:none!important}.product-table-footer{flex:none}.products-panel>.product-list-compact{overscroll-behavior:contain;scrollbar-color:color-mix(in srgb, var(--muted) 38%, transparent) transparent;scrollbar-width:thin;align-content:start;padding-right:4px;min-height:0!important;overflow:auto!important}.products-panel>.product-list-compact::-webkit-scrollbar{width:9px}.products-panel>.product-list-compact::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 36%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px}}.movement-workspace{--movement-color:var(--teal);--movement-soft:var(--accent-soft);--movement-border:var(--accent-line);gap:16px;display:grid}.movement-tone-entry{--movement-color:#10a36c;--movement-soft:#e7f8f0;--movement-border:#1fc58a}.movement-tone-exit{--movement-color:#2d78d8;--movement-soft:#eaf2ff;--movement-border:#2f7de1}.movement-tone-loss{--movement-color:#dc3e3a;--movement-soft:#ffe9e8;--movement-border:#ef4444}.movement-type-grid{gap:10px;display:grid}.movement-type-card{border:1px solid var(--line);min-height:62px;color:var(--text);background:var(--surface);text-align:left;border-radius:12px;align-items:center;gap:11px;padding:10px 12px;display:flex}.movement-type-card svg,.movement-summary-type svg{width:36px;height:36px;color:var(--muted);background:var(--surface-strong);border-radius:10px;padding:8px}.movement-type-card span,.movement-summary-type span{gap:3px;min-width:0;display:grid}.movement-type-card strong,.movement-summary-type strong{color:var(--text);font-size:.92rem;font-weight:850;line-height:1.1}.movement-type-card small,.movement-summary-type small{color:var(--muted);font-size:.72rem;font-weight:600;line-height:1.1}.movement-type-card.active{border-color:var(--movement-border);background:var(--movement-soft)}.movement-type-card.active svg,.movement-summary-type svg{color:#fff;background:var(--movement-color)}.movement-submit-button{background:var(--movement-color);box-shadow:0 12px 22px color-mix(in srgb, var(--movement-color) 28%, transparent)}.movement-submit-button:hover:not(:disabled){background:color-mix(in srgb, var(--movement-color) 90%, #061225 10%)}.movement-summary-panel{align-content:start;gap:16px;display:grid}.movement-summary-type{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 80%, var(--surface) 20%);border-radius:12px;align-items:center;gap:12px;min-height:64px;padding:12px 14px;display:flex}.movement-summary-type strong{color:var(--movement-color)}.movement-summary-product{border:1px dashed color-mix(in srgb, var(--line) 95%, var(--muted) 5%);border-radius:12px;align-content:center;gap:5px;min-height:64px;padding:12px 14px;display:grid}.movement-summary-product strong{color:color-mix(in srgb, var(--muted) 78%, var(--text) 22%);font-size:.9rem;font-weight:800}.movement-summary-product span{color:var(--muted);font-size:.8rem;font-weight:600}.movement-summary-values{gap:0;margin:0;display:grid}.movement-summary-values div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:44px;display:flex}.movement-summary-values dt,.movement-summary-values dd{margin:0}.movement-summary-values dt{color:var(--muted);font-size:.82rem;font-weight:750}.movement-summary-values dd{color:var(--text);text-align:right;font-size:.85rem;font-weight:850}.movement-summary-values div:nth-child(2) dd{color:var(--movement-color)}.movement-summary-values .movement-summary-new-stock{background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%);border:0;border-radius:12px;min-height:54px;margin-top:10px;padding:0 14px}.movement-summary-new-stock dt{color:var(--text);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900}.movement-summary-footer{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:8px;padding-top:14px;font-size:.78rem;font-weight:650;display:flex}.movement-summary-footer svg{width:15px;height:15px}@media (min-width:1024px){.movement-workspace{grid-template-columns:minmax(560px,620px) 312px;justify-content:center;align-items:center;gap:20px;width:100%;min-height:calc(100dvh - 128px);padding-bottom:34px}.movement-form-panel{border-radius:18px;width:100%;margin:0;padding:26px;box-shadow:0 16px 34px #0f172a17}.movement-form-panel .section-heading{margin-bottom:22px}.movement-form-panel .section-heading h2{font-size:1.5rem;font-weight:850;line-height:1.05}.movement-form-panel .section-heading>svg{border-radius:11px;width:38px;height:38px;padding:9px}.movement-form-grid{grid-template-columns:minmax(0,1fr) 198px!important;gap:18px 14px!important}.movement-type-grid,.movement-form-panel .quick-category-filter,.movement-note-field,.movement-submit-button{grid-column:1/-1}.movement-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.movement-form-panel .quick-category-filter{margin:0}.movement-form-panel .quick-category-filter>span,.movement-form-grid>label{color:#65788d;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900}.movement-form-panel .quick-category-filter>div{flex-wrap:wrap;gap:9px;margin:0;padding:0}.movement-form-panel .quick-category-filter button{min-height:36px;box-shadow:none;border-radius:999px;padding-inline:13px 10px}.movement-form-panel .quick-category-filter button.active{color:#007d69;background:#dff4ed;box-shadow:inset 0 0 0 1px #9ce5d4}.movement-form-panel .quick-category-filter small{min-width:24px;height:20px;font-size:.68rem}.movement-product-field{grid-column:1}.movement-quantity-field{grid-column:2}.movement-form-grid select,.movement-form-grid input,.movement-form-grid textarea{min-height:47px;box-shadow:none;border-color:#d7e0eb;border-radius:12px}.movement-form-grid textarea{resize:vertical;min-height:84px}.movement-submit-button{border-radius:12px;min-height:48px;font-size:.92rem;font-weight:850}.movement-summary-panel{border-radius:18px;width:312px;margin:0;padding:24px 22px;box-shadow:0 16px 34px #0f172a17}}@media (max-width:1023px){.movement-workspace,.movement-type-grid{grid-template-columns:1fr}}.count-workspace{--count-color:#0f8b63;--count-soft:#eef1f4;--count-state-color:var(--muted);gap:16px;display:grid}.count-positive{--count-state-color:#10a36c}.count-negative{--count-state-color:#dc3e3a}.count-neutral{--count-state-color:#65788d}.count-submit-button{background:var(--count-color);box-shadow:0 12px 22px color-mix(in srgb, var(--count-color) 28%, transparent)}.count-submit-button:hover:not(:disabled){background:color-mix(in srgb, var(--count-color) 90%, #061225 10%)}.count-summary-panel{align-content:start;gap:16px;display:grid}.count-summary-product{border:1px dashed color-mix(in srgb, var(--line) 95%, var(--muted) 5%);border-radius:12px;align-content:center;gap:5px;min-height:64px;padding:12px 14px;display:grid}.count-summary-product strong{color:color-mix(in srgb, var(--muted) 78%, var(--text) 22%);font-size:.9rem;font-weight:800}.count-summary-product span{color:var(--muted);font-size:.8rem;font-weight:600}.count-summary-values{gap:0;margin:0;display:grid}.count-summary-values div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:44px;display:flex}.count-summary-values dt,.count-summary-values dd{margin:0}.count-summary-values dt{color:var(--muted);font-size:.82rem;font-weight:750}.count-summary-values dd{color:var(--text);text-align:right;font-size:.85rem;font-weight:850}.count-summary-values .count-summary-difference{background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%);border:0;border-radius:12px;min-height:54px;margin-top:10px;padding:0 14px}.count-summary-difference dt{color:var(--text);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900}.count-summary-difference dd{color:var(--count-state-color)}.count-summary-state{min-height:36px;color:var(--count-state-color);background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%);border-radius:10px;align-items:center;gap:10px;padding:0 14px;display:flex}.count-summary-state span{font-size:1rem;font-weight:850}.count-summary-state strong{color:currentColor;font-size:.78rem;font-weight:750}.count-summary-footer{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:8px;padding-top:14px;font-size:.78rem;font-weight:650;display:flex}.count-summary-footer svg{width:15px;height:15px}@media (min-width:1024px){.count-workspace{grid-template-columns:minmax(560px,620px) 312px;justify-content:center;align-items:center;gap:20px;width:100%;min-height:calc(100dvh - 128px);padding-bottom:34px}.count-form-panel{border-radius:18px;width:100%;margin:0;padding:26px;box-shadow:0 16px 34px #0f172a17}.count-form-panel .section-heading{margin-bottom:22px}.count-form-panel .section-heading h2{font-size:1.5rem;font-weight:850;line-height:1.05}.count-form-panel .section-heading>svg{border-radius:11px;width:38px;height:38px;padding:9px}.count-form-grid{grid-template-columns:minmax(0,1fr) 198px!important;gap:18px 14px!important}.count-form-panel .quick-category-filter,.count-note-field,.count-submit-button{grid-column:1/-1}.count-form-panel .quick-category-filter{margin:0}.count-form-panel .quick-category-filter>span,.count-form-grid>label{color:#65788d;letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900}.count-form-panel .quick-category-filter>div{flex-wrap:wrap;gap:9px;margin:0;padding:0}.count-form-panel .quick-category-filter button{min-height:36px;box-shadow:none;border-radius:999px;padding-inline:13px 10px}.count-form-panel .quick-category-filter button.active{color:#007d69;background:#dff4ed;box-shadow:inset 0 0 0 1px #9ce5d4}.count-form-panel .quick-category-filter small{min-width:24px;height:20px;font-size:.68rem}.count-product-field{grid-column:1}.count-quantity-field{grid-column:2}.count-form-grid select,.count-form-grid input,.count-form-grid textarea{min-height:47px;box-shadow:none;border-color:#d7e0eb;border-radius:12px}.count-form-grid textarea{resize:vertical;min-height:84px}.count-submit-button{border-radius:12px;min-height:48px;font-size:.92rem;font-weight:850}.count-summary-panel{border-radius:18px;width:312px;margin:0;padding:24px 22px;box-shadow:0 16px 34px #0f172a17}}@media (max-width:1023px){.count-workspace{grid-template-columns:1fr}}@media (min-width:1024px){.product-heading-actions{gap:10px}.product-heading-actions .compact.product-category-action,.product-heading-actions .compact.product-new-action{gap:9px;min-height:44px!important;box-shadow:none!important;border-radius:10px!important;padding:0 16px!important}.product-heading-actions .compact.product-category-action{min-width:134px;color:#007d69!important;background:#f1fffb!important;border:1px solid #8ee7d5!important}.product-heading-actions .compact.product-category-action:hover{background:#e4fbf5!important;border-color:#5bd8c3!important}.product-heading-actions .compact.product-category-action svg{color:#00856f!important;width:17px!important;height:17px!important}.product-heading-actions .compact.product-category-action>span{gap:1px;line-height:1;display:grid}.product-heading-actions .compact.product-category-action strong{line-height:1;color:#061225!important;font-size:.82rem!important;font-weight:850!important}.product-heading-actions .compact.product-category-action small{line-height:1;color:#51657a!important;font-size:.67rem!important;font-weight:600!important}.product-heading-actions .compact.product-new-action{min-width:154px;color:#fff!important;background:#00856f!important;border:1px solid #00856f!important;box-shadow:0 10px 20px #00856f2e!important}.product-heading-actions .compact.product-new-action:hover{background:#087662!important;border-color:#087662!important}.product-heading-actions .compact.product-new-action svg{width:17px!important;height:17px!important}.product-heading-actions .compact.product-new-action span{line-height:1;font-size:.9rem!important;font-weight:850!important}.product-heading-actions .compact.product-category-action,.product-heading-actions .compact.product-new-action{color:#007d69!important;min-height:44px!important;box-shadow:none!important;background:#ecfffa!important;border:1px solid #84e8d5!important;border-radius:12px!important}.product-heading-actions .compact.product-category-action:hover,.product-heading-actions .compact.product-new-action:hover{transform:none;color:#006f5e!important;background:#e4fbf5!important;border-color:#5bd8c3!important}.product-heading-actions .compact.product-category-action svg,.product-heading-actions .compact.product-new-action svg{color:#00856f!important}.product-heading-actions .compact.product-category-action strong,.product-heading-actions .compact.product-category-action small,.product-heading-actions .compact.product-new-action span{color:#007d69!important}.products-panel{grid-template-rows:auto auto auto auto minmax(0,1fr);display:grid;overflow:hidden;background:#fffffffa!important;border:1px solid #dbe3ed!important;border-radius:14px!important;height:calc(100dvh - 128px)!important;min-height:0!important;padding:22px 24px 0!important;box-shadow:0 12px 28px #0f172a13,inset 0 1px #ffffff9e!important}.products-panel .section-heading{margin-bottom:14px!important}.products-panel .eyebrow{margin-bottom:4px}.products-panel .section-heading h2{line-height:1;font-size:2rem!important;font-weight:900!important}.product-toolbar,.product-overview{margin-bottom:16px!important}.product-controls{margin-bottom:14px!important}.product-table-shell{height:auto!important;min-height:0!important;box-shadow:none!important;border-radius:12px!important}.products-panel>.product-list-compact{margin-right:-8px;padding-right:8px;min-height:0!important}html[data-theme=dark] .products-panel{background:var(--surface-elevated)!important}html[data-theme=cecato] .products-panel{background:color-mix(in srgb, var(--surface) 96%, #fff7ef 4%)!important}}body,button,input,select,textarea{font-synthesis-weight:none;text-rendering:geometricprecision}input,select,textarea,.primary-button,.secondary-button,.icon-button,.filter-toggle,.summary-toggle,.search-toggle,.product-display-toggle,.history-display-toggle,.theme-switch,.quick-category-filter button{border-color:var(--line)!important}input,select,textarea{color:var(--text)!important;background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%)!important}.primary-button,.secondary-button,.icon-button,.filter-toggle,.summary-toggle,.search-toggle,.product-display-toggle,.history-display-toggle,.theme-switch,.quick-category-filter button{box-shadow:none!important}.filter-toggle,.summary-toggle,.search-toggle,.product-heading-actions .compact.product-category-action,.product-heading-actions .compact.product-new-action{border:1px solid var(--accent-line)!important;min-height:46px!important;color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 86%, var(--surface) 14%)!important;box-shadow:0 10px 22px color-mix(in srgb, var(--teal) 9%, transparent)!important;border-radius:11px!important}.filter-toggle svg,.summary-toggle svg,.search-toggle svg,.product-heading-actions .compact.product-category-action svg,.product-heading-actions .compact.product-new-action svg,.product-heading-actions .compact.product-category-action strong,.product-heading-actions .compact.product-category-action small,.product-heading-actions .compact.product-new-action span{color:var(--teal)!important}.filter-toggle:hover,.summary-toggle:hover,.search-toggle:hover,.product-heading-actions .compact.product-category-action:hover,.product-heading-actions .compact.product-new-action:hover{transform:translateY(-1px);border-color:color-mix(in srgb, var(--teal) 50%, var(--accent-line) 50%)!important;background:color-mix(in srgb, var(--accent-soft) 74%, var(--surface) 26%)!important}.status-pill,.invite-status,.team-count-badge,.filter-toggle .count-badge,.summary-toggle .count-badge{border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-height:22px!important;padding:0 10px!important;line-height:1!important;display:inline-flex!important}.invite-status:before,.status-pill:before{flex:none;margin:0!important}.modal-card,.products-panel,.history-panel,.team-invite-panel,.team-list-panel,.movement-form-panel,.movement-summary-panel,.count-form-panel,.count-summary-panel,.product-table-shell,.history-table-shell{border-color:var(--line)!important}.modal-card{color:var(--text);background:var(--surface-elevated)!important}.modal-header h2,.modal-card h2,.modal-card h3{color:var(--text);letter-spacing:0}.modal-card label,.form-grid label,.product-select-field,.quick-category-filter>span{color:var(--muted)!important}.category-create-box,.category-rename-box,.category-row,.detail-hero,.detail-grid div,.detail-metric-main div,.detail-note,.movement-summary-product,.count-summary-product,.movement-summary-type,.count-summary-state{border-color:var(--line)!important;background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%)!important}.product-table th,.history-table th{color:var(--muted)!important;background:color-mix(in srgb, var(--surface-strong) 86%, var(--surface) 14%)!important}.product-table td,.history-table td{color:var(--text)}.product-table-name span,.history-table td span,.product-main p,.topbar-view span,.topbar-account span,.sidebar-account span{color:var(--muted)!important}.product-table-name strong,.topbar-view strong,.topbar-account strong,.sidebar-account strong{color:var(--text)!important}@media (min-width:1024px){.app-shell{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 58%, var(--bg) 42%), var(--bg))!important}.sidebar{border-right-color:var(--line)!important;background:var(--surface)!important}.sidebar-header,.sidebar-footer{border-color:var(--line)!important}.sidebar-nav button{color:var(--text)!important}.sidebar-nav button:not(.active) svg{color:var(--muted)!important}.sidebar-nav button.active{color:var(--teal)!important;background:var(--accent-soft)!important}.sidebar-nav button.active svg{color:var(--teal)!important}.topbar{border-color:var(--line)!important;background:color-mix(in srgb, var(--surface) 96%, transparent)!important;box-shadow:0 10px 22px #0f172a11,inset 0 1px #ffffff8c!important}.topbar-view svg{color:var(--teal)!important;background:var(--accent-soft)!important}.topbar-account,.theme-switch,.topbar-actions>.icon-button{border-color:var(--line)!important}.products-panel,.history-panel{background:color-mix(in srgb, var(--surface) 96%, transparent)!important}.product-overview div,.history-summary-item{border-color:var(--line)!important;background:var(--surface)!important;box-shadow:var(--shadow-card)!important}}@media (max-width:700px){.filter-toggle,.summary-toggle,.search-toggle,.product-heading-actions .compact.product-category-action,.product-heading-actions .compact.product-new-action{min-height:42px!important}.bottom-nav{border-color:var(--line)!important;background:color-mix(in srgb, var(--surface) 94%, transparent)!important}.bottom-nav button{color:var(--muted)}.bottom-nav button.active{color:var(--teal)!important}.bottom-nav button.active svg{color:var(--teal)!important;background:var(--accent-soft)!important}}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .products-panel,html[data-theme=dark] .history-panel,html[data-theme=dark] .modal-card,html[data-theme=dark] .team-invite-panel,html[data-theme=dark] .team-list-panel,html[data-theme=dark] .movement-form-panel,html[data-theme=dark] .movement-summary-panel,html[data-theme=dark] .count-form-panel,html[data-theme=dark] .count-summary-panel,html[data-theme=dark] .product-table-shell,html[data-theme=dark] .history-table-shell{background:var(--surface-elevated)!important;border-color:var(--line)!important}html[data-theme=dark] .topbar{box-shadow:var(--shadow-soft)!important}html[data-theme=dark] .product-overview div,html[data-theme=dark] .history-summary-item,html[data-theme=dark] .product-card,html[data-theme=dark] .invite-row,html[data-theme=dark] .category-row,html[data-theme=dark] .detail-hero,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-metric-main div{background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%)!important;border-color:var(--line)!important}html[data-theme=cecato] .topbar,html[data-theme=cecato] .sidebar,html[data-theme=cecato] .products-panel,html[data-theme=cecato] .history-panel,html[data-theme=cecato] .modal-card,html[data-theme=cecato] .team-invite-panel,html[data-theme=cecato] .team-list-panel,html[data-theme=cecato] .movement-form-panel,html[data-theme=cecato] .movement-summary-panel,html[data-theme=cecato] .count-form-panel,html[data-theme=cecato] .count-summary-panel,html[data-theme=cecato] .product-table-shell,html[data-theme=cecato] .history-table-shell{background:var(--surface-elevated)!important;border-color:var(--line)!important}html[data-theme=cecato] .topbar{box-shadow:var(--shadow-soft)!important}:root{--theme-canvas:#e9eef4;--theme-panel:#fff;--theme-panel-soft:#f4f7fa;--theme-row:#fff;--theme-row-hover:#f7fafc;--theme-control:#fff;--theme-text:#061225;--theme-muted:#64758b;--theme-subtle:#8797aa;--theme-line:#d9e2ed;--theme-active:#e3f8f2;--theme-active-line:#91e2d2;--theme-danger:#e54848;--theme-danger-soft:#ffe8e8;--theme-warning:#d88711;--theme-warning-soft:#fff1d8;--theme-success-soft:#def9eb}html[data-theme=dark]{--bg:#071019;--surface:#101923;--surface-strong:#172330;--surface-soft:#0b141d;--surface-elevated:#121d27;--text:#f6f9fd;--muted:#9fafc0;--line:#2b3a4a;--teal:#20d39a;--teal-dark:#11b986;--accent-soft:#20d39a29;--accent-line:#20d39a6b;--theme-canvas:#071019;--theme-panel:#121d27;--theme-panel-soft:#162432;--theme-row:#0f1a24;--theme-row-hover:#152433;--theme-control:#0e1822;--theme-text:#f6f9fd;--theme-muted:#9fafc0;--theme-subtle:#7f91a5;--theme-line:#2b3a4a;--theme-active:#20d39a29;--theme-active-line:#20d39a6b;--theme-danger:#ff6b6b;--theme-danger-soft:#ff6b6b24;--theme-warning:#f3bd55;--theme-warning-soft:#f3bd5526;--theme-success-soft:#20d39a29}html[data-theme=cecato]{--bg:#f1e7df;--surface:#fffaf4;--surface-strong:#f5e7dc;--surface-soft:#fbf2eb;--surface-elevated:#fffdf8;--text:#281309;--muted:#765a4c;--line:#e3cfbf;--teal:#9d1111;--teal-dark:#7c0b0b;--accent-soft:#ffe8de;--accent-line:#edb0a0;--theme-canvas:#f1e7df;--theme-panel:#fffdf8;--theme-panel-soft:#f7eadf;--theme-row:#fffaf4;--theme-row-hover:#fff4eb;--theme-control:#fffdf9;--theme-text:#281309;--theme-muted:#765a4c;--theme-subtle:#9a7f70;--theme-line:#e3cfbf;--theme-active:#ffe8de;--theme-active-line:#edb0a0;--theme-danger:#c1121f;--theme-danger-soft:#ffe1dc;--theme-warning:#c47a16;--theme-warning-soft:#fff0d7;--theme-success-soft:#e5f6eb}html[data-theme=dark],html[data-theme=cecato]{background:var(--theme-canvas)!important}html[data-theme=dark] body,html[data-theme=cecato] body{background:var(--theme-canvas)!important;color:var(--theme-text)!important}html[data-theme=dark] .app-shell,html[data-theme=cecato] .app-shell{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-panel-soft) 38%, var(--theme-canvas) 62%), var(--theme-canvas))!important}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .products-panel,html[data-theme=dark] .history-panel,html[data-theme=dark] .team-invite-panel,html[data-theme=dark] .team-list-panel,html[data-theme=dark] .movement-form-panel,html[data-theme=dark] .movement-summary-panel,html[data-theme=dark] .count-form-panel,html[data-theme=dark] .count-summary-panel,html[data-theme=dark] .modal-card,html[data-theme=cecato] .topbar,html[data-theme=cecato] .sidebar,html[data-theme=cecato] .products-panel,html[data-theme=cecato] .history-panel,html[data-theme=cecato] .team-invite-panel,html[data-theme=cecato] .team-list-panel,html[data-theme=cecato] .movement-form-panel,html[data-theme=cecato] .movement-summary-panel,html[data-theme=cecato] .count-form-panel,html[data-theme=cecato] .count-summary-panel,html[data-theme=cecato] .modal-card{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-panel)!important}html[data-theme=dark] .product-table-shell,html[data-theme=dark] .history-table-shell,html[data-theme=dark] .history-filter-panel,html[data-theme=dark] .history-pagination,html[data-theme=dark] .product-overview div,html[data-theme=dark] .history-summary-item,html[data-theme=dark] .product-card,html[data-theme=dark] .invite-row,html[data-theme=dark] .movement-row,html[data-theme=dark] .list-row,html[data-theme=dark] .category-row,html[data-theme=dark] .category-create-box,html[data-theme=dark] .category-rename-box,html[data-theme=dark] .detail-hero,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-metric-main div,html[data-theme=dark] .detail-note,html[data-theme=dark] .movement-summary-product,html[data-theme=dark] .count-summary-product,html[data-theme=dark] .movement-summary-type,html[data-theme=dark] .count-summary-state,html[data-theme=cecato] .product-table-shell,html[data-theme=cecato] .history-table-shell,html[data-theme=cecato] .history-filter-panel,html[data-theme=cecato] .history-pagination,html[data-theme=cecato] .product-overview div,html[data-theme=cecato] .history-summary-item,html[data-theme=cecato] .product-card,html[data-theme=cecato] .invite-row,html[data-theme=cecato] .movement-row,html[data-theme=cecato] .list-row,html[data-theme=cecato] .category-row,html[data-theme=cecato] .category-create-box,html[data-theme=cecato] .category-rename-box,html[data-theme=cecato] .detail-hero,html[data-theme=cecato] .detail-grid div,html[data-theme=cecato] .detail-metric-main div,html[data-theme=cecato] .detail-note,html[data-theme=cecato] .movement-summary-product,html[data-theme=cecato] .count-summary-product,html[data-theme=cecato] .movement-summary-type,html[data-theme=cecato] .count-summary-state{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-row)!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .team-form input,html[data-theme=dark] .team-form select,html[data-theme=dark] .movement-form-grid input,html[data-theme=dark] .movement-form-grid select,html[data-theme=dark] .movement-form-grid textarea,html[data-theme=dark] .count-form-grid input,html[data-theme=dark] .count-form-grid select,html[data-theme=dark] .count-form-grid textarea,html[data-theme=dark] .product-search input,html[data-theme=dark] .product-select-field select,html[data-theme=dark] .history-search input,html[data-theme=dark] .history-filter-panel input,html[data-theme=dark] .history-filter-panel select,html[data-theme=cecato] input,html[data-theme=cecato] select,html[data-theme=cecato] textarea,html[data-theme=cecato] .team-form input,html[data-theme=cecato] .team-form select,html[data-theme=cecato] .movement-form-grid input,html[data-theme=cecato] .movement-form-grid select,html[data-theme=cecato] .movement-form-grid textarea,html[data-theme=cecato] .count-form-grid input,html[data-theme=cecato] .count-form-grid select,html[data-theme=cecato] .count-form-grid textarea,html[data-theme=cecato] .product-search input,html[data-theme=cecato] .product-select-field select,html[data-theme=cecato] .history-search input,html[data-theme=cecato] .history-filter-panel input,html[data-theme=cecato] .history-filter-panel select{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-control)!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder,html[data-theme=cecato] input::placeholder,html[data-theme=cecato] textarea::placeholder{color:color-mix(in srgb, var(--theme-muted) 76%, transparent)!important}html[data-theme=dark] .section-heading h2,html[data-theme=dark] .history-title h2,html[data-theme=dark] .team-invite-panel .section-heading h2,html[data-theme=dark] .team-list-panel .section-heading h2,html[data-theme=dark] .movement-form-panel .section-heading h2,html[data-theme=dark] .count-form-panel .section-heading h2,html[data-theme=dark] .products-panel .section-heading h2,html[data-theme=dark] .product-main h3,html[data-theme=dark] .product-table-name strong,html[data-theme=dark] .team-list-panel .invite-row strong,html[data-theme=dark] .team-list-panel .invite-actions b,html[data-theme=dark] .modal-header h2,html[data-theme=dark] .modal-card h2,html[data-theme=dark] .modal-card h3,html[data-theme=cecato] .section-heading h2,html[data-theme=cecato] .history-title h2,html[data-theme=cecato] .team-invite-panel .section-heading h2,html[data-theme=cecato] .team-list-panel .section-heading h2,html[data-theme=cecato] .movement-form-panel .section-heading h2,html[data-theme=cecato] .count-form-panel .section-heading h2,html[data-theme=cecato] .products-panel .section-heading h2,html[data-theme=cecato] .product-main h3,html[data-theme=cecato] .product-table-name strong,html[data-theme=cecato] .team-list-panel .invite-row strong,html[data-theme=cecato] .team-list-panel .invite-actions b,html[data-theme=cecato] .modal-header h2,html[data-theme=cecato] .modal-card h2,html[data-theme=cecato] .modal-card h3{color:var(--theme-text)!important}html[data-theme=dark] .eyebrow,html[data-theme=dark] .team-invite-panel .eyebrow,html[data-theme=dark] .team-list-panel .eyebrow,html[data-theme=dark] .topbar-view svg,html[data-theme=dark] .sidebar-nav button.active,html[data-theme=dark] .sidebar-nav button.active svg,html[data-theme=cecato] .eyebrow,html[data-theme=cecato] .team-invite-panel .eyebrow,html[data-theme=cecato] .team-list-panel .eyebrow,html[data-theme=cecato] .topbar-view svg,html[data-theme=cecato] .sidebar-nav button.active,html[data-theme=cecato] .sidebar-nav button.active svg{color:var(--teal)!important}html[data-theme=dark] .topbar-view span,html[data-theme=dark] .topbar-account span,html[data-theme=dark] .sidebar-account span,html[data-theme=dark] .team-form label,html[data-theme=dark] .form-grid label,html[data-theme=dark] .product-main p,html[data-theme=dark] .product-table-name span,html[data-theme=dark] .team-list-panel .invite-row span,html[data-theme=dark] .movement-type-card small,html[data-theme=dark] .movement-summary-type small,html[data-theme=dark] .movement-summary-product span,html[data-theme=dark] .count-summary-product span,html[data-theme=cecato] .topbar-view span,html[data-theme=cecato] .topbar-account span,html[data-theme=cecato] .sidebar-account span,html[data-theme=cecato] .team-form label,html[data-theme=cecato] .form-grid label,html[data-theme=cecato] .product-main p,html[data-theme=cecato] .product-table-name span,html[data-theme=cecato] .team-list-panel .invite-row span,html[data-theme=cecato] .movement-type-card small,html[data-theme=cecato] .movement-summary-type small,html[data-theme=cecato] .movement-summary-product span,html[data-theme=cecato] .count-summary-product span{color:var(--theme-muted)!important}html[data-theme=dark] .secondary-button,html[data-theme=dark] .team-actions .secondary-button,html[data-theme=dark] .team-list-panel .invite-actions .secondary-button.small,html[data-theme=dark] .icon-button,html[data-theme=dark] .theme-switch,html[data-theme=dark] .product-display-toggle,html[data-theme=dark] .history-display-toggle,html[data-theme=cecato] .secondary-button,html[data-theme=cecato] .team-actions .secondary-button,html[data-theme=cecato] .team-list-panel .invite-actions .secondary-button.small,html[data-theme=cecato] .icon-button,html[data-theme=cecato] .theme-switch,html[data-theme=cecato] .product-display-toggle,html[data-theme=cecato] .history-display-toggle{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-control)!important}html[data-theme=dark] .filter-toggle,html[data-theme=dark] .summary-toggle,html[data-theme=dark] .search-toggle,html[data-theme=dark] .product-heading-actions .compact.product-category-action,html[data-theme=dark] .product-heading-actions .compact.product-new-action,html[data-theme=dark] .quick-category-filter button.active,html[data-theme=dark] .sidebar-nav button.active,html[data-theme=dark] .bottom-nav button.active svg,html[data-theme=cecato] .filter-toggle,html[data-theme=cecato] .summary-toggle,html[data-theme=cecato] .search-toggle,html[data-theme=cecato] .product-heading-actions .compact.product-category-action,html[data-theme=cecato] .product-heading-actions .compact.product-new-action,html[data-theme=cecato] .quick-category-filter button.active,html[data-theme=cecato] .sidebar-nav button.active,html[data-theme=cecato] .bottom-nav button.active svg{border-color:var(--theme-active-line)!important;color:var(--teal)!important;background:var(--theme-active)!important}html[data-theme=dark] .team-invite-note,html[data-theme=dark] .empty-state,html[data-theme=cecato] .team-invite-note,html[data-theme=cecato] .empty-state{border-color:var(--theme-line)!important;color:var(--theme-muted)!important;background:var(--theme-panel-soft)!important}html[data-theme=dark] .invite-status.active,html[data-theme=dark] .status-pill.ativo,html[data-theme=cecato] .invite-status.active,html[data-theme=cecato] .status-pill.ativo{border-color:var(--theme-active-line)!important;color:var(--teal)!important;background:var(--theme-success-soft)!important}html[data-theme=dark] .invite-status.pending,html[data-theme=cecato] .invite-status.pending{border-color:color-mix(in srgb, var(--theme-warning) 38%, transparent)!important;color:var(--theme-warning)!important;background:var(--theme-warning-soft)!important}html[data-theme=dark] .invite-status.disabled,html[data-theme=dark] .secondary-button.danger,html[data-theme=dark] .team-list-panel .invite-actions .secondary-button.small.danger,html[data-theme=cecato] .invite-status.disabled,html[data-theme=cecato] .secondary-button.danger,html[data-theme=cecato] .team-list-panel .invite-actions .secondary-button.small.danger{border-color:color-mix(in srgb, var(--theme-danger) 40%, transparent)!important;color:var(--theme-danger)!important;background:var(--theme-danger-soft)!important}html[data-theme=dark] .product-table th,html[data-theme=dark] .history-table th,html[data-theme=cecato] .product-table th,html[data-theme=cecato] .history-table th{color:var(--theme-muted)!important;background:var(--theme-panel-soft)!important}html[data-theme=dark] .product-table td,html[data-theme=dark] .history-table td,html[data-theme=cecato] .product-table td,html[data-theme=cecato] .history-table td{border-bottom-color:var(--theme-line)!important;color:var(--theme-text)!important}html[data-theme=dark] .product-table tbody tr:hover,html[data-theme=dark] .history-table tbody tr:hover,html[data-theme=cecato] .product-table tbody tr:hover,html[data-theme=cecato] .history-table tbody tr:hover{background:var(--theme-row-hover)!important}html[data-theme=dark] .movement-type-card,html[data-theme=cecato] .movement-type-card{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-row)!important}html[data-theme=dark] .movement-type-card.active,html[data-theme=cecato] .movement-type-card.active{border-color:var(--movement-border)!important;background:color-mix(in srgb, var(--movement-soft) 72%, var(--theme-row) 28%)!important}html[data-theme=dark] .topbar-view svg,html[data-theme=cecato] .topbar-view svg{background:var(--theme-active)!important}html[data-theme=dark] .movement-tone-entry{--movement-soft:#20d39a29;--movement-border:#20d39a7a}html[data-theme=dark] .movement-tone-exit{--movement-soft:#65a6ff29;--movement-border:#65a6ff80}html[data-theme=dark] .movement-tone-loss{--movement-soft:#ff6b6b26;--movement-border:#ff6b6b80}html[data-theme=dark] .movement-type-card.active,html[data-theme=dark] .movement-summary-type{background:color-mix(in srgb, var(--movement-soft) 78%, var(--theme-row) 22%)!important}html[data-theme=dark] .count-workspace{--count-soft:#9fafc01f}html[data-theme=dark] .count-positive{--count-state-color:#20d39a}html[data-theme=dark] .count-negative{--count-state-color:#ff6b6b}html[data-theme=dark] .count-neutral{--count-state-color:var(--theme-muted)}html[data-theme=dark] .count-summary-difference,html[data-theme=dark] .count-summary-state{background:color-mix(in srgb, var(--count-soft) 76%, var(--theme-row) 24%)!important}html[data-theme=dark] .product-avatar,html[data-theme=dark] .product-table-name .product-avatar,html[data-theme=dark] .team-row-avatar{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--theme-line) 72%, transparent)!important}html[data-theme=dark] .team-count-badge,html[data-theme=cecato] .team-count-badge{border-color:var(--theme-active-line)!important;color:var(--teal)!important;background:var(--theme-active)!important}html[data-theme=dark] .sidebar-footer .secondary-button:hover,html[data-theme=dark] .secondary-button:hover,html[data-theme=dark] .icon-button:hover,html[data-theme=cecato] .sidebar-footer .secondary-button:hover,html[data-theme=cecato] .secondary-button:hover,html[data-theme=cecato] .icon-button:hover{color:var(--teal)!important;background:var(--theme-active)!important}.movement-workspace .movement-submit-button.primary-button,html[data-theme=cecato] .movement-workspace .movement-submit-button.primary-button,html[data-theme=dark] .movement-workspace .movement-submit-button.primary-button{border-color:var(--movement-color)!important;color:#fff!important;background:linear-gradient(180deg, color-mix(in srgb, var(--movement-color) 88%, #fff 12%), color-mix(in srgb, var(--movement-color) 86%, #061225 14%))!important;box-shadow:0 12px 22px color-mix(in srgb, var(--movement-color) 28%, transparent)!important}.movement-workspace .movement-submit-button.primary-button svg,html[data-theme=cecato] .movement-workspace .movement-submit-button.primary-button svg,html[data-theme=dark] .movement-workspace .movement-submit-button.primary-button svg{color:#fff!important}.movement-workspace .movement-submit-button.primary-button:hover:not(:disabled),html[data-theme=cecato] .movement-workspace .movement-submit-button.primary-button:hover:not(:disabled),html[data-theme=dark] .movement-workspace .movement-submit-button.primary-button:hover:not(:disabled){background:linear-gradient(180deg, var(--movement-color), color-mix(in srgb, var(--movement-color) 78%, #061225 22%))!important}html[data-theme=cecato] .primary-button:not(.movement-submit-button),html[data-theme=cecato] .team-actions .primary-button,html[data-theme=cecato] .count-submit-button{border-color:var(--teal)!important;color:#fff!important;background:linear-gradient(180deg, color-mix(in srgb, var(--teal) 90%, #fff 10%), var(--teal-dark))!important;box-shadow:0 12px 22px color-mix(in srgb, var(--teal) 22%, transparent)!important}html[data-theme=cecato] .primary-button:not(.movement-submit-button) svg,html[data-theme=cecato] .team-actions .primary-button svg,html[data-theme=cecato] .count-submit-button svg{color:#fff!important}html[data-theme=cecato] .primary-button:not(.movement-submit-button):hover:not(:disabled),html[data-theme=cecato] .team-actions .primary-button:hover:not(:disabled),html[data-theme=cecato] .count-submit-button:hover:not(:disabled){background:linear-gradient(180deg, var(--teal), color-mix(in srgb, var(--teal-dark) 92%, #281309 8%))!important}@media (min-width:1024px){.sidebar-footer{border-top-color:color-mix(in srgb, var(--line) 72%, transparent)!important}.sidebar-account{border-color:color-mix(in srgb, var(--line) 76%, transparent)!important;background:color-mix(in srgb, var(--surface) 90%, var(--surface-soft) 10%)!important;box-shadow:none!important;border-radius:10px!important}.sidebar-account span{color:var(--muted)!important;font-weight:550!important}.sidebar-account strong{color:var(--text)!important;font-weight:850!important}.sidebar-footer .secondary-button{border-color:color-mix(in srgb, var(--line) 76%, transparent)!important;color:var(--text)!important;background:color-mix(in srgb, var(--surface) 92%, var(--surface-soft) 8%)!important;box-shadow:none!important}html[data-theme=dark] .sidebar-footer{border-top-color:color-mix(in srgb, var(--theme-line) 72%, transparent)!important}html[data-theme=dark] .sidebar-account{border-color:color-mix(in srgb, var(--theme-line) 78%, transparent)!important;background:color-mix(in srgb, var(--theme-panel-soft) 52%, var(--theme-panel) 48%)!important;box-shadow:inset 0 1px #ffffff09!important}html[data-theme=dark] .sidebar-account span{color:var(--theme-subtle)!important}html[data-theme=dark] .sidebar-account strong{color:var(--theme-text)!important}html[data-theme=dark] .sidebar-footer .secondary-button{border-color:color-mix(in srgb, var(--theme-line) 72%, transparent)!important;color:var(--theme-text)!important;background:color-mix(in srgb, var(--theme-control) 78%, var(--theme-panel) 22%)!important}html[data-theme=cecato] .sidebar-footer{border-top-color:color-mix(in srgb, var(--theme-line) 78%, transparent)!important}html[data-theme=cecato] .sidebar-account{border-color:color-mix(in srgb, var(--theme-line) 82%, transparent)!important;background:color-mix(in srgb, var(--theme-panel) 86%, var(--theme-panel-soft) 14%)!important}html[data-theme=cecato] .sidebar-account span{color:var(--theme-muted)!important}html[data-theme=cecato] .sidebar-account strong{color:var(--theme-text)!important}html[data-theme=cecato] .sidebar-footer .secondary-button{border-color:color-mix(in srgb, var(--theme-line) 82%, transparent)!important;color:var(--theme-text)!important;background:var(--theme-control)!important}}.theme-switch{--switch-left:7px;--switch-step:32px;--switch-knob:30px;overflow:hidden;grid-template-columns:repeat(3, var(--switch-step))!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:108px!important;height:40px!important;padding:0 6px!important}.theme-switch svg{color:var(--muted);place-self:center;z-index:2!important;width:16px!important;height:16px!important}.theme-switch span{z-index:1!important;top:50%!important;left:var(--switch-left)!important;width:var(--switch-knob)!important;height:var(--switch-knob)!important;box-shadow:none!important;border-radius:9px!important;transform:translateY(-50%)!important}.theme-switch.light span{background:var(--warning-soft)!important}.theme-switch.cecato span{background:var(--danger-soft)!important;transform:translate3d(var(--switch-step), -50%, 0)!important}.theme-switch.dark span{background:var(--accent-soft)!important;transform:translate3d(calc(var(--switch-step) * 2), -50%, 0)!important}.theme-switch.light svg:first-of-type{color:var(--orange)!important}.theme-switch.cecato svg:nth-of-type(2){color:var(--red)!important}.theme-switch.dark svg:last-of-type{color:var(--teal)!important}html[data-theme=dark] .theme-switch span,html[data-theme=cecato] .theme-switch span{background:var(--theme-active)!important}.movement-draft-grid,.movement-draft-list{grid-column:1/-1}.movement-draft-grid{grid-template-columns:minmax(0,1fr) 160px auto;align-items:end;gap:12px;display:grid}.movement-autocomplete-field,.movement-draft-grid .movement-quantity-field,.movement-draft-quantity,.movement-draft-note{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.66rem;font-weight:900;display:grid}.movement-product-picker-header{justify-content:space-between;align-items:center;gap:10px;min-height:26px;display:flex}.movement-product-picker-header>span{color:var(--muted)}.movement-picker-toggle{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 86%, var(--surface-strong) 14%);border-radius:999px;align-items:center;gap:2px;padding:2px;display:inline-flex}.movement-picker-toggle button{min-height:24px;color:var(--muted);letter-spacing:0;text-transform:none;background:0 0;border:0;border-radius:999px;padding:0 10px;font-size:.68rem;font-weight:850}.movement-picker-toggle button.active{color:var(--teal);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-line)}.movement-autocomplete{position:relative}.movement-autocomplete>svg{z-index:1;width:17px;height:17px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.movement-autocomplete input{width:100%;padding-left:39px!important}.movement-product-select{width:100%}.movement-suggestions{z-index:20;border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);left:0;right:0;box-shadow:0 18px 34px #0f172a24}.movement-suggestions button{min-height:48px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px;display:grid}.movement-suggestions button:hover{color:var(--text);background:var(--accent-soft)}.movement-suggestions span{gap:2px;min-width:0;display:grid}.movement-suggestions strong{text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:850;line-height:1.1;overflow:hidden}.movement-suggestions small,.movement-suggestions b{color:var(--muted);letter-spacing:0;text-transform:none;font-size:.7rem;font-weight:700}.movement-add-button{border-radius:12px!important;min-height:47px!important;padding-inline:14px!important;font-weight:850!important}.movement-draft-list{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 86%, var(--surface-strong) 14%);border-radius:14px;gap:8px;padding:10px;display:grid}.movement-draft-header{min-height:28px;color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:0 2px 2px;display:flex}.movement-draft-header span{letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:900}.movement-draft-header strong{border:1px solid var(--accent-line);min-width:24px;height:22px;color:var(--teal);background:var(--accent-soft);border-radius:999px;place-items:center;font-size:.72rem;font-weight:900;display:inline-grid}.movement-draft-row{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:38px minmax(0,1fr) 96px minmax(110px,.8fr) 34px;align-items:center;gap:10px;min-height:62px;padding:10px;display:grid}.movement-draft-row .product-avatar{border-radius:10px;width:36px;height:36px}.movement-draft-main{gap:3px;min-width:0;display:grid}.movement-draft-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:850;line-height:1.12;overflow:hidden}.movement-draft-main span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:650;line-height:1.1;overflow:hidden}.movement-draft-row input{border-radius:9px!important;min-height:34px!important;padding:0 10px!important;font-size:.78rem!important}.movement-draft-remove{width:34px!important;height:34px!important;color:var(--red)!important;border-radius:9px!important}.movement-draft-empty{border:1px dashed color-mix(in srgb, var(--line) 84%, var(--muted) 16%);min-height:58px;color:var(--muted);background:color-mix(in srgb, var(--surface-soft) 78%, var(--surface) 22%);text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:12px;display:flex}.movement-draft-empty svg{width:17px;height:17px}.movement-draft-empty span,.movement-draft-error{font-size:.78rem;font-weight:700}.movement-draft-error{color:var(--red);margin:0}html[data-theme=dark] .movement-suggestions,html[data-theme=dark] .movement-draft-list,html[data-theme=dark] .movement-draft-row,html[data-theme=dark] .movement-draft-empty,html[data-theme=dark] .movement-picker-toggle,html[data-theme=cecato] .movement-suggestions,html[data-theme=cecato] .movement-draft-list,html[data-theme=cecato] .movement-draft-row,html[data-theme=cecato] .movement-draft-empty,html[data-theme=cecato] .movement-picker-toggle{border-color:var(--theme-line)!important}html[data-theme=dark] .movement-suggestions,html[data-theme=dark] .movement-draft-row,html[data-theme=cecato] .movement-suggestions,html[data-theme=cecato] .movement-draft-row{background:var(--theme-row)!important}html[data-theme=dark] .movement-draft-list,html[data-theme=dark] .movement-draft-empty,html[data-theme=dark] .movement-picker-toggle,html[data-theme=cecato] .movement-draft-list,html[data-theme=cecato] .movement-draft-empty,html[data-theme=cecato] .movement-picker-toggle{background:var(--theme-panel-soft)!important}html[data-theme=dark] .movement-picker-toggle button,html[data-theme=cecato] .movement-picker-toggle button{color:var(--theme-muted)!important}html[data-theme=dark] .movement-picker-toggle button.active,html[data-theme=cecato] .movement-picker-toggle button.active{border-color:var(--theme-active-line)!important;color:var(--teal)!important;background:var(--theme-active)!important}@media (max-width:700px){.movement-draft-grid,.movement-draft-row{grid-template-columns:1fr}.movement-draft-row{align-items:stretch}.movement-draft-row .product-avatar{display:none}.movement-draft-remove{width:100%!important}}.team-list-panel .invite-row{grid-template-columns:minmax(0,1fr) auto!important}.team-list-panel .invite-row>div:first-child{min-width:0}@media (max-width:700px){.team-list-panel .invite-row{grid-template-columns:1fr!important}}:root{--app-font:ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif}body,button,input,select,textarea{font-family:var(--app-font)}body{text-rendering:optimizelegibility;font-weight:400;line-height:1.42}strong,b,.primary-button,.secondary-button,.product-main strong,.product-table-name strong,.history-table td strong,.movement-row strong,.movement-draft-main strong,.movement-type-card strong,.team-list-panel .invite-row strong,.team-list-panel .invite-actions b,.topbar-view strong,.topbar-account strong,.sidebar-account strong{font-weight:650!important}h1,h2,h3,.section-heading h2,.products-panel .section-heading h2,.history-panel .section-heading h2,.movement-form-panel .section-heading h2,.count-form-panel .section-heading h2{letter-spacing:0;font-weight:680!important}.eyebrow,label,.product-table th,.history-table th,.product-select-field,.quick-category-filter>span,.movement-draft-header span{font-weight:650!important}@media (max-width:430px){.app-shell{width:min(100% - 20px,386px)!important;height:calc(100dvh - 12px)!important;margin:6px auto!important}.topbar{padding:13px 13px 8px!important}.topbar-title{gap:7px!important}.topbar-actions{gap:5px!important}.menu-button,.topbar-actions .icon-button{width:36px!important;height:36px!important}.theme-switch{--switch-left:6px!important;--switch-step:26px!important;--switch-knob:26px!important;grid-template-columns:repeat(3, var(--switch-step))!important;width:90px!important;height:34px!important;padding:0 6px!important}.topbar-view svg{width:36px!important;height:36px!important;padding:8px!important}.topbar-view strong,.topbar-account strong{font-size:.9rem!important;line-height:1.05!important}.topbar-view span,.topbar-account span{font-size:.62rem!important;line-height:1.05!important}.content{padding:12px 12px 14px!important}.view-stack,.movement-workspace,.count-workspace,.team-view{gap:12px!important}.content>.panel:not(.history-panel),.view-stack>.panel:not(.history-panel),.team-view>.panel,.movement-form-panel,.movement-summary-panel,.count-form-panel,.count-summary-panel{border-radius:14px!important;padding:12px!important}.section-heading{gap:8px!important;margin-bottom:10px!important}.section-heading h2,.products-panel .section-heading h2,.history-panel .section-heading h2,.movement-form-panel .section-heading h2,.count-form-panel .section-heading h2{font-size:1.02rem!important;line-height:1.12!important}.eyebrow{font-size:.61rem!important;line-height:1!important}input,select,textarea,.team-form input,.team-form select,.movement-form-grid input,.movement-form-grid select,.movement-form-grid textarea,.count-form-grid input,.count-form-grid select,.count-form-grid textarea,.product-search input,.product-select-field select,.history-search input,.history-filter-panel input,.history-filter-panel select{border-radius:10px!important;min-height:42px!important;font-size:.84rem!important}.primary-button,.secondary-button{border-radius:9px!important;min-height:38px!important;padding-inline:8px!important;font-size:.76rem!important}.icon-button{border-radius:10px!important}.quick-actions button{min-height:44px!important;font-size:.69rem!important}.product-card{grid-template-columns:42px minmax(0,1fr) auto!important;gap:9px!important;padding:10px!important}.product-avatar{border-radius:10px!important;width:42px!important;height:42px!important}.product-main strong{font-size:.82rem!important;line-height:1.12!important}.product-main p,.product-card small,.movement-row span,.movement-row p,.movement-draft-main span,.team-list-panel .invite-row span{font-size:.67rem!important}.status-pill,.invite-status,.team-count-badge,.filter-toggle .count-badge,.summary-toggle .count-badge{min-height:20px!important;padding-inline:8px!important;font-size:.65rem!important}.product-overview{gap:9px!important}.product-overview div,.history-summary-item,.stat-tile{min-height:82px!important;padding:13px 12px!important}.product-overview strong,.history-summary-item strong,.stat-tile strong{font-size:1.35rem!important}.product-heading-actions{gap:8px!important}.filter-toggle,.summary-toggle,.search-toggle,.product-heading-actions .compact.product-category-action,.product-heading-actions .compact.product-new-action{border-radius:10px!important;min-height:38px!important;padding-inline:10px!important;font-size:.74rem!important}.quick-category-filter{gap:6px!important}.quick-category-filter button{min-height:34px!important;padding-inline:10px!important;font-size:.7rem!important}.movement-type-grid{gap:8px!important}.movement-type-card{border-radius:11px!important;gap:8px!important;min-height:54px!important;padding:8px!important}.movement-type-card strong{font-size:.82rem!important}.movement-type-card small{font-size:.64rem!important}.movement-draft-list{border-radius:12px!important;gap:7px!important;padding:8px!important}.movement-draft-row,.team-list-panel .invite-row,.movement-row{border-radius:11px!important;min-height:56px!important;padding:10px!important}.movement-draft-row input{min-height:32px!important}.bottom-nav{min-height:66px!important}.bottom-nav button{gap:4px!important;min-height:62px!important;padding:7px 2px!important;font-size:.67rem!important}.bottom-nav button svg{border-radius:12px!important;width:32px!important;height:28px!important;padding:5px 7px!important}}@media (max-width:380px){.app-shell{width:calc(100% - 14px)!important}.topbar,.content{padding-inline:10px!important}.theme-switch{width:90px!important}.bottom-nav button{font-size:.64rem!important}}@media (min-width:1024px){.app-shell.sidebar-compact{grid-template-columns:84px minmax(0,1fr)!important}.app-shell.sidebar-compact .sidebar{align-items:center!important;width:84px!important;min-width:84px!important;padding:18px 10px 14px!important}.app-shell.sidebar-compact .sidebar-header{grid-template-columns:1fr!important;grid-auto-rows:max-content!important;place-items:center!important;gap:12px!important;width:100%!important;height:auto!important;min-height:92px!important;margin:0!important;padding:0 0 14px!important}.app-shell.sidebar-compact .sidebar-header .app-mark{justify-self:center!important;width:42px!important;height:42px!important}.app-shell.sidebar-compact .sidebar-collapse-toggle{border-radius:10px!important;place-self:center!important;width:32px!important;height:32px!important;margin:0!important}.app-shell.sidebar-compact .sidebar-collapse-toggle svg{width:17px!important;height:17px!important}.app-shell.sidebar-compact .sidebar-section-label,.app-shell.sidebar-compact .sidebar-header>.brand-wordmark,.app-shell.sidebar-compact .sidebar-nav span,.app-shell.sidebar-compact .sidebar-account{display:none!important}.app-shell.sidebar-compact .sidebar-nav{justify-items:center!important;gap:10px!important;width:100%!important;padding:0!important;display:grid!important;overflow-x:hidden!important}.app-shell.sidebar-compact .sidebar-nav button{border-radius:12px!important;grid-template-columns:1fr!important;justify-content:center!important;place-items:center!important;gap:0!important;width:48px!important;min-width:48px!important;max-width:48px!important;min-height:48px!important;margin:0 auto!important;padding:0!important}.app-shell.sidebar-compact .sidebar-nav button:before{display:none!important}.app-shell.sidebar-compact .sidebar-nav button svg{border-radius:10px!important;width:32px!important;height:32px!important;margin:0!important;padding:6px!important}.app-shell.sidebar-compact .sidebar-nav button.active{border-color:var(--accent-line)!important;background:var(--accent-soft)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-line) 62%, transparent)!important}.app-shell.sidebar-compact .sidebar-footer{justify-items:center!important;width:100%!important;padding-top:12px!important}.app-shell.sidebar-compact .sidebar-footer .secondary-button{place-items:center!important;width:48px!important;min-width:48px!important;min-height:48px!important;margin:0 auto!important;padding:0!important;font-size:0!important;display:grid!important}}.history-panel{grid-template-columns:minmax(0,1fr) auto;align-items:start;border:1px solid var(--line)!important;background:color-mix(in srgb, var(--surface) 97%, transparent)!important;box-shadow:var(--shadow-panel)!important;border-radius:18px!important;gap:14px 18px!important;padding:18px!important;display:grid!important}.history-title{align-self:center;min-width:0}.history-title h2{font-size:clamp(1.5rem,3.8vw,1.86rem)!important;font-weight:680!important;line-height:1.05!important}.history-toolbar{place-self:center end;min-width:0}.history-actions{justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.history-control-toggles{gap:8px!important;margin-left:0!important}.history-display-toggle,.summary-period-tabs,.history-filter-panel,.history-search input,.history-summary-item,.history-table-shell,.history-pagination,.history-panel>.empty-state{border:1px solid var(--line)!important;background:var(--surface)!important;box-shadow:none!important}.history-display-toggle{border-radius:12px!important;min-height:40px!important;padding:3px!important;overflow:visible!important}.history-display-toggle button{border-radius:9px!important;min-width:78px!important;min-height:32px!important;font-weight:650!important}.history-display-toggle button+button{border-left:0!important}.history-display-toggle button.active,.summary-period-tabs button.active{color:var(--teal)!important;background:var(--accent-soft)!important;box-shadow:inset 0 0 0 1px var(--accent-line)!important}.filter-toggle,.summary-toggle,.search-toggle{border-radius:12px!important;min-width:42px!important;min-height:40px!important}.summary-period-tabs{grid-column:1/-1;border-radius:14px!important;width:min(100%,620px)!important;padding:4px!important}.summary-period-tabs button{border-radius:10px!important;min-height:34px!important;font-weight:650!important}.summary-panel,.history-filter-panel,.history-search,.history-table-shell,.history-panel>.movement-list,.history-pagination,.history-panel>.empty-state{grid-column:1/-1}.history-summary{gap:10px!important}.history-summary-item{border-radius:14px!important;min-height:88px!important;padding:14px!important}.history-summary-item strong{margin-top:10px!important;font-size:1.34rem!important}.history-filter-panel{border-radius:14px!important;padding:14px!important}.history-search{width:100%!important;margin:0!important}.history-search input{border-radius:12px!important;min-height:42px!important}.history-panel>.movement-list{gap:8px!important}.history-panel .movement-row{border-color:var(--line)!important;background:var(--surface)!important;box-shadow:none!important}.history-pagination{border-radius:14px!important;padding:10px 12px!important}@media (min-width:1024px){.history-panel{padding:20px!important}.history-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}.history-filter-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}@media (max-width:700px){.history-panel{grid-template-columns:1fr;border-radius:15px!important;gap:12px!important;padding:12px!important}.history-toolbar{justify-self:stretch;width:100%}.history-actions{width:100%;justify-content:space-between!important;gap:7px!important}.history-control-toggles{margin-left:auto!important}.history-display-toggle button{min-width:66px!important;padding-inline:8px!important}.filter-toggle,.summary-toggle,.search-toggle,.history-actions .icon-button{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}.summary-period-tabs{width:100%!important}.history-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.history-summary-item{min-height:78px!important;padding:12px!important}.history-filter-panel{grid-template-columns:1fr!important;padding:12px!important}}html[data-theme=dark] .history-panel,html[data-theme=cecato] .history-panel{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-panel)!important}html[data-theme=dark] .history-display-toggle,html[data-theme=dark] .summary-period-tabs,html[data-theme=dark] .history-filter-panel,html[data-theme=dark] .history-search input,html[data-theme=dark] .history-summary-item,html[data-theme=dark] .history-table-shell,html[data-theme=dark] .history-pagination,html[data-theme=dark] .history-panel>.empty-state,html[data-theme=dark] .history-panel .movement-row,html[data-theme=cecato] .history-display-toggle,html[data-theme=cecato] .summary-period-tabs,html[data-theme=cecato] .history-filter-panel,html[data-theme=cecato] .history-search input,html[data-theme=cecato] .history-summary-item,html[data-theme=cecato] .history-table-shell,html[data-theme=cecato] .history-pagination,html[data-theme=cecato] .history-panel>.empty-state,html[data-theme=cecato] .history-panel .movement-row{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-row)!important}@media (max-width:700px){.history-panel{overflow:hidden!important}.history-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center!important;gap:8px!important;display:grid!important}.history-display-toggle{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-width:0!important;display:grid!important}.history-display-toggle button{width:100%!important;min-width:0!important}.history-control-toggles{grid-template-columns:repeat(3,38px);justify-content:start!important;gap:8px!important;min-width:0!important;margin-left:0!important;display:grid!important}.history-actions .icon-button{justify-self:end}.filter-toggle,.summary-toggle,.search-toggle,.history-actions .icon-button{flex:0 0 38px!important}.filter-toggle .count-badge,.summary-toggle .count-badge{top:-7px!important;right:-6px!important}}
