:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-font:"Inter", "Nunito Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--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);font-family:var(--app-font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-weight:410;line-height:1.5;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;font-family:var(--app-font);letter-spacing:.22em;text-transform:uppercase;margin:0;font-size:.56rem;font-weight:650}.brand-wordmark strong{color:#a51d1d;font-family:var(--app-font);letter-spacing:0;text-shadow:none;font-size:1.28rem;font-style:normal;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)}.stat-tile.green svg{color:var(--green)}.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)}.restock-view{gap:10px}.restock-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.restock-category-list{gap:12px;display:grid}.restock-category-group{gap:8px;display:grid}.restock-category-heading{min-height:32px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.78rem;display:flex}.restock-category-heading strong{color:var(--text);font-size:.86rem}.restock-row{grid-template-columns:minmax(0,1fr) auto}.restock-row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.restock-row-actions b{white-space:nowrap}.purchase-view{gap:12px}.purchase-toolbar,.purchase-list-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.purchase-list-actions{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.purchase-control-panel{gap:8px;margin-bottom:12px;display:grid}.purchase-command-row{grid-template-columns:minmax(280px,1fr) minmax(360px,.72fr);align-items:end;gap:8px;display:grid}.purchase-search{color:var(--text);gap:8px;font-size:.78rem;font-weight:700}.purchase-search input{background:var(--surface);border-radius:12px;min-height:40px;padding-left:39px}.purchase-search svg{bottom:12px;left:12px}.purchase-filter-grid{grid-template-columns:minmax(150px,.72fr) minmax(180px,1fr) minmax(150px,.86fr) auto;align-items:end;gap:8px;display:grid}.purchase-filter-grid label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:.68rem;font-weight:800;display:grid}.purchase-filter-grid select{background:var(--surface);border-radius:9px;min-height:38px;padding:8px 10px;font-size:.84rem}.purchase-add-form{grid-template-columns:minmax(0,1.1fr) minmax(110px,.35fr) minmax(140px,.65fr) minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.purchase-add-form label,.purchase-quantity,.purchase-supplier,.purchase-note{color:var(--muted);gap:6px;font-size:.72rem;font-weight:700;display:grid}.purchase-item-list{gap:9px;display:grid}.purchase-row{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:28px minmax(0,1fr) minmax(140px,.4fr) minmax(100px,.28fr) minmax(160px,.46fr) 38px;align-items:center;gap:10px;min-height:72px;padding:10px 12px;transition:border-color .15s,background-color .15s,box-shadow .15s;display:grid}.purchase-row.checked{border-color:var(--accent-line);background:color-mix(in srgb, var(--surface) 78%, var(--accent-soft) 22%)}.purchase-check{place-items:center;width:24px;height:24px;display:grid}.purchase-check input{width:18px;height:18px}.purchase-product{gap:4px;min-width:0;display:grid}.purchase-product strong{color:var(--text);font-size:.92rem}.purchase-product span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:700;overflow:hidden}.purchase-quantity{position:relative}.purchase-supplier select{min-height:42px}.purchase-quantity input{padding-right:34px}.purchase-quantity small{color:var(--muted);pointer-events:none;font-size:.66rem;font-weight:800;position:absolute;bottom:11px;right:10px}.purchase-table-shell{border:1px solid var(--line);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}.purchase-table-scroll{overflow:auto}.purchase-table{border-collapse:collapse;width:100%;min-width:1080px;font-size:.8rem}.purchase-table th,.purchase-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:8px 10px}.purchase-table th{z-index:1;color:var(--muted);background:var(--surface-strong);text-transform:uppercase;font-size:.7rem;font-weight:800;position:sticky;top:0}.purchase-table tbody tr:last-child td{border-bottom:0}.purchase-table-row{transition:background-color .15s,box-shadow .15s}.purchase-table-row:hover{background:var(--surface-soft)}.purchase-table-row.checked{background:color-mix(in srgb, var(--surface) 82%, var(--accent-soft) 18%)}.purchase-table-check-cell{width:38px}.purchase-table-product{gap:4px;min-width:0;display:grid}.purchase-table-product strong,.purchase-table-product span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.purchase-table-product strong{color:var(--text);font-weight:800}.purchase-table-product span,.purchase-shortage{color:var(--muted);font-size:.72rem;font-weight:800}.purchase-table-quantity{min-width:104px;display:block;position:relative}.purchase-table-quantity input{width:100%;min-height:36px;padding-right:34px}.purchase-table-quantity small{color:var(--muted);pointer-events:none;font-size:.66rem;font-weight:900;position:absolute;bottom:10px;right:10px}.purchase-table-select,.purchase-table-note{background:var(--surface);border-radius:9px;width:100%;min-height:36px;font-size:.8rem}.purchase-status{margin-bottom:4px}.purchase-shortage{color:var(--orange);white-space:nowrap;display:block}.purchase-table-action-cell{width:42px;text-align:right!important}.purchase-table-footer{border-top:1px solid var(--line);min-height:40px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:.74rem;font-weight:800;display:flex}.purchase-table-footer b{color:var(--teal);font-size:.72rem}.purchase-receipt-modal{width:min(100%,760px)}.receipt-modal-summary{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 84%, var(--accent-soft) 16%);border-radius:14px;gap:3px;padding:11px 12px;display:grid}.receipt-modal-summary span{color:var(--teal);text-transform:uppercase;font-size:.72rem;font-weight:900}.receipt-modal-summary strong{color:var(--text);font-size:.9rem}.receipt-item-list{gap:8px;margin:12px 0;display:grid}.receipt-row{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(130px,.32fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.receipt-product{gap:4px;min-width:0;display:grid}.receipt-product strong,.receipt-product span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.receipt-product span{color:var(--muted);font-size:.74rem;font-weight:800}.receipt-quantity{color:var(--muted);gap:6px;font-size:.72rem;font-weight:800;display:grid;position:relative}.receipt-quantity input{padding-right:34px}.receipt-quantity small{color:var(--muted);pointer-events:none;font-size:.66rem;font-weight:900;position:absolute;bottom:11px;right:10px}.receipt-fiscal-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);border-radius:14px;gap:10px;padding:10px;display:grid}.receipt-fiscal-panel.open{background:color-mix(in srgb, var(--surface) 86%, var(--accent-soft) 14%)}.receipt-fiscal-toggle{min-height:36px;color:var(--text);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0;font-size:.84rem;font-weight:900;display:flex}.receipt-fiscal-toggle span{align-items:center;gap:8px;min-width:0;display:inline-flex}.receipt-fiscal-toggle svg{width:17px;height:17px;color:var(--teal)}.receipt-fiscal-toggle b{color:var(--teal);background:var(--accent-soft);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.68rem}.receipt-fiscal-grid{grid-template-columns:minmax(120px,.7fr) minmax(130px,.7fr) minmax(0,1.2fr);gap:9px;display:grid}.receipt-fiscal-grid label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:.68rem;font-weight:800;display:grid}.receipt-fiscal-grid input,.receipt-fiscal-grid select{background:var(--surface);border-radius:9px;min-height:38px;font-size:.82rem}.receipt-fiscal-key,.receipt-fiscal-notes{grid-column:span 2}.receipt-fiscal-file{grid-column:1/-1;gap:8px;display:grid}.receipt-fiscal-file>small{color:var(--muted);font-size:.72rem;font-weight:700}.receipt-file-preview{border:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:var(--surface);border-radius:12px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;display:grid}.receipt-file-preview svg{width:18px;height:18px;color:var(--teal)}.receipt-file-preview span{gap:2px;min-width:0;display:grid}.receipt-file-preview strong,.receipt-file-preview small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.receipt-file-preview strong{color:var(--text);text-transform:none;font-size:.8rem}.receipt-file-preview small{color:var(--muted);font-size:.7rem}.receipt-file-preview button{color:var(--red);background:0 0;border:0;padding:6px 4px;font-size:.72rem;font-weight:850}.receipt-file-preview button:hover,.receipt-file-preview button:focus-visible{color:color-mix(in srgb, var(--red) 82%, var(--text) 18%)}@media (min-width:900px){.purchase-view.view-stack:has(>.dashboard-grid){grid-template-columns:repeat(12,minmax(0,1fr));align-items:start}:is(.purchase-view.view-stack:has(>.dashboard-grid)>.purchase-summary,.purchase-view.view-stack:has(>.dashboard-grid)>.purchase-list-panel){grid-column:1/-1}.purchase-view.view-stack:has(>.dashboard-grid)>.purchase-actions-panel{grid-column:span 5;min-height:auto}.purchase-view.view-stack:has(>.dashboard-grid)>.purchase-form-panel{grid-column:span 7;min-height:auto}.purchase-view.view-stack:has(>.dashboard-grid)>.purchase-list-panel{padding:22px}}@media (min-width:1024px){.purchase-table-scroll{max-height:clamp(360px,100dvh - 565px,680px)}.purchase-table th:first-child,.purchase-table td:first-child{width:42px}.purchase-table th:nth-child(2){width:28%}.purchase-table th:nth-child(3){width:13%}.purchase-table th:nth-child(4){width:22%}.purchase-table th:nth-child(5){width:13%}.purchase-table th:nth-child(6){width:20%}.purchase-table th:nth-child(7),.purchase-table td:nth-child(7){width:48px}}.closing-view{gap:12px}.closing-header-panel{gap:14px;display:grid}.closing-toolbar{gap:12px;display:grid}.closing-period-tabs{width:100%;box-shadow:none}.closing-date-range{align-items:end}.closing-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.closing-summary{gap:10px}.closing-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.closing-fiscal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.closing-kpi-grid article,.closing-kpi-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-content:center;gap:8px;min-height:76px;padding:13px;display:grid}.closing-kpi-card{width:100%;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background-color .15s,box-shadow .15s,transform .15s}.closing-kpi-card:hover,.closing-kpi-card:focus-visible{border-color:var(--accent-line);background:color-mix(in srgb, var(--surface) 76%, var(--accent-soft) 24%);box-shadow:var(--shadow-soft);outline:none}.closing-kpi-card:hover{transform:translateY(-1px)}.closing-kpi-card:disabled{cursor:default;opacity:.72}.closing-kpi-card:disabled:hover{border-color:var(--line);background:var(--surface);box-shadow:none;transform:none}.closing-kpi-grid span{color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:800}.closing-kpi-grid strong{color:var(--text);font-size:1.32rem;line-height:1}.closing-kpi-grid article.warning strong,.closing-kpi-card.warning strong{color:var(--orange)}.closing-grid{gap:12px;display:grid}.closing-report-panel{align-content:start;gap:12px;display:grid}.compact-heading{margin-bottom:0}.closing-list{gap:8px;display:grid}.closing-row{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:grid}.closing-row-button{width:100%;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background-color .15s,box-shadow .15s,transform .15s}.closing-row-button:hover,.closing-row-button:focus-visible{border-color:var(--accent-line);background:color-mix(in srgb, var(--surface) 76%, var(--accent-soft) 24%);box-shadow:var(--shadow-soft);outline:none}.closing-row-button:hover{transform:translateY(-1px)}.closing-row strong,.closing-row b{color:var(--text);font-size:.86rem}.closing-row span,.closing-row small{color:var(--muted);font-size:.72rem;font-weight:700}.closing-row>div:first-child{gap:4px;min-width:0;display:grid}.closing-row>div:first-child strong,.closing-row>div:first-child span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.closing-row-metrics{text-align:right;white-space:nowrap;justify-items:end;gap:4px;display:grid}.closing-view.view-stack:has(>.dashboard-grid){grid-template-columns:1fr;align-items:stretch}:is(.closing-view.view-stack:has(>.dashboard-grid)>.panel,.closing-view.view-stack:has(>.dashboard-grid)>.dashboard-grid,.closing-view.view-stack:has(>.dashboard-grid)>.closing-kpi-grid,.closing-view.view-stack:has(>.dashboard-grid)>.closing-grid){grid-column:1/-1}.closing-view.view-stack:has(>.dashboard-grid)>.panel{min-height:auto}.closing-view.view-stack:has(>.dashboard-grid)>.panel .empty-state{min-height:180px}@media (min-width:900px){.closing-toolbar{grid-template-columns:minmax(280px,1fr) minmax(280px,.9fr) auto;align-items:end}.closing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.restock-toolbar,.purchase-toolbar,.purchase-command-row,.purchase-list-actions,.purchase-add-form,.purchase-filter-grid,.purchase-row,.receipt-row,.receipt-fiscal-grid{grid-template-columns:1fr}.receipt-fiscal-key,.receipt-fiscal-notes{grid-column:auto}.purchase-row{align-items:stretch}.purchase-check{justify-content:start;width:auto;height:auto}.closing-actions,.closing-kpi-grid,.closing-row,.supplier-row{grid-template-columns:1fr}.supplier-row{align-items:stretch}.supplier-row-actions{justify-content:stretch}.closing-row-metrics{text-align:left;justify-items:start}}.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-audit-strip{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:0;margin-top:10px;display:grid;overflow:hidden}.history-audit-strip div{border-right:1px solid var(--line);align-content:center;gap:5px;min-width:0;padding:12px;display:grid}.history-audit-strip div:last-child{border-right:0}.history-audit-strip span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:700}.history-audit-strip strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:800;overflow:hidden}.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:1160px;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}.history-table-stock{min-width:150px;color:var(--muted);white-space:nowrap;font-weight:700}.history-actor-cell{max-width:180px;color:var(--text);text-align:left;background:0 0;border:0;gap:3px;padding:0;display:grid}.history-actor-cell:hover strong{color:var(--teal)}.history-actor-cell small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:600;overflow:hidden}.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}.movement-row .movement-audit-line{color:color-mix(in srgb, var(--muted) 82%, var(--text) 18%);font-weight:700;display:block}.movement-note-meta{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.movement-note-chip,.history-fiscal-status{border:1px solid color-mix(in srgb, currentColor 22%, transparent);border-radius:999px;align-items:center;gap:5px;min-width:0;max-width:100%;padding:3px 8px;font-size:.68rem;font-weight:800;line-height:1.15;display:inline-flex}.movement-note-chip svg,.history-fiscal-status svg{flex:none;width:13px;height:13px}.movement-note-chip.supplier{color:var(--blue);background:var(--info-soft)}.movement-note-chip.fiscal,.history-fiscal-status.ok{color:var(--teal);background:var(--accent-soft)}.movement-note-chip.value{color:var(--green);background:var(--success-soft)}.movement-note-chip.warning,.history-fiscal-status.warning{color:var(--orange);background:var(--warning-soft)}.history-fiscal-empty{color:var(--muted);font-weight:800}.history-supplier-cell{min-width:0;max-width:180px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:750;display:block;overflow:hidden}.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-row .movement-note-chip{display:inline-flex}.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}.restock-row{grid-template-columns:minmax(0,1fr) auto;display:grid}@media (max-width:560px){.restock-toolbar,.restock-row{grid-template-columns:1fr}.restock-row-actions{justify-content:space-between}}.team-view.team-view-compact{gap:10px}.team-view.team-view-compact .panel,.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact .team-list-panel{padding:14px}.team-view.team-view-compact .team-form{gap:7px}.team-view.team-view-compact .team-form input,.team-view.team-view-compact .team-form select{min-height:34px}.team-view.team-view-compact .team-actions{gap:6px}.team-view.team-view-compact .team-actions .primary-button,.team-view.team-view-compact .team-actions .secondary-button{min-height:34px}.team-view.team-view-compact .team-invite-note{margin-top:8px;padding:9px 11px}.team-view.team-view-compact .team-list-panel .section-heading{margin-bottom:6px}.team-view.team-view-compact .team-list-panel .invite-row{padding:8px 10px}.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}.suppliers-view{gap:8px}.supplier-form-panel,.supplier-list-panel{box-shadow:var(--shadow-panel)}.supplier-form{gap:8px}.supplier-form input,.supplier-form select,.supplier-form textarea{background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);min-height:36px}.supplier-form textarea{resize:vertical}.supplier-notes-field{grid-column:1/-1}.supplier-active-toggle{min-height:36px;color:var(--text);align-items:center;gap:8px;font-weight:800;display:flex}.supplier-active-toggle input{width:18px;height:18px;min-height:0}.supplier-actions{gap:7px}.supplier-actions .primary-button,.supplier-actions .secondary-button{min-height:36px}.supplier-row{grid-template-columns:34px minmax(0,1fr) minmax(160px,.55fr) auto;align-items:center;gap:10px;display:grid}.supplier-row.inactive{opacity:.76}.supplier-main,.supplier-contact{gap:4px;min-width:0;display:grid}.supplier-main strong,.supplier-main span,.supplier-main small,.supplier-contact span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.supplier-main small{color:var(--muted);font-size:.72rem;font-weight:700}.supplier-contact{color:var(--muted);grid-template-columns:16px minmax(0,1fr);align-items:center;font-size:.74rem;font-weight:800}.supplier-contact svg{width:15px;height:15px}.supplier-row-actions{justify-content:flex-end}.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}.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-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,.audit-trail-panel span,.movement-context-detail 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}.team-item-row{transition:border-color .16s,box-shadow .16s,transform .16s,background .16s}.team-item-row:hover{border-color:color-mix(in srgb, var(--line) 42%, transparent);background:color-mix(in srgb, var(--surface) 78%, var(--accent-soft) 22%)}.team-preview-modal{gap:12px;width:min(100%,460px);max-height:min(640px,100dvh - 26px);padding:14px 14px 16px}.team-preview-modal .detail-hero{padding:11px!important}.team-preview-modal .profile-avatar,.team-preview-modal .detail-hero .profile-avatar{width:38px;height:38px}.team-preview-modal .detail-metric-main,.team-preview-modal .detail-grid,.team-preview-modal .modal-actions{gap:8px}.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:14px;width:min(100%,500px);max-height:min(700px,100dvh - 36px);padding:14px 15px;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-title-block{gap:5px;min-width:0;display:grid}.modal-back-button{border:1px solid var(--line);width:fit-content;min-height:32px;color:var(--muted);background:var(--surface);border-radius:10px;align-items:center;gap:5px;padding:0 9px 0 7px;font-size:.74rem;font-weight:800;display:inline-flex}.modal-back-button:hover,.modal-back-button:focus-visible{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.modal-back-button svg{width:15px;height:15px}.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}.profile-hero{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:16px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.profile-avatar{width:48px;height:48px;color:var(--teal);background:var(--accent-soft);border-radius:14px;place-items:center;display:grid}.profile-avatar svg{width:22px;height:22px}.profile-hero strong{overflow-wrap:anywhere;color:var(--text);font-size:1rem;font-weight:850;display:block}.profile-hero span{overflow-wrap:anywhere;color:var(--muted);margin-top:4px;font-size:.82rem;font-weight:700;display:block}.detail-metric-main,.detail-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-link-card{border:1px solid var(--line);min-height:96px;color:var(--text);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);text-align:left;border-radius:14px;grid-template-columns:28px minmax(0,1fr);align-content:center;gap:3px 10px;padding:13px;display:grid}.detail-link-card:hover:not(:disabled),.detail-link-card:focus-visible:not(:disabled){border-color:var(--accent-line);background:var(--accent-soft)}.detail-link-card:disabled{cursor:not-allowed;opacity:.62}.detail-link-card svg{width:24px;height:24px;color:var(--teal);grid-row:1/span 3;align-self:center}.detail-link-card span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:800}.detail-link-card strong,.detail-link-card small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.detail-link-card strong{font-size:.92rem;font-weight:850}.detail-link-card small{color:var(--muted);font-size:.76rem;font-weight:700}.audit-trail-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.movement-context-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-metric-main div,.audit-trail-panel div,.movement-context-detail 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}.audit-trail-panel strong{color:var(--text);margin-top:8px;font-size:1rem;font-weight:850;line-height:1.1;display:block}.movement-context-detail .wide{grid-column:1/-1}.movement-context-detail .warning strong{color:var(--orange)}.movement-context-detail strong{overflow-wrap:anywhere;color:var(--text);margin-top:6px;font-size:.86rem;display:block}.fiscal-attachment-detail a{border:1px solid color-mix(in srgb, var(--teal) 42%, var(--line));width:fit-content;min-height:34px;color:var(--teal);background:var(--accent-soft);border-radius:10px;align-items:center;gap:7px;margin-top:10px;padding:7px 10px;font-size:.78rem;font-weight:850;text-decoration:none;display:inline-flex}.fiscal-attachment-detail a:hover,.fiscal-attachment-detail a:focus-visible{border-color:var(--teal);background:color-mix(in srgb, var(--accent-soft) 78%, var(--surface) 22%)}.fiscal-attachment-detail a svg{width:15px;height:15px}.fiscal-attachment-detail small{color:var(--muted);margin-top:8px;font-size:.74rem;font-weight:700;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}.profile-movement-list{gap:8px;margin-top:10px;display:grid}.profile-movement-list div{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:4px;padding:10px;display:grid}.profile-movement-list strong{overflow-wrap:anywhere;color:var(--text);font-size:.84rem}.profile-movement-list span{color:var(--muted);font-size:.74rem;font-weight:700}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] .profile-hero,html[data-theme=dark] .detail-link-card,html[data-theme=dark] .detail-metric-main div,html[data-theme=dark] .audit-trail-panel div,html[data-theme=dark] .movement-context-detail div,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-note{background:var(--surface-elevated)}html[data-theme=cecato] .movement-context-detail div{background:var(--theme-row)}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-link-grid,.movement-context-detail,.audit-trail-panel,.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%,520px)}.product-form-modal,.category-manager-modal{width:min(100%,620px)}.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:16px}.section-heading{margin-bottom:14px}.section-heading h2{font-size:1.02rem}.section-heading>svg{border-radius:10px;width:30px;height:30px;padding:7px}.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:96px;padding:16px 14px;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)}.team-view.team-view-compact{grid-template-columns:minmax(300px,350px) minmax(0,1fr)!important}}@media (min-width:1600px){.topbar,.content{width:100%}.team-view.team-view-compact{grid-template-columns:minmax(320px,370px) minmax(0,1fr)!important;max-width:none!important}}@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-blue{color:#2d78d8;background:#e8f1ff}.team-row-avatar.tone-teal{color:#00856f;background:#dff4ed}.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:stretch;align-items:start;min-height:calc(100dvh - 128px);padding-bottom:32px;grid-template-columns:minmax(320px,380px) minmax(0,1fr)!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}.team-view.team-view-compact{gap:14px!important}.team-view.team-view-compact,.team-view.team-view-compact .team-list-panel,.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact>.panel{border-radius:14px!important}.team-view.team-view-compact{grid-template-columns:minmax(320px,360px) minmax(0,1fr)!important;gap:14px!important;padding-bottom:20px!important}.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact .team-list-panel{padding:15px!important}.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact .team-list-panel,.team-view.team-view-compact .team-list-panel .section-heading,.team-view.team-view-compact .team-invite-panel .section-heading{margin-bottom:10px!important}.team-view.team-view-compact .team-invite-panel .section-heading h2,.team-view.team-view-compact .team-list-panel .section-heading h2{font-size:1.18rem!important}.team-view.team-view-compact .team-invite-panel .section-heading>svg,.team-view.team-view-compact .team-list-panel .section-heading>svg{width:30px!important;height:30px!important;padding:7px!important}.team-view.team-view-compact .team-form{gap:12px!important}.team-view.team-view-compact .team-form input,.team-view.team-view-compact .team-form select{min-height:36px!important}.team-view.team-view-compact .team-actions{gap:8px!important}.team-view.team-view-compact .team-actions .primary-button,.team-view.team-view-compact .team-actions .secondary-button{min-height:36px!important}.team-view.team-view-compact .team-list-panel .invite-row{min-height:56px!important;padding:10px!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{white-space:nowrap;background:var(--movement-color);width:auto;min-width:190px;min-height:42px;box-shadow:0 12px 22px color-mix(in srgb, var(--movement-color) 28%, transparent);justify-content:center;padding-inline:16px}.movement-submit-button:hover:not(:disabled){background:color-mix(in srgb, var(--movement-color) 90%, #061225 10%)}.movement-submit-row{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 94%, var(--movement-soft) 6%);border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.movement-submit-copy{gap:3px;min-width:0;display:grid}.movement-submit-copy strong{color:var(--text);font-size:.78rem;font-weight:780;line-height:1.15}.movement-submit-copy span{color:var(--muted);font-size:.72rem;font-weight:620;line-height:1.2}.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-row{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:42px;font-size:.82rem;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-next-list{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, var(--surface-strong) 12%);border-radius:12px;grid-column:1/-1;gap:8px;padding:10px;display:grid}.count-next-list>div:first-child{min-height:24px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.72rem;font-weight:800;display:flex}.count-next-list>div:last-child{gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.count-next-list button{border:1px solid var(--line);min-width:132px;max-width:180px;min-height:42px;color:var(--text);background:var(--surface);text-align:left;border-radius:10px;flex:none;align-content:center;gap:2px;padding:7px 9px;display:grid}.count-next-list button.active{border-color:var(--teal);color:var(--teal);background:var(--accent-soft)}.count-next-list button span,.count-next-list button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.count-next-list button span{font-size:.78rem;font-weight:800}.count-next-list button small{color:var(--muted);font-size:.68rem;font-weight:700}.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-row{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] .closing-kpi-grid article,html[data-theme=dark] .closing-kpi-card,html[data-theme=dark] .closing-row,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] .profile-hero,html[data-theme=dark] .detail-link-card,html[data-theme=dark] .audit-trail-panel div,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-metric-main div,html[data-theme=dark] .profile-movement-list 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] .closing-kpi-grid article,html[data-theme=cecato] .closing-kpi-card,html[data-theme=cecato] .closing-row,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] .profile-hero,html[data-theme=cecato] .detail-link-card,html[data-theme=cecato] .audit-trail-panel div,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] .profile-movement-list div,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] .modal-back-button,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] .modal-back-button,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:28px;display:flex}.movement-product-picker-header>span,.movement-field-heading{color:var(--muted)}.movement-field-heading{align-items:center;min-height:28px;display:flex}.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-entry-context-panel{background:0 0;grid-column:1/-1;grid-template-columns:1fr;gap:8px;padding:0;display:grid}.movement-entry-context-heading{justify-content:space-between;align-items:center;gap:10px;min-height:24px;display:flex}.movement-entry-context-heading span{min-width:0;color:var(--text);align-items:center;gap:8px;font-size:.84rem;font-weight:900;display:inline-flex}.movement-entry-context-heading svg{width:17px;height:17px;color:var(--movement-color)}.movement-entry-context-heading b{color:var(--movement-color);background:var(--movement-soft);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900}.movement-entry-source-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, var(--surface-strong) 8%);border-radius:12px;gap:9px;padding:10px;display:grid}.movement-entry-source-heading{justify-content:space-between;align-items:center;gap:10px;min-height:30px;display:flex}.movement-entry-source-heading span{min-width:0;color:var(--text);align-items:center;gap:8px;font-size:.84rem;font-weight:900;display:inline-flex}.movement-entry-source-heading svg{width:17px;height:17px;color:var(--movement-color)}.movement-entry-source-heading b{color:var(--movement-color);background:var(--movement-soft);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900}.movement-entry-supplier{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.66rem;font-weight:900;display:grid}.movement-entry-fiscal{min-width:0}.movement-entry-fiscal.receipt-fiscal-panel{background:var(--surface);border-radius:12px;padding:9px 10px}.movement-summary-context{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 84%, var(--movement-soft) 16%);border-radius:12px;gap:3px;padding:10px 11px;display:grid}.movement-summary-context span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900}.movement-summary-context strong,.movement-summary-context small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.movement-summary-context strong{color:var(--text);font-size:.86rem;font-weight:900}.movement-summary-context small{color:var(--muted);font-size:.72rem;font-weight:700}.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=dark] .movement-entry-context-panel,html[data-theme=dark] .movement-submit-row,html[data-theme=dark] .movement-entry-fiscal.receipt-fiscal-panel,html[data-theme=dark] .movement-summary-context,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,html[data-theme=cecato] .movement-entry-context-panel,html[data-theme=cecato] .movement-submit-row,html[data-theme=cecato] .movement-entry-fiscal.receipt-fiscal-panel,html[data-theme=cecato] .movement-summary-context{border-color:var(--theme-line)!important}html[data-theme=dark] .movement-suggestions,html[data-theme=dark] .movement-draft-row,html[data-theme=dark] .movement-entry-fiscal.receipt-fiscal-panel,html[data-theme=cecato] .movement-suggestions,html[data-theme=cecato] .movement-draft-row,html[data-theme=cecato] .movement-entry-fiscal.receipt-fiscal-panel{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=dark] .movement-entry-context-panel,html[data-theme=dark] .movement-submit-row,html[data-theme=dark] .movement-summary-context,html[data-theme=cecato] .movement-draft-list,html[data-theme=cecato] .movement-draft-empty,html[data-theme=cecato] .movement-picker-toggle,html[data-theme=cecato] .movement-entry-context-panel,html[data-theme=cecato] .movement-submit-row,html[data-theme=cecato] .movement-summary-context{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,.movement-entry-context-panel,.receipt-fiscal-grid{grid-template-columns:1fr}.movement-draft-row{align-items:stretch}.movement-draft-row .product-avatar{display:none}.movement-draft-remove{width:100%!important}.receipt-fiscal-key,.receipt-fiscal-notes{grid-column:auto}}.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}}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:600}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:700}.eyebrow,label,.product-table th,.history-table th,.product-select-field,.quick-category-filter>span,.movement-draft-header span{font-weight:600}@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:640!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:600!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:600!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-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-audit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.history-audit-strip div:nth-child(2n){border-right:0}.history-audit-strip div:nth-child(n+3){border-top:1px solid var(--line)}.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-audit-strip,html[data-theme=dark] .history-audit-strip div,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-audit-strip,html[data-theme=cecato] .history-audit-strip div,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}}.account-menu-wrap{flex:none;position:relative}.topbar-sync-status{border:1px solid var(--line);min-height:40px;color:var(--muted);background:color-mix(in srgb, var(--surface) 96%, transparent);white-space:nowrap;border-radius:10px;align-items:center;gap:7px;padding:0 10px;font-size:.7rem;font-weight:650;line-height:1;display:inline-flex}.topbar-sync-status>span{width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 15%, transparent);background:currentColor;border-radius:999px}.topbar-sync-status.online{color:var(--teal)}.topbar-sync-status.syncing{color:var(--orange)}.topbar-sync-status.busy{color:#2d78d8}.topbar-sync-status.saved{color:#059669}.topbar-sync-status.error{color:var(--red)}.notification-menu-wrap{flex:none;position:relative}.notification-trigger{border:1px solid var(--line);min-width:40px;height:40px;color:var(--orange);background:color-mix(in srgb, var(--surface) 96%, transparent);border-radius:10px;grid-template-columns:18px auto;justify-content:center;align-items:center;gap:6px;padding:0 9px;display:inline-grid}.notification-trigger:hover,.notification-trigger[aria-expanded=true]{border-color:color-mix(in srgb, var(--orange) 42%, var(--line));background:color-mix(in srgb, var(--orange) 10%, var(--surface))}.notification-trigger svg{width:17px;height:17px}.notification-trigger span{color:#fff;background:var(--orange);border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:.62rem;font-weight:800;line-height:1;display:inline-grid}.notification-menu{z-index:45;border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;gap:7px;width:min(330px,100vw - 24px);padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 42px #0f172a29}.notification-menu-header{justify-content:space-between;align-items:center;gap:10px;min-height:30px;padding:0 5px;display:flex}.notification-menu-header strong{color:var(--text);font-size:.78rem;font-weight:750}.notification-menu-header span{color:var(--teal);background:var(--accent-soft);border-radius:999px;padding:4px 8px;font-size:.64rem;font-weight:800}.notification-menu-list{gap:5px;display:grid}.notification-item{text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;width:100%;min-width:0;padding:8px;display:grid}.notification-item:hover{border-color:var(--line);background:color-mix(in srgb, var(--surface-soft) 70%, var(--surface) 30%)}.notification-item>svg{width:30px;height:30px;color:var(--orange);background:#ffedd5;border-radius:9px;padding:7px}.notification-item.success>svg{color:#059669;background:#dcfce7}.notification-item.danger>svg{color:var(--red);background:var(--danger-soft)}.notification-item.info>svg{color:#2d78d8;background:#dbeafe}.notification-item span{gap:2px;min-width:0;display:grid}.notification-item strong,.notification-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-item strong{color:var(--text);font-size:.78rem;font-weight:700}.notification-item small{color:var(--muted);font-size:.69rem;font-weight:550}.account-trigger{border:1px solid var(--line);height:40px;color:var(--text);background:color-mix(in srgb, var(--surface) 96%, transparent);box-shadow:none;border-radius:10px;align-items:center;gap:7px;padding:0 8px;display:inline-flex}.account-trigger:hover,.account-trigger[aria-expanded=true]{border-color:var(--accent-line);background:var(--accent-soft)}.account-trigger>svg{width:16px;height:16px;color:var(--muted)}.account-trigger-text{display:none}.account-avatar{border:1px solid color-mix(in srgb, var(--line) 80%, transparent);width:28px;height:28px;color:var(--teal);background:var(--surface);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--surface) 86%, transparent);border-radius:999px;place-items:center;display:inline-grid;position:relative;overflow:visible}.account-avatar.large{width:52px;height:52px}.account-avatar-photo{border-radius:inherit;background-position:50%;background-size:cover;position:absolute;inset:0}.account-avatar-initials{font-size:.72rem;font-weight:750;line-height:1}.account-avatar.large .account-avatar-initials{font-size:1rem}.account-avatar svg{width:17px;height:17px}.account-google-badge{border:2px solid var(--surface);color:#fff;background:#4285f4;border-radius:999px;place-items:center;width:14px;height:14px;font-size:.5rem;font-weight:800;line-height:1;display:grid;position:absolute;bottom:-3px;right:-3px}.account-avatar.large .account-google-badge{width:18px;height:18px;font-size:.58rem}.account-menu{z-index:45;border:1px solid var(--line);background:var(--surface-elevated);border-radius:12px;gap:7px;width:min(292px,100vw - 24px);padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 42px #0f172a29}.account-menu-profile{grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:5px 6px 8px;display:grid}.account-menu-profile div,.account-menu-item span,.account-settings-hero div,.account-settings-row span{gap:2px;min-width:0;display:grid}.account-menu-profile strong,.account-menu-profile span,.account-menu-item strong,.account-menu-item small,.account-settings-hero strong,.account-settings-hero span,.account-settings-hero small,.account-settings-row strong,.account-settings-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu-profile strong,.account-menu-item strong{color:var(--text);font-size:.78rem;font-weight:650;line-height:1.15}.account-menu-profile span,.account-menu-item small{color:var(--muted);font-size:.67rem;font-weight:550;line-height:1.2}.account-menu-list{gap:2px;display:grid}.account-menu-item{width:100%;min-height:42px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:6px;display:grid}.account-menu-item:hover{background:color-mix(in srgb, var(--accent-soft) 76%, var(--surface) 24%)}.account-menu-item svg{width:28px;height:28px;color:var(--teal);background:var(--accent-soft);border-radius:8px;padding:6px}.account-menu-item.danger svg{color:var(--red);background:var(--danger-soft)}.account-menu-item.danger strong{color:var(--red)}.account-menu-separator{background:var(--line);height:1px;margin:2px 4px}.account-settings-modal{width:min(620px,100vw - 24px)}.account-settings-content{gap:12px;display:grid}.account-settings-hero{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 90%, var(--surface-strong) 10%);border-radius:12px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.account-settings-hero strong{color:var(--text);font-size:1rem;font-weight:700}.account-settings-hero span,.account-settings-hero small{color:var(--muted);font-size:.78rem;font-weight:550}.account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.account-settings-grid div{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:5px;min-width:0;padding:10px;display:grid}.account-settings-grid span{color:var(--muted);text-transform:uppercase;font-size:.66rem;font-weight:700}.account-settings-grid strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:650;overflow:hidden}.account-settings-list{gap:8px;display:grid}.account-profile-form{gap:10px;display:grid}.account-profile-form label,.account-preference-select-grid label{min-width:0;color:var(--muted);text-transform:uppercase;gap:6px;font-size:.66rem;font-weight:750;display:grid}.account-profile-form input,.account-preference-select-grid select{border:1px solid var(--line);width:100%;min-height:40px;color:var(--text);background:var(--surface);border-radius:10px;padding:0 11px;font-size:.82rem;font-weight:600}.account-settings-row{border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:54px;padding:9px 10px;display:grid}.account-settings-row>svg{width:34px;height:34px;color:var(--teal);background:var(--accent-soft);border-radius:9px;padding:8px}.account-settings-row.success>svg{color:#059669;background:#dcfce7}.account-settings-row strong{color:var(--text);font-size:.84rem;font-weight:650}.account-settings-row small{color:var(--muted);font-size:.72rem;font-weight:550}.account-settings-row em{color:var(--teal);background:var(--accent-soft);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.64rem;font-style:normal;font-weight:750}.account-settings-note{border:1px dashed var(--line);color:var(--muted);background:color-mix(in srgb, var(--surface-soft) 68%, var(--surface) 32%);border-radius:10px;padding:10px 12px;font-size:.74rem;font-weight:600;line-height:1.45}.account-session-list{gap:8px;display:grid}.account-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.account-theme-grid button{border:1px solid var(--line);min-height:42px;color:var(--text);background:var(--surface);border-radius:10px;justify-content:center;align-items:center;gap:7px;font-size:.78rem;font-weight:650;display:inline-flex}.account-theme-grid button svg{width:16px;height:16px}.account-theme-grid button.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.account-preference-group{gap:8px;display:grid}.account-preference-group>strong{color:var(--text);font-size:.8rem;font-weight:750}.account-preference-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.account-preference-buttons button{border:1px solid var(--line);min-height:40px;color:var(--text);background:var(--surface);border-radius:10px;font-size:.78rem;font-weight:700}.account-preference-buttons button.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.account-preference-select-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.account-activity-list{gap:7px;max-height:250px;padding-right:2px;display:grid;overflow:auto}.account-activity-item{border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:9px 10px;display:grid}.account-activity-item span{gap:2px;min-width:0;display:grid}.account-activity-item strong,.account-activity-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-activity-item strong{color:var(--text);font-size:.78rem;font-weight:700}.account-activity-item small,.account-activity-item em{color:var(--muted);font-size:.68rem;font-style:normal;font-weight:600}html[data-theme=dark] .account-trigger,html[data-theme=dark] .topbar-sync-status,html[data-theme=dark] .notification-trigger,html[data-theme=dark] .notification-menu,html[data-theme=dark] .account-menu,html[data-theme=dark] .account-settings-hero,html[data-theme=dark] .account-settings-grid div,html[data-theme=dark] .account-settings-row,html[data-theme=dark] .account-profile-form input,html[data-theme=dark] .account-preference-select-grid select,html[data-theme=dark] .account-preference-buttons button,html[data-theme=dark] .account-activity-item,html[data-theme=dark] .account-theme-grid button,html[data-theme=cecato] .account-trigger,html[data-theme=cecato] .topbar-sync-status,html[data-theme=cecato] .notification-trigger,html[data-theme=cecato] .notification-menu,html[data-theme=cecato] .account-menu,html[data-theme=cecato] .account-settings-hero,html[data-theme=cecato] .account-settings-grid div,html[data-theme=cecato] .account-settings-row,html[data-theme=cecato] .account-profile-form input,html[data-theme=cecato] .account-preference-select-grid select,html[data-theme=cecato] .account-preference-buttons button,html[data-theme=cecato] .account-activity-item,html[data-theme=cecato] .account-theme-grid button{border-color:var(--line)!important;background:var(--surface-elevated)!important}@media (min-width:1024px){body{font-size:14px!important}.app-shell{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 64%, var(--bg) 36%), var(--bg))!important;grid-template-columns:none!important;width:100%!important;min-height:100dvh!important;padding:0 0 18px 204px!important;display:block!important}.app-shell.sidebar-compact{padding-left:68px!important}.sidebar{background:color-mix(in srgb, var(--surface) 98%, var(--surface-soft) 2%)!important;width:204px!important;min-width:204px!important;box-shadow:none!important;border-radius:0!important;grid-template-rows:auto auto minmax(0,1fr)!important;gap:9px!important;padding:13px 10px!important;position:fixed!important;inset:0 auto 0 0!important;transform:none!important}.sidebar-header{grid-template-columns:34px minmax(0,1fr) 28px!important;gap:8px!important;min-height:46px!important;padding:0 0 10px!important}.sidebar-header .app-mark{border-radius:9px!important;width:34px!important;height:34px!important}.sidebar-header .brand-wordmark span{letter-spacing:.18em!important;font-size:.45rem!important;font-weight:650!important}.sidebar-header .brand-wordmark strong{font-size:.96rem!important;font-weight:700!important}.sidebar-collapse-toggle{border-radius:9px!important;width:28px!important;height:28px!important}.sidebar-section-label{color:var(--muted)!important;letter-spacing:.12em!important;margin:7px 0 4px!important;padding:0 8px!important;font-size:.58rem!important;font-weight:700!important}.sidebar-nav{gap:3px!important;padding-right:1px!important;overflow:auto!important}.sidebar-nav button{border-radius:8px!important;grid-template-columns:22px minmax(0,1fr)!important;gap:8px!important;min-height:34px!important;padding:0 8px!important;font-size:.76rem!important;font-weight:650!important}.sidebar-nav button:before{width:2px!important;inset:7px auto 7px 0!important}.sidebar-nav button svg{border-radius:7px!important;width:22px!important;height:22px!important;padding:4px!important}.sidebar-footer,.sidebar-account{display:none!important}.app-shell.sidebar-compact .sidebar{width:68px!important;min-width:68px!important;padding:13px 8px!important}.app-shell.sidebar-compact .sidebar-header{gap:9px!important;min-height:76px!important;padding-bottom:10px!important}.app-shell.sidebar-compact .sidebar-header .app-mark{width:34px!important;height:34px!important}.app-shell.sidebar-compact .sidebar-collapse-toggle{width:28px!important;height:28px!important}.app-shell.sidebar-compact .sidebar-nav{gap:6px!important}.app-shell.sidebar-compact .sidebar-nav button{border-radius:9px!important;width:38px!important;min-width:38px!important;max-width:38px!important;min-height:34px!important}.app-shell.sidebar-compact .sidebar-nav button svg{width:24px!important;height:24px!important}.topbar{z-index:16!important;border-top:0!important;border-right:0!important;border-radius:0 0 0 10px!important;width:100%!important;min-height:52px!important;margin:0!important;padding:8px 12px!important;position:sticky!important;top:0!important;box-shadow:0 8px 18px #0f172a0e!important}.topbar-title{gap:9px!important}.topbar-title .brand-wordmark{display:none!important}.topbar-view{gap:8px!important}.topbar-view svg{border-radius:8px!important;width:32px!important;height:32px!important;padding:7px!important}.topbar-view span{font-size:.62rem!important;font-weight:600!important}.topbar-view strong{font-size:.88rem!important;font-weight:700!important}.topbar-actions{gap:7px!important}.theme-switch{--switch-left:6px!important;--switch-step:26px!important;--switch-knob:24px!important;grid-template-columns:repeat(3, var(--switch-step))!important;border-radius:9px!important;width:88px!important;height:34px!important}.theme-switch svg{width:14px!important;height:14px!important}.topbar-actions>.icon-button,.topbar-sync-status,.notification-trigger,.account-trigger{border-radius:9px!important;height:34px!important}.topbar-actions>.icon-button{width:34px!important}.account-trigger{padding:0 7px!important}.topbar-sync-status{min-height:34px!important;padding-inline:9px!important;font-size:.66rem!important}.notification-trigger{min-width:34px!important;padding-inline:8px!important}.account-avatar{width:25px!important;height:25px!important}.account-trigger>svg{width:15px!important;height:15px!important}.content{width:min(100%,1440px)!important;margin:10px auto 0!important;padding:0 14px!important}.view-stack{gap:10px!important}.panel{box-shadow:none!important;border-radius:10px!important;padding:14px!important}.section-heading{gap:9px!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.04rem!important;font-weight:700!important;line-height:1.1!important}.eyebrow{font-size:.58rem!important;font-weight:700!important;line-height:1!important}.dashboard-grid{gap:8px!important}.stat-tile{min-height:76px!important;box-shadow:none!important;border-radius:10px!important;padding:12px!important}.stat-tile strong{font-size:1.55rem!important;font-weight:700!important}.stat-tile span{font-size:.66rem!important;font-weight:700!important}.content input:not([type=checkbox]):not([type=radio]),.content select,.content textarea,.modal-card input:not([type=checkbox]):not([type=radio]),.modal-card select,.modal-card textarea{border-radius:8px!important;min-height:34px!important;font-size:.8rem!important}.primary-button,.secondary-button{border-radius:8px!important;min-height:34px!important;padding-inline:12px!important;font-size:.79rem!important;font-weight:650!important}.icon-button{border-radius:8px!important}.products-panel,.history-panel{border-radius:10px!important;width:100%!important;height:calc(100dvh - 74px)!important;padding:14px 14px 0!important}.product-toolbar,.product-overview,.product-controls{margin-bottom:9px!important}.product-overview{gap:8px!important}.product-overview div,.history-summary-item{min-height:70px!important;box-shadow:none!important;border-radius:9px!important;padding:10px!important}.product-table-shell,.history-table-shell{border-radius:9px!important}.movement-workspace,.count-workspace{grid-template-columns:minmax(0,1fr) minmax(260px,300px)!important;justify-content:stretch!important;align-items:stretch!important;gap:10px!important;min-height:calc(100dvh - 74px)!important;padding-bottom:0!important}.movement-form-panel,.count-form-panel{border-radius:10px!important;min-height:calc(100dvh - 74px)!important;padding:14px!important}.movement-summary-panel,.count-summary-panel{border-radius:10px!important;width:auto!important;padding:14px!important}.movement-form-grid,.count-form-grid{gap:10px!important}.movement-type-grid{gap:8px!important}.movement-type-card{border-radius:8px!important;min-height:52px!important;padding:8px!important}.movement-type-card svg,.movement-summary-type svg{border-radius:8px!important;width:30px!important;height:30px!important;padding:7px!important}.movement-draft-grid{grid-template-columns:minmax(0,1fr) 132px auto!important;gap:8px!important}.movement-draft-list,.count-next-list{border-radius:9px!important;gap:6px!important;padding:8px!important}.movement-draft-row,.movement-row,.team-list-panel .invite-row,.supplier-row{min-height:52px!important;box-shadow:none!important;border-radius:8px!important;padding:9px!important}.suppliers-view{grid-template-columns:336px minmax(0,1fr)!important;align-items:start!important;gap:10px!important}.supplier-summary{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.supplier-form-panel{grid-area:2/1!important}.supplier-list-panel{grid-area:2/2!important}.supplier-form-panel,.supplier-list-panel{border-radius:10px!important;min-height:calc(100dvh - 168px)!important}.supplier-form{grid-template-columns:1fr!important;gap:9px!important}.supplier-notes-field,.supplier-actions{grid-column:1!important}.supplier-list{gap:7px!important}.supplier-row{grid-template-columns:minmax(0,1fr) minmax(150px,.35fr) auto!important;align-items:center!important}.supplier-main strong,.supplier-contact span,.movement-draft-main strong,.team-list-panel .invite-row strong{font-size:.82rem!important}.supplier-main span,.supplier-main small,.movement-draft-main span,.team-list-panel .invite-row span{font-size:.68rem!important}.team-view.team-view-compact{grid-template-columns:minmax(284px,330px) minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:none!important;align-items:start!important;gap:10px!important}.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact>.team-list-panel:nth-of-type(2),.team-view.team-view-compact>.team-list-panel:nth-of-type(3){grid-area:auto!important}.team-view.team-view-compact .team-invite-panel,.team-view.team-view-compact .team-list-panel{border-radius:10px!important;min-height:calc(100dvh - 74px)!important}.team-view.team-view-compact .team-form{gap:9px!important}}@media (max-width:700px){.topbar-sync-status{display:none}.account-trigger{justify-content:center;width:38px;height:38px;padding:0}.account-trigger>svg{display:none}.account-menu{right:-46px}.notification-menu{right:-92px}.account-settings-grid,.account-preference-select-grid,.account-preference-buttons,.account-theme-grid{grid-template-columns:1fr}.account-settings-row{grid-template-columns:34px minmax(0,1fr)}.account-settings-row em{grid-column:2;justify-self:start}.account-activity-item{grid-template-columns:1fr}}.sidebar-nav-group{gap:4px;min-width:0;display:grid}.sidebar-nav .sidebar-nav-group-trigger{grid-template-columns:22px minmax(0,1fr) 14px;width:100%;min-width:0;display:grid}.sidebar-nav-group-trigger>svg:last-child{width:14px;height:14px;margin-left:auto;transition:transform .16s}.sidebar-nav-group.open .sidebar-nav-group-trigger>svg:last-child{transform:rotate(90deg)}.sidebar-nav-group.active .sidebar-nav-group-trigger{color:var(--teal);background:color-mix(in srgb, var(--accent-soft) 58%, transparent)}.sidebar-subnav{gap:3px;padding-left:14px;display:grid}.sidebar-nav .sidebar-subnav-item{border-radius:7px;grid-template-columns:20px minmax(0,1fr);gap:8px;min-height:32px;padding:0 8px;font-size:.72rem;display:grid}.sidebar-nav .sidebar-subnav-item svg{border-radius:6px;width:20px;height:20px;padding:4px}.notification-center-button{border:1px solid var(--line);min-height:36px;color:var(--teal);background:var(--accent-soft);border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:.74rem;font-weight:750;display:inline-flex}.notification-center-button svg{width:15px;height:15px}.notification-center-list,.account-notification-settings{gap:8px;display:grid}.notification-center-item{border:1px solid var(--line);min-width:0;color:var(--text);background:var(--surface);text-align:left;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.account-notification-settings button{border:1px solid var(--line);min-width:0;color:var(--text);background:var(--surface);text-align:left;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;display:grid}.notification-center-item:hover,.account-notification-settings button:hover{border-color:var(--accent-line);background:color-mix(in srgb, var(--accent-soft) 45%, var(--surface) 55%)}.notification-center-item>svg{width:34px;height:34px;color:var(--orange);background:#ffedd5;border-radius:9px;padding:8px}.notification-center-item.success>svg{color:#059669;background:#dcfce7}.notification-center-item.danger>svg{color:var(--red);background:var(--danger-soft)}.notification-center-item span,.account-notification-settings button span{gap:2px;min-width:0;display:grid}.notification-center-item strong,.notification-center-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-notification-settings button strong,.account-notification-settings button small{text-overflow:clip;white-space:normal;overflow:visible}.notification-center-item strong,.account-notification-settings button strong{color:var(--text);font-size:.8rem;font-weight:720}.notification-center-item small,.account-notification-settings button small{color:var(--muted);font-size:.7rem;font-weight:560;line-height:1.35}.notification-center-item em,.account-notification-settings button em{color:var(--muted);background:var(--surface-soft);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.64rem;font-style:normal;font-weight:800}.account-notification-settings button.active em{color:var(--teal);background:var(--accent-soft)}html[data-theme=dark] .notification-center-item,html[data-theme=dark] .account-notification-settings button,html[data-theme=cecato] .notification-center-item,html[data-theme=cecato] .account-notification-settings button{border-color:var(--line)!important;background:var(--surface-elevated)!important}@media (min-width:1024px){.sidebar-nav .sidebar-nav-group-trigger{grid-template-columns:22px minmax(0,1fr) 14px!important;min-height:34px!important;font-size:.76rem!important}.sidebar-subnav{padding-left:9px!important}.sidebar-nav .sidebar-subnav-item{grid-template-columns:20px minmax(0,1fr)!important;min-height:30px!important;font-size:.7rem!important}.app-shell.sidebar-compact .sidebar-nav-group-trigger{grid-template-columns:1fr!important;justify-items:center!important;width:38px!important;min-width:38px!important;max-width:38px!important;padding:0!important}.app-shell.sidebar-compact .sidebar-nav-group-trigger span,.app-shell.sidebar-compact .sidebar-nav-group-trigger>svg:last-child,.app-shell.sidebar-compact .sidebar-subnav-item span{display:none!important}.app-shell.sidebar-compact .sidebar-subnav{padding-left:0!important}.app-shell.sidebar-compact .sidebar-subnav-item{grid-template-columns:1fr!important;justify-items:center!important;width:38px!important;min-width:38px!important;max-width:38px!important;padding:0!important}}@media (max-width:700px){.notification-center-item{grid-template-columns:34px minmax(0,1fr)}.account-notification-settings button{grid-template-columns:1fr}.notification-center-item em{grid-column:2;justify-self:start}.account-notification-settings button em{justify-self:start}}.app-shell{overflow-x:clip}.content,.view-stack,.panel,.history-panel,.products-panel,.purchase-view,.supplier-view,.movement-workspace,.count-workspace{min-width:0}.history-pagination{z-index:1!important;margin-top:10px!important;position:static!important;inset:auto!important}.history-table-shell,.history-panel>.movement-list{margin-bottom:0!important}.history-table-shell{max-height:none!important}.history-panel{padding-bottom:16px!important}.purchase-list-panel,.supplier-list-panel,.movement-form-panel,.count-form-panel,.movement-summary-panel,.count-summary-panel{min-height:0!important}.supplier-list-panel .empty-state{min-height:clamp(220px,44dvh,430px)!important}.count-next-list{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 45%, transparent) transparent}.count-next-list::-webkit-scrollbar{height:8px}.count-next-list::-webkit-scrollbar-track{background:0 0}.count-next-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 35%, transparent);border-radius:999px}@media (min-width:1024px){.movement-workspace,.count-workspace{grid-template-columns:minmax(0,1fr) minmax(270px,312px)!important;justify-content:stretch!important;align-items:start!important;gap:12px!important;min-height:auto!important;padding-bottom:0!important}.movement-form-panel,.count-form-panel,.movement-summary-panel,.count-summary-panel{box-shadow:none!important;border-radius:10px!important;padding:16px!important}.movement-form-panel .section-heading,.count-form-panel .section-heading{margin-bottom:14px!important}.movement-form-panel .section-heading h2,.count-form-panel .section-heading h2{font-size:1.06rem!important;font-weight:760!important}.movement-form-grid,.count-form-grid{gap:12px!important}.supplier-view{grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;gap:10px!important}.supplier-form-panel,.supplier-list-panel{min-height:auto!important}.supplier-list-panel{align-self:stretch!important}}@media (max-width:700px){.app-shell{width:min(100% - 20px,430px)!important;min-height:calc(100dvh - 20px)!important;padding:12px 12px calc(88px + env(safe-area-inset-bottom,0px))!important;border-radius:24px!important;margin:10px auto!important;overflow:hidden!important}.content{overscroll-behavior:contain;scrollbar-width:none;width:100%!important;height:calc(100dvh - 292px)!important;max-height:calc(100dvh - 292px)!important;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;margin-top:12px!important;overflow:hidden auto!important}.content::-webkit-scrollbar{display:none}.view-stack{gap:10px!important}.panel,.history-panel,.products-panel,.purchase-actions-panel,.purchase-form-panel,.purchase-list-panel,.supplier-form-panel,.supplier-list-panel,.movement-form-panel,.count-form-panel,.movement-summary-panel,.count-summary-panel{border-radius:14px!important;padding:12px!important}.dashboard-grid{gap:8px!important}.stat-tile{border-radius:14px!important;min-height:82px!important}.history-pagination{grid-template-columns:1fr!important;gap:9px!important;margin-bottom:0!important}.history-pagination label,.history-page-buttons{width:100%!important}.product-toolbar{gap:8px!important;margin-bottom:10px!important}.product-view-row{align-items:center!important}.product-heading-actions{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)!important;gap:6px!important;width:100%!important}.product-category-action,.product-new-action,.primary-button.compact,.secondary-button.compact{border-radius:10px!important;min-width:0!important;min-height:36px!important;padding-inline:9px!important;font-size:.72rem!important}.product-category-action{gap:7px!important}.product-category-action small{display:none!important}.product-category-action strong,.product-new-action span{font-size:.72rem!important}.product-overview{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin-bottom:10px!important}.product-overview div{border-radius:12px!important;min-height:56px!important;padding:8px 6px!important}.product-overview span{letter-spacing:0!important;font-size:.54rem!important}.product-overview strong{font-size:1rem!important}.product-controls{gap:8px!important;margin-bottom:10px!important}.product-filter-grid{border-radius:12px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;padding:6px!important}.product-select-field{letter-spacing:0!important;gap:4px!important;font-size:.54rem!important}.product-select-field select{border-radius:9px!important;min-height:34px!important;padding:6px 7px!important;font-size:.68rem!important}.product-list-compact{gap:7px!important}.product-list-compact .product-card{border-radius:12px!important;grid-template-columns:34px minmax(0,1fr) 64px!important;gap:8px!important;min-height:70px!important;padding:8px 9px 8px 11px!important}.product-list-compact .product-card:before{inset-block:11px!important}.product-list-compact .product-avatar{border-radius:10px!important;width:34px!important;height:34px!important}.product-list-compact .product-main{gap:4px!important}.product-list-compact .product-main h3{font-size:.8rem!important}.product-list-compact .product-main p,.product-list-compact .product-card-meta{font-size:.62rem!important}.product-stock-summary{gap:4px!important;width:64px!important}.product-stock-summary strong{font-size:.8rem!important}.product-stock-summary .status-pill{min-height:19px!important;padding-inline:7px!important;font-size:.58rem!important}.movement-workspace,.count-workspace{gap:10px!important}.movement-form-panel,.count-form-panel{overflow:hidden!important}.movement-form-panel .quick-category-filter>div,.count-form-panel .quick-category-filter>div{scrollbar-width:none;flex-wrap:nowrap!important;padding-bottom:2px!important;overflow-x:auto!important}.movement-form-panel .quick-category-filter>div::-webkit-scrollbar{display:none}.count-form-panel .quick-category-filter>div::-webkit-scrollbar{display:none}.movement-form-panel .quick-category-filter button,.count-form-panel .quick-category-filter button{flex:none!important}.count-next-list{overflow-x:auto!important}.bottom-nav{scrollbar-width:none;border:1px solid var(--line)!important;background:color-mix(in srgb, var(--topbar-bg) 94%, transparent)!important;border-radius:17px!important;gap:2px!important;width:min(100% - 18px,430px)!important;max-width:none!important;padding:5px!important;display:flex!important;bottom:10px!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important}.bottom-nav::-webkit-scrollbar{display:none}.bottom-nav button{border-radius:12px!important;flex:1 1 0!important;gap:0!important;min-width:0!important;min-height:44px!important;font-size:.58rem!important;position:relative!important}.bottom-nav button.active{background:var(--accent-soft)!important;flex-basis:0!important}.bottom-nav button svg{width:17px!important;height:17px!important}.bottom-nav span{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;margin:-1px!important;position:absolute!important;overflow:hidden!important}}@media (min-width:1024px){.history-panel{grid-auto-rows:auto!important;align-content:start!important;height:auto!important;min-height:0!important;padding-bottom:20px!important;overflow:visible!important}.history-table-shell{height:auto!important;max-height:none!important;overflow:auto visible!important}.history-table{height:auto!important}.history-pagination{align-self:start!important}}.history-filter-panel{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%), var(--surface))!important;border-radius:12px!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px!important}.history-filter-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-bottom:9px;display:flex}.history-filter-header>div:first-child{gap:2px;min-width:0;display:grid}.history-filter-header>div:first-child strong{color:var(--text);font-size:.86rem;font-weight:760;line-height:1.1}.history-filter-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:inline-flex}.history-filter-actions>span{border:1px solid var(--line);min-height:28px;color:var(--muted);background:var(--surface-soft);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:.66rem;font-weight:780;display:inline-flex}.history-filter-actions>span.active{border-color:var(--accent-line);color:var(--teal);background:var(--accent-soft)}.history-filter-actions .secondary-button{border-radius:999px!important;min-height:30px!important;padding-inline:10px!important;font-size:.68rem!important}.history-active-filters{flex-wrap:wrap;gap:6px;display:flex}.history-active-filters span{border:1px solid color-mix(in srgb, var(--accent-line) 72%, transparent);max-width:min(100%,280px);min-height:26px;color:var(--teal);background:color-mix(in srgb, var(--accent-soft) 80%, var(--surface) 20%);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:.64rem;font-weight:760;display:inline-flex;overflow:hidden}.history-controls{grid-template-columns:repeat(4,minmax(142px,1fr))!important;gap:8px!important}.history-date-range{justify-content:start;grid-template-columns:minmax(142px,.24fr) minmax(142px,.24fr) auto!important;gap:8px!important}.history-controls label,.history-date-range label{color:var(--muted)!important;letter-spacing:.05em!important;gap:4px!important;font-size:.58rem!important;font-weight:820!important}.history-filter-panel select,.history-filter-panel input{border-radius:9px!important;min-height:36px!important;padding:7px 9px!important;font-size:.76rem!important;font-weight:650!important}.history-date-range .secondary-button{border-radius:9px!important;width:auto!important;min-height:36px!important;padding-inline:11px!important}html[data-theme=dark] .history-filter-header,html[data-theme=cecato] .history-filter-header{border-color:var(--theme-line)!important}html[data-theme=dark] .history-filter-actions>span,html[data-theme=cecato] .history-filter-actions>span{border-color:var(--theme-line)!important;background:var(--surface-soft)!important}@media (max-width:700px){.history-filter-panel{gap:9px!important;padding:10px!important}.history-filter-header{flex-direction:column;align-items:flex-start;gap:8px}.history-filter-actions{justify-content:space-between;width:100%}.history-active-filters{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:1px;overflow-x:auto}.history-active-filters::-webkit-scrollbar{display:none}.history-active-filters span{flex:none;max-width:220px}.history-controls,.history-date-range{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.history-date-range .secondary-button{grid-column:1/-1!important;width:100%!important}}.history-control-toggles .filter-toggle,.history-control-toggles .summary-toggle,.history-control-toggles .search-toggle,.history-control-toggles button.filter-toggle:not(.active),.history-control-toggles button.summary-toggle:not(.active),.history-control-toggles button.search-toggle:not(.active),html[data-theme=dark] .history-control-toggles button.filter-toggle:not(.active),html[data-theme=dark] .history-control-toggles button.summary-toggle:not(.active),html[data-theme=dark] .history-control-toggles button.search-toggle:not(.active),html[data-theme=cecato] .history-control-toggles button.filter-toggle:not(.active),html[data-theme=cecato] .history-control-toggles button.summary-toggle:not(.active),html[data-theme=cecato] .history-control-toggles button.search-toggle:not(.active){border-color:var(--line)!important;color:var(--muted)!important;background:var(--surface)!important;box-shadow:none!important}.history-control-toggles button.filter-toggle:not(.active) svg,.history-control-toggles button.summary-toggle:not(.active) svg,.history-control-toggles button.search-toggle:not(.active) svg,.history-control-toggles button.filter-toggle:not(.active) .toggle-label,.history-control-toggles button.summary-toggle:not(.active) .toggle-label,.history-control-toggles button.search-toggle:not(.active) .toggle-label,.history-control-toggles .filter-toggle svg,.history-control-toggles .summary-toggle svg,.history-control-toggles .search-toggle svg,.history-control-toggles .filter-toggle .toggle-label,.history-control-toggles .summary-toggle .toggle-label,.history-control-toggles .search-toggle .toggle-label{color:var(--muted)!important}.history-control-toggles .filter-toggle .count-badge,.history-control-toggles .summary-toggle .count-badge,.history-control-toggles .search-toggle .count-badge{border-color:var(--line)!important;color:var(--muted)!important;background:var(--surface-soft)!important}.history-control-toggles .filter-toggle:hover,.history-control-toggles .summary-toggle:hover,.history-control-toggles .search-toggle:hover{transform:translateY(-1px);border-color:color-mix(in srgb, var(--teal) 34%, var(--line))!important;color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 38%, var(--surface) 62%)!important}.history-control-toggles .filter-toggle:hover svg,.history-control-toggles .summary-toggle:hover svg,.history-control-toggles .search-toggle:hover svg,.history-control-toggles .filter-toggle:hover .toggle-label,.history-control-toggles .summary-toggle:hover .toggle-label,.history-control-toggles .search-toggle:hover .toggle-label{color:var(--teal)!important}.history-control-toggles .filter-toggle.active,.history-control-toggles .summary-toggle.active,.history-control-toggles .search-toggle.active{border-color:var(--accent-line)!important;color:var(--teal)!important;background:var(--accent-soft)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-line) 72%, transparent)!important}.history-control-toggles .filter-toggle.active svg,.history-control-toggles .summary-toggle.active svg,.history-control-toggles .search-toggle.active svg,.history-control-toggles .filter-toggle.active .toggle-label,.history-control-toggles .summary-toggle.active .toggle-label,.history-control-toggles .search-toggle.active .toggle-label{color:var(--teal)!important}.history-control-toggles .filter-toggle.active .count-badge,.history-control-toggles .summary-toggle.active .count-badge,.history-control-toggles .search-toggle.active .count-badge{color:#fff!important;background:var(--teal)!important;border-color:#0000!important}.history-control-toggles .filter-toggle .count-badge,.history-control-toggles .summary-toggle .count-badge,.history-control-toggles .search-toggle .count-badge{min-width:18px!important;height:18px!important;margin-left:2px!important;padding:0 5px!important;position:static!important}.history-audit-strip strong{overflow-wrap:anywhere;max-width:100%;white-space:normal!important}.history-filter-panel{box-shadow:none!important;border:0!important}.history-filter-header{padding-bottom:0;border-bottom:0!important}.history-audit-strip{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.history-audit-strip div{min-width:0;border:1px solid var(--line)!important;background:var(--surface)!important;min-height:88px!important;box-shadow:none!important;border-radius:14px!important;align-content:center!important;gap:8px!important;padding:14px!important;display:grid!important}.history-audit-strip div:before{content:"";background:var(--teal);border-radius:999px;width:26px;height:3px}.history-audit-strip div.warning:before{background:var(--orange)}.history-audit-strip span{color:var(--muted)!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:.66rem!important;font-weight:800!important}.history-audit-strip strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;color:var(--text)!important;font-size:1rem!important;font-weight:820!important;line-height:1.1!important}html[data-theme=dark] .history-audit-strip div,html[data-theme=cecato] .history-audit-strip div{border-color:var(--theme-line)!important;background:var(--theme-row)!important}@media (max-width:700px){.history-audit-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.history-audit-strip div{border-radius:12px!important;min-height:78px!important;padding:11px!important}.history-audit-strip strong{font-size:.9rem!important}}html:not([data-theme=dark]) .history-panel,html:not([data-theme=dark]) .history-display-toggle,html:not([data-theme=dark]) .summary-period-tabs,html:not([data-theme=dark]) .history-search input,html:not([data-theme=dark]) .history-summary-item,html:not([data-theme=dark]) .history-audit-strip div,html:not([data-theme=dark]) .history-table-shell,html:not([data-theme=dark]) .history-pagination,html:not([data-theme=dark]) .history-panel>.empty-state,html:not([data-theme=dark]) .history-panel .movement-row{background:#fff!important}html:not([data-theme=dark]) .summary-panel,html:not([data-theme=dark]) .history-filter-panel,html:not([data-theme=dark]) .history-audit-strip,html:not([data-theme=dark]) .history-search{background:0 0!important}.history-filter-panel{gap:12px!important;padding:0!important}.history-filter-header{min-height:32px}.history-filter-header>div:first-child span{color:var(--muted)!important;letter-spacing:.01em!important;text-transform:none!important;font-size:.74rem!important;font-weight:700!important}.history-filter-header>div:first-child strong{color:var(--text)!important;font-size:.82rem!important;font-weight:650!important}.history-filter-actions>span{border-radius:10px!important;min-height:30px!important;padding-inline:10px!important;font-size:.72rem!important;font-weight:650!important}.history-filter-actions .secondary-button{border-radius:10px!important;min-height:32px!important;font-size:.72rem!important;font-weight:650!important}.history-active-filters{gap:8px!important}.history-active-filters span{border-radius:10px!important;min-height:30px!important;padding-inline:10px!important;font-size:.72rem!important;font-weight:650!important}.history-controls,.history-date-range{gap:10px!important}.history-controls label,.history-date-range label{color:var(--muted)!important;letter-spacing:.01em!important;text-transform:none!important;gap:7px!important;font-size:.74rem!important;font-weight:700!important;line-height:1.1!important}.history-filter-panel select,.history-filter-panel input{border:1px solid var(--line)!important;min-height:38px!important;color:var(--text)!important;background:var(--surface)!important;letter-spacing:0!important;box-shadow:none!important;border-radius:8px!important;padding:8px 10px!important;font-size:.8rem!important;font-weight:500!important}.history-filter-panel select:focus,.history-filter-panel input:focus{border-color:var(--accent-line)!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-line) 20%, transparent)!important;outline:0!important}.history-filter-panel select:disabled{opacity:.72;color:var(--muted)!important;background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface) 28%)!important}.history-date-range .secondary-button{border-radius:8px!important;min-height:38px!important;padding-inline:12px!important;font-size:.8rem!important;font-weight:600!important}html:not([data-theme=dark]) .history-filter-panel select,html:not([data-theme=dark]) .history-filter-panel input{background:#fff!important}html[data-theme=dark] .history-filter-panel select,html[data-theme=dark] .history-filter-panel input,html[data-theme=cecato] .history-filter-panel select,html[data-theme=cecato] .history-filter-panel input{border-color:var(--theme-line)!important;color:var(--theme-text)!important;background:var(--theme-control)!important}@media (min-width:1024px){.history-date-range{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important}}@media (max-width:700px){.history-filter-panel{gap:10px!important;padding:0!important}.history-filter-header{gap:7px!important}.history-controls,.history-date-range{grid-template-columns:1fr!important;gap:9px!important}}.summary-panel{gap:12px!important;display:grid!important}.history-summary{gap:10px!important}.history-summary-item,.history-audit-strip div{border-color:color-mix(in srgb, var(--line) 88%, var(--surface-strong) 12%)!important;background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, #fff 2%) 0%, color-mix(in srgb, var(--surface) 92%, var(--surface-soft) 8%) 100%)!important;box-shadow:0 1px 2px #0f172a0b!important}.history-summary-item{border-radius:9px!important;align-items:center!important;min-height:78px!important;padding:14px 12px!important}.history-summary-item:before{border-radius:999px!important;width:24px!important;height:3px!important;top:12px!important;bottom:auto!important;left:12px!important}.history-summary-item span,.history-audit-strip span{color:var(--muted)!important;letter-spacing:.03em!important;text-transform:uppercase!important;font-size:.68rem!important;font-weight:760!important}.history-summary-item strong{color:var(--text)!important;margin-top:9px!important;font-size:1.18rem!important;font-weight:760!important}.history-summary-item.positive strong{color:var(--green)!important}.history-summary-item.danger strong{color:var(--red)!important}.history-summary-item.warning strong{color:var(--orange)!important}.history-summary-item .summary-icon{border-radius:8px!important;width:28px!important;height:28px!important;padding:7px!important}.history-audit-strip{gap:10px!important}.history-audit-strip div{border-radius:9px!important;gap:8px!important;min-height:78px!important;padding:14px 12px!important}.history-audit-strip div:before{width:24px!important;height:3px!important}.history-audit-strip strong{color:var(--text)!important;font-size:.98rem!important;font-weight:760!important}.history-audit-strip .warning strong{color:var(--orange)!important}html:not([data-theme=dark]) .history-summary-item,html:not([data-theme=dark]) .history-audit-strip div{background:linear-gradient(#fff 0%,#fbfdff 100%)!important;border-color:#d8e3ee!important;box-shadow:0 1px 2px #0f172a0e!important}html[data-theme=dark] .history-summary-item,html[data-theme=dark] .history-audit-strip div,html[data-theme=cecato] .history-summary-item,html[data-theme=cecato] .history-audit-strip div{border-color:var(--theme-line)!important}@media (max-width:700px){.history-summary-item,.history-audit-strip div{min-height:72px!important;padding:12px!important}}.history-results-toolbar{grid-column:1/-1;justify-content:flex-start;align-items:center;min-width:0;margin-top:-2px;display:flex}.history-results-toolbar .history-display-toggle{flex:none!important;width:auto!important;min-width:0!important}.history-results-toolbar .history-display-toggle button{min-width:82px!important}@media (max-width:700px){.history-actions{grid-template-columns:minmax(0,1fr) 38px!important}.history-results-toolbar{width:100%;margin-top:0}.history-results-toolbar .history-display-toggle{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;display:grid!important}.history-results-toolbar .history-display-toggle button{min-width:0!important}}:root{--app-panel-radius:10px;--app-card-radius:9px;--app-control-radius:8px;--app-control-height:38px;--app-line-soft:color-mix(in srgb, var(--line) 88%, var(--surface-strong) 12%);--app-surface-card:linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, #fff 2%) 0%, color-mix(in srgb, var(--surface) 92%, var(--surface-soft) 8%) 100%);--app-shadow-subtle:0 1px 2px #0f172a0e}.view-stack,.purchase-view,.suppliers-view,.team-view,.closing-view{gap:12px!important}.content>.panel,.view-stack>.panel,.purchase-view>.panel,.suppliers-view>.panel,.team-view>.panel,.closing-view>.panel,.movement-workspace>.panel,.count-workspace>.panel,.stock-action-panel,.purchase-actions-panel,.purchase-form-panel,.purchase-list-panel,.supplier-form-panel,.supplier-list-panel,.team-invite-panel,.team-list-panel,.closing-header-panel,.closing-report-panel,.movement-form-panel,.movement-summary-panel,.count-form-panel,.count-summary-panel{border:1px solid var(--line)!important;border-radius:var(--app-panel-radius)!important;background:color-mix(in srgb, var(--surface) 98%, transparent)!important;box-shadow:var(--app-shadow-subtle)!important}.section-heading{min-width:0;align-items:center!important;gap:10px!important;margin-bottom:12px!important}.section-heading h2,.compact-heading h2,.products-panel .section-heading h2,.movement-form-panel .section-heading h2,.count-form-panel .section-heading h2,.supplier-form-panel .section-heading h2,.supplier-list-panel .section-heading h2,.team-invite-panel .section-heading h2,.team-list-panel .section-heading h2,.closing-report-panel .section-heading h2{font-size:1.04rem!important;font-weight:760!important;line-height:1.12!important}.section-heading>svg{width:32px!important;height:32px!important;color:var(--teal)!important;background:var(--accent-soft)!important;border-radius:9px!important;padding:8px!important}.dashboard-grid,.product-overview,.history-summary,.closing-kpi-grid,.supplier-summary,.purchase-summary{gap:10px!important}.stat-tile,.product-overview div,.closing-kpi-grid article,.closing-kpi-card,.history-summary-item,.history-audit-strip div,.movement-summary-values div,.detail-grid div,.detail-metric-main div,.account-settings-grid div,.account-settings-row,.account-activity-item{border:1px solid var(--app-line-soft)!important;border-radius:var(--app-card-radius)!important;background:var(--app-surface-card)!important;box-shadow:var(--app-shadow-subtle)!important}.stat-tile,.product-overview div,.closing-kpi-grid article,.closing-kpi-card{min-height:76px!important;padding:13px 14px!important}.stat-tile strong,.product-overview strong,.closing-kpi-grid strong{font-size:1.22rem!important;font-weight:760!important;line-height:1!important}.stat-tile span,.product-overview span,.closing-kpi-grid span,.movement-summary-values dt,.detail-grid span,.detail-metric-main span{color:var(--muted)!important;letter-spacing:.03em!important;text-transform:uppercase!important;font-size:.68rem!important;font-weight:760!important}.product-toolbar,.product-controls,.purchase-toolbar,.purchase-command-row,.purchase-list-actions,.purchase-add-form,.purchase-filter-grid,.restock-toolbar,.closing-toolbar,.closing-actions,.team-actions,.supplier-actions,.movement-draft-grid,.movement-entry-context-panel,.movement-submit-row,.receipt-fiscal-panel,.quick-category-filter,.movement-picker-toggle,.product-view-row,.product-heading-actions{gap:10px!important}.product-filter-grid,.purchase-filter-grid,.purchase-control-panel,.movement-entry-context-panel,.movement-submit-row,.receipt-fiscal-panel,.movement-draft-list,.count-next-list,.quick-category-filter,.movement-picker-toggle,.category-create-box,.category-rename-box,.account-settings-note,.account-notification-settings button{border:1px solid var(--app-line-soft)!important;border-radius:var(--app-card-radius)!important;background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%)!important;box-shadow:none!important}.form-grid label,.team-form label,.supplier-form label,.purchase-add-form label,.purchase-filter-grid label,.product-select-field,.movement-form-grid label,.count-form-grid label,.receipt-fiscal-panel label,.closing-date-range label,.account-profile-form label,.account-preference-select-grid label{color:var(--muted)!important;letter-spacing:.01em!important;text-transform:none!important;gap:7px!important;font-size:.74rem!important;font-weight:700!important;line-height:1.1!important}.content input:not([type=checkbox]):not([type=file]),.content select,.content textarea,.modal-card input:not([type=checkbox]):not([type=file]),.modal-card select,.modal-card textarea{min-height:var(--app-control-height)!important;border:1px solid var(--line)!important;border-radius:var(--app-control-radius)!important;color:var(--text)!important;background:var(--surface)!important;box-shadow:none!important;letter-spacing:0!important;font-size:.8rem!important;font-weight:500!important}.content textarea,.modal-card textarea{min-height:76px!important}.content input:not([type=checkbox]):not([type=file]):focus,.content select:focus,.content textarea:focus,.modal-card input:not([type=checkbox]):not([type=file]):focus,.modal-card select:focus,.modal-card textarea:focus{border-color:var(--accent-line)!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-line) 20%, transparent)!important;outline:0!important}.history-table-shell,.product-table-shell,.purchase-table-shell{border-color:var(--line)!important;border-radius:var(--app-card-radius)!important;background:var(--surface)!important;box-shadow:none!important}.history-table th,.product-table th,.purchase-table th{background:color-mix(in srgb, var(--surface-soft) 74%, var(--surface) 26%)!important;color:var(--muted)!important;letter-spacing:.03em!important;text-transform:uppercase!important;font-size:.66rem!important;font-weight:760!important}.product-list-compact .product-card,.product-card,.movement-row,.movement-draft-row,.purchase-row,.purchase-table tbody tr,.supplier-row,.team-item-row,.team-list-panel .invite-row,.closing-row,.receipt-row,.notification-center-item{border-color:var(--app-line-soft)!important;background:var(--app-surface-card)!important;box-shadow:none!important}.product-list-compact .product-card:hover,.product-card:hover,.movement-row:hover,.movement-draft-row:hover,.purchase-table tbody tr:hover,.supplier-row:hover,.team-item-row:hover,.team-list-panel .invite-row:hover,.closing-row-button:hover,.notification-center-item:hover{border-color:color-mix(in srgb, var(--teal) 28%, var(--line))!important;background:color-mix(in srgb, var(--accent-soft) 18%, var(--surface) 82%)!important}.primary-button,.secondary-button,.icon-button,.filter-toggle,.summary-toggle,.search-toggle,.product-category-action,.product-new-action,.movement-add-button,.movement-submit-button,.count-submit-button{border-radius:var(--app-control-radius)!important}.quick-category-filter>span,.movement-product-picker-header>span,.movement-draft-header span,.movement-entry-context-heading span,.receipt-fiscal-heading span{color:var(--muted)!important;letter-spacing:.02em!important;font-size:.72rem!important;font-weight:760!important}.movement-type-card,.account-theme-grid button,.account-preference-buttons button{border-color:var(--app-line-soft)!important;border-radius:var(--app-card-radius)!important;background:var(--surface)!important;box-shadow:none!important}.movement-type-card.active,.account-theme-grid button.active,.account-preference-buttons button.active,.movement-picker-toggle button.active{border-color:var(--accent-line)!important;color:var(--teal)!important;background:var(--accent-soft)!important}html:not([data-theme=dark]) .content>.panel,html:not([data-theme=dark]) .view-stack>.panel,html:not([data-theme=dark]) .purchase-view>.panel,html:not([data-theme=dark]) .suppliers-view>.panel,html:not([data-theme=dark]) .team-view>.panel,html:not([data-theme=dark]) .closing-view>.panel,html:not([data-theme=dark]) .movement-workspace>.panel,html:not([data-theme=dark]) .count-workspace>.panel,html:not([data-theme=dark]) .product-filter-grid,html:not([data-theme=dark]) .purchase-filter-grid,html:not([data-theme=dark]) .purchase-control-panel,html:not([data-theme=dark]) .movement-entry-context-panel,html:not([data-theme=dark]) .movement-submit-row,html:not([data-theme=dark]) .receipt-fiscal-panel,html:not([data-theme=dark]) .movement-draft-list,html:not([data-theme=dark]) .count-next-list,html:not([data-theme=dark]) .quick-category-filter,html:not([data-theme=dark]) .movement-picker-toggle{background:#fff!important}html:not([data-theme=dark]) .stat-tile,html:not([data-theme=dark]) .product-overview div,html:not([data-theme=dark]) .closing-kpi-grid article,html:not([data-theme=dark]) .closing-kpi-card,html:not([data-theme=dark]) .product-list-compact .product-card,html:not([data-theme=dark]) .product-card,html:not([data-theme=dark]) .movement-row,html:not([data-theme=dark]) .movement-draft-row,html:not([data-theme=dark]) .purchase-row,html:not([data-theme=dark]) .supplier-row,html:not([data-theme=dark]) .team-item-row,html:not([data-theme=dark]) .team-list-panel .invite-row,html:not([data-theme=dark]) .closing-row,html:not([data-theme=dark]) .receipt-row{background:linear-gradient(#fff 0%,#fbfdff 100%)!important;border-color:#d8e3ee!important}html:not([data-theme=dark]) .content input:not([type=checkbox]):not([type=file]),html:not([data-theme=dark]) .content select,html:not([data-theme=dark]) .content textarea,html:not([data-theme=dark]) .modal-card input:not([type=checkbox]):not([type=file]),html:not([data-theme=dark]) .modal-card select,html:not([data-theme=dark]) .modal-card textarea,html:not([data-theme=dark]) .history-table-shell,html:not([data-theme=dark]) .product-table-shell,html:not([data-theme=dark]) .purchase-table-shell{background:#fff!important}html[data-theme=dark] .stat-tile,html[data-theme=dark] .product-overview div,html[data-theme=dark] .closing-kpi-grid article,html[data-theme=dark] .closing-kpi-card,html[data-theme=dark] .movement-summary-values div,html[data-theme=dark] .detail-grid div,html[data-theme=dark] .detail-metric-main div,html[data-theme=dark] .product-list-compact .product-card,html[data-theme=dark] .movement-draft-row,html[data-theme=dark] .purchase-row,html[data-theme=dark] .supplier-row,html[data-theme=dark] .team-item-row,html[data-theme=dark] .closing-row,html[data-theme=dark] .receipt-row,html[data-theme=cecato] .stat-tile,html[data-theme=cecato] .product-overview div,html[data-theme=cecato] .closing-kpi-grid article,html[data-theme=cecato] .closing-kpi-card,html[data-theme=cecato] .movement-summary-values div,html[data-theme=cecato] .detail-grid div,html[data-theme=cecato] .detail-metric-main div,html[data-theme=cecato] .product-list-compact .product-card,html[data-theme=cecato] .movement-draft-row,html[data-theme=cecato] .purchase-row,html[data-theme=cecato] .supplier-row,html[data-theme=cecato] .team-item-row,html[data-theme=cecato] .closing-row,html[data-theme=cecato] .receipt-row{border-color:var(--theme-line)!important;color:var(--theme-text)!important}@media (min-width:1024px){.products-panel,.history-panel,.purchase-list-panel,.supplier-list-panel,.closing-header-panel,.closing-report-panel,.movement-form-panel,.count-form-panel,.movement-summary-panel,.count-summary-panel,.team-invite-panel,.team-list-panel{padding:16px!important}.purchase-view,.suppliers-view,.closing-view,.team-view{align-items:start!important}}@media (max-width:700px){.view-stack,.purchase-view,.suppliers-view,.team-view,.closing-view,.movement-workspace,.count-workspace{gap:10px!important}.stat-tile,.product-overview div,.closing-kpi-grid article,.closing-kpi-card{min-height:68px!important;padding:10px!important}.section-heading{margin-bottom:10px!important}.section-heading>svg{width:30px!important;height:30px!important;padding:7px!important}}@media (max-width:1023px){.app-shell,.topbar,.content,.view-stack,.products-panel,.history-panel,.purchase-view,.suppliers-view,.team-view,.closing-view,.movement-workspace,.count-workspace{min-width:0!important}.content{overflow-x:hidden!important}.dashboard-grid,.product-overview,.history-summary,.closing-kpi-grid,.supplier-summary,.purchase-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.purchase-view,.suppliers-view,.closing-view,.team-view,.movement-workspace,.count-workspace{grid-template-columns:1fr!important;align-items:stretch!important}.movement-summary-panel,.count-summary-panel,.purchase-actions-panel,.purchase-form-panel,.purchase-list-panel,.supplier-form-panel,.supplier-list-panel,.team-invite-panel,.team-list-panel,.closing-header-panel,.closing-report-panel{width:100%!important;max-width:none!important}.history-table-shell,.product-table-shell,.purchase-table-shell{-webkit-overflow-scrolling:touch;max-width:100%!important;overflow-x:auto!important}.history-table,.product-table,.purchase-table{width:100%!important}.purchase-add-form,.purchase-filter-grid,.product-filter-grid,.movement-draft-grid,.movement-form-grid,.count-form-grid,.closing-date-range,.supplier-form,.team-form,.primary-button,.secondary-button,.icon-button,.filter-toggle,.summary-toggle,.search-toggle{min-width:0!important}}@media (min-width:701px) and (max-width:1023px){.app-shell{border-radius:0!important;width:100%!important;min-height:100dvh!important;margin:0!important;padding:14px!important}.topbar,.content{width:100%!important;max-width:none!important}.topbar{min-height:60px!important;padding:10px 12px!important}.topbar-title{min-width:0!important}.topbar-view{min-width:0!important;display:flex!important}.topbar-view div{min-width:0!important}.topbar-view strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar-actions{gap:8px!important;min-width:0!important}.topbar-sync-status{justify-content:center!important;width:38px!important;min-width:38px!important;padding-inline:0!important}.topbar-sync-status>span{display:none!important}.account-trigger{max-width:170px!important}.account-trigger-text{min-width:0!important}.content{height:auto!important;max-height:none!important;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;margin-top:12px!important;overflow:visible!important}.view-stack,.purchase-view,.suppliers-view,.team-view,.closing-view,.movement-workspace,.count-workspace{gap:12px!important}.content>.panel,.view-stack>.panel,.purchase-view>.panel,.suppliers-view>.panel,.team-view>.panel,.closing-view>.panel,.movement-workspace>.panel,.count-workspace>.panel{padding:14px!important}.history-audit-strip,.history-controls,.history-date-range,.purchase-add-form,.purchase-filter-grid,.product-filter-grid,.closing-date-range,.purchase-command-row,.purchase-list-actions,.closing-actions,.supplier-actions,.team-actions,.product-heading-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.purchase-command-row>*,.purchase-list-actions>*,.closing-actions>*,.supplier-actions>*,.team-actions>*,.product-heading-actions>*{width:100%!important}.summary-period-tabs{grid-template-columns:repeat(5,minmax(78px,1fr))!important}.bottom-nav{width:min(100% - 28px,620px)!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.history-control-toggles .filter-toggle,.history-control-toggles .summary-toggle,.history-control-toggles .search-toggle{gap:7px!important;width:auto!important;min-width:88px!important;min-height:40px!important;padding-inline:11px!important}.history-actions .icon-button{width:40px!important;min-width:40px!important;height:40px!important}}@media (max-width:700px){.topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.topbar-title,.topbar-view,.topbar-view div,.topbar-actions,.account-trigger-text{min-width:0!important}.topbar-view{align-items:center!important;gap:0!important;display:flex!important}.topbar-view svg,.topbar-title>.brand-wordmark,.topbar-view span,.topbar-sync-status>span,.account-trigger-text,.notification-trigger span{display:none!important}.topbar-view strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:132px!important}.topbar-actions{gap:6px!important}.topbar-sync-status,.notification-trigger,.account-trigger{justify-content:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important}.account-avatar{width:28px!important;height:28px!important}.dashboard-grid,.product-overview,.history-summary,.closing-kpi-grid,.supplier-summary,.purchase-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.history-audit-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.history-controls,.history-date-range,.purchase-add-form,.purchase-filter-grid,.product-filter-grid,.movement-draft-grid,.movement-form-grid,.count-form-grid,.closing-date-range,.supplier-form,.team-form,.account-preference-select-grid,.account-profile-form,.purchase-command-row,.purchase-list-actions,.closing-actions,.supplier-actions,.team-actions,.product-heading-actions,.history-actions{grid-template-columns:1fr!important}.purchase-command-row>*,.purchase-list-actions>*,.closing-actions>*,.supplier-actions>*,.team-actions>*,.product-heading-actions>*,.history-actions>*,.history-actions>.icon-button{width:100%!important}.summary-period-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:repeat(5,minmax(70px,1fr))!important;overflow-x:auto!important}.summary-period-tabs::-webkit-scrollbar{display:none}.history-results-toolbar .history-display-toggle button,.history-control-toggles .filter-toggle,.history-control-toggles .summary-toggle,.history-control-toggles .search-toggle{min-height:38px!important}.product-table,.history-table,.purchase-table{min-width:720px!important}.history-pagination{align-items:stretch!important}.history-page-buttons{grid-template-columns:38px minmax(0,1fr) 38px!important;display:grid!important}}@media (max-width:430px){.content{height:calc(100dvh - 128px)!important;max-height:calc(100dvh - 128px)!important;margin-top:8px!important}.dashboard-grid,.product-overview,.history-summary,.history-audit-strip,.closing-kpi-grid,.supplier-summary,.purchase-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stat-tile,.product-overview div,.history-summary-item,.history-audit-strip div,.closing-kpi-grid article,.closing-kpi-card{min-height:64px!important}.topbar-view strong{max-width:104px!important}.topbar-sync-status,.notification-trigger,.account-trigger,.menu-button,.topbar-actions .icon-button{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}.summary-period-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important}.summary-period-tabs button{min-width:0!important;padding-inline:4px!important;font-size:.68rem!important}.bottom-nav{width:min(100% - 14px,386px)!important}}@media (max-width:700px){.bottom-nav{left:50%!important;right:auto!important;bottom:max(8px, env(safe-area-inset-bottom,0px))!important;border:1px solid var(--line)!important;z-index:40!important;border-radius:17px!important;width:min(100% - 18px,430px)!important;position:fixed!important;transform:translate(-50%)!important}.content{height:calc(100dvh - 132px)!important;max-height:calc(100dvh - 132px)!important;padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))!important}.history-actions{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.history-control-toggles{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;margin:0!important;display:grid!important}.history-control-toggles .filter-toggle,.history-control-toggles .summary-toggle,.history-control-toggles .search-toggle{flex:1 1 0!important;justify-content:center!important;gap:5px!important;width:100%!important;min-width:0!important;padding-inline:6px!important}.history-control-toggles .toggle-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:0!important;display:inline!important}.history-control-toggles .count-badge{top:-6px!important;right:-4px!important}.history-actions>.icon-button{justify-self:stretch!important;width:100%!important;height:38px!important;min-height:38px!important}}@media (max-width:430px){.content{height:calc(100dvh - 126px)!important;max-height:calc(100dvh - 126px)!important}.history-control-toggles .filter-toggle,.history-control-toggles .summary-toggle,.history-control-toggles .search-toggle{padding-inline:4px!important;font-size:.66rem!important}.history-control-toggles .filter-toggle svg,.history-control-toggles .summary-toggle svg,.history-control-toggles .search-toggle svg{width:14px!important;height:14px!important}}@media (min-width:701px) and (max-width:1023px){.content{padding-bottom:calc(124px + env(safe-area-inset-bottom,0px))!important}.suppliers-view{align-content:start!important}.supplier-form-panel{min-height:0!important}.supplier-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.supplier-notes-field,.supplier-active-toggle,.supplier-actions{grid-column:1/-1!important}.supplier-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:2px!important;display:grid!important}.supplier-actions .primary-button,.supplier-actions .secondary-button{width:100%!important}.supplier-list-panel{min-height:0!important}.supplier-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.supplier-contact{grid-column:1/-1!important}.supplier-row-actions{grid-area:1/2!important}}@media (max-width:700px){.account-menu,.notification-menu{border-radius:14px!important;width:min(100vw - 48px,312px)!important;max-height:calc(100dvh - 126px)!important;right:0!important;overflow:auto!important}.notification-center-list,.account-settings-content,.account-settings-list,.account-activity-list{scrollbar-width:thin;max-height:min(58dvh,430px)!important;overflow:auto!important}.supplier-actions,.team-actions,.purchase-list-actions,.purchase-command-row,.closing-actions{margin-bottom:8px!important}.supplier-row,.team-list-panel .invite-row,.purchase-row,.closing-row,.notification-center-item,.account-settings-row{min-width:0!important}}:root{--standard-page-width:1208px;--standard-panel-padding:16px;--standard-panel-radius:10px;--standard-card-radius:9px;--standard-row-min:72px}:is(.restock-view,.purchase-view,.suppliers-view,.closing-view,.team-view,.movement-workspace,.count-workspace,.view-stack:has(>.dashboard-grid),.view-stack:has(>.products-panel),.view-stack:has(>.history-panel)){width:min(100%, var(--standard-page-width))!important;margin-inline:auto!important}.restock-view,.purchase-view,.suppliers-view,.closing-view,.team-view,.movement-workspace,.count-workspace,.view-stack{gap:12px!important}.dashboard-grid,.product-overview,.purchase-summary,.supplier-summary,.history-summary,.closing-summary,.closing-kpi-grid,.restock-summary{width:100%!important}.dashboard-grid .stat-tile,.product-overview div,.purchase-summary .stat-tile,.supplier-summary .stat-tile,.restock-summary .stat-tile,.closing-summary .stat-tile,.closing-kpi-grid article,.closing-kpi-card,.history-summary-item,.history-audit-strip div{border-radius:var(--standard-card-radius)!important;min-height:76px!important;padding:13px 14px!important}.content>.panel,.view-stack>.panel,.purchase-view>.panel,.suppliers-view>.panel,.team-view>.panel,.closing-view>.panel,.movement-workspace>.panel,.count-workspace>.panel,.products-panel,.history-panel{border-radius:var(--standard-panel-radius)!important}.product-toolbar,.purchase-toolbar,.purchase-command-row,.purchase-list-actions,.closing-toolbar,.closing-actions,.supplier-actions,.team-actions,.history-actions,.product-heading-actions{align-items:center!important}.primary-button,.secondary-button,.product-category-action,.product-new-action,.movement-add-button,.movement-submit-button,.count-submit-button{border-radius:8px!important;min-height:38px!important;font-size:.8rem!important;font-weight:760!important}.quick-actions button,.purchase-toolbar .primary-button,.purchase-toolbar .secondary-button,.closing-actions .primary-button,.closing-actions .secondary-button,.supplier-actions .primary-button,.supplier-actions .secondary-button,.team-actions .primary-button,.team-actions .secondary-button{justify-content:center!important}.product-list-compact .product-card,.movement-row,.movement-draft-row,.purchase-row,.supplier-row,.team-item-row,.team-list-panel .invite-row,.closing-row,.receipt-row,.notification-center-item,.account-activity-item{position:relative;overflow:hidden;min-height:var(--standard-row-min)!important;border-radius:9px!important}.movement-row:before,.movement-draft-row:before,.purchase-row:before,.supplier-row:before,.team-item-row:before,.team-list-panel .invite-row:before,.closing-row:before,.receipt-row:before,.notification-center-item:before,.account-activity-item:before{content:"";background:var(--teal);border-radius:0 999px 999px 0;width:3px;position:absolute;inset:13px auto 13px 0}.purchase-row:before,.supplier-row:before,.team-item-row:before,.team-list-panel .invite-row:before{background:var(--blue)}.closing-row:before,.account-activity-item:before{background:var(--orange)}.movement-row>*,.movement-draft-row>*,.purchase-row>*,.supplier-row>*,.team-item-row>*,.team-list-panel .invite-row>*,.closing-row>*,.receipt-row>*,.notification-center-item>*,.account-activity-item>*{min-width:0}.product-filter-grid,.purchase-filter-grid,.purchase-control-panel,.movement-entry-context-panel,.receipt-fiscal-panel,.quick-category-filter,.movement-picker-toggle,.count-next-list,.movement-draft-list{border-radius:var(--standard-card-radius)!important}@media (min-width:1024px){.content{width:min(100%, var(--standard-page-width))!important;max-width:var(--standard-page-width)!important}.products-panel,.history-panel,.purchase-actions-panel,.purchase-form-panel,.purchase-list-panel,.supplier-form-panel,.supplier-list-panel,.closing-header-panel,.closing-report-panel,.movement-form-panel,.count-form-panel,.movement-summary-panel,.count-summary-panel,.team-invite-panel,.team-list-panel{padding:var(--standard-panel-padding)!important}:is(.restock-view,.purchase-view,.closing-view,.view-stack:has(>.dashboard-grid)){grid-template-columns:repeat(12,minmax(0,1fr))!important}.restock-summary,.purchase-summary,.supplier-summary,.closing-summary,.closing-kpi-grid,.closing-grid,.dashboard-grid{grid-column:1/-1!important}.purchase-actions-panel{grid-column:1/span 4!important}.purchase-form-panel{grid-column:5/-1!important}.purchase-list-panel,.closing-header-panel,.closing-report-panel{grid-column:1/-1!important}.purchase-toolbar,.purchase-list-actions,.supplier-actions,.team-actions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;display:grid!important}.purchase-add-form{grid-template-columns:minmax(180px,1.2fr) minmax(110px,.55fr) minmax(150px,.75fr) minmax(180px,1fr) auto!important}.closing-toolbar{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr)!important;align-items:end!important}.closing-period-tabs{grid-column:1/-1!important}.closing-date-range{grid-template-columns:repeat(2,minmax(0,1fr))!important}.closing-actions{grid-template-columns:repeat(2,minmax(150px,1fr))!important}.movement-workspace,.count-workspace{grid-template-columns:minmax(0,1fr) minmax(292px,312px)!important}.movement-form-panel,.count-form-panel{grid-column:1!important}.movement-summary-panel,.count-summary-panel{grid-column:2!important}.count-form-grid{grid-template-columns:minmax(0,1fr) 198px!important}.count-form-grid .quick-category-filter,.count-product-field,.count-next-list,.count-note-field,.count-submit-button{grid-column:1/-1!important}.supplier-form-panel,.supplier-list-panel,.team-invite-panel,.team-list-panel{min-height:0!important}.view-stack.suppliers-view,.suppliers-view{grid-template-columns:minmax(360px,400px) minmax(0,1fr)!important;align-items:start!important}.supplier-summary{grid-column:1/-1!important}.supplier-form-panel{grid-area:2/1!important}.supplier-list-panel{grid-area:2/2!important}.supplier-form{grid-template-columns:1fr!important}.supplier-notes-field,.supplier-active-toggle,.supplier-actions{grid-column:1/-1!important}.supplier-row{grid-template-columns:minmax(0,1fr) minmax(170px,.42fr) auto!important}.team-view.team-view-compact{width:min(100%, var(--standard-page-width))!important;grid-template-columns:minmax(300px,330px) minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;padding-bottom:0!important}}@media (min-width:701px) and (max-width:1023px){.restock-view,.purchase-view,.suppliers-view,.closing-view,.team-view,.movement-workspace,.count-workspace,.view-stack{gap:12px!important;width:100%!important}.products-panel,.history-panel,.purchase-view>.panel,.suppliers-view>.panel,.team-view>.panel,.closing-view>.panel,.movement-workspace>.panel,.count-workspace>.panel{padding:14px!important}.purchase-toolbar,.purchase-list-actions,.supplier-actions,.team-actions,.closing-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.purchase-add-form,.purchase-filter-grid,.supplier-form,.closing-date-range{grid-template-columns:repeat(2,minmax(0,1fr))!important}.purchase-add-form>label:last-of-type,.supplier-notes-field{grid-column:1/-1!important}.movement-draft-grid{grid-template-columns:minmax(0,1fr) 150px 116px!important}.count-form-grid{grid-template-columns:minmax(0,1fr) 170px!important}.count-form-grid .quick-category-filter,.count-product-field,.count-next-list,.count-note-field,.count-submit-button{grid-column:1/-1!important}}@media (max-width:700px){:root{--standard-row-min:64px}.restock-view,.purchase-view,.suppliers-view,.closing-view,.team-view,.movement-workspace,.count-workspace,.view-stack{gap:10px!important;width:100%!important}.products-panel,.history-panel,.purchase-view>.panel,.suppliers-view>.panel,.team-view>.panel,.closing-view>.panel,.movement-workspace>.panel,.count-workspace>.panel{padding:12px!important}.dashboard-grid .stat-tile,.product-overview div,.purchase-summary .stat-tile,.supplier-summary .stat-tile,.restock-summary .stat-tile,.closing-summary .stat-tile,.closing-kpi-grid article,.closing-kpi-card,.history-summary-item,.history-audit-strip div{min-height:68px!important;padding:10px!important}.product-toolbar,.purchase-toolbar,.purchase-list-actions,.purchase-command-row,.supplier-actions,.team-actions,.closing-toolbar,.closing-actions{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.product-heading-actions,.purchase-add-form,.purchase-filter-grid,.supplier-form,.team-form,.movement-draft-grid,.count-form-grid,.closing-date-range{grid-template-columns:1fr!important}.primary-button,.secondary-button,.product-category-action,.product-new-action,.movement-add-button,.movement-submit-button,.count-submit-button{width:100%!important}.movement-submit-row{flex-direction:column!important;align-items:stretch!important;padding:10px!important}.movement-submit-copy{text-align:left!important}.movement-submit-button{min-width:0!important}.movement-row,.movement-draft-row,.purchase-row,.supplier-row,.team-item-row,.team-list-panel .invite-row,.closing-row,.receipt-row,.notification-center-item,.account-activity-item{padding-left:13px!important}.supplier-row,.team-list-panel .invite-row{grid-template-columns:1fr!important}.supplier-row-actions,.team-list-panel .invite-actions{justify-content:stretch!important;width:100%!important}.supplier-row-actions>*,.team-list-panel .invite-actions>*{flex:1 1 0!important}}@media (max-width:1023px){.topbar-sync-status{font-size:0!important}.topbar-sync-status>span{display:block!important}}@media (max-width:700px){.content .history-panel,.movement-workspace>.panel,.count-workspace>.panel{border-radius:14px!important}}.bottom-nav{display:none!important}.sidebar-nav-group{padding-top:8px;position:relative}.sidebar-nav-group:first-child{padding-top:0}.sidebar-nav-group+.sidebar-nav-group{border-top:1px solid color-mix(in srgb, var(--line) 64%, transparent);margin-top:4px}.sidebar-nav-single{gap:0}.sidebar-subnav{border-left:1px solid color-mix(in srgb, var(--line) 72%, transparent);margin:3px 0 0 12px;padding-left:10px}.sidebar-nav-group.active>.sidebar-nav-group-trigger,.sidebar-nav-single.active>button{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--teal) 82%, transparent);border:1px solid color-mix(in srgb, var(--teal) 26%, var(--line))!important;color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 72%, var(--surface) 28%)!important}.sidebar-nav-group.open:not(.active)>.sidebar-nav-group-trigger{border:1px solid color-mix(in srgb, var(--line) 82%, transparent)!important;background:color-mix(in srgb, var(--surface-soft) 72%, var(--surface) 28%)!important}.sidebar-nav-group.active>.sidebar-nav-group-trigger span,.sidebar-nav-single.active>button span{font-weight:820!important}.sidebar-nav-group.active>.sidebar-nav-group-trigger svg:first-child,.sidebar-nav-single.active>button svg{color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 82%, var(--surface) 18%)!important}@media (min-width:1024px){.app-shell.sidebar-compact .sidebar-nav-group{border-top:0!important;margin-top:0!important;padding-top:0!important}.app-shell.sidebar-compact .sidebar-subnav{border-left:0!important;margin-left:0!important;padding-left:0!important}}@media (max-width:700px){.app-shell{padding-bottom:0!important}.content{height:calc(100dvh - 64px)!important;max-height:calc(100dvh - 64px)!important;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px))!important}.sidebar{border-right:1px solid var(--line)!important;background:color-mix(in srgb, var(--surface) 97%, var(--surface-soft) 3%)!important;border-radius:0 18px 18px 0!important;grid-template-rows:auto auto minmax(0,1fr)!important;gap:10px!important;width:min(86vw,322px)!important;min-width:0!important;padding:12px!important;box-shadow:22px 0 48px #0f172a2e!important}.sidebar-header{border-bottom:1px solid color-mix(in srgb, var(--line) 68%, transparent)!important;grid-template-columns:38px minmax(0,1fr) 34px!important;gap:9px!important;min-height:52px!important;padding:0 0 10px!important}.sidebar-header .app-mark{border-radius:10px!important;width:38px!important;height:38px!important}.sidebar-header .brand-wordmark{min-width:0!important}.sidebar-header .brand-wordmark span,.sidebar-header .brand-wordmark strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-collapse-toggle{display:none!important}.sidebar-section-label{border-bottom:1px solid color-mix(in srgb, var(--line) 46%, transparent)!important;letter-spacing:.13em!important;min-height:22px!important;margin:0!important;padding:0 2px 7px!important;font-size:.62rem!important}.sidebar-nav{scrollbar-width:thin;gap:0!important;padding:0 1px 12px!important;overflow:auto!important}.sidebar-nav-group{gap:5px!important;padding-top:9px!important;padding-bottom:7px!important}.sidebar-nav-group:first-child{padding-top:0!important}.sidebar-nav-group+.sidebar-nav-group{margin-top:1px!important}.sidebar-nav button,.sidebar-nav .sidebar-nav-group-trigger,.sidebar-nav .sidebar-subnav-item{min-height:38px!important;color:var(--text)!important;border-radius:9px!important;font-size:.78rem!important;font-weight:720!important}.sidebar-nav button{padding-inline:9px!important}.sidebar-nav .sidebar-nav-group-trigger{grid-template-columns:24px minmax(0,1fr) 16px!important}.sidebar-nav button svg{border-radius:8px!important;width:24px!important;height:24px!important;padding:5px!important}.sidebar-subnav{gap:4px!important;margin:4px 0 0 13px!important;padding-left:10px!important}.sidebar-nav .sidebar-subnav-item{min-height:35px!important;color:color-mix(in srgb, var(--text) 84%, var(--muted) 16%)!important;grid-template-columns:22px minmax(0,1fr)!important;padding-inline:8px!important;font-size:.75rem!important}.sidebar-nav-group.active .sidebar-nav-group-trigger,.sidebar-nav button.active,.sidebar-nav .sidebar-subnav-item.active{color:var(--teal)!important;background:var(--accent-soft)!important}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07111f6b!important}}.movement-summary-panel .movement-summary-values{gap:8px!important}.movement-summary-panel .movement-summary-values div,.movement-summary-panel .movement-summary-values .movement-summary-new-stock{background:color-mix(in srgb, var(--surface-soft) 54%, var(--surface) 46%)!important;border:0!important;border-radius:10px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:46px!important;margin:0!important;padding:9px 11px!important;display:flex!important}.movement-summary-panel .movement-summary-values .movement-summary-new-stock{background:color-mix(in srgb, var(--movement-soft) 22%, var(--surface) 78%)!important}.movement-summary-panel .movement-summary-values dt,.movement-summary-panel .movement-summary-values .movement-summary-new-stock dt{color:var(--muted)!important;letter-spacing:.03em!important;text-transform:uppercase!important;font-size:.66rem!important;font-weight:760!important}.movement-summary-panel .movement-summary-values dd{color:var(--text)!important;font-size:.84rem!important;font-weight:760!important}.movement-summary-panel .movement-summary-values div:nth-child(2) dd{color:var(--movement-color)!important}.movement-form-panel .quick-category-filter,.count-form-panel .quick-category-filter{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}.movement-form-panel .quick-category-filter>div,.count-form-panel .quick-category-filter>div{align-items:center!important;gap:8px!important;min-height:34px!important;margin:0!important;padding:0 0 2px!important}.movement-form-panel .quick-category-filter button,.count-form-panel .quick-category-filter button{border-color:var(--line)!important;background:var(--surface)!important;min-height:32px!important;box-shadow:none!important;align-items:center!important;gap:8px!important;padding:0 10px 0 11px!important;line-height:1!important}.movement-form-panel .quick-category-filter button.active,.count-form-panel .quick-category-filter 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) 45%, transparent)!important}.movement-form-panel .quick-category-filter small,.count-form-panel .quick-category-filter small{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:22px!important;height:20px!important;padding:0 6px!important;font-size:.64rem!important;line-height:1!important;display:inline-flex!important}.movement-form-panel .movement-entry-context-panel{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.movement-entry-source-card,.movement-entry-fiscal.receipt-fiscal-panel{border:1px solid var(--app-line-soft,var(--line))!important;background:color-mix(in srgb, var(--surface) 97%, var(--surface-soft) 3%)!important;box-shadow:none!important;border-radius:10px!important;padding:10px!important}.movement-entry-fiscal.receipt-fiscal-panel.open{background:color-mix(in srgb, var(--surface) 93%, var(--movement-soft) 7%)!important}.movement-entry-source-heading,.movement-entry-fiscal .receipt-fiscal-toggle{min-height:30px!important}.movement-entry-source-heading span,.movement-entry-fiscal .receipt-fiscal-toggle span{color:var(--text)!important;letter-spacing:0!important;font-size:.82rem!important;font-weight:760!important}.movement-entry-source-heading svg,.movement-entry-fiscal .receipt-fiscal-toggle svg{color:var(--movement-color)!important}.movement-entry-source-heading b,.movement-entry-fiscal .receipt-fiscal-toggle b{color:var(--movement-color)!important;background:var(--movement-soft)!important;font-size:.66rem!important;font-weight:760!important}.movement-entry-source-card .movement-entry-supplier{color:var(--muted)!important;letter-spacing:0!important;text-transform:none!important;gap:6px!important;font-size:.7rem!important;font-weight:700!important}.movement-entry-source-card .movement-entry-supplier span{color:var(--muted)!important}@media (min-width:701px){.movement-entry-source-card{grid-template-columns:minmax(176px,.32fr) minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:52px!important}.movement-entry-source-card .movement-entry-supplier{gap:0!important}.movement-entry-source-card .movement-entry-supplier span{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.movement-entry-source-card .movement-entry-supplier select{min-height:36px!important}}.movement-draft-grid .movement-product-picker-header,.movement-draft-grid .movement-field-heading{align-items:center!important;min-height:30px!important}.movement-draft-grid .movement-quantity-field{align-content:start!important;align-self:stretch!important}.movement-draft-grid .movement-quantity-field input{width:100%!important}.movement-draft-grid .movement-add-button{align-self:end!important}.count-submit-row{border:1px solid var(--app-line-soft,var(--line))!important;background:color-mix(in srgb, var(--surface) 94%, var(--count-soft) 6%)!important;box-shadow:none!important;border-radius:10px!important;grid-column:1/-1!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:10px!important;display:flex!important}.count-submit-copy{gap:3px;min-width:0;display:grid}.count-submit-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:780;line-height:1.15;overflow:hidden}.count-submit-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:620;line-height:1.2;overflow:hidden}.count-submit-row .count-submit-button{white-space:nowrap!important;justify-content:center!important;width:auto!important;min-width:166px!important;min-height:38px!important;padding-inline:16px!important}@media (max-width:700px){.count-submit-row{flex-direction:column!important;align-items:stretch!important}.count-submit-row .count-submit-button{width:100%!important;min-width:0!important}}@media (min-width:1024px){.purchase-view-modal-add .purchase-actions-panel,.purchase-view-modal-add .purchase-list-panel{grid-column:1/-1!important}.purchase-view-modal-add .purchase-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.purchase-add-modal{border-radius:14px!important;gap:12px!important;width:min(100%,840px)!important;padding:14px!important}.purchase-modal-form{gap:12px;display:grid}.purchase-add-modal-summary{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--accent-soft) 4%);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:9px 10px;display:flex}.purchase-add-modal-summary span{color:var(--muted);letter-spacing:0;font-size:.7rem;font-weight:780}.purchase-add-modal-summary strong{color:var(--teal);font-size:.82rem;font-weight:850}.purchase-add-modal .quick-category-filter{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}.purchase-add-modal .quick-category-filter>div{align-items:center!important;gap:8px!important;min-height:34px!important;margin:0!important;padding:0 0 2px!important}.purchase-add-modal .quick-category-filter button{border-color:var(--line)!important;background:var(--surface)!important;min-height:32px!important;box-shadow:none!important;align-items:center!important;gap:8px!important;padding:0 10px 0 11px!important;line-height:1!important}.purchase-add-modal .quick-category-filter 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) 45%, transparent)!important}.purchase-add-modal .quick-category-filter small{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:22px!important;height:20px!important;padding:0 6px!important;font-size:.64rem!important;line-height:1!important;display:inline-flex!important}.purchase-modal-grid{grid-template-columns:minmax(0,1fr) 150px;align-items:end;gap:10px;display:grid}.purchase-modal-product-field,.purchase-modal-note{grid-column:1/-1}.purchase-modal-add-button{grid-column:1/-1;justify-self:end;width:auto!important;min-height:38px!important;padding-inline:14px!important}.purchase-modal-field{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;gap:7px;font-size:.66rem;font-weight:900;display:grid}.purchase-modal-field select,.purchase-modal-field input,.purchase-modal-product-field .movement-product-select,.purchase-modal-product-field .movement-autocomplete input{border-radius:10px!important;min-height:40px!important}.purchase-modal-product-field .movement-product-picker-header,.purchase-modal-field .movement-field-heading{align-items:center!important;min-height:30px!important}.purchase-modal-product-field .movement-suggestions{z-index:90}.purchase-modal-actions{padding-top:2px}.purchase-draft-list{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);border-radius:10px;gap:8px;padding:10px;display:grid}.purchase-draft-header{justify-content:space-between;align-items:center;gap:10px;min-height:26px;display:flex}.purchase-draft-header span{color:var(--muted);font-size:.72rem;font-weight:800}.purchase-draft-header strong{min-width:24px;height:22px;color:var(--teal);background:var(--accent-soft);border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;display:inline-flex}.purchase-draft-row{border:1px solid var(--line);background:var(--surface);border-radius:9px;grid-template-columns:minmax(0,1fr) 112px minmax(150px,.58fr) minmax(140px,.5fr) 34px;align-items:end;gap:8px;padding:9px;display:grid}.purchase-draft-main{align-self:center;gap:3px;min-width:0;display:grid}.purchase-draft-main strong,.purchase-draft-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.purchase-draft-main strong{color:var(--text);font-size:.82rem;font-weight:800}.purchase-draft-main span{color:var(--muted);font-size:.7rem;font-weight:700}.purchase-draft-quantity,.purchase-draft-supplier,.purchase-draft-note{color:var(--muted);gap:5px;font-size:.66rem;font-weight:800;display:grid}.purchase-draft-quantity{position:relative}.purchase-draft-quantity input{padding-right:32px!important}.purchase-draft-quantity small{color:var(--muted);pointer-events:none;font-size:.62rem;font-weight:850;position:absolute;bottom:10px;right:9px}.purchase-draft-remove{align-self:end;width:34px!important;min-width:34px!important;height:38px!important;min-height:38px!important}.purchase-draft-empty{border:1px dashed var(--line);min-height:44px;color:var(--muted);background:color-mix(in srgb, var(--surface) 90%, var(--surface-soft) 10%);text-align:center;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.76rem;font-weight:700;display:flex}.purchase-draft-empty svg{width:16px;height:16px}.receipt-supplier-field{border:1px solid var(--app-line-soft,var(--line));color:var(--muted);background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);border-radius:10px;gap:6px;padding:10px;font-size:.72rem;font-weight:800;display:grid}.receipt-supplier-field small{color:var(--muted);font-size:.68rem;font-weight:650;line-height:1.25}.purchase-view .purchase-control-panel,.purchase-view .purchase-filter-grid{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}html .purchase-view .purchase-control-panel,html .purchase-view .purchase-filter-grid{background:0 0!important}.purchase-view .purchase-status{box-shadow:none!important;color:var(--muted)!important;background:color-mix(in srgb, var(--surface-strong) 54%, transparent)!important;border:0!important}.purchase-view .purchase-status.baixo{color:var(--teal)!important;background:var(--accent-soft)!important}.purchase-view .purchase-list-panel{padding-bottom:14px!important}.purchase-view .purchase-control-panel{gap:10px!important;margin-bottom:12px!important;display:grid!important}.purchase-view .purchase-command-row{grid-template-columns:minmax(0,1fr) minmax(340px,.64fr)!important;align-items:end!important;gap:10px!important}.purchase-view .purchase-search{color:var(--muted)!important;gap:6px!important;margin-bottom:0!important;font-size:.72rem!important;font-weight:700!important;line-height:1!important}.purchase-view .purchase-search input{min-height:38px!important;padding-left:38px!important}.purchase-view .purchase-list-actions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.purchase-view .purchase-list-actions .primary-button,.purchase-view .purchase-list-actions .secondary-button{white-space:nowrap!important;border-radius:8px!important;justify-content:center!important;gap:7px!important;width:auto!important;min-width:0!important;min-height:34px!important;padding-inline:12px!important;font-size:.74rem!important;font-weight:760!important}.purchase-view .purchase-list-actions .secondary-button{border-color:var(--app-line-soft,var(--line))!important;color:var(--muted)!important;background:color-mix(in srgb, var(--surface) 95%, var(--surface-soft) 5%)!important}.purchase-view .purchase-list-actions .primary-button{border-color:color-mix(in srgb, var(--teal) 56%, var(--line) 44%)!important;background:color-mix(in srgb, var(--teal) 88%, var(--surface) 12%)!important;box-shadow:none!important}.purchase-view .purchase-list-actions .primary-button:disabled,.purchase-view .purchase-list-actions .secondary-button:disabled{opacity:.55!important}.purchase-view .purchase-list-actions svg{width:15px!important;height:15px!important}.purchase-view .purchase-filter-grid{grid-template-columns:minmax(260px,1.1fr) minmax(140px,.48fr) minmax(220px,.76fr) minmax(170px,.58fr)!important;align-items:end!important;gap:10px!important}.purchase-view .purchase-filter-grid label{color:var(--muted)!important;gap:6px!important;font-size:.72rem!important;font-weight:700!important;line-height:1!important}.purchase-view .purchase-filter-grid select{min-height:38px!important}.purchase-view .purchase-filter-grid .purchase-search input{width:100%!important}.purchase-view .purchase-table-shell{border-color:var(--app-line-soft,var(--line))!important;border-radius:10px!important;overflow:hidden!important}.purchase-view .purchase-table-scroll{overflow:auto hidden!important}.purchase-view .purchase-table{table-layout:fixed!important;min-width:1040px!important}.purchase-view .purchase-table th,.purchase-view .purchase-table td{padding:9px 12px!important}.purchase-view .purchase-table th:first-child,.purchase-view .purchase-table td:first-child{width:42px!important}.purchase-view .purchase-table th:nth-child(2),.purchase-view .purchase-table td:nth-child(2){width:28%!important}.purchase-view .purchase-table th:nth-child(3),.purchase-view .purchase-table td:nth-child(3){width:145px!important}.purchase-view .purchase-table th:nth-child(4),.purchase-view .purchase-table td:nth-child(4){width:220px!important}.purchase-view .purchase-table th:nth-child(5),.purchase-view .purchase-table td:nth-child(5){width:136px!important}.purchase-view .purchase-table th:nth-child(6),.purchase-view .purchase-table td:nth-child(6){width:210px!important}.purchase-view .purchase-table th:nth-child(7),.purchase-view .purchase-table td:nth-child(7){width:54px!important}.purchase-view .purchase-table-row{background:var(--surface)!important}.purchase-view .purchase-table-row.checked{background:color-mix(in srgb, var(--surface) 88%, var(--accent-soft) 12%)!important}.purchase-view .purchase-check{width:22px!important;height:22px!important}.purchase-view .purchase-check span{border-radius:6px!important}.purchase-view .purchase-table-product{gap:3px!important}.purchase-view .purchase-table-product strong{font-size:.82rem!important;font-weight:780!important}.purchase-view .purchase-table-product span{color:var(--muted)!important;font-size:.7rem!important;font-weight:700!important}.purchase-view .purchase-table-quantity,.purchase-view .purchase-table-select,.purchase-view .purchase-table-note{min-height:38px!important}.purchase-view .purchase-table-quantity{width:126px!important;min-width:0!important}.purchase-view .purchase-table-quantity input{border-radius:9px!important;min-height:38px!important;padding-right:36px!important;font-weight:700!important}.purchase-view .purchase-table-quantity small{color:var(--muted)!important;font-size:.65rem!important;font-weight:850!important;bottom:12px!important;right:10px!important}.purchase-view .purchase-table-select,.purchase-view .purchase-table-note{border-radius:9px!important;font-size:.79rem!important}.purchase-view .purchase-table-select{max-width:214px!important}.purchase-view .purchase-table-note{max-width:194px!important}.purchase-view .purchase-table td:nth-child(5){vertical-align:middle!important}.purchase-view .purchase-status{min-height:22px!important;margin:0 0 5px!important;padding-inline:9px!important;font-size:.68rem!important;font-weight:760!important}.purchase-view .purchase-shortage{color:var(--orange)!important;font-size:.68rem!important;font-weight:800!important;line-height:1.1!important}.purchase-view .purchase-table-action-cell .icon-button{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}.purchase-view .purchase-table-footer{background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%)!important;min-height:38px!important;padding:8px 12px!important}@media (max-width:1023px){.purchase-view .purchase-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:700px){.purchase-add-modal{width:min(100%,100dvw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:12px!important}.purchase-view-modal-add .purchase-toolbar,.purchase-view .purchase-command-row,.purchase-view .purchase-list-actions,.purchase-view .purchase-filter-grid{grid-template-columns:1fr!important}.purchase-view .purchase-list-actions{justify-content:stretch!important}.purchase-view .purchase-list-actions .primary-button,.purchase-view .purchase-list-actions .secondary-button{width:100%!important}.purchase-view .purchase-table{min-width:780px!important}.purchase-view .purchase-table th:nth-child(2),.purchase-view .purchase-table td:nth-child(2){width:210px!important}.purchase-view .purchase-table th:nth-child(4),.purchase-view .purchase-table td:nth-child(4){width:180px!important}.purchase-view .purchase-table th:nth-child(6),.purchase-view .purchase-table td:nth-child(6){width:170px!important}.purchase-modal-add-button{width:100%!important}.purchase-draft-row{grid-template-columns:1fr!important}.purchase-draft-remove{width:100%!important}.purchase-modal-grid,.purchase-modal-actions{grid-template-columns:1fr!important}}.restock-main-panel{gap:14px!important;padding-bottom:14px!important;display:grid!important}.restock-panel-header{border-bottom:1px solid var(--app-line-soft,var(--line));grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);align-items:end;gap:12px;min-width:0;padding-bottom:13px;display:grid}.restock-main-heading{margin-bottom:0!important}.restock-main-panel .restock-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important}.restock-main-panel .restock-toolbar .primary-button,.restock-main-panel .restock-toolbar .secondary-button{white-space:nowrap!important;justify-content:center!important;min-width:0!important}.restock-results-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.restock-results-header h2{color:var(--text);margin:0;font-size:1.04rem;font-weight:760;line-height:1.12}.restock-results-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.restock-display-toggle{width:auto!important;min-width:0!important;box-shadow:none!important}.restock-display-toggle button{min-width:82px!important}.restock-main-panel .restock-category-list{gap:10px!important}.restock-main-panel .restock-category-group{gap:7px!important}.restock-main-panel .restock-category-heading{min-height:28px!important;color:var(--muted)!important}.restock-main-panel .restock-row{border-color:var(--app-line-soft,var(--line))!important;background:var(--surface)!important;min-height:64px!important;box-shadow:none!important}.restock-main-panel .restock-row strong{font-size:.84rem!important;font-weight:780!important}.restock-main-panel .restock-row span{color:var(--muted)!important;font-size:.72rem!important;font-weight:650!important}.restock-main-panel .restock-row-actions b,.restock-table b{color:var(--teal);font-weight:820}.restock-table-shell{border:1px solid var(--app-line-soft,var(--line));border-radius:var(--app-card-radius,9px);background:var(--surface);min-width:0;box-shadow:none;overflow:hidden}.restock-table-scroll{min-width:0;overflow-x:auto}.restock-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:820px}.restock-table th,.restock-table td{border-bottom:1px solid var(--app-line-soft,var(--line));text-align:left;vertical-align:middle;padding:10px 12px}.restock-table th{background:color-mix(in srgb, var(--surface-soft) 74%, var(--surface) 26%);color:var(--muted);letter-spacing:.03em;text-transform:uppercase;font-size:.66rem;font-weight:760}.restock-table tbody tr:last-child td{border-bottom:0}.restock-table td{color:var(--text);font-size:.8rem;font-weight:600}.restock-table td:first-child{width:28%}.restock-table td:first-child strong,.restock-table td:first-child span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.restock-table td:first-child strong{font-size:.84rem;font-weight:780}.restock-table td:first-child span{color:var(--muted);margin-top:3px;font-size:.7rem;font-weight:680}.restock-table td:last-child{text-align:right;width:154px}.restock-table .secondary-button.small{white-space:nowrap;min-height:32px!important;padding-inline:10px!important}@media (min-width:1024px){.restock-main-panel{grid-column:1/-1!important}}@media (max-width:1023px){.restock-panel-header{grid-template-columns:1fr;align-items:stretch}}@media (max-width:700px){.restock-main-panel{gap:12px!important}.restock-panel-header{gap:10px;padding-bottom:11px}.restock-main-panel .restock-toolbar{grid-template-columns:1fr!important}.restock-results-header{flex-direction:column;align-items:stretch}.restock-results-actions{justify-content:space-between;width:100%}.restock-display-toggle{flex:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.restock-display-toggle button{min-width:0!important}.restock-main-panel .restock-row{grid-template-columns:1fr!important}.restock-row-actions{width:100%;justify-content:space-between!important}.restock-table{min-width:720px}}.suppliers-view .supplier-list-panel{gap:12px!important;padding-bottom:14px!important;display:grid!important}.supplier-heading-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.supplier-display-toggle{width:auto!important;min-width:0!important;box-shadow:none!important}.supplier-display-toggle button{min-width:82px!important}.supplier-new-action{white-space:nowrap;min-width:148px!important}.supplier-controls{grid-template-columns:minmax(320px,1fr) minmax(480px,.96fr)!important;align-items:end!important;gap:10px!important;margin-bottom:0!important;display:grid!important}.supplier-search{align-self:end!important;margin:0!important}.supplier-search input{min-height:38px!important}.supplier-filter-grid{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.82fr) minmax(0,.95fr)!important;align-items:end!important;gap:10px!important;margin:0!important;padding:0!important;display:grid!important}.supplier-filter-grid .product-select-field{min-width:0!important;margin:0!important}.supplier-filter-grid select{min-height:38px!important}.products-panel .product-filter-grid{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.supplier-card-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:9px;min-width:0;display:grid}.supplier-card{border:1px solid var(--app-line-soft,var(--line));background:var(--surface);min-width:0;min-height:82px;box-shadow:var(--app-shadow-subtle,none);border-radius:9px;grid-template-columns:42px minmax(0,1fr) minmax(132px,auto);align-items:center;gap:10px;padding:10px 11px 10px 13px;display:grid;position:relative;overflow:hidden}.supplier-card:before{content:"";background:var(--teal);border-radius:0 999px 999px 0;width:3px;position:absolute;inset:13px auto 13px 0}.supplier-card.inactive{opacity:.74}.supplier-card.inactive:before{background:var(--muted)}.supplier-avatar{border-radius:12px!important;width:42px!important;height:42px!important}.supplier-card-main,.supplier-title-block{min-width:0}.supplier-card-main{gap:6px;display:grid}.supplier-title-block h3{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.88rem;font-weight:800;line-height:1.16;overflow:hidden}.supplier-title-block p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:.7rem;font-weight:700;overflow:hidden}.supplier-card-meta{min-width:0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:5px;font-size:.68rem;font-weight:650;display:flex}.supplier-card-meta span{background:color-mix(in srgb, var(--surface-soft) 64%, transparent);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;min-width:0;padding:2px 7px;overflow:hidden}.supplier-card-meta span:first-child{color:var(--teal);background:var(--accent-soft);flex:none}.supplier-card-meta span:last-child{max-width:100%}.supplier-card-side{justify-items:end;gap:8px;min-width:0;display:grid}.supplier-card-actions,.supplier-table-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.supplier-card-actions .secondary-button.small,.supplier-table-actions .secondary-button.small{white-space:nowrap;min-height:30px!important;padding-inline:9px!important;font-size:.68rem!important}.supplier-table{min-width:980px!important}.supplier-table th,.supplier-table td{vertical-align:middle!important}.supplier-table-name{min-width:240px!important}.supplier-table tr.inactive{opacity:.72}.supplier-table td:nth-child(2){max-width:190px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.supplier-table td:nth-child(3){text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.supplier-table td:last-child{min-width:186px}.supplier-form-modal{width:min(680px,100dvw - 28px)!important}.supplier-form-modal .supplier-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:10px!important}.supplier-form-modal .supplier-notes-field,.supplier-form-modal .supplier-active-toggle,.supplier-form-modal .modal-actions{grid-column:1/-1}.supplier-category-field{min-width:0;color:var(--muted);letter-spacing:.01em;gap:7px;font-size:.74rem;font-weight:700;line-height:1.1;display:grid}.supplier-category-field select{width:100%;min-height:var(--app-control-height,38px)!important}.supplier-category-chips{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 97%, var(--surface-soft) 3%);border-radius:9px;flex-wrap:wrap;align-items:center;gap:6px;min-height:36px;padding:6px;display:flex}.supplier-category-chips button,.supplier-category-chips span{border:1px solid var(--accent-line);min-height:24px;color:var(--teal);background:var(--accent-soft);border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:.68rem;font-weight:780;display:inline-flex}.supplier-category-chips span{color:var(--muted);background:0 0;border-color:#0000}.supplier-category-chips svg{width:13px;height:13px}.supplier-form-modal .supplier-active-toggle{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);border-radius:9px;padding:9px 10px}.closing-accordion-panel{overflow:hidden;padding:0!important}.closing-accordion-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:13px 14px;list-style:none;display:flex}.closing-accordion-summary::-webkit-details-marker{display:none}.closing-accordion-title{align-items:center;gap:10px;min-width:0;display:flex}.closing-accordion-title>span{gap:3px;min-width:0;display:grid}.closing-accordion-title .eyebrow{margin:0}.closing-accordion-title h2{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.04rem;font-weight:760;line-height:1.12;overflow:hidden}.closing-accordion-title b{border:1px solid var(--accent-line);min-width:26px;height:24px;color:var(--teal);background:var(--accent-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.7rem;font-weight:820;display:inline-flex}.closing-accordion-icons{flex:none;align-items:center;gap:8px;display:inline-flex}.closing-accordion-icons>svg:first-child{width:32px;height:32px;color:var(--teal);background:var(--accent-soft);border-radius:9px;padding:8px}.closing-accordion-chevron{transition:transform .16s;width:17px!important;height:17px!important;color:var(--muted)!important}.closing-accordion-panel[open] .closing-accordion-chevron{transform:rotate(90deg)}.closing-accordion-panel[open] .closing-accordion-summary{border-bottom:1px solid var(--app-line-soft,var(--line))}.closing-accordion-content{gap:10px;padding:12px 14px 14px;display:grid}.closing-accordion-content .closing-list,.closing-accordion-content .movement-list{gap:8px}.closing-accordion-content .empty-state{min-height:132px!important}@media (max-width:700px){.closing-accordion-summary{min-height:54px;padding:12px}.closing-accordion-title{align-items:flex-start}.closing-accordion-title h2{white-space:normal}.closing-accordion-icons>svg:first-child{width:30px;height:30px}.closing-accordion-content{padding:10px 12px 12px}}@media (min-width:1024px){.suppliers-view{grid-template-columns:repeat(12,minmax(0,1fr))!important}.suppliers-view .supplier-summary,.suppliers-view .supplier-list-panel{grid-column:1/-1!important}}@media (max-width:1023px){.supplier-controls{grid-template-columns:1fr!important}.supplier-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.supplier-card{grid-template-columns:42px minmax(0,1fr)}.supplier-card-side{grid-column:2;justify-items:start}}@media (max-width:700px){.supplier-list-panel>.section-heading{grid-template-columns:1fr!important;align-items:stretch!important;display:grid!important}.supplier-heading-actions{flex-direction:column;align-items:stretch;width:100%}.supplier-display-toggle{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;display:grid!important}.supplier-display-toggle button{min-width:0!important}.supplier-new-action{width:100%!important}.supplier-filter-grid{grid-template-columns:1fr!important}.supplier-card{grid-template-columns:38px minmax(0,1fr);align-items:start}.supplier-avatar{width:38px!important;height:38px!important}.supplier-card-side{grid-column:1/-1;justify-items:stretch}.supplier-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.supplier-card-actions .secondary-button.small{width:100%!important}.supplier-table{min-width:820px!important}.supplier-form-modal .supplier-form{grid-template-columns:1fr!important}}.count-workspace{align-items:start!important}.count-form-grid{grid-template-columns:1fr!important}.count-draft-grid,.count-queue-panel,.count-draft-list{grid-column:1/-1}.count-draft-grid{grid-template-columns:minmax(0,1fr) minmax(132px,160px) auto;align-items:end;gap:10px;display:grid}.count-draft-grid .movement-product-picker-header,.count-draft-grid .count-quantity-field{min-height:30px}.count-add-button{white-space:nowrap;align-self:end;border-radius:10px!important;min-height:38px!important;padding-inline:14px!important}.count-queue-panel{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--count-soft) 4%);border-radius:10px;overflow:hidden}.count-queue-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 10px;list-style:none;display:flex}.count-queue-panel summary::-webkit-details-marker{display:none}.count-queue-panel summary span,.count-queue-panel summary b{align-items:center;gap:7px;font-size:.72rem;font-weight:820;display:inline-flex}.count-queue-panel summary span{color:var(--text)}.count-queue-panel summary svg{width:15px;height:15px;color:var(--count-color)}.count-queue-panel summary b{border:1px solid var(--accent-line);color:var(--teal);background:var(--accent-soft);white-space:nowrap;border-radius:999px;padding:4px 9px}.count-queue-list{border-top:1px solid var(--app-line-soft,var(--line));gap:6px;max-height:232px;padding:8px;display:grid;overflow:auto}.count-queue-item{border:1px solid var(--app-line-soft,var(--line));background:var(--surface);text-align:left;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;padding:8px 10px;display:grid}.count-queue-item:hover,.count-queue-item.active{border-color:var(--accent-line);background:var(--accent-soft)}.count-queue-item.done{border-color:color-mix(in srgb, var(--teal) 35%, var(--line))}.count-queue-item span{gap:2px;min-width:0;display:grid}.count-queue-item strong,.count-queue-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.count-queue-item strong{color:var(--text);font-size:.78rem;font-weight:820}.count-queue-item small{color:var(--muted);font-size:.68rem;font-weight:640}.count-queue-item b{color:var(--muted);background:color-mix(in srgb, var(--surface-strong) 82%, var(--surface) 18%);border-radius:999px;padding:4px 8px;font-size:.64rem;font-weight:820}.count-queue-item.done b{color:var(--teal);background:var(--accent-soft)}.count-queue-empty,.count-draft-empty{border:1px dashed var(--app-line-soft,var(--line));min-height:48px;color:var(--muted);background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.76rem;font-weight:700;display:flex}.count-draft-list{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--count-soft) 4%);border-radius:10px;gap:8px;padding:10px;display:grid}.count-draft-header{min-height:24px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:.72rem;font-weight:820;display:flex}.count-draft-header strong{min-width:24px;height:22px;color:var(--teal);background:var(--accent-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 7px;display:inline-flex}.count-draft-row{border:1px solid var(--app-line-soft,var(--line));border-left:3px solid var(--count-state-color);background:var(--surface);border-radius:10px;grid-template-columns:36px minmax(0,1.2fr) 118px 82px minmax(118px,.8fr) 34px;align-items:center;gap:10px;min-height:58px;padding:9px;display:grid}.count-draft-row.positive{--count-state-color:#10a36c}.count-draft-row.negative{--count-state-color:#dc3e3a}.count-draft-row.neutral{--count-state-color:#65788d}.count-draft-main,.count-draft-quantity,.count-draft-note,.count-draft-delta{min-width:0}.count-draft-main{gap:2px;display:grid}.count-draft-main strong,.count-draft-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.count-draft-main strong{color:var(--text);font-size:.82rem;font-weight:850}.count-draft-main span{color:var(--muted);font-size:.68rem;font-weight:680}.count-draft-quantity,.count-draft-note{color:var(--muted);gap:4px;font-size:.62rem;font-weight:820;display:grid}.count-draft-quantity input,.count-draft-note input{width:100%;border-radius:9px!important;min-height:34px!important;padding-inline:9px!important}.count-draft-delta{color:var(--count-state-color);background:color-mix(in srgb, var(--count-state-color) 10%, transparent);border-radius:9px;gap:2px;padding:7px 8px;display:grid}.count-draft-delta span{color:var(--muted);font-size:.6rem;font-weight:820}.count-draft-delta strong{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:860;overflow:hidden}.count-draft-remove{border-radius:9px!important;width:34px!important;height:34px!important}@media (min-width:1024px){.count-workspace{grid-template-columns:minmax(0,1fr) 320px!important;justify-content:stretch!important;min-height:auto!important;padding-bottom:0!important}.count-form-panel{max-width:none!important;padding:16px!important}.count-summary-panel{width:100%!important;padding:16px!important}}@media (max-width:900px){.count-draft-grid{grid-template-columns:minmax(0,1fr) minmax(112px,.35fr)}.count-add-button{grid-column:1/-1;justify-content:center}.count-draft-row{grid-template-columns:34px minmax(0,1fr) 104px 34px}.count-draft-delta,.count-draft-note{grid-column:2/-1}}@media (max-width:700px){.count-draft-grid{grid-template-columns:1fr}.count-queue-panel summary{flex-direction:column;align-items:flex-start}.count-queue-panel summary b{justify-content:center;width:100%}.count-draft-row{grid-template-columns:32px minmax(0,1fr) 34px;align-items:start}.count-draft-main{padding-top:2px}.count-draft-quantity,.count-draft-delta,.count-draft-note{grid-column:1/-1}}.dashboard-card-panel{flex-direction:column!important;min-height:0!important;display:flex!important;overflow:hidden!important}.dashboard-card-panel>.section-heading{flex:none;margin-bottom:10px!important}.dashboard-card-panel .section-heading .secondary-button.small{border-radius:9px!important;min-height:36px!important;padding-inline:12px!important}.dashboard-card-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 32%, transparent) transparent;flex:auto;min-height:0;padding-right:3px;overflow:hidden auto}.dashboard-card-scroll::-webkit-scrollbar{width:6px}.dashboard-card-scroll::-webkit-scrollbar-track{background:0 0}.dashboard-card-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 28%, transparent);border-radius:999px}.dashboard-card-panel .item-list,.dashboard-card-panel .movement-list{gap:8px!important}.dashboard-card-panel .list-row,.dashboard-card-panel .movement-row{box-shadow:none!important}.dashboard-audit-panel .movement-row{min-height:70px!important}.dashboard-card-panel>.empty-state{flex:auto;min-height:150px!important}@media (min-width:1024px){.view-stack:has(>.dashboard-grid)>.dashboard-card-panel{height:clamp(320px,42dvh,390px)!important;min-height:320px!important}}@media (max-width:1023px){.dashboard-card-panel{max-height:360px}}@media (max-width:700px){.dashboard-card-panel{max-height:330px}.dashboard-card-panel .section-heading{align-items:flex-start!important}.dashboard-card-panel .section-heading .secondary-button.small{min-width:86px}}.team-admin-view{width:min(100%, var(--standard-page-width,1180px))!important;grid-template-columns:1fr!important;grid-template-areas:none!important;gap:12px!important;min-height:auto!important;margin-inline:auto!important;padding-bottom:0!important;display:grid!important}.team-admin-view>.panel{grid-area:auto!important}.team-hero-panel,.team-directory-panel{border:1px solid var(--app-line-soft,var(--line))!important;border-radius:var(--app-panel-radius,12px)!important;background:color-mix(in srgb, var(--surface) 98%, transparent)!important;box-shadow:var(--app-shadow-subtle,0 1px 2px #0f172a0e)!important;padding:14px!important}.team-hero-header,.team-directory-header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.team-hero-header h2,.team-directory-header h2{color:var(--text);margin:2px 0 0;font-size:1.08rem;font-weight:760;line-height:1.12}.team-hero-header span{color:var(--muted);margin-top:4px;font-size:.76rem;font-weight:620;display:block}.team-new-invite-button{white-space:nowrap;flex:none;min-width:142px!important}.team-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.team-overview-grid div{border:1px solid var(--app-line-soft,var(--line));border-radius:var(--app-card-radius,9px);background:var(--app-surface-card,var(--surface));align-content:center;gap:7px;min-height:74px;padding:12px;display:grid}.team-overview-grid span{color:var(--muted);letter-spacing:.03em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.66rem;font-weight:760;overflow:hidden}.team-overview-grid strong{color:var(--text);font-size:1.24rem;font-weight:760;line-height:1}.team-directory-header{align-items:flex-end;margin-bottom:12px}.team-tab-switch{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, var(--surface-soft) 4%);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:inline-grid}.team-tab-switch button{min-height:34px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:.76rem;font-weight:760;display:inline-flex}.team-tab-switch button.active{color:var(--teal);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-line)}.team-tab-switch svg{width:15px;height:15px}.team-tab-switch span{background:color-mix(in srgb, currentColor 10%, transparent);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 6px;font-size:.66rem;line-height:1;display:inline-flex}.team-directory-list{gap:8px!important}.team-directory-row{border-radius:9px!important;grid-template-columns:38px minmax(0,1fr) auto!important;align-items:center!important;gap:11px!important;min-height:62px!important;padding:10px 12px!important;display:grid!important}.team-directory-row>div:first-of-type{gap:3px;min-width:0;display:grid}.team-directory-row strong,.team-directory-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.team-directory-row strong{color:var(--text);font-size:.84rem;font-weight:700}.team-directory-row>div:first-of-type span{color:var(--muted);font-size:.72rem;font-weight:620}.team-directory-row .invite-actions{justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:inline-flex}.team-directory-row .invite-actions b{color:var(--muted);white-space:nowrap;font-size:.72rem;font-weight:700}.team-directory-row .secondary-button.small{white-space:nowrap;border-radius:8px!important;min-height:32px!important;padding-inline:10px!important}.team-invite-modal{width:min(100%,560px)!important}.team-invite-modal .team-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.team-invite-modal .team-invite-note{border-radius:10px;margin-top:12px;padding:11px 12px}@media (min-width:1024px){.team-admin-view{grid-template-columns:1fr!important}.team-hero-panel,.team-directory-panel{padding:16px!important}}@media (max-width:900px){.team-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-directory-header{flex-direction:column;align-items:stretch}.team-tab-switch{width:100%}}@media (max-width:700px){.team-hero-header{flex-direction:column;align-items:stretch}.team-new-invite-button{width:100%}.team-overview-grid{grid-template-columns:1fr}.team-directory-row{grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important}.team-directory-row .invite-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:stretch}.team-directory-row .invite-actions>*{flex:auto;justify-content:center}.team-invite-modal .team-actions{grid-template-columns:1fr!important}}:root{--app-font:"Segoe UI Variable Text", "Segoe UI Variable", "Inter", "SF Pro Text", "Roboto", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, sans-serif;--app-display-font:"Segoe UI Variable Display", "Segoe UI Variable", "Inter", "SF Pro Display", "Roboto", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, sans-serif;--app-mono-font:"Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace}html{-webkit-text-size-adjust:100%;font-kerning:normal;text-rendering:optimizelegibility}body,button,input,select,textarea{font-optical-sizing:auto;font-synthesis:none;font-variant-ligatures:common-ligatures contextual;font-feature-settings:"kern" 1, "liga" 1, "calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:var(--app-font)!important;letter-spacing:0!important}body{font-weight:430!important}h1,h2,h3,.section-heading h2,.modal-card h2,.topbar-title strong,.brand-text,.brand-word{font-family:var(--app-display-font)!important;letter-spacing:0!important;font-weight:720!important}strong,b,.primary-button,.secondary-button,.sidebar-nav button,.filter-toggle,.history-display-toggle button,.team-tab-switch button,.invite-status{font-weight:700!important}.eyebrow,label,.stat-tile span,.team-overview-grid span,.history-summary-item span,.history-audit-strip span{font-weight:680!important}.app-shell h1,.app-shell h2,.app-shell h3,.app-shell .section-heading h2,.app-shell .history-title h2,.app-shell .team-hero-header h2,.app-shell .team-directory-header h2,.app-shell .modal-card h2,.app-shell .modal-card h3{font-family:var(--app-display-font)!important;letter-spacing:0!important;font-weight:700!important}.app-shell .team-view.team-view-compact.team-admin-view .team-hero-header h2,.app-shell .team-view.team-view-compact.team-admin-view .team-directory-header h2{font-weight:700!important}.app-shell .eyebrow,.app-shell label,.app-shell .stat-tile span,.app-shell .team-overview-grid span,.app-shell .history-summary-item span,.app-shell .history-audit-strip span,.app-shell .table-shell th,.app-shell .history-table th,.app-shell .product-table th{font-weight:650!important}code,kbd,pre,.mono{font-family:var(--app-mono-font)!important}.history-panel .summary-panel,.history-panel .history-summary,.history-panel .history-audit-strip{box-shadow:none!important;background:0 0!important}.history-panel .summary-panel{gap:12px!important}.history-panel .history-audit-strip{border-top:0!important;margin-top:0!important;padding-top:0!important}.history-panel .history-summary-item,.history-panel .history-audit-strip div{background:var(--surface)!important;border-color:var(--app-line-soft,var(--line))!important;box-shadow:none!important}html:not([data-theme=dark]) .history-panel .history-summary-item,html:not([data-theme=dark]) .history-panel .history-audit-strip div{box-shadow:none!important;background:#fff!important}.sidebar-nav .sidebar-subnav-item.parent-active{color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 46%, transparent)!important}.sidebar-nav .sidebar-subnav-item.sidebar-subnav-shortcut{margin-left:8px;color:color-mix(in srgb, var(--text) 72%, var(--muted) 28%)!important}.sidebar-nav .sidebar-subnav-item.sidebar-subnav-shortcut svg{color:var(--muted);background:color-mix(in srgb, var(--surface-soft) 76%, var(--surface) 24%)}.sidebar-nav .sidebar-subnav-item.sidebar-subnav-shortcut.active{color:var(--teal)!important;background:var(--accent-soft)!important}.sidebar-nav .sidebar-subnav-item.sidebar-subnav-shortcut.active svg{color:var(--teal)!important;background:color-mix(in srgb, var(--accent-soft) 82%, var(--surface) 18%)!important}@media (min-width:1024px){.app-shell.sidebar-compact .sidebar-nav .sidebar-subnav-item.sidebar-subnav-shortcut{margin-left:0}}.team-view.team-view-compact.team-admin-view{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:none!important;align-items:stretch!important;gap:12px!important;width:min(100%,1280px)!important;max-width:none!important;min-height:auto!important;margin-inline:auto!important;padding-bottom:0!important;display:grid!important}.team-view.team-view-compact.team-admin-view>.panel,.team-view.team-view-compact.team-admin-view>.team-list-panel:nth-of-type(2),.team-view.team-view-compact.team-admin-view>.team-list-panel:nth-of-type(3){grid-area:auto/1/auto/-1!important;width:100%!important;min-height:0!important}.team-view.team-view-compact.team-admin-view .team-hero-panel,.team-view.team-view-compact.team-admin-view .team-directory-panel{border:1px solid var(--app-line-soft,var(--line))!important;border-radius:var(--standard-panel-radius,12px)!important;box-shadow:var(--app-shadow-subtle,0 1px 2px #0f172a0e)!important;background:#fff!important}.team-view.team-view-compact.team-admin-view .team-hero-panel{padding:12px 14px!important}.team-view.team-view-compact.team-admin-view .team-hero-header{grid-template-columns:minmax(180px,.68fr) minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;display:grid!important}.team-hero-title{min-width:0}.team-view.team-view-compact.team-admin-view .team-hero-header h2{margin-top:1px!important;font-size:1.04rem!important;font-weight:760!important;line-height:1.1!important}.team-view.team-view-compact.team-admin-view .team-hero-header span{margin-top:3px!important;font-size:.72rem!important}.team-view.team-view-compact.team-admin-view .team-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin:0!important;display:grid!important}.team-view.team-view-compact.team-admin-view .team-overview-grid div{background:color-mix(in srgb, var(--surface) 97%, var(--surface-soft) 3%)!important;min-height:50px!important;box-shadow:none!important;border-radius:9px!important;align-content:center!important;gap:5px!important;padding:9px 10px!important}.team-view.team-view-compact.team-admin-view .team-overview-grid span{letter-spacing:.04em!important;font-size:.62rem!important}.team-view.team-view-compact.team-admin-view .team-overview-grid strong{font-size:1.08rem!important}.team-view.team-view-compact.team-admin-view .team-new-invite-button{border-radius:9px!important;min-width:136px!important;min-height:38px!important;padding-inline:13px!important}.team-view.team-view-compact.team-admin-view .team-directory-panel{align-content:start!important;gap:12px!important;padding:14px!important;display:grid!important}.team-view.team-view-compact.team-admin-view .team-directory-header{grid-template-columns:minmax(180px,.55fr) minmax(0,1fr)!important;align-items:end!important;gap:12px!important;margin-bottom:0!important;display:grid!important}.team-view.team-view-compact.team-admin-view .team-directory-header h2{margin-top:1px!important;font-size:1.08rem!important;font-weight:760!important;line-height:1.12!important}.team-directory-tools{grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.team-search-field{border:1px solid var(--app-line-soft,var(--line));background:var(--surface);border-radius:9px;align-items:center;gap:8px;min-width:0;height:38px;padding:0 10px;display:flex}.team-search-field svg{width:16px;height:16px;color:var(--muted);flex:none}.team-search-field input{width:100%;min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:.78rem;font-weight:650}.team-search-field input::placeholder{color:color-mix(in srgb, var(--muted) 78%, transparent)}.team-view.team-view-compact.team-admin-view .team-tab-switch{border-radius:9px!important;gap:4px!important;height:38px!important;padding:4px!important}.team-view.team-view-compact.team-admin-view .team-tab-switch button{border-radius:7px!important;min-height:30px!important;padding-inline:9px!important;font-size:.74rem!important}.team-view.team-view-compact.team-admin-view .team-directory-list{gap:7px!important}.team-view.team-view-compact.team-admin-view .team-directory-row{border-radius:9px!important;grid-template-columns:36px minmax(0,1fr) auto!important;min-height:58px!important;padding:9px 11px!important}.team-row-avatar{width:36px;height:36px;color:var(--teal);background:var(--accent-soft);border-radius:10px;place-items:center;font-size:.72rem;font-weight:820;display:inline-grid}.team-row-avatar.tone-amber{color:var(--orange);background:color-mix(in srgb, var(--orange) 14%, transparent)}.team-row-avatar.tone-gray{color:var(--muted);background:color-mix(in srgb, var(--surface-strong) 82%, var(--surface) 18%)}.team-view.team-view-compact.team-admin-view .team-directory-row strong{font-size:.82rem!important;font-weight:760!important}.team-view.team-view-compact.team-admin-view .team-directory-row span{font-size:.7rem!important}.team-view.team-view-compact.team-admin-view .team-directory-row .invite-actions{gap:7px!important}.team-view.team-view-compact.team-admin-view .team-directory-row .invite-actions b,.team-view.team-view-compact.team-admin-view .team-directory-row .invite-status{font-size:.68rem!important}.team-view.team-view-compact.team-admin-view .team-directory-row .secondary-button.small{border-radius:8px!important;min-height:30px!important;padding-inline:9px!important}.team-invite-modal,.team-preview-modal{border-radius:14px!important;gap:12px!important;width:min(100%,640px)!important;padding:16px!important}.team-invite-modal .modal-header,.team-preview-modal .modal-header{border-bottom:1px solid var(--app-line-soft,var(--line));margin:-2px -2px 2px;padding:2px 2px 12px}.team-invite-modal .team-form{grid-template-columns:minmax(0,1fr) minmax(170px,.42fr)!important;gap:10px!important}.team-invite-modal .team-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.team-invite-modal .team-invite-note{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--accent-soft) 44%, var(--surface) 56%)!important;border-radius:10px!important}.team-preview-modal .detail-hero,.team-preview-modal .profile-hero{border:1px solid var(--app-line-soft,var(--line));background:color-mix(in srgb, var(--surface) 96%, var(--accent-soft) 4%);border-radius:11px;padding:12px}.team-preview-modal .detail-metric-main,.team-preview-modal .detail-grid{gap:9px!important}@media (max-width:1023px){.team-view.team-view-compact.team-admin-view .team-hero-header,.team-view.team-view-compact.team-admin-view .team-directory-header,.team-directory-tools{grid-template-columns:1fr!important}.team-view.team-view-compact.team-admin-view .team-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.team-tab-switch{width:100%}}@media (max-width:700px){.team-view.team-view-compact.team-admin-view{gap:10px!important}.team-view.team-view-compact.team-admin-view .team-hero-panel,.team-view.team-view-compact.team-admin-view .team-directory-panel{padding:12px!important}.team-view.team-view-compact.team-admin-view .team-overview-grid{grid-template-columns:1fr 1fr!important}.team-view.team-view-compact.team-admin-view .team-new-invite-button,.team-invite-modal .team-actions>*{width:100%!important}.team-view.team-view-compact.team-admin-view .team-directory-row{grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important}.team-view.team-view-compact.team-admin-view .team-directory-row .invite-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:stretch!important}.team-view.team-view-compact.team-admin-view .team-directory-row .invite-actions>*{flex:auto;justify-content:center}.team-invite-modal .team-form,.team-invite-modal .team-actions{grid-template-columns:1fr!important}}
