:root{--ink: #202427;--ink-2: #5f6368;--muted: #80868b;--page: #eef1f3;--surface: #ffffff;--surface-2: #f8f9fa;--line: #e4e7ea;--line-2: #d6dadd;--blue: #1a73e8;--blue-dark: #1763c7;--blue-soft: #e8f0fe;--blue-ghost: #f3f8fe;--logo-teal: #33b5c6;--logo-blue: #2f80d8;--green: #1e8e3e;--green-soft: #e6f4ea;--red: #d93025;--red-soft: #fce8e6;--amber: #9a6a12;--amber-soft: #fdf3e0;--amber-line: #f0dcb4;--r: 10px;--r-sm: 7px;--r-xs: 5px;--sh: 0 1px 2px rgba(32, 36, 39, .04), 0 1px 1px rgba(32, 36, 39, .03);--sh-pop: 0 12px 40px -12px rgba(32, 36, 39, .3), 0 3px 10px -4px rgba(32, 36, 39, .18);--sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);width:100%;box-sizing:border-box}.card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.card-head h2{margin:0!important;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);line-height:1.3}.card-head h2 .req{color:var(--red);margin-left:2px}.card-head .hh-ic{width:26px;height:26px;border-radius:7px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center}.card-head .hh-ic svg{width:15px;height:15px}.card-head .head-act{margin-left:auto;display:flex;gap:8px}.field{display:flex;flex-direction:column;gap:5px}.field>label{font-size:11.5px;font-weight:600;color:var(--ink-2)}.field>label .req{color:var(--red);margin-left:2px}.field>label .opt{color:var(--muted);font-weight:500;margin-left:4px}.control{display:flex;align-items:center;gap:9px;height:42px;padding:0 12px;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);transition:border-color .12s,box-shadow .12s}.control input,.control select{border:none;background:none;outline:none;width:100%;color:var(--ink);font-family:var(--sans);font-size:14px}.control input:disabled,.control select:disabled{color:var(--muted);cursor:not-allowed}.control:has(input:disabled){background:var(--surface-2)}.control:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ghost)}textarea.control{height:auto;min-height:80px;padding:11px 12px;line-height:1.55;resize:vertical;outline:none;font-family:var(--sans);font-size:14px;color:var(--ink)}textarea.control:disabled{color:var(--muted);background:var(--surface-2);cursor:not-allowed}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.field-hint{font-size:11.5px;color:var(--muted)}.field-hint b{color:var(--ink-2);font-weight:600}.fieldset-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding-top:4px;border-top:1px solid var(--line);margin-top:4px}.cust-chip{display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid var(--line-2);border-radius:var(--r-sm);background:var(--surface-2)}.cust-chip .cav{width:42px;height:42px;border-radius:9px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.cust-chip .cav svg{width:21px;height:21px}.cust-chip .cchange{margin-left:auto;flex-shrink:0}.cust-meta{min-width:0}.cust-meta .cname{font-weight:700;font-size:15px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.cust-meta .ctag{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-2);background:var(--surface);border:1px solid var(--line-2);border-radius:20px;padding:1px 8px}.cust-meta .cline{font-size:12.5px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cust-meta .cline .mono{color:var(--ink-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 15px;border:none;border-radius:var(--r-sm);font-weight:600;font-size:13.5px;white-space:nowrap;font-family:var(--sans);transition:background .12s,border-color .12s}.btn svg{width:17px;height:17px}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-ghost{background:var(--surface);color:var(--ink-2);border:1px solid var(--line-2)}.btn-ghost:hover{background:var(--surface-2);color:var(--ink)}.btn-sm{height:32px;padding:0 11px;font-size:12.5px}.modal-head{display:flex;align-items:center;gap:12px;padding:20px 22px 16px;border-bottom:1px solid var(--line)}.modal-head .mh-ic{width:38px;height:38px;border-radius:9px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.modal-head .mh-ic svg{width:19px;height:19px}.modal-head .mh-txt h3{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.3}.modal-head .mh-txt p{margin:4px 0 0;font-size:12.5px;color:var(--muted)}.modal-head .mh-close{margin-left:auto;width:34px;height:34px;border:none;background:none;border-radius:var(--r-sm);display:grid;place-items:center;color:var(--muted);flex-shrink:0}.modal-head .mh-close:hover{background:var(--surface-2);color:var(--ink)}.modal-body{padding:20px 22px;max-height:89vh;overflow-y:auto}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.btn-soft{background:var(--blue-soft);color:var(--blue)}.btn-soft:hover{background:#dbe8fd}.lines-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh)}.lines-head{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--line)}.lines-head .hh-ic{width:28px;height:28px;border-radius:7px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center}.lines-head .hh-ic svg{width:16px;height:16px}.lines-head h2{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--ink);line-height:1}.lines-head .lh-count{font-size:12px;color:var(--muted);font-weight:500}.lines-head .head-act{margin-left:auto;display:flex;gap:8px}.ltable-wrap{overflow-x:auto}.ltable{min-width:760px;padding:6px 14px 8px}.lrow{display:grid;grid-template-columns:minmax(240px,1fr) 88px 132px 92px 130px 38px;gap:12px;align-items:center;padding:7px 4px}.lrow.headrow{padding:2px 4px 4px}.lcol-head{color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 4px 2px}.lcol-head.r{text-align:right}.lcell{min-width:0}.lc-input{width:100%;height:42px;padding:0 11px;border:1px solid var(--line-2);border-radius:var(--r-xs);background:var(--surface);outline:none;color:var(--ink);font-family:var(--sans);font-size:14px;text-align:right;font-variant-numeric:tabular-nums}.lc-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ghost)}.lc-input.pct{padding-right:26px}.lc-input.error{border-color:var(--red)}.lc-input:disabled{color:var(--muted);background:var(--surface-2)}.pct-wrap{position:relative}.pct-wrap:after{content:"%";position:absolute;right:11px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:12px;pointer-events:none}.prod-cell{display:flex;align-items:stretch;height:44px;border:1px solid var(--line-2);border-radius:var(--r-xs);background:var(--surface);position:relative;transition:border-color .12s,box-shadow .12s}.prod-cell:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ghost)}.prod-cell.error{border-color:var(--red)}.prod-cell .pc-number-zone{width:200px;flex-shrink:0;background:var(--blue-soft);border-right:1px solid var(--line-2);border-radius:calc(var(--r-xs) - 1px) 0 0 calc(var(--r-xs) - 1px);overflow:hidden}.prod-cell .pc-number-zone .MuiAutocomplete-endAdornment{display:none}.prod-cell .pc-name-zone{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:3px 0}.prod-cell .pc-name-zone .MuiAutocomplete-endAdornment{top:50%;right:10px;transform:translateY(-50%)}.prod-cell .pc-name-zone .MuiAutocomplete-clearIndicator,.prod-cell .pc-name-zone .MuiAutocomplete-popupIndicator{width:22px;height:22px;padding:0}.prod-cell .pc-name-zone .MuiAutocomplete-clearIndicator svg,.prod-cell .pc-name-zone .MuiAutocomplete-popupIndicator svg{width:15px;height:15px}.prod-cell .pc-name-zone .MuiAutocomplete-popupIndicator svg{color:var(--muted)}.prod-cell .pc-name-zone.has-sub{justify-content:flex-start;padding-top:1px}.prod-cell .pc-name-zone.has-sub .MuiAutocomplete-endAdornment{top:9px;transform:none}.pc-sub{font-size:11px;color:var(--muted);line-height:1.15;padding:0 11px;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.line-amount{text-align:right;font-family:var(--mono);font-weight:500;font-size:13.5px;font-variant-numeric:tabular-nums;padding-right:2px}.line-amount.zero{color:var(--muted)}.line-remove{width:36px;height:36px;border:none;background:none;border-radius:var(--r-xs);display:grid;place-items:center;color:var(--muted)}.line-remove:hover{background:var(--red-soft);color:var(--red)}.line-remove:disabled{opacity:.4;cursor:not-allowed}.lines-foot{display:flex;align-items:center;gap:12px;padding:8px 18px 16px}.line-note{font-size:12px;color:var(--muted);margin-left:auto;display:flex;align-items:center;gap:6px}.line-note svg{width:14px;height:14px}.qty-warning-ic{display:inline-flex;color:var(--amber);flex-shrink:0}.qty-warning-ic svg{width:16px;height:16px}.action-bar{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;gap:20px;padding:13px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 -6px 24px -14px #20242747;margin-top:18px}.ab-totals{display:flex;align-items:baseline;gap:22px;flex-wrap:wrap;align-self:center;padding-bottom:8px}.ab-break{display:flex;gap:18px;font-size:13px;color:var(--muted)}.ab-break b{color:var(--ink-2);font-weight:600;margin-left:5px}.ab-grand{display:flex;align-items:baseline;gap:11px}.ab-grand .lbl{font-size:13px;font-weight:700;color:var(--ink-2)}.ab-grand .amt{font-family:var(--mono);font-size:24px;font-weight:500;color:var(--ink);font-variant-numeric:tabular-nums}.ab-actions{margin-left:auto;display:flex;gap:9px;flex-wrap:wrap}.btn-lg{height:44px;padding:0 20px;font-size:14.5px}.btn-danger-text{color:var(--red);border-color:var(--line-2)}.btn-danger-text:hover{background:var(--red-soft);color:var(--red)}@media (max-width: 760px){.grid-3{grid-template-columns:1fr 1fr}}@media (max-width: 460px){.grid-2,.grid-3{grid-template-columns:1fr}}.panel-sub{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:9px}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 13px;border:1px solid var(--line-2);border-radius:20px;font-weight:600;font-size:13px;color:var(--ink-2);cursor:pointer;background:var(--surface);transition:.12s}.chip svg{width:16px;height:16px}.chip:hover{background:var(--surface-2)}.chip.on{border-color:var(--blue);background:var(--blue-ghost);color:var(--blue)}.chip.on .chk{display:grid}.chip .chk{display:none;width:15px;height:15px;border-radius:50%;background:var(--blue);color:#fff;place-items:center;margin-left:-2px}.chip .chk svg{width:10px;height:10px;stroke-width:2.6}.chip.disabled{opacity:.5;cursor:not-allowed;border-style:dashed}.chip.disabled:hover{background:var(--surface)}.mini-note{display:flex;gap:8px;margin-top:11px;font-size:12px;color:#6b4d10;line-height:1.45}.mini-note svg{width:15px;height:15px;color:var(--amber);flex-shrink:0;margin-top:1px}.mini-note b{font-weight:700}.panel-divider{height:1px;background:var(--line);margin:16px 0}.toggle-row{display:flex;align-items:flex-start;gap:11px;padding:9px 0}.toggle-row+.toggle-row{border-top:1px solid var(--line)}.tr-meta{flex:1}.tr-name{font-weight:600;font-size:13.5px}.tr-sub{font-size:11.5px;color:var(--muted);margin-top:1px}.toggle{width:40px;height:23px;border-radius:20px;background:var(--line-2);border:none;padding:0;position:relative;flex-shrink:0;cursor:pointer;transition:background .15s;margin-top:2px}.toggle:after{content:"";position:absolute;top:2.5px;left:2.5px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .15s}.toggle.on{background:var(--blue)}.toggle.on:after{transform:translate(17px)}.toggle:disabled{opacity:.5;cursor:not-allowed}.seg{display:flex;gap:8px}.seg-opt{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:44px;border:1px solid var(--line-2);border-radius:var(--r-sm);font-weight:600;font-size:13.5px;color:var(--ink-2);cursor:pointer}.seg-opt svg{width:17px;height:17px}.seg-opt.on{border-color:var(--blue);background:var(--blue-ghost);color:var(--blue)}.repeatable-invoice-options{padding-top:12px}.top-zone{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-template-rows:auto auto;gap:18px;position:relative;margin-top:16px}.top-zone .invoice-details-stack{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:18px;min-width:0}.top-zone .OrderLineFieldsSection{grid-column:1 / -1;grid-row:2}.top-zone .settings,.top-zone .settings-slot{grid-column:2;grid-row:1;position:absolute;top:0;left:0;right:0;bottom:calc(100% - 550px)}.top-zone .settings .card{position:sticky;top:82px}@media (max-width: 900px){.top-zone{grid-template-columns:1fr}.top-zone .invoice-details-stack,.top-zone .OrderLineFieldsSection,.top-zone .settings,.top-zone .settings-slot{grid-column:1;grid-row:auto}.top-zone .settings,.top-zone .settings-slot{position:static;top:auto;left:auto;right:auto;bottom:auto}.top-zone .settings .card{position:static;top:auto}}#noItemsStack{font-size:20px;padding-top:20px;text-align:center}.visited-link:visited{color:inherit}.MuiDataGrid-overlayWrapper{height:70px!important}.app-shell{display:flex;flex-direction:column;height:100vh;min-height:600px}.app-body{display:flex;flex:1;min-height:0}.app-content{background:#eef1f3;overflow-y:auto}.PageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.PageHeader .ph-main{min-width:0}.PageHeader .ph-crumb{font-size:12.5px;color:#80868b;margin-bottom:5px;display:flex;align-items:center;flex-wrap:wrap}.PageHeader .ph-crumb .ph-crumb-segment{display:inline-flex;align-items:center}.PageHeader .ph-crumb .ph-crumb-segment a{color:inherit;text-decoration:none}.PageHeader .ph-crumb .ph-crumb-segment a:hover{color:#5f6368;text-decoration:underline}.PageHeader .ph-crumb .ph-crumb-sep{font-size:14px!important;margin:0 4px;opacity:.5}.PageHeader .ph-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.PageHeader .ph-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.PageHeader .ph-title{font-size:23px;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#202427}.PageHeader .ph-subtitle{font-size:13px;color:#80868b;margin-top:4px}.PageHeader .ph-subtitle .ph-subtitle-link{color:#1a73e8;text-decoration:none;font-weight:500}.PageHeader .ph-subtitle .ph-subtitle-link:hover{color:#1763c7;text-decoration:underline}.PageHeader .ph-status{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:3px 10px 3px 8px;border-radius:999px;white-space:nowrap}.PageHeader .ph-status .ph-status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.PageHeader .ph-status--open{color:#1763c7;background:#e8f0fe}.PageHeader .ph-status--open .ph-status-dot{background:#1a73e8}.PageHeader .ph-status--overdue{color:#d93025;background:#fce8e6}.PageHeader .ph-status--overdue .ph-status-dot{background:#d93025}.PageHeader .ph-status--error{color:#d93025;background:#fce8e6}.PageHeader .ph-status--error .ph-status-dot{background:#d93025}.PageHeader .ph-status--paid{color:#1e8e3e;background:#e6f4ea}.PageHeader .ph-status--paid .ph-status-dot{background:#1e8e3e}.PageHeader .ph-status--neutral{color:#5f6368;background:#f8f9fa}.PageHeader .ph-status--neutral .ph-status-dot{background:#80868b}.CompactSwitch{margin:0;gap:8px}.CompactSwitch .MuiFormControlLabel-label{font-size:13px;font-weight:500;color:#5f6368}.CompactSwitch .MuiSwitch-track{background-color:#d6dadd}.CompactSwitch .Mui-checked+.MuiSwitch-track{background-color:#1a73e8}.HomeDashboard .page-head{margin-bottom:22px}.HomeDashboard .crumb{font-size:12.5px;color:#80868b;margin-bottom:5px}.HomeDashboard .crumb a{color:#80868b;text-decoration:none}.HomeDashboard .crumb a:hover{color:#5f6368;text-decoration:underline}.HomeDashboard .crumb .MuiSvgIcon-root{font-size:13px;opacity:.6}.HomeDashboard .crumb .crumb-current{font-size:inherit;color:#80868b}.HomeDashboard .page-title{font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#202427}.HomeDashboard .page-meta{color:#5f6368}.HomeDashboard .page-meta .pulse-dot{width:7px;height:7px;border-radius:50%;background:#1e8e3e;flex-shrink:0}.HomeDashboard .kpi-row,.HomeDashboard .main-row{margin-bottom:16px!important}.HomeDashboard .kpi-tile{padding:15px 16px;border:1px solid #e4e7ea;border-radius:10px;box-shadow:none}.HomeDashboard .kpi-tile .kpi-top{margin-bottom:12px}.HomeDashboard .kpi-tile .kpi-label{font-size:12.5px;color:#5f6368;font-weight:500}.HomeDashboard .kpi-tile .kpi-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.HomeDashboard .kpi-tile .kpi-icon .MuiSvgIcon-root{font-size:16px}.HomeDashboard .kpi-tile .kpi-icon.blue{background:#e8f0fe;color:#1a73e8}.HomeDashboard .kpi-tile .kpi-icon.slate{background:#eceef0;color:#5f6368}.HomeDashboard .kpi-tile .kpi-icon.red{background:#fce8e6;color:#d93025}.HomeDashboard .kpi-tile .kpi-icon.green{background:#e6f4ea;color:#1e8e3e}.HomeDashboard .kpi-tile .kpi-value{font-family:IBM Plex Mono,monospace;font-weight:500;font-size:25px;letter-spacing:-.02em;line-height:1;color:#202427}.HomeDashboard .kpi-tile .kpi-foot{margin-top:9px;font-size:12px;color:#80868b;display:flex;align-items:center;gap:5px}.HomeDashboard .kpi-tile .kpi-foot.warn{color:#d93025}.HomeDashboard .kpi-tile .kpi-trend{display:inline-flex;align-items:center;gap:3px;font-weight:600;font-family:IBM Plex Mono,monospace;color:#1e8e3e}.HomeDashboard .kpi-tile .kpi-trend .MuiSvgIcon-root{font-size:13px}.HomeDashboard .kpi-tile .kpi-trend.down{color:#d93025}.HomeDashboard .kpi-tile .kpi-trend.down .MuiSvgIcon-root{transform:rotate(90deg)}.HomeDashboard .kpi-tile .kpi-dot{width:6px;height:6px;border-radius:50%;background:#d93025;display:inline-block}.HomeDashboard .dash-card{border:1px solid #e4e7ea;border-radius:10px;box-shadow:none;height:100%;padding:16px;display:flex;flex-direction:column}.HomeDashboard .dash-card .dash-card-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.HomeDashboard .dash-card .dash-card-hint{font-size:12px;color:#80868b}.HomeDashboard .outstanding-card{cursor:pointer;transition:border-color .15s,box-shadow .15s}.HomeDashboard .outstanding-card:hover,.HomeDashboard .outstanding-card:focus-visible{border-color:#d6dadd;box-shadow:0 1px 6px #0000000f}.HomeDashboard .hbar{margin-top:6px}.HomeDashboard .hbar .hbar-row{margin-bottom:18px}.HomeDashboard .hbar .hbar-row:last-child{margin-bottom:4px}.HomeDashboard .hbar .hbar-top{margin-bottom:8px}.HomeDashboard .hbar .hbar-name{font-size:13px;color:#5f6368;font-weight:500;display:flex;align-items:center;gap:8px}.HomeDashboard .hbar .hbar-name .sw{width:9px;height:9px;border-radius:3px;flex-shrink:0}.HomeDashboard .hbar .hbar-val{font-family:IBM Plex Mono,monospace;font-weight:500;font-size:14px;color:#202427}.HomeDashboard .hbar .hbar-val.zero{color:#80868b}.HomeDashboard .hbar .hbar-track{height:12px;background:#eef1f3;border-radius:6px;overflow:hidden}.HomeDashboard .hbar .hbar-fill{height:100%;border-radius:6px}.HomeDashboard .os-foot{margin-top:auto;padding-top:14px;border-top:1px solid #e4e7ea}.HomeDashboard .os-foot .os-foot-label{font-size:12.5px;color:#5f6368;font-weight:500}.HomeDashboard .os-foot .os-foot-value{font-family:IBM Plex Mono,monospace;font-weight:500;font-size:15px;color:#202427}.HomeDashboard .month-toggle{background:#eef1f3;border-radius:7px;padding:3px;gap:0}.HomeDashboard .month-toggle .MuiToggleButtonGroup-grouped{border:none!important;margin:0!important;border-radius:5px!important}.HomeDashboard .month-toggle .MuiToggleButton-root{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;padding:4px 11px;text-transform:none;color:#5f6368;background:transparent}.HomeDashboard .month-toggle .MuiToggleButton-root.Mui-selected{background:#fff;color:#1a73e8;box-shadow:0 1px 2px #00000014}.HomeDashboard .month-toggle .MuiToggleButton-root.Mui-selected:hover{background:#fff}.HomeDashboard .mono-cell{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums}.HomeDashboard .MuiTableCell-root{border-bottom:1px solid #e4e7ea;padding:11px 12px}.HomeDashboard .MuiTableHead-root .MuiTableCell-root{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#80868b;padding-bottom:10px;border-bottom:1px solid #e4e7ea}.HomeDashboard .MuiTableBody-root .MuiTableRow-root:last-child .MuiTableCell-root{border-bottom:none}.HomeDashboard .MuiTableBody-root .MuiTableRow-root:hover{background:#f8f9fa}.HomeDashboard .MuiTableBody-root .MuiTableCell-root{font-size:13px}.HomeDashboard .empty-inline{color:#80868b;font-size:13px;padding:24px 8px;text-align:center}.HomeDashboard .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 16px;min-height:200px}.HomeDashboard .empty-state .empty-icon{width:48px;height:48px;border-radius:13px;background:#eef1f3;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.HomeDashboard .empty-state .empty-icon .MuiSvgIcon-root{font-size:22px;color:#80868b}.HomeDashboard .empty-state .empty-desc{color:#80868b;max-width:230px;line-height:1.55}.TopMenu{background-color:#fff!important;border-bottom:1px solid #e4e7ea;box-shadow:none!important}.TopMenu .MuiToolbar-root{gap:14px;min-height:60px}.TopMenu #logo{height:34px;width:auto;display:block}@media (min-width: 0px) and (max-width: 768px){.TopMenu #logo{height:26px}}.TopMenu .client-switcher{display:flex;align-items:center;gap:6px;height:36px;padding:0 10px;margin-left:6px;border:1px solid #d6dadd;border-radius:7px;background:transparent;color:#5f6368}.TopMenu .client-switcher-badge{width:19px;height:19px;border-radius:5px;background:#e8f0fe;color:#1a73e8;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;font-family:IBM Plex Mono,monospace;flex-shrink:0}.TopMenu .client-switcher-label{font-weight:500;font-size:13px;text-transform:uppercase;color:inherit}.TopMenu .client-switcher-chevron{font-size:18px!important;color:#80868b}.TopMenu .client-switcher[role=button],.TopMenu .client-switcher:where(button){cursor:pointer}.TopMenu .client-switcher:where(button):hover{background:#eef1f3}@media (min-width: 0px) and (max-width: 768px){.TopMenu .client-switcher .client-switcher-label{display:none}}.TopMenu .main-menu{flex-grow:1;display:flex}.TopMenu .btn-primary{background:#1a73e8!important;color:#fff!important;font-weight:600;font-size:13.5px;border-radius:7px;box-shadow:none!important;white-space:nowrap;text-transform:none}.TopMenu .btn-primary:hover{background:#1763c7!important}.TopMenu .icon-btn{color:#5f6368}.TopMenu .icon-btn:hover{background:#eef1f3}.TopMenu .user-menu{margin-left:4px}.TopMenu .user-menu .MuiAvatar-root{background-color:#1a73e8;color:#fff;font-weight:600;font-size:13px;letter-spacing:.02em}#menuAppbarUser{margin-top:65px}@media (max-width: 639.95px){.QuickSearch{display:none}}.QuickSearch .MuiOutlinedInput-root{height:38px;border-radius:7px;background:#eef1f3;padding-left:10px;font-size:13.5px}.QuickSearch .MuiOutlinedInput-root fieldset,.QuickSearch .MuiOutlinedInput-root:hover fieldset{border-color:transparent}.QuickSearch .MuiOutlinedInput-root.Mui-focused{background:#fff}.QuickSearch .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#1a73e8;border-width:1px}.QuickSearch .MuiOutlinedInput-input{padding-top:8px;padding-bottom:8px}.QuickSearch .MuiOutlinedInput-input::placeholder{color:#80868b;opacity:1}.QuickSearch .MuiInputAdornment-positionStart{color:#80868b;margin-right:2px}.LanguageSelector.lang-btn{width:36px;height:36px;border:1px solid #d6dadd;color:#5f6368}.LanguageSelector.lang-btn:hover{background:#eef1f3}.LanguageSelector.lang-btn .lang-code{font-size:11px;font-weight:700;font-family:IBM Plex Mono,monospace;letter-spacing:.02em}.Register .register-form-input{width:600px}.Register .register-form-zip{width:30%}.Register .register-form-city{width:70%;padding-left:5px}@media (min-width: 0px) and (max-width: 768px){.Register .register-form-input{width:100%}}.ClientInformationTab{max-width:1180px}.ClientInformationTab .PageHeader{margin-top:4px}.ClientInformationTab .ci-hint{font-size:12px;color:var(--muted);margin:-10px 0 14px}.ClientInformationTab .ci-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.ClientInformationTab .ci-main{display:flex;flex-direction:column;gap:16px;min-width:0}.ClientInformationTab .ci-side{display:flex;flex-direction:column;gap:16px;position:sticky;top:18px}.ClientInformationTab .ci-logo-preview{border:1px solid var(--line);border-radius:9px;background:var(--surface-2);min-height:130px;display:flex;align-items:center;justify-content:center;padding:14px;margin-bottom:14px}.ClientInformationTab .ci-logo-preview img{max-width:100%;max-height:110px;object-fit:contain}.ClientInformationTab .ci-logo-empty{color:var(--muted);font-size:12.5px;text-align:center}.ClientInformationTab .ci-logo-actions{display:flex;gap:8px;align-items:center}.ClientInformationTab .ci-logo-actions>span{flex:1}.ClientInformationTab .ci-logo-hint{font-size:11.5px;color:var(--muted);text-align:center;margin-top:10px}.ClientInformationTab .ci-fee-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:var(--ink-2);padding:7px 0}.ClientInformationTab .ci-fee-row+.ci-fee-row{border-top:1px solid var(--line)}.ClientInformationTab .ci-fee-row b{color:var(--ink);font-weight:600}.ClientInformationTab .ci-fee-value.ok{color:var(--green)}.ClientInformationTab .ci-formfoot{display:flex;align-items:center;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.ClientInformationTab .ci-save-note{font-size:12px;color:var(--muted)}.ClientInformationTab .ci-formfoot-actions{display:flex;gap:9px;margin-left:auto}@media (max-width: 900px){.ClientInformationTab .ci-grid{grid-template-columns:1fr}.ClientInformationTab .ci-side{position:static;top:auto}.ClientInformationTab .ci-formfoot{flex-wrap:wrap}.ClientInformationTab .ci-formfoot-actions{margin-left:0;width:100%}}.ClientSettingsPageShell .csp-content{max-width:1180px;display:flex;flex-direction:column;gap:16px}.BarChartStatistics--card .side-card{background:#fff;border:1px solid #e4e7ea;border-radius:10px;padding:18px 20px;min-height:170px;box-sizing:border-box}.BarChartStatistics--card .side-card h2{font-size:15px;font-weight:600;margin-bottom:16px;letter-spacing:-.01em}.BarChartStatistics--card .side-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 10px}.BarChartStatistics--card .side-empty .e-ic{width:42px;height:42px;border-radius:11px;background:#eef1f3;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.BarChartStatistics--card .side-empty .e-ic .MuiSvgIcon-root{width:20px;height:20px;color:#80868b}.BarChartStatistics--card .side-empty p{font-size:13px;color:#80868b;max-width:200px;line-height:1.5;margin:0}.add-customer-shell{display:flex;justify-content:center;width:100%;padding-top:4px;box-sizing:border-box}.add-customer-shell>.card{width:100%;max-width:700px}.EditCustomer{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0}@media (max-width: 1000px){.EditCustomer{grid-template-columns:minmax(0,1fr)}}.CrmEntityForm--page .frm{display:flex;flex-direction:column;gap:15px}.CrmEntityForm--page .frm-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.CrmEntityForm--page .frm-row.pn{grid-template-columns:minmax(0,150px) minmax(0,1fr)}@media (max-width: 700px){.CrmEntityForm--page .frm-row.pn{grid-template-columns:minmax(0,1fr)}}.CrmEntityForm--page .frm-row.rb{grid-template-columns:minmax(0,180px)}.CrmEntityForm--page .input-group{display:flex;flex-direction:column;gap:6px}.CrmEntityForm--page .input-group .ig-lbl{font-size:12px;color:#80868b;font-weight:500}.CrmEntityForm--page .input-group .ig-lbl .req{color:#d93025;margin-left:1px}.CrmEntityForm--page .input-group .MuiOutlinedInput-root{height:42px;font-size:14px;border-radius:7px;width:100%}.CrmEntityForm--page .input-group .MuiOutlinedInput-root fieldset,.CrmEntityForm--page .input-group .MuiOutlinedInput-root:hover fieldset{border-color:#d6dadd}.CrmEntityForm--page .input-group .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#1a73e8;box-shadow:0 0 0 3px #f3f8fe}.CrmEntityForm--page .seg-toggle{display:inline-flex;background:#eef1f3;border-radius:7px;padding:3px;gap:2px;width:max-content}.CrmEntityForm--page .seg-toggle button{display:flex;align-items:center;gap:8px;padding:9px 18px;font-family:inherit;font-size:13.5px;font-weight:600;color:#5f6368;border:none;background:none;border-radius:6px;cursor:pointer;transition:.15s}.CrmEntityForm--page .seg-toggle button .MuiSvgIcon-root{font-size:16px}.CrmEntityForm--page .seg-toggle button:hover{color:#202427}.CrmEntityForm--page .seg-toggle button.active{background:#fff;color:#1a73e8;box-shadow:0 1px 2px #00000014}.CrmEntityForm--page .btn-row{display:flex;gap:10px;margin-top:6px}.CrmEntityForm--page .btn-row .btn-lg{height:44px;border-radius:7px;font-size:14px;font-weight:600;text-transform:none}.CrmEntityForm--page .btn-row .btn-lg.primary{flex:1;background:#1a73e8;color:#fff}.CrmEntityForm--page .btn-row .btn-lg.primary:hover{background:#1763c7}.CrmEntityForm--page .btn-row .btn-lg.primary.Mui-disabled{background:#d6dadd;color:#80868b}.CrmEntityForm--page .btn-outline{width:100%;height:44px;border:1px solid #1a73e8;color:#1a73e8;background:#fff;border-radius:7px;font-size:14px;font-weight:600;margin-top:2px;text-transform:none}.CrmEntityForm--page .btn-outline:hover{background:#f3f8fe}.add-product-shell{display:flex;justify-content:center;width:100%;padding-top:4px;box-sizing:border-box}.add-product-shell>.card{width:100%;max-width:700px}.EditProduct{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0}@media (max-width: 1000px){.EditProduct{grid-template-columns:minmax(0,1fr)}}.card{background:#fff;border:1px solid #e4e7ea;border-radius:10px;padding:18px 20px;box-sizing:border-box}.card h2{font-size:15px;font-weight:600;margin-bottom:16px;letter-spacing:-.01em}.side{display:flex;flex-direction:column;gap:16px}.ProductForm--page .frm{display:flex;flex-direction:column;gap:15px}.ProductForm--page .frm-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;align-items:end}.ProductForm--page .frm-row.purchase{grid-template-columns:minmax(0,1fr) minmax(0,220px);align-items:start}@media (max-width: 700px){.ProductForm--page .frm-row.purchase{grid-template-columns:minmax(0,1fr)}}.ProductForm--page .frm-row.price-vat{grid-template-columns:minmax(0,3fr) minmax(0,7fr)}@media (max-width: 700px){.ProductForm--page .frm-row.price-vat{grid-template-columns:minmax(0,1fr)}}.ProductForm--page .frm-row.supply{grid-template-columns:220px minmax(0,1fr)}@media (max-width: 700px){.ProductForm--page .frm-row.supply{grid-template-columns:minmax(0,1fr)}}.ProductForm--page .frm-row.supply-three{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}@media (max-width: 700px){.ProductForm--page .frm-row.supply-three{grid-template-columns:minmax(0,1fr)}}.ProductForm--page .input-group{display:flex;flex-direction:column;gap:6px}.ProductForm--page .input-group .ig-lbl{font-size:12px;color:#80868b;font-weight:500}.ProductForm--page .input-group .ig-lbl .req{color:#d93025;margin-left:1px}.ProductForm--page .input-group .MuiOutlinedInput-root{height:42px;font-size:14px;border-radius:7px;width:100%}.ProductForm--page .input-group .MuiOutlinedInput-root fieldset,.ProductForm--page .input-group .MuiOutlinedInput-root:hover fieldset{border-color:#d6dadd}.ProductForm--page .input-group .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#1a73e8;box-shadow:0 0 0 3px #f3f8fe}.ProductForm--page .input-group .MuiOutlinedInput-root.Mui-disabled{background-color:#eef1f3!important}.ProductForm--page .input-group .MuiOutlinedInput-root.Mui-disabled fieldset{border-color:#e4e7ea!important}.ProductForm--page .input-group .MuiOutlinedInput-root.Mui-disabled input{-webkit-text-fill-color:#80868b!important;cursor:not-allowed}.ProductForm--page .reserved-supply-note{display:flex;align-items:center;gap:12px;height:42px;padding:0 14px;background:#eef1f3;border-radius:7px;width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.ProductForm--page .reserved-supply-note .rs-text{display:flex;align-items:center;gap:8px;font-size:13px;color:#5f6368;min-width:0;flex:1 1 auto}.ProductForm--page .reserved-supply-note .rs-text .MuiSvgIcon-root{color:#f5a623;flex-shrink:0;font-size:18px}.ProductForm--page .reserved-supply-note .rs-text .MuiTypography-root{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ProductForm--page .reserved-supply-note .ProductSupplyUpdates{flex-shrink:0;margin-left:auto}.ProductForm--page .reserved-supply-note .ProductSupplyUpdates .MuiButton-root{white-space:nowrap}@media (max-width: 700px){.ProductForm--page .reserved-supply-note{height:auto;flex-wrap:wrap;padding:10px 14px}.ProductForm--page .reserved-supply-note .rs-text .MuiTypography-root{white-space:normal}.ProductForm--page .reserved-supply-note .ProductSupplyUpdates{margin-left:0}}.ProductForm--page .btn-row{display:flex;gap:10px;margin-top:6px}.ProductForm--page .btn-row .btn-lg{height:44px;border-radius:7px;font-size:14px;font-weight:600;text-transform:none}.ProductForm--page .btn-row .btn-lg.primary{flex:1;background:#1a73e8;color:#fff}.ProductForm--page .btn-row .btn-lg.primary:hover{background:#1763c7}.ProductForm--page .btn-row .btn-lg.primary.Mui-disabled{background:#d6dadd;color:#80868b}.ProductForm--page .btn-row .btn-lg.danger{border:1px solid #ecb9b4;color:#d93025;background:#fff}.ProductForm--page .btn-row .btn-lg.danger:hover{background:#fce8e6}.StockTakingTable{height:40px}.StockTakingTable .StockTakingTableContainer{margin-bottom:24px;overflow-y:hidden}.StockTakingTable .StockTakingTableContainer .MuiTable-root{table-layout:fixed}.StockTakingTable .StockTakingTableContainer .MuiTable-root .MuiTableHead-root .MuiTableCell-root{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.StockTakingTable .StockTakingTableContainer .MuiTable-root .MuiTableCell-root{padding:4px 8px}.StockTakingTable .StockTakingTableContainer .MuiTable-root .MuiTableCell-root .MuiTextField-root{width:100%;font-size:.875rem;height:30px}.StockTakingTable .StockTakingTableContainer .MuiTable-root .MuiTableCell-root .MuiTextField-root .MuiInputBase-root{height:30px}.StockTakingTable .StockTakingTableContainer .MuiTable-root .MuiTableCell-root .MuiTextField-root .MuiInput-input{padding:0 8px;height:auto}.StockTakingTable .warning{position:relative;top:8px;margin-right:4px}.NavSidebar{width:80px;flex-shrink:0;background:#fff;border-right:1px solid #e4e7ea;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:3px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.NavSidebar .rail-item{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 0;color:#80868b;text-decoration:none;position:relative}.NavSidebar .rail-item:hover{color:#5f6368}.NavSidebar .rail-item.active{color:#1a73e8}.NavSidebar .rail-item.active:before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:3px;border-radius:0 3px 3px 0;background:#1a73e8}.NavSidebar .rail-item.active .ri-ic{background:#e8f0fe}.NavSidebar .ri-ic{width:42px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center}.NavSidebar .ri-ic .MuiSvgIcon-root{font-size:21px}.NavSidebar .rail-label{font-size:10.5px;font-weight:500;line-height:1.2;text-align:center;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:break-word;padding:0 2px;box-sizing:border-box}.NavSubMenu{width:216px;flex-shrink:0;background:#fff;border-right:1px solid #e4e7ea;padding:18px 14px;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto}.NavSubMenu .ctx-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#80868b;padding:0 8px 12px}.NavSubMenu .ctx-item-wrap{display:block;border-radius:7px;text-decoration:none;color:inherit}.NavSubMenu .ctx-item-wrap:hover:not(.disabled){background:#eef1f3}.NavSubMenu .ctx-item-wrap:hover:not(.disabled) .ctx-item{color:#202427}.NavSubMenu .ctx-item-wrap.active{background:#e8f0fe}.NavSubMenu .ctx-item-wrap.active .ctx-item,.NavSubMenu .ctx-item-wrap.active .ctx-ic .MuiSvgIcon-root{color:#1a73e8}.NavSubMenu .ctx-item-wrap.disabled{cursor:not-allowed;opacity:.55}.NavSubMenu .ctx-item{display:flex;align-items:center;gap:10px;padding:8px 10px;font-weight:500;font-size:13.5px;color:#5f6368}.NavSubMenu .ctx-ic{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;color:#80868b}.NavSubMenu .ctx-ic .MuiSvgIcon-root{font-size:16px}.NavSubMenu .ctx-foot{margin-top:auto;padding:11px;background:#eef1f3;border-radius:10px}.NavSubMenu .ctx-foot .lbl{font-size:11px;color:#80868b;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px}.NavSubMenu .ctx-foot .row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:12.5px;color:#5f6368;min-width:0}.NavSubMenu .ctx-foot .row+.row{margin-top:6px}.NavSubMenu .ctx-foot .row>span:first-child{flex-shrink:0}.NavSubMenu .ctx-foot .row .v{font-family:IBM Plex Mono;font-weight:500;color:#202427;white-space:nowrap;text-align:right;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;cursor:default}
