:root{--bg:#f5f7fa;--surface:#ffffff;--surface-2:#f9fafb;--text:#111827;--muted:#6b7280;--line:#d9e2ec;--primary:#1f4e79;--primary-strong:#1e3a5f;--danger:#c62828;--success:#2e7d32;--warning:#ed6c02;--info:#1976d2;--sidebar:#172033;--sidebar-2:#1f2a3d;--shadow:0 10px 24px rgba(17,24,39,0.07)}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-page{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:24px}.auth-panel{width:min(100%,392px);min-width:0}.auth-card{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:28px}.auth-card-header{margin-bottom:22px}.brand.auth-form-brand{display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center;margin-bottom:0}.auth-form-brand .brand-mark{width:40px;height:40px}.brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:7px;background:var(--primary);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);font-size:13px;font-weight:800;line-height:1}.brand h1,.brand h2{margin:0;color:var(--text);font-size:20px;line-height:1.15}.auth-card p,.brand p{color:var(--muted);margin:6px 0 0;font-size:13px}.form-stack{display:grid;grid-gap:14px;gap:14px}.auth-form{gap:15px}.field{display:grid;grid-gap:7px;gap:7px;min-width:0}.field label,.field>span{color:var(--text);font-weight:650;font-size:13px}.field input,.field select,.field textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:6px;padding:9px 11px;background:#fff;color:var(--text)}.auth-card .field input{min-height:44px;background:#fff}.field input::placeholder,.field textarea::placeholder{color:#9ca3af}.field input:hover,.field select:hover,.field textarea:hover{border-color:#c5d1dd}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(31,78,121,.14);outline:none}.field textarea{resize:vertical}.password-input-control{position:relative;width:100%}.field .password-input-control input{padding-right:42px}.password-visibility-toggle{position:absolute;top:50%;right:5px;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;padding:0;border:0;border-radius:var(--radius-control);background:transparent;color:var(--text-secondary);cursor:pointer;transform:translateY(-50%)}.password-visibility-toggle:hover{background:#eef3f8;color:var(--primary)}.checkbox-field{display:flex;align-items:center;grid-template-columns:none;gap:10px;color:var(--text);cursor:pointer}.checkbox-field input{width:17px;min-height:17px;accent-color:var(--primary);cursor:pointer}.checkbox-field span{color:var(--text);font-size:13px;font-weight:650}.auth-remember{align-self:start;padding:1px 0}.button-row{display:flex;flex-wrap:wrap;gap:10px}.btn,.button-row{align-items:center;min-width:0}.btn{min-height:36px;display:inline-flex;justify-content:center;gap:7px;border:1px solid transparent;border-radius:6px;padding:8px 12px;font-weight:700;font-size:14px;line-height:1.2;max-width:100%;text-align:center;white-space:nowrap}.btn svg,.nav-item svg{flex:0 0 auto}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-strong)}.btn-secondary{background:#fff;border-color:var(--line);color:var(--text)}.btn-secondary:hover{border-color:#c5d1dd;background:#f9fafb}.btn-success{background:var(--success);color:#fff}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-danger{background:#fff;border-color:#f1b7b7;color:var(--danger)}.btn-danger:hover{background:#fef2f2}.link{color:var(--primary);font-weight:700}.auth-actions{display:grid;grid-gap:10px;gap:10px;align-items:stretch;margin-top:2px}.auth-actions .btn{width:100%;min-height:44px}.auth-alt-action{min-height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px}.auth-alt-action:hover{color:var(--primary)}.app-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr);max-width:100%;background:var(--bg)}.sidebar{background:var(--sidebar);color:#f9fafb;padding:14px 10px;display:flex;flex-direction:column;gap:16px;min-width:0}.sidebar .brand{margin-bottom:0;padding:2px 6px 12px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar .brand h2{color:#fff;font-size:18px}.sidebar .brand p{color:#b8c2d1}.sidebar .brand-mark{background:#f9fafb;color:var(--primary-strong)}.nav-list{display:grid;grid-gap:3px;gap:3px}.nav-item{min-height:36px;display:flex;align-items:center;gap:10px;padding:8px 9px;border-radius:6px;color:#d8dee8;border:1px solid transparent;min-width:0;font-weight:650;font-size:14px}.nav-item span{min-width:0;overflow-wrap:normal}.nav-item.active,.nav-item:hover{background:var(--sidebar-2);border-color:rgba(255,255,255,.12);color:#fff}.main{min-width:0;display:grid;grid-template-rows:auto 1fr}.topbar{min-height:52px;background:var(--surface);border-bottom:1px solid var(--line);padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;flex-wrap:wrap}.topbar h1{margin:0;color:var(--text);font-size:21px;line-height:1.15;font-weight:800}.topbar p{margin:3px 0 0;color:var(--muted);font-size:14px}.content{min-width:0;padding:18px;max-width:100%}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:13px 14px;min-height:88px;display:flex;flex-direction:column;justify-content:flex-start}.kpi span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;font-weight:800}.kpi strong{display:block;margin-top:8px;color:var(--text);font-size:24px;line-height:1.1;overflow-wrap:anywhere}.kpi p{margin:7px 0 0}.dashboard-link:hover{border-color:#9ca3af;box-shadow:var(--shadow)}.panel-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);grid-gap:14px;gap:14px;align-items:start}.expiration-register-layout,.final-purchase-layout,.products-layout,.purchase-lists-layout,.quotation-owner-layout,.supplier-orders-layout{grid-template-columns:minmax(0,1fr) minmax(360px,1fr)}.access-management-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.consolidation-layout{grid-template-columns:minmax(0,1fr)}.panel,.table-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-width:0}.panel{padding:14px}.panel h2,.table-panel h2{margin:0 0 10px;color:var(--text);font-size:16px;font-weight:800}.table-panel{overflow:hidden}.table-panel>.topbar h2{margin:0}.section-toolbar{display:flex;align-items:flex-end;gap:12px;padding:12px 14px;border-bottom:1px solid #eef2f6;flex-wrap:wrap}.section-toolbar .field{flex:1 1 260px}.segmented-control{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.segmented-control button{min-height:34px;border:0;border-radius:6px;padding:7px 11px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer;white-space:nowrap}.segmented-control button.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 2px rgb(15 23 42/.08)}.quotation-analysis-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;border-bottom:1px solid #eef2f6}.quotation-analysis-controls .field{flex:1 1 260px}.quotation-focus{margin-bottom:12px}.empty-state{padding:14px;color:var(--muted)}.panel-body{padding:12px 14px}.compact-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.decision-toolbar{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.decision-toolbar .field{flex:1 1 360px}.decision-toolbar .btn{flex:0 0 auto}.decision-empty{min-height:128px;display:grid;place-items:center;text-align:center;color:var(--muted)}.focus-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.focus-summary-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.card-label,.focus-summary-label{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.focus-summary-value{color:var(--text);font-size:24px;font-weight:850;line-height:1.15}.focus-summary-meta{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.price-chip-list{display:flex;flex-wrap:wrap;gap:6px}.price-chip{display:inline-flex;align-items:center;min-height:26px;max-width:100%;padding:4px 8px;border:1px solid #dbe3ec;border-radius:999px;background:#f8fafc;color:var(--text);font-size:12px;font-weight:700;white-space:nowrap}:where(a,button,input,select,textarea,[role=button]){touch-action:manipulation;-webkit-tap-highlight-color:rgb(30 58 95/14%)}@media (hover:none) and (pointer:coarse){:where(.btn,button,[role=button]):active{transform:none!important;filter:brightness(.96)}:where(input:not([type=checkbox]):not([type=radio]),select,textarea){font-size:16px!important}}@media (max-width:600px){:where(input:not([type=checkbox]):not([type=radio]),select,textarea){font-size:16px!important}}.price-chip.best{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.btn-compact{min-height:34px;padding:7px 10px;white-space:nowrap}.action-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:92px}.employee-list-layout,.supplier-quote-layout{display:grid;grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr);grid-gap:14px;gap:14px;align-items:start}.supplier-quote-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr)}.supplier-products-panel{order:1}.supplier-quote-list{order:2}.import-compact{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f6;padding-bottom:12px}.import-compact-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.import-compact-main strong{color:var(--text);font-size:18px;line-height:1.2}.import-meta{display:flex;gap:7px 12px;flex-wrap:wrap;border-top:1px solid #eef2f6;padding-top:10px;color:var(--muted);font-size:12px}.import-meta span{display:inline-flex;align-items:center;gap:4px}.product-cell{font-weight:700;min-width:0}.code-cell{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;max-width:100%;overflow-wrap:normal;word-break:normal}.code-cell,.money-cell,.unit-cell{white-space:nowrap}.money-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.quantity-cell{white-space:nowrap}.consolidation-table,.list-items-table,.list-table,.preview-table,.product-table,.quotation-list-table,.supplier-orders-table{table-layout:fixed}.product-table .product-cell{width:32%}.product-table .code-cell{width:16%}.product-table .unit-cell{width:8%}.product-table .money-cell{width:13%}.product-table .action-cell{width:86px}.list-table .product-cell{width:34%}.list-table .quantity-cell{width:10%}.consolidation-table td:last-child,.list-table td:last-child,.quotation-list-table td:last-child,.supplier-orders-table td:last-child{width:1%}.quotation-list-table td:first-child,.quotation-list-table th:first-child{width:24%}.quotation-list-table td:nth-child(2),.quotation-list-table th:nth-child(2){width:18%}.quotation-list-table td:nth-child(4),.quotation-list-table th:nth-child(4){width:34%}.quotation-list-table .action-cell{width:96px;min-width:96px}.list-items-table .product-cell{width:48%}.list-items-table .quantity-cell,.list-items-table .unit-cell{width:12%}.supplier-orders-table .product-cell{width:18%}.supplier-orders-table .quantity-cell{width:8%}.supplier-orders-table .money-cell{width:13%}.consolidation-table .product-cell{width:30%}.consolidation-table .code-cell{width:16%}.consolidation-table .quantity-cell,.consolidation-table .unit-cell{width:12%}.preview-table .product-col{width:38%}.preview-table .code-col{width:13%}.preview-table .money-col{width:11.5%}.decision-table .product-cell{width:30%}.decision-table .code-cell{width:16%}.decision-table .money-cell,.decision-table .quantity-cell{width:14%}.decision-table .action-cell{width:96px;min-width:96px}.supplier-products-table{table-layout:fixed}.supplier-products-table .product-cell{width:34%}.supplier-products-table .quantity-cell{width:14%}.supplier-products-table .money-cell{width:15%}.order-items-table,.quotation-price-table{table-layout:fixed}.quotation-price-table .product-cell{width:30%}.quotation-price-table .quantity-cell{width:15%}.quotation-price-table .money-cell{width:17%}.order-items-table .product-cell{width:34%}.order-items-table .code-cell{width:16%}.order-items-table .quantity-cell{width:11%}.order-items-table .unit-cell{width:8%}.order-items-table .money-cell{width:14%}.order-items-table th,.quotation-price-table th,.supplier-products-table th{white-space:normal}.quotation-modal-panel{width:min(100%,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:auto}.quotation-modal-panel .quotation-price-table .product-cell{width:26%}.supplier-edit-notice{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 14px 10px}.table-panel .focus-summary-value{font-size:18px;overflow-wrap:break-word}.table-scroll td .status{margin-left:6px}table{width:100%;border-collapse:collapse;min-width:0;table-layout:auto}td,th{padding:7px 9px;text-align:left;border-bottom:1px solid #eef2f6;vertical-align:top;font-size:14px;line-height:1.35;overflow-wrap:break-word;word-break:normal}td input,td select{width:100%;min-height:36px;border:1px solid var(--line);border-radius:6px;padding:7px 9px;background:#fff;color:var(--text)}th{color:var(--muted);font-size:12px;text-transform:uppercase;background:var(--surface-2);font-weight:800;white-space:nowrap}.table-scroll td:has(.btn){width:1%;min-width:112px;white-space:nowrap}.action-cell{width:1%;min-width:112px;white-space:nowrap}.action-cell .button-row{justify-content:flex-end;flex-wrap:wrap}.table-scroll td:has(.btn) .btn{min-height:32px;padding:6px 9px}.table-scroll .decision-table .action-cell{width:96px;min-width:96px}tbody tr:hover{background:#fbfcfe}tr:last-child td{border-bottom:0}.status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid var(--line);padding:3px 9px;background:#f9fafb;color:#374151;font-size:12px;font-weight:800;line-height:1.25;max-width:100%;overflow-wrap:normal;word-break:normal;white-space:nowrap}.status.ok,.status.status-normal,.status.status-responded{color:var(--success);border-color:#cce7cf;background:#f3faf4}.status.status-due-7,.status.status-pending,.status.warn{color:#9a4b00;border-color:#ffd9b3;background:#fff7ef}.status.status-due-15{color:#8a5a00;border-color:#f5dc86;background:#fffbed}.status.status-due-30,.status.status-finalized,.status.status-sent{color:var(--info);border-color:#c8def7;background:#f1f7ff}.status.status-cancelled{color:#6b7280;border-color:#d1d5db;background:#f9fafb}.status.status-expired,.status.status-today{color:var(--danger);border-color:#f1b7b7;background:#fff4f4}.muted{color:var(--muted)}.split-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));grid-gap:10px;gap:10px;min-width:0}.panel-grid>.panel .split-form{grid-template-columns:1fr}.panel-grid>.panel .product-form{grid-template-columns:repeat(6,minmax(0,1fr))}.product-field-description{grid-column:1/-1}.product-field-barcode,.product-field-internal{grid-column:span 3}.product-field-money,.product-field-unit{grid-column:span 2}.product-barcode-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.product-scanner-actions{flex-wrap:nowrap}.product-form-actions{margin-top:2px}.product-action-row{flex-wrap:nowrap;justify-content:flex-end;gap:6px}.product-action-cell{min-width:82px}.btn-icon-action{width:36px;min-width:36px}.product-row-editing{background:#f1f7ff;box-shadow:inset 3px 0 0 var(--primary)}.product-row-editing:hover{background:#eef6ff}.full{grid-column:1/-1}.capture-stack{display:grid;grid-gap:12px;gap:12px}.capture-block{display:grid;grid-gap:10px;gap:10px}.capture-title{display:inline-flex;gap:8px;color:var(--text)}.capture-divider,.capture-title{align-items:center;font-weight:800}.capture-divider{display:flex;gap:12px;color:var(--muted);font-size:12px;text-transform:uppercase}.capture-divider:after,.capture-divider:before{content:"";height:1px;flex:1 1;background:var(--line)}.capture-divider span{display:inline-flex;min-width:36px;justify-content:center}.scanner-panel{position:relative;width:100%;overflow:hidden;border:1px solid #374151;border-radius:8px;background:#111827;aspect-ratio:4/3}.scanner-video{width:100%;height:100%;display:block;object-fit:cover}.scanner-video-hidden{display:none}.scanner-frame{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.scanner-frame span{width:min(78%,360px);aspect-ratio:2.4;border:2px solid #93c5fd;border-radius:8px;box-shadow:0 0 0 999px rgba(17,24,39,.24)}.product-found{display:grid;grid-gap:4px;gap:4px;border-color:#cce7cf;background:#f3faf4}.product-found strong{color:var(--success)}.product-found span{font-weight:800}.product-results{display:grid;grid-gap:8px;gap:8px}.product-result{display:grid;grid-gap:4px;gap:4px;width:100%;min-height:52px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.product-result:focus-visible,.product-result:hover{border-color:var(--primary);outline:none}.product-result strong{font-size:14px;line-height:1.25}.product-result span{color:var(--muted);font-size:12px;line-height:1.3;overflow-wrap:anywhere}.camera-frame{min-height:300px;display:grid;place-items:center;border-radius:8px;background:#111827;color:#f9fafb;border:1px solid #374151}.scan-box{width:min(320px,74%);aspect-ratio:1.7;border:2px solid #93c5fd;border-radius:8px;display:grid;place-items:center}.notice{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:10px 11px;color:var(--muted);overflow-wrap:anywhere}.notice-success{border-color:#cce7cf;background:#f3faf4;color:var(--success)}.notice-warning{border-color:#ffd9b3;background:#fff7ef;color:#9a4b00}.auth-error,.notice-error{border-color:#f1b7b7;background:#fff4f4;color:var(--danger);font-weight:800}.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:18px;background:rgba(17,24,39,.42)}.modal-panel{width:min(100%,420px);border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:18px}.modal-panel h2{margin:0 0 12px;color:var(--text);font-size:16px;font-weight:800}.detail-modal-panel{width:min(95vw,1440px);max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}.detail-modal-panel>.panel,.detail-modal-panel>.panel-body,.detail-modal-panel>.topbar{flex:0 0 auto}.detail-modal-panel>.table-scroll{flex:1 1 auto}.detail-modal-panel .focus-summary{align-items:start}@media (max-width:1180px){.employee-list-layout,.panel-grid,.supplier-quote-layout{grid-template-columns:1fr}}@media (max-width:960px){.auth-page{padding:18px}.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:14px;align-self:start}.sidebar .brand{padding-bottom:12px}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-grid{grid-template-columns:1fr}}@media (max-width:840px){.panel-grid>.panel .product-form{grid-template-columns:1fr}.product-field-barcode,.product-field-description,.product-field-internal,.product-field-money,.product-field-unit{grid-column:1/-1}.product-barcode-row{grid-template-columns:1fr}.product-scanner-actions,.product-scanner-actions .btn{width:100%}.product-action-row{justify-content:flex-start}.table-scroll{overflow:visible}.table-scroll table,.table-scroll tbody,.table-scroll td,.table-scroll th,.table-scroll thead,.table-scroll tr{display:block;width:100%}.table-scroll thead{display:none}.table-scroll tbody{display:grid;grid-gap:8px;gap:8px;padding:10px}.table-scroll tr{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:9px 10px}.table-scroll td{border-bottom:1px solid #eef2f6;padding:9px 0;overflow-wrap:anywhere}.table-scroll .action-cell,.table-scroll .code-cell,.table-scroll .money-cell,.table-scroll .product-cell,.table-scroll .quantity-cell,.table-scroll .unit-cell{width:100%;max-width:100%}.table-scroll .code-cell{max-width:100%;overflow-x:auto;overflow-wrap:normal;white-space:nowrap}.table-scroll .decision-table .money-cell,.table-scroll .decision-table .product-cell,.table-scroll .decision-table .quantity-cell,.table-scroll .order-items-table .money-cell,.table-scroll .order-items-table .product-cell,.table-scroll .order-items-table .quantity-cell,.table-scroll .order-items-table .unit-cell,.table-scroll .preview-table .code-cell,.table-scroll .preview-table .money-cell,.table-scroll .preview-table .product-cell,.table-scroll .preview-table .unit-cell,.table-scroll .quotation-price-table .money-cell,.table-scroll .quotation-price-table .product-cell,.table-scroll .quotation-price-table .quantity-cell,.table-scroll .supplier-products-table .money-cell,.table-scroll .supplier-products-table .product-cell,.table-scroll .supplier-products-table .quantity-cell{width:100%;max-width:100%}.table-scroll td:has(.btn){width:100%;white-space:normal}.table-scroll td[data-label]{display:grid;grid-template-columns:minmax(92px,34%) minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px}.table-scroll td[data-label]:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.table-scroll td.product-cell{display:block;font-size:15px}.table-scroll td.product-cell:before{display:none}.table-scroll td.money-cell{text-align:left}.table-scroll td:last-child{border-bottom:0;padding-bottom:0}.table-scroll td .button-row{align-items:stretch}.table-scroll td .btn{flex:1 1 140px}.table-scroll td.action-cell{width:100%;white-space:normal}.table-scroll td .action-stack{width:100%}.table-scroll td .btn-compact{flex:0 0 auto;width:-moz-fit-content;width:fit-content;max-width:100%}.price-chip-list{width:100%}.price-chip{max-width:100%;overflow-wrap:anywhere}.modal-backdrop:has(.detail-modal-panel){padding:0}.detail-modal-panel{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;overflow:auto}.detail-modal-panel>.table-scroll{flex:0 0 auto;overflow:visible}}@media (max-width:600px){.auth-panel,.content,.topbar{padding:12px}.auth-card{border:0;box-shadow:none;padding:0;background:transparent}.split-form{grid-template-columns:1fr}.decision-toolbar{align-items:flex-start}.focus-summary{grid-template-columns:1fr}.focus-summary-meta{justify-content:flex-start}.quotation-analysis-controls{align-items:stretch;flex-direction:column}.segmented-control,.segmented-control button{width:100%}.import-compact,.supplier-edit-notice{align-items:flex-start;flex-direction:column}.sidebar{gap:8px;padding:8px}.sidebar .brand{align-items:center;gap:8px;padding:0 4px 7px}.sidebar .brand-mark{width:34px;height:34px;font-size:12px}.sidebar .brand h2{font-size:17px}.sidebar .brand p{display:none}.nav-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.nav-item{min-height:31px;gap:5px;padding:6px 7px;font-size:12px}.nav-item svg{width:15px;height:15px}.main>.topbar{align-items:center;flex-direction:row;gap:8px}.main>.topbar .button-row{width:auto;margin-left:auto}.main>.topbar .button-row .btn{flex:0 0 auto;width:auto}.panel>.topbar,.table-panel>.topbar{align-items:center;flex-direction:row}.panel>.topbar .btn,.table-panel>.topbar .btn{flex:0 0 auto;width:auto}.panel .button-row,.table-panel .button-row{width:100%}.panel .btn,.table-panel .btn{flex:1 1 132px}.kpi{min-height:auto}}@media (max-width:360px){.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--radius-panel:6px;--space-page:12px;--space-panel:10px;--space-row-x:8px;--space-row-y:5px;--control-height:36px;--button-height:32px}.app-shell{grid-template-columns:216px minmax(0,1fr)}.sidebar{padding:10px 8px;gap:12px}.sidebar .brand{padding:0 4px 9px;gap:10px}.sidebar .brand h2{font-size:17px}.nav-item{min-height:33px;padding:7px 8px;border-radius:var(--radius-panel);font-size:13px}.main>.topbar{min-height:46px;padding:8px 14px;gap:10px}.topbar h1{font-size:20px}.employee-list-layout,.form-stack,.panel-grid,.supplier-quote-layout{gap:10px}.panel-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.92fr)}.expiration-register-layout,.final-purchase-layout,.products-layout,.quotation-owner-layout,.supplier-orders-layout{grid-template-columns:minmax(0,1fr) minmax(360px,1fr)}.access-management-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr)}.supplier-quote-layout{grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}.empty-state,.panel-body{padding:9px 10px}.modal-panel h2,.panel h2,.table-panel h2{margin-bottom:8px}.panel>.topbar,.table-panel>.topbar{min-height:40px;padding:7px 10px;gap:8px}.quotation-analysis-controls,.section-toolbar{padding:9px 10px;gap:8px}.field{gap:5px}.field label,.field>span{font-size:12px}.field input,.field select,.field textarea,td input,td select{padding:7px 9px}.button-row{gap:7px}.btn{min-height:var(--button-height);padding:6px 9px;border-radius:var(--radius-panel);gap:6px;font-size:13px}.btn svg{width:16px;height:16px}.action-cell .btn,.btn-compact,.table-scroll td:has(.btn) .btn{min-height:30px;padding:5px 7px;font-size:12px}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:10px}.kpi{min-height:72px;padding:10px 11px}.kpi strong{margin-top:5px;font-size:20px}.compact-summary,.focus-summary-meta{gap:6px}.focus-summary{gap:9px}.focus-summary-value{font-size:20px}.table-panel .focus-summary-value{font-size:16px}.decision-toolbar{gap:8px}.decision-empty{min-height:88px}.price-chip,.status{white-space:nowrap;word-break:normal;overflow-wrap:normal}.status{min-height:24px;padding:2px 7px;gap:5px;font-size:11.5px}.table-scroll table{table-layout:fixed}td,th{padding:var(--space-row-y) var(--space-row-x);font-size:13px;line-height:1.25}th{height:29px;overflow:hidden;text-overflow:ellipsis}.product-cell,td{overflow-wrap:normal;word-break:normal}.product-cell{font-weight:650;line-height:1.24}.product-cell strong{font-weight:750}.action-cell,.code-cell,.money-cell,.quantity-cell,.unit-cell{white-space:nowrap}.code-cell{font-size:12px}.action-cell,.table-scroll td:has(.btn){width:1%;min-width:0;white-space:nowrap}.action-cell .button-row,.table-scroll td:has(.btn) .button-row{display:inline-flex;flex-wrap:nowrap;justify-content:flex-end;gap:5px}.action-stack{min-width:0;gap:5px}.product-table .product-cell{width:36%}.product-table .code-cell{width:15%}.product-table .unit-cell{width:7%}.product-table .money-cell{width:11%}.list-items-table .product-cell{width:40%}.list-items-table .quantity-cell{width:10%}.list-items-table .unit-cell{width:8%}.consolidation-table .product-cell,.decision-table .product-cell,.order-items-table .product-cell,.quotation-price-table .product-cell,.supplier-products-table .product-cell{width:34%}.preview-table .product-col{width:40%}.detail-modal-panel,.quotation-modal-panel{width:min(95vw,1480px);max-height:calc(100vh - 24px)}.detail-modal-panel .topbar{position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-backdrop{padding:12px}.supplier-edit-notice{margin:0 10px 8px;padding:8px 10px}@media (max-width:1180px){.app-shell{grid-template-columns:204px minmax(0,1fr)}.expiration-register-layout,.final-purchase-layout,.products-layout,.supplier-quote-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1080px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:10;align-self:start}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.table-scroll{overflow:visible}.table-scroll table,.table-scroll tbody,.table-scroll td,.table-scroll th,.table-scroll thead,.table-scroll tr{display:block;width:100%}.table-scroll thead{display:none}.table-scroll tbody{display:grid;grid-gap:6px;gap:6px;padding:8px}.table-scroll tr{border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface);padding:8px 9px}.table-scroll td{border-bottom:1px solid #eef2f6;padding:7px 0;overflow-wrap:anywhere}.table-scroll td[data-label]{display:grid;grid-template-columns:minmax(88px,30%) minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px}.table-scroll td[data-label]:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase;white-space:normal;word-break:normal;overflow-wrap:normal}.table-scroll td.product-cell{display:block;font-size:14px}.table-scroll td.product-cell:before{display:none}.table-scroll td.money-cell{text-align:left}.table-scroll td:last-child{border-bottom:0}.table-scroll .code-cell{overflow-x:auto;white-space:nowrap}.action-cell .button-row,.table-scroll td:has(.btn) .button-row{width:100%;flex-wrap:wrap;justify-content:flex-start}.table-scroll td .btn{flex:0 1 auto}}@media (max-width:720px){.auth-panel,.content,.main>.topbar{padding:10px}.nav-list{grid-template-columns:repeat(3,minmax(0,1fr))}.topbar h1{font-size:18px}.main>.topbar .status{max-width:140px;overflow:hidden;text-overflow:ellipsis}.modal-panel,.panel{padding:10px}.table-scroll tbody{padding:7px}.table-scroll td[data-label]{grid-template-columns:minmax(82px,36%) minmax(0,1fr)}.detail-modal-panel,.quotation-modal-panel{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0}}:root{--operational-row-x:10px;--operational-row-y:7px;--operational-gap:12px}.content{width:100%;max-width:none}.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--operational-gap)}.panel-grid.consolidation-layout{grid-template-columns:minmax(0,1fr)}.panel-grid.access-management-layout,.panel-grid.products-layout{grid-template-columns:minmax(0,1fr) minmax(360px,420px)}.panel-grid.expiration-register-layout{grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)}.employee-list-layout{grid-template-columns:minmax(380px,.78fr) minmax(0,1.22fr);gap:var(--operational-gap)}.supplier-quote-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--operational-gap)}.panel>.topbar,.panel>.topbar>:first-child,.table-panel>.topbar,.table-panel>.topbar>:first-child{min-width:0}.table-scroll table{display:table;min-width:0;table-layout:auto}.table-scroll thead{display:table-header-group}.table-scroll tbody{display:table-row-group;padding:0}.table-scroll tr{display:table-row;width:auto;padding:0;border:0;border-radius:0}.table-scroll td,.table-scroll th{display:table-cell;width:auto;max-width:none;overflow:visible;text-overflow:clip;word-break:normal;overflow-wrap:normal}.table-scroll th{height:auto;white-space:normal}.table-scroll td[data-label]{display:table-cell}.table-scroll td[data-label]:before{content:none}.table-scroll td.product-cell{display:table-cell;min-width:0;line-height:1.25;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.table-scroll td.product-cell:before{content:none}.table-scroll .code-cell{max-width:none;overflow:visible;white-space:nowrap}.table-scroll .action-cell,.table-scroll .money-cell,.table-scroll .quantity-cell,.table-scroll .status,.table-scroll .unit-cell,.table-scroll td:has(.btn){white-space:nowrap}.table-scroll .action-cell,.table-scroll td:has(.btn){width:auto;min-width:0}.table-scroll td input,.table-scroll td select{width:100%;min-width:0}.access-table,.comparison-table,.consolidation-table,.employee-expiration-table,.employee-lists-table,.expiration-pending-table,.final-order-items-table,.final-orders-table,.final-ties-table,.import-jobs-table,.list-details-items-table,.list-editor-items-table,.owner-expiration-table,.owner-lists-table,.preview-table,.product-table,.quotation-comparison-table,.quotation-list-table,.quotation-response-items-table,.quotation-supplier-response-table,.quotation-suppliers-table,.supplier-order-items-table,.supplier-orders-table,.supplier-products-table{table-layout:fixed}.product-table td:first-child,.product-table th:first-child{width:28%}.product-table td:nth-child(2),.product-table th:nth-child(2){width:16%}.product-table td:nth-child(3),.product-table th:nth-child(3){width:14%}.product-table td:nth-child(5),.product-table td:nth-child(6),.product-table th:nth-child(5),.product-table th:nth-child(6){width:12%}.product-table td:nth-child(7),.product-table th:nth-child(7){width:11%}.owner-lists-table td:first-child,.owner-lists-table th:first-child{width:27%}.owner-lists-table td:nth-child(2),.owner-lists-table th:nth-child(2){width:18%}.owner-lists-table td:nth-child(3),.owner-lists-table th:nth-child(3){width:10%}.owner-lists-table td:nth-child(4),.owner-lists-table th:nth-child(4){width:14%}.owner-lists-table td:nth-child(5),.owner-lists-table th:nth-child(5){width:31%}.employee-lists-table td:first-child,.employee-lists-table th:first-child{width:38%}.employee-lists-table td:nth-child(3),.employee-lists-table th:nth-child(3){width:19%}.employee-lists-table td:nth-child(4),.employee-lists-table th:nth-child(4){width:34%}.list-editor-items-table td:first-child,.list-editor-items-table th:first-child{width:31%}.list-editor-items-table td:nth-child(2),.list-editor-items-table td:nth-child(3),.list-editor-items-table th:nth-child(2),.list-editor-items-table th:nth-child(3){width:10%}.list-editor-items-table td:nth-child(4),.list-editor-items-table th:nth-child(4){width:17%}.list-editor-items-table td:nth-child(5),.list-editor-items-table th:nth-child(5){width:24%}.list-editor-items-table td:nth-child(6),.list-editor-items-table th:nth-child(6){width:8%}.list-details-items-table td:first-child,.list-details-items-table th:first-child{width:38%}.list-details-items-table td:nth-child(2),.list-details-items-table td:nth-child(3),.list-details-items-table th:nth-child(2),.list-details-items-table th:nth-child(3){width:12%}.list-details-items-table td:nth-child(4),.list-details-items-table th:nth-child(4){width:17%}.list-details-items-table td:nth-child(5),.list-details-items-table th:nth-child(5){width:21%}.consolidation-table td:first-child,.consolidation-table th:first-child{width:19%}.consolidation-table td:nth-child(2),.consolidation-table th:nth-child(2){width:14%}.consolidation-table td:nth-child(3),.consolidation-table th:nth-child(3){width:8%}.consolidation-table td:nth-child(4),.consolidation-table th:nth-child(4){width:12%}.consolidation-table td:nth-child(5),.consolidation-table th:nth-child(5){width:9%}.consolidation-table td:nth-child(6),.consolidation-table th:nth-child(6){width:8%}.consolidation-table td:nth-child(7),.consolidation-table th:nth-child(7){width:18%}.consolidation-table td:nth-child(8),.consolidation-table th:nth-child(8){width:12%}.quotation-list-table td:first-child,.quotation-list-table th:first-child{width:22%}.quotation-list-table td:nth-child(2),.quotation-list-table th:nth-child(2){width:16%}.quotation-list-table td:nth-child(4),.quotation-list-table th:nth-child(4){width:44%}.quotation-list-table td:nth-child(5),.quotation-list-table th:nth-child(5){width:10%}.supplier-quotation-list-table td:first-child,.supplier-quotation-list-table th:first-child{width:23%}.supplier-quotation-list-table td:nth-child(2),.supplier-quotation-list-table th:nth-child(2){width:22%}.supplier-quotation-list-table td:nth-child(4),.supplier-quotation-list-table th:nth-child(4){width:28%}.supplier-quotation-list-table td:nth-child(5),.supplier-quotation-list-table th:nth-child(5){width:17%}.quotation-suppliers-table td:first-child,.quotation-suppliers-table th:first-child{width:52%}.quotation-suppliers-table td:nth-child(2),.quotation-suppliers-table th:nth-child(2){width:22%}.quotation-suppliers-table td:nth-child(3),.quotation-suppliers-table th:nth-child(3){width:26%}.quotation-response-items-table td:first-child,.quotation-response-items-table th:first-child{width:40%}.quotation-response-items-table td:nth-child(2),.quotation-response-items-table td:nth-child(3),.quotation-response-items-table th:nth-child(2),.quotation-response-items-table th:nth-child(3){width:18%}.quotation-response-items-table td:nth-child(4),.quotation-response-items-table th:nth-child(4){width:24%}.quotation-comparison-table td:first-child,.quotation-comparison-table th:first-child{width:25%}.quotation-comparison-table td:nth-child(2),.quotation-comparison-table th:nth-child(2){width:12%}.quotation-comparison-table td:nth-child(3),.quotation-comparison-table th:nth-child(3){width:13%}.quotation-comparison-table td:nth-child(4),.quotation-comparison-table th:nth-child(4){width:14%}.quotation-comparison-table td:nth-child(5),.quotation-comparison-table td:nth-child(6),.quotation-comparison-table th:nth-child(5),.quotation-comparison-table th:nth-child(6){width:18%}.quotation-supplier-response-table td:first-child,.quotation-supplier-response-table th:first-child{width:28%}.quotation-supplier-response-table td:nth-child(2),.quotation-supplier-response-table th:nth-child(2){width:14%}.quotation-supplier-response-table td:nth-child(3),.quotation-supplier-response-table th:nth-child(3){width:16%}.quotation-supplier-response-table td:nth-child(4),.quotation-supplier-response-table td:nth-child(5),.quotation-supplier-response-table th:nth-child(4),.quotation-supplier-response-table th:nth-child(5){width:13%}.quotation-supplier-response-table td:nth-child(6),.quotation-supplier-response-table th:nth-child(6){width:16%}.supplier-products-table td:first-child,.supplier-products-table th:first-child{width:20%}.supplier-products-table td:nth-child(2),.supplier-products-table th:nth-child(2){width:10%}.supplier-products-table td:nth-child(3),.supplier-products-table th:nth-child(3){width:14%}.supplier-products-table td:nth-child(4),.supplier-products-table th:nth-child(4){width:7%}.supplier-products-table td:nth-child(5),.supplier-products-table td:nth-child(6),.supplier-products-table th:nth-child(5),.supplier-products-table th:nth-child(6){width:8%}.supplier-products-table td:nth-child(7),.supplier-products-table td:nth-child(8),.supplier-products-table td:nth-child(9),.supplier-products-table th:nth-child(7),.supplier-products-table th:nth-child(8),.supplier-products-table th:nth-child(9){width:11%}.comparison-table td:first-child,.comparison-table th:first-child{width:22%}.comparison-table td:nth-child(2),.comparison-table th:nth-child(2){width:14%}.comparison-table td:nth-child(3),.comparison-table th:nth-child(3){width:11%}.comparison-table td:nth-child(4),.comparison-table th:nth-child(4){width:13%}.comparison-table td:nth-child(5),.comparison-table th:nth-child(5){width:22%}.comparison-table td:nth-child(6),.comparison-table th:nth-child(6){width:10%}.comparison-table td:nth-child(7),.comparison-table th:nth-child(7){width:8%}.final-ties-table td:first-child,.final-ties-table th:first-child{width:26%}.final-ties-table td:nth-child(2),.final-ties-table th:nth-child(2){width:12%}.final-ties-table td:nth-child(3),.final-ties-table th:nth-child(3){width:16%}.final-ties-table td:nth-child(4),.final-ties-table th:nth-child(4){width:12%}.final-ties-table td:nth-child(5),.final-ties-table th:nth-child(5){width:22%}.final-ties-table td:nth-child(6),.final-ties-table th:nth-child(6){width:12%}.final-orders-table td:nth-child(2),.final-orders-table th:nth-child(2){width:10%}.final-orders-table td:nth-child(3),.final-orders-table th:nth-child(3){width:17%}.final-orders-table td:nth-child(4),.final-orders-table th:nth-child(4){width:25%}.final-orders-table td:nth-child(5),.final-orders-table th:nth-child(5){width:17%}.final-order-items-table td:first-child,.final-order-items-table th:first-child{width:23%}.final-order-items-table td:nth-child(2),.final-order-items-table th:nth-child(2){width:10%}.final-order-items-table td:nth-child(3),.final-order-items-table th:nth-child(3){width:15%}.final-order-items-table td:nth-child(6),.final-order-items-table th:nth-child(6){width:13%}.final-order-modal-panel{width:min(95vw,1500px)}.owner-expiration-table td:first-child,.owner-expiration-table th:first-child{width:24%}.owner-expiration-table td:nth-child(2),.owner-expiration-table td:nth-child(3),.owner-expiration-table td:nth-child(4),.owner-expiration-table th:nth-child(2),.owner-expiration-table th:nth-child(3),.owner-expiration-table th:nth-child(4){width:10%}.owner-expiration-table td:nth-child(5),.owner-expiration-table th:nth-child(5){width:7%}.owner-expiration-table td:nth-child(7),.owner-expiration-table th:nth-child(7){width:8%}.owner-expiration-table td:nth-child(8),.owner-expiration-table th:nth-child(8){width:11%}.owner-expiration-table td:nth-child(9),.owner-expiration-table th:nth-child(9){width:12%}.employee-expiration-table td:first-child,.employee-expiration-table th:first-child{width:40%}.employee-expiration-table td:nth-child(2),.employee-expiration-table th:nth-child(2){width:18%}.employee-expiration-table td:nth-child(4),.employee-expiration-table th:nth-child(4){width:22%}.expiration-pending-table td:first-child,.expiration-pending-table th:first-child{width:38%}.expiration-pending-table td:nth-child(2),.expiration-pending-table td:nth-child(3),.expiration-pending-table th:nth-child(2),.expiration-pending-table th:nth-child(3){width:16%}.expiration-pending-table td:nth-child(4),.expiration-pending-table th:nth-child(4){width:14%}.expiration-pending-table td:nth-child(5),.expiration-pending-table th:nth-child(5){width:16%}.employee-access-table td:first-child,.employee-access-table th:first-child{width:27%}.employee-access-table td:nth-child(2),.employee-access-table th:nth-child(2){width:20%}.employee-access-table td:nth-child(3),.employee-access-table th:nth-child(3){width:18%}.employee-access-table td:nth-child(4),.employee-access-table th:nth-child(4){width:16%}.employee-access-table td:nth-child(5),.employee-access-table th:nth-child(5){width:19%}.supplier-access-table td:first-child,.supplier-access-table th:first-child{width:36%}.supplier-access-table td:nth-child(2),.supplier-access-table th:nth-child(2){width:25%}.supplier-access-table td:nth-child(3),.supplier-access-table th:nth-child(3){width:19%}.supplier-access-table td:nth-child(4),.supplier-access-table th:nth-child(4){width:20%}.import-jobs-table td:first-child,.import-jobs-table th:first-child{width:45%}.import-jobs-table td:nth-child(2),.import-jobs-table th:nth-child(2){width:15%}.import-jobs-table td:nth-child(3),.import-jobs-table th:nth-child(3){width:25%}.import-jobs-table td:nth-child(4),.import-jobs-table th:nth-child(4){width:15%}.preview-table .product-col{width:34%}.preview-table .code-col{width:14%}.preview-table .barcode-col{width:18%}.preview-table .unit-col{width:8%}.preview-table .money-col{width:13%}.supplier-orders-table td:first-child,.supplier-orders-table th:first-child{width:22%}.supplier-orders-table td:nth-child(2),.supplier-orders-table th:nth-child(2){width:17%}.supplier-orders-table td:nth-child(3),.supplier-orders-table th:nth-child(3){width:20%}.supplier-orders-table td:nth-child(4),.supplier-orders-table th:nth-child(4){width:8%}.supplier-orders-table td:nth-child(5),.supplier-orders-table th:nth-child(5){width:12%}.supplier-orders-table td:nth-child(6),.supplier-orders-table th:nth-child(6){width:13%}.supplier-order-items-table td:first-child,.supplier-order-items-table th:first-child{width:25%}.supplier-order-items-table td:nth-child(2),.supplier-order-items-table th:nth-child(2){width:10%}.supplier-order-items-table td:nth-child(3),.supplier-order-items-table th:nth-child(3){width:15%}.supplier-order-items-table td:nth-child(4),.supplier-order-items-table td:nth-child(5),.supplier-order-items-table th:nth-child(4),.supplier-order-items-table th:nth-child(5){width:8%}.supplier-order-items-table td:nth-child(6),.supplier-order-items-table th:nth-child(6){width:10%}.supplier-order-items-table td:nth-child(7),.supplier-order-items-table td:nth-child(8),.supplier-order-items-table th:nth-child(7),.supplier-order-items-table th:nth-child(8){width:12%}@media (max-width:1399px){.panel-grid.products-layout{grid-template-columns:minmax(0,1fr)}.products-layout .product-form-panel{max-width:none}}@media (max-width:1100px){.app-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.sidebar{position:static;z-index:auto}.nav-list{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}.employee-list-layout,.panel-grid.access-management-layout,.panel-grid.expiration-register-layout,.supplier-quote-layout{grid-template-columns:minmax(0,1fr)}.supplier-products-panel,.supplier-quote-list{order:0}}@media (max-width:840px){.panel-grid{grid-template-columns:minmax(0,1fr)}.modal-backdrop:has(.quotation-modal-panel){padding:0}.quotation-modal-panel{width:100%;box-sizing:border-box}.quotation-analysis-controls .field{flex:0 0 auto;width:100%}.table-scroll{overflow:visible}.table-scroll table,.table-scroll tbody,.table-scroll td,.table-scroll th,.table-scroll thead,.table-scroll tr{display:block;width:100%}.table-scroll thead{display:none}.table-scroll tbody{display:grid;grid-gap:8px;gap:8px;padding:8px}.table-scroll tr{display:block;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface)}.table-scroll td,.table-scroll td.product-cell{display:block;width:100%;padding:7px 0;border-bottom:1px solid #eef2f6}.table-scroll table tbody tr>td{width:100%!important;max-width:100%}.table-scroll td[data-label]{display:grid;grid-template-columns:minmax(108px,34%) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.table-scroll td[data-label]:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase;white-space:normal;word-break:normal;overflow-wrap:normal}.table-scroll td.product-cell{font-size:14px}.table-scroll td.product-cell:before{content:none}.table-scroll td.money-cell{text-align:left}.table-scroll td:last-child{padding-bottom:0;border-bottom:0}.table-scroll .code-cell{overflow:visible;font-size:12px}.table-scroll .action-cell,.table-scroll td:has(.btn){display:block;white-space:normal}.table-scroll .action-cell .button-row,.table-scroll td:has(.btn) .button-row{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap}.table-scroll .action-cell .btn,.table-scroll td:has(.btn) .btn{flex:0 1 auto}.owner-expiration-table .expiration-action-cell{display:grid}}@media (min-width:601px) and (max-width:840px){.table-scroll tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:22px;column-gap:22px}.table-scroll tbody tr>td,.table-scroll tbody tr>td.product-cell{width:100%!important}.table-scroll tbody tr>td.action-cell,.table-scroll tbody tr>td.product-cell,.table-scroll tbody tr>td:has(.button-row){grid-column:1/-1}}@media (max-width:600px){.main>.topbar .status{display:none}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-item{min-height:36px}.panel>.topbar,.table-panel>.topbar{align-items:flex-start}.panel>.topbar .button-row,.table-panel>.topbar .button-row{width:auto;justify-content:flex-end}.table-scroll td[data-label]{grid-template-columns:minmax(96px,38%) minmax(0,1fr)}.focus-summary{grid-template-columns:minmax(0,1fr)}.focus-summary-meta{justify-content:flex-start}}.comparison-overview{display:grid;grid-template-columns:minmax(300px,1fr) auto auto;align-items:end;grid-gap:12px;gap:12px;padding:9px 10px}.comparison-quotation-field select{font-weight:700}.comparison-overview-metrics{display:grid;grid-template-columns:repeat(3,auto);align-items:stretch;border:1px solid var(--line);border-radius:var(--radius-panel);background:#f8fafc}.comparison-overview-metrics>div{min-width:104px;display:grid;align-content:center;grid-gap:2px;gap:2px;padding:5px 10px;border-right:1px solid var(--line)}.comparison-overview-metrics>div:last-child{border-right:0}.comparison-overview-metrics span{color:var(--muted);font-size:10px;font-weight:800;line-height:1.15;text-transform:uppercase;white-space:normal}.comparison-overview-metrics strong{color:var(--text);font-size:14px;line-height:1.2;white-space:nowrap}.comparison-overview-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.comparison-products-panel>.topbar{min-height:38px}.comparison-products-panel>.topbar>div{display:flex;align-items:baseline;gap:10px}.comparison-table-caption{color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.comparison-main-table-scroll{overflow:hidden}.comparison-decision-table th{height:auto;min-height:29px;overflow:visible;text-overflow:clip;vertical-align:middle;white-space:normal}.comparison-decision-table td:first-child,.comparison-decision-table th:first-child{width:25%}.comparison-decision-table td:nth-child(2),.comparison-decision-table th:nth-child(2){width:13%}.comparison-decision-table td:nth-child(3),.comparison-decision-table th:nth-child(3){width:7%}.comparison-decision-table td:nth-child(4),.comparison-decision-table th:nth-child(4){width:8%}.comparison-decision-table td:nth-child(5),.comparison-decision-table th:nth-child(5){width:10%}.comparison-decision-table td:nth-child(6),.comparison-decision-table th:nth-child(6){width:15%}.comparison-decision-table td:nth-child(7),.comparison-decision-table th:nth-child(7){width:9%}.comparison-decision-table td:nth-child(8),.comparison-decision-table th:nth-child(8){width:7%}.comparison-decision-table td:nth-child(9),.comparison-decision-table th:nth-child(9){width:6%}.comparison-decision-table td{vertical-align:middle}.comparison-decision-table td:nth-child(6){overflow-wrap:anywhere}.comparison-decision-table .action-cell{text-align:right}.comparison-view-button{min-height:30px;padding:5px 8px}.comparison-status-empty{color:var(--muted);border-color:var(--line);background:#f8fafc}.comparison-modal-panel{width:min(94vw,1120px);padding:0}.comparison-modal-header{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;padding:10px 12px;border-bottom:1px solid var(--line);background:var(--surface)}.comparison-modal-header>div{flex:1 1 auto;min-width:0}.comparison-modal-header>.btn{flex:0 0 auto}.comparison-modal-header h2{margin:0 0 3px;font-size:16px;line-height:1.25}.comparison-modal-barcode{color:var(--muted);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.comparison-modal-content{min-height:0;display:flex;flex:1 1 auto;flex-direction:column;overflow:auto}.comparison-item-controls{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(150px,1fr) minmax(190px,1fr);grid-gap:8px;gap:8px;padding:10px 12px 8px}.comparison-modal-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 12px 10px;border:1px solid var(--line);border-radius:var(--radius-panel);background:#f8fafc}.comparison-modal-summary>div{min-width:0;display:grid;grid-gap:2px;gap:2px;padding:7px 9px;border-right:1px solid var(--line)}.comparison-modal-summary>div:last-child{border-right:0}.comparison-modal-summary span{color:var(--muted);font-size:10px;font-weight:800;line-height:1.15;text-transform:uppercase}.comparison-modal-summary strong{font-size:14px;line-height:1.25;white-space:nowrap}.comparison-supplier-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:8px 12px;border-top:1px solid var(--line)}.comparison-supplier-heading h3{margin:0;font-size:14px}.comparison-supplier-heading p{margin:2px 0 0;color:var(--muted);font-size:12px}.comparison-supplier-table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.comparison-supplier-table{table-layout:fixed}.comparison-supplier-table td:first-child,.comparison-supplier-table th:first-child{width:48%}.comparison-supplier-table td:nth-child(2),.comparison-supplier-table td:nth-child(3),.comparison-supplier-table th:nth-child(2),.comparison-supplier-table th:nth-child(3){width:20%}.comparison-supplier-table td:nth-child(4),.comparison-supplier-table th:nth-child(4){width:12%}.comparison-supplier-table td{vertical-align:middle}.comparison-supplier-selected{background:#f1f7ff;box-shadow:inset 3px 0 0 var(--primary)}.comparison-supplier-selected:hover{background:#edf5ff}.comparison-radio-cell{text-align:center}.comparison-radio-cell input{width:18px;height:18px;margin:0;accent-color:var(--primary);cursor:pointer}.comparison-radio-cell input:disabled{cursor:not-allowed}.comparison-modal-footer{position:-webkit-sticky;position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-top:1px solid var(--line);background:var(--surface)}.comparison-modal-footer span{color:var(--muted);font-size:12px}@media (max-width:1240px){.comparison-overview{grid-template-columns:minmax(280px,1fr) auto}.comparison-overview-actions{grid-column:1/-1}}@media (max-width:840px){.comparison-overview{grid-template-columns:minmax(0,1fr);align-items:stretch}.comparison-overview-actions{grid-column:auto}.comparison-overview-actions .btn:not(.btn-icon-action){flex:1 1 auto}.comparison-overview-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-overview-metrics>div{min-width:0}.comparison-products-panel>.topbar>div{align-items:flex-start;flex-direction:column;gap:2px}.comparison-main-table-scroll{overflow:visible}.comparison-decision-table .action-cell{text-align:left}.comparison-view-button{width:100%;justify-content:center}.modal-backdrop:has(.comparison-modal-panel){padding:0}.comparison-modal-panel{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0}.comparison-modal-content{overflow:visible}.comparison-item-controls{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-modal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-modal-summary>div:nth-child(2){border-right:0}.comparison-modal-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.comparison-supplier-table-scroll{overflow:visible}.comparison-supplier-table .comparison-radio-cell{text-align:left}}@media (max-width:600px){.comparison-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-overview-metrics>div:nth-child(2){border-right:0}.comparison-overview-metrics>div:last-child{grid-column:1/-1;border-top:1px solid var(--line)}.comparison-item-controls{grid-template-columns:minmax(0,1fr)}.comparison-supplier-heading{align-items:stretch;flex-direction:column}.comparison-supplier-heading .btn{width:100%}.comparison-modal-footer{align-items:stretch;flex-direction:column}.comparison-modal-footer .btn{width:100%}}:root{--operational-row-x:9px;--operational-row-y:5px;--operational-action-width:76px}.main>.topbar h1{font-size:20px;font-weight:750;line-height:1.2}.modal-panel h2,.panel h2,.table-panel h2{font-size:15px;font-weight:750;line-height:1.25}.field label,.field>span,.focus-summary-label{color:var(--text);font-weight:700}.action-cell .btn,.btn,.btn-compact,.table-scroll td:has(.btn) .btn{padding:6px 9px;border-radius:var(--radius-panel);font-size:13px}.btn svg{width:15px;height:15px;stroke-width:2}.btn-icon-action{width:var(--button-height);min-width:var(--button-height)}.field input,.field select,.field textarea,td input,td select{border-radius:var(--radius-panel);font-size:13px}.field input:not([type=checkbox]):not([type=radio]),.field select,td input:not([type=checkbox]):not([type=radio]),td select{min-height:var(--control-height)}.table-scroll td,.table-scroll th{padding:var(--operational-row-y) var(--operational-row-x)}.table-scroll th{color:var(--muted);background:#f3f6f9;font-size:11.5px;font-weight:800;line-height:1.2;text-transform:uppercase}.table-scroll tbody tr:hover{background:#f7f9fc}.code-cell,.comparison-modal-barcode,.table-scroll .code-cell{color:var(--text);font-weight:600;letter-spacing:0;overflow:visible;overflow-wrap:normal;text-overflow:clip;white-space:nowrap;word-break:normal}.code-cell,.comparison-modal-barcode,.table-scroll .code-cell,.table-scroll .quantity-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-scroll .quantity-cell input,.table-scroll .quantity-cell select{text-align:center;text-align-last:center}.table-scroll .money-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-scroll .money-cell input{text-align:right}.table-scroll .action-cell .btn:not(.btn-icon-action),.table-scroll td:has(.btn) .button-row>.btn:not(.btn-icon-action),.table-scroll td:has(.btn)>.btn:not(.btn-icon-action){min-width:var(--operational-action-width);justify-content:center}.table-scroll .action-cell .button-row,.table-scroll td:has(.btn) .button-row{align-items:center}.price-chip,.status{min-height:22px;padding:2px 7px;font-size:11px;font-weight:750}.compact-dialog-panel{width:min(92vw,480px);padding:0;overflow:hidden}.compact-dialog-header{min-height:44px;padding:8px 10px 8px 12px;border-bottom:1px solid var(--line);background:var(--surface)}.compact-dialog-header h2{margin:0}.compact-dialog-body{padding:12px}.compact-dialog-body>:first-child{margin-top:0}.compact-dialog-body>:last-child{margin-bottom:0}.compact-dialog-footer{width:100%;justify-content:flex-end;margin:0;padding:9px 12px;border-top:1px solid var(--line);background:#f8fafc}.compact-dialog-body.form-stack .compact-dialog-footer{margin:2px -12px -12px;width:calc(100% + 24px)}@media (max-width:840px){.table-scroll td.action-cell,.table-scroll td.money-cell,.table-scroll td.quantity-cell{text-align:left}.table-scroll .quantity-cell input,.table-scroll .quantity-cell select{text-align:left;text-align-last:left}.table-scroll .action-cell .button-row,.table-scroll td:has(.btn) .button-row{justify-content:flex-start}.table-scroll .action-cell .btn:not(.btn-icon-action),.table-scroll td:has(.btn) .button-row>.btn:not(.btn-icon-action),.table-scroll td:has(.btn)>.btn:not(.btn-icon-action){min-width:0}}@media (max-width:600px){.compact-dialog-panel{width:min(calc(100vw - 20px),480px)}.compact-dialog-footer .btn{flex:1 1;justify-content:center}}.comparison-decision-page{gap:8px}.comparison-workspace-header{min-height:58px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:8px 10px}.comparison-header-context{min-width:0;display:grid;flex:1 1 auto;grid-template-columns:minmax(280px,620px) auto;align-items:end;grid-gap:12px;gap:12px}.comparison-quotation-field{min-width:0}.comparison-quotation-field select{min-height:32px;font-weight:650}.comparison-header-meta{min-width:0;display:flex;align-items:center;gap:7px;margin:0 0 5px;color:var(--text-secondary);font-size:11.5px;white-space:nowrap}.comparison-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.comparison-products-panel{overflow:visible}.comparison-control-strip{position:relative;z-index:4;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 9px;border-bottom:1px solid var(--line);background:#fafbfc}.comparison-guidance{display:flex;align-items:center;gap:7px;margin:0;color:var(--text-secondary);font-size:11px;white-space:nowrap}.comparison-guidance>span{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#16803c}.comparison-supplier-count-label,.comparison-supplier-selector{color:var(--text-secondary);font-size:11px;font-weight:700}.comparison-supplier-selector{position:relative}.comparison-supplier-selector[open]{z-index:8}.comparison-supplier-selector summary{min-height:28px;display:flex;align-items:center;padding:3px 8px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--text-secondary);font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.comparison-supplier-selector summary:focus-visible,.comparison-supplier-selector summary:hover{border-color:#9baabd;background:#f8fafc;outline:none}.comparison-supplier-selector-menu{position:absolute;top:calc(100% + 4px);left:0;width:min(320px,calc(100vw - 32px));max-height:250px;overflow-y:auto;padding:5px;border:1px solid var(--line);border-radius:4px;background:var(--surface);box-shadow:0 8px 20px rgb(15 23 42/12%)}.comparison-supplier-selector-option{min-height:30px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px;padding:4px 6px;border-radius:3px;cursor:pointer}.comparison-supplier-selector-option:hover{background:#f3f6f9}.comparison-supplier-selector-option input{width:14px;height:14px;margin:0}.comparison-supplier-selector-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-matrix-scroll{max-width:100%;max-height:calc(100dvh - 188px);overflow-x:auto;overflow-y:auto;overscroll-behavior:auto;scrollbar-gutter:stable;touch-action:pan-x pan-y}.comparison-matrix-table{width:100%;min-width:710px;border-collapse:collapse;table-layout:fixed!important;font-size:12px}.comparison-matrix-table.comparison-supplier-count-0{min-width:710px}.comparison-matrix-table.comparison-supplier-count-1{min-width:838px}.comparison-matrix-table.comparison-supplier-count-2{min-width:966px}.comparison-matrix-table.comparison-supplier-count-3{min-width:1094px}.comparison-matrix-table.comparison-supplier-count-4{min-width:1222px}.comparison-matrix-table.comparison-supplier-count-5{min-width:1350px}.comparison-matrix-table.comparison-supplier-count-6{min-width:1478px}.comparison-matrix-table.comparison-supplier-count-7{min-width:1606px}.comparison-matrix-table.comparison-supplier-count-8{min-width:1734px}.comparison-matrix-table .comparison-product-col{width:224px}.comparison-matrix-table .comparison-quantity-col{width:64px}.comparison-matrix-table .comparison-unit-col{width:88px}.comparison-matrix-table .comparison-package-col{width:82px}.comparison-matrix-table .comparison-supplier-col{width:128px}.comparison-matrix-table .comparison-winner-col{width:118px}.comparison-matrix-table .comparison-savings-col{width:90px}.comparison-matrix-table .comparison-action-col{width:44px}.comparison-matrix-table td,.comparison-matrix-table th{height:36px;padding:3px 6px;border-right:1px solid #e2e6eb;border-bottom:1px solid #e5e8ec;vertical-align:middle}.comparison-matrix-table tr>:last-child{border-right:0}.comparison-matrix-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:3;height:28px;overflow:hidden;background:#f7f8fa;color:#263140;font-size:11px;font-weight:var(--weight-semibold);line-height:1.1;text-align:left;text-overflow:ellipsis;white-space:nowrap}.comparison-matrix-table tfoot td,.comparison-matrix-table tfoot th{position:-webkit-sticky;position:sticky;bottom:0;z-index:5}@media (min-width:601px){.comparison-matrix-table tbody td:first-child,.comparison-matrix-table thead th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:4;background:var(--surface)}.comparison-matrix-table thead th:first-child{z-index:6;background:#f7f8fa}.comparison-matrix-row-attention td:first-child{background:#fff8ed}}.comparison-matrix-table .comparison-supplier-heading-cell{height:32px;padding:3px 6px;border-left:1px solid #d8dde4;color:#111827;font-size:11px;font-weight:var(--weight-semibold);text-align:center;white-space:nowrap}.comparison-supplier-heading-cell span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-matrix-table .product-cell{color:#111827;font-weight:650;line-height:1.15}.comparison-matrix-table .product-cell .product-identity-name{min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-matrix-table .product-cell .product-identity-codes{display:grid;grid-gap:1px;gap:1px;color:var(--text-secondary);font-size:10px;line-height:1.1}.comparison-matrix-table .product-cell .product-code,.comparison-matrix-table .product-cell .product-identity-codes>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-winner-cell{overflow:hidden!important}.comparison-winner-cell,.comparison-winner-cell span{min-width:0;text-overflow:ellipsis;white-space:nowrap}.comparison-winner-cell span{display:block;max-width:100%;overflow:hidden}.comparison-matrix-table .code-cell{font-size:12px;font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.comparison-matrix-table .code-cell-long{font-size:11.5px}.comparison-edit-cell{padding:3px!important}.comparison-matrix-input,.comparison-matrix-select{width:100%;min-height:27px!important;height:27px;padding:2px 4px!important;border-radius:3px!important;font-size:12px!important}.comparison-matrix-select{text-overflow:clip}.comparison-quantity-cell .comparison-matrix-input{max-width:64px;margin-inline:auto}.comparison-package-cell .comparison-matrix-input{max-width:50px;margin-inline:auto}.comparison-row-action{padding-inline:3px!important;text-align:center!important}.comparison-row-action .btn-icon-action{margin-inline:auto}.comparison-total-action{background:#fbfcfd}.comparison-offer-cell{position:relative;border-left:1px solid #d8dde4;color:#111827;font-weight:600;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;transition:background-color .1s ease,box-shadow .1s ease}.comparison-offer-total,.comparison-offer-unit,.comparison-offer-values{display:block}.comparison-offer-values{position:relative;min-width:0;line-height:1.15}.comparison-offer-total{font-size:12px;font-weight:700;white-space:nowrap}.comparison-offer-unit{margin-top:2px;color:var(--text-secondary);font-size:10px;font-weight:550;white-space:nowrap}.comparison-offer-selected-marker{position:absolute;top:50%;left:0;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid;border-radius:50%;transform:translateY(-50%)}.comparison-offer-cell.is-selected .comparison-offer-values{padding-left:17px}.comparison-offer-cell.is-lowest .comparison-offer-unit,.comparison-offer-cell.is-selected .comparison-offer-unit{color:inherit;opacity:.78}.comparison-offer-cell.is-available[role=button]{cursor:pointer}.comparison-offer-cell.is-available[role=button]:focus-visible,.comparison-offer-cell.is-available[role=button]:hover{background:#eef3f8;outline:none}.comparison-offer-cell.is-lowest:not(.is-selected){background:#f5faf6;color:#235b34}.comparison-offer-cell.is-selected.is-automatic{background:#e5f4e9;color:#166534;font-weight:750}.comparison-offer-cell.is-selected.is-manual{background:#edf5ff;color:#174a7a;font-weight:750;box-shadow:inset 0 1px 0 #6c9ed1,inset 0 -1px 0 #6c9ed1}.comparison-offer-cell.is-empty{color:#9ca3af}.comparison-winner-cell{color:#166534;font-size:11px;font-weight:700;line-height:1.15}.comparison-winner-name,.comparison-winner-state{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparison-winner-state{margin-top:2px;color:var(--text-secondary);font-size:9.5px;font-weight:600}.comparison-winner-cell.is-tie:not(.is-manual){color:var(--warning)}.comparison-winner-cell.is-no_response{color:var(--text-secondary)}.comparison-savings-cell{color:#b91c1c;font-weight:750;white-space:nowrap}.comparison-savings-cell.is-negative{color:var(--danger)}.comparison-matrix-table tfoot td,.comparison-matrix-table tfoot th{height:46px;border-top:2px solid #d7dce2;border-bottom:0;background:#fbfcfd;font-weight:750}.comparison-total-label{color:#1f2937;text-align:center!important;text-transform:uppercase}.comparison-supplier-total{color:#111827;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.comparison-total-economy-label{color:#374151;font-size:9px!important;text-align:right!important;text-transform:uppercase}.comparison-total-economy{color:#b91c1c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.comparison-matrix-row-attention{background:#fff8ed;box-shadow:inset 3px 0 0 var(--warning)}.final-purchase-page{gap:8px}.final-purchase-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:8px;gap:8px;padding:9px 10px}.final-purchase-pending{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:6px 8px 6px 12px}.final-orders-panel>.topbar{min-height:38px}.final-orders-table td:first-child,.final-orders-table th:first-child{width:31%}.final-orders-table td:nth-child(4),.final-orders-table th:nth-child(4){width:15%}.final-orders-table td:nth-child(5),.final-orders-table th:nth-child(5){width:10%}.final-orders-table td:nth-child(6),.final-orders-table th:nth-child(6){width:22%}.final-order-modal-header{min-height:46px}.final-order-modal-header>div{min-width:0}.final-order-modal-header h2{margin:0 0 2px}.final-order-modal-header .muted{font-size:12px}.final-order-modal-actions{flex-wrap:nowrap}.final-order-edit-notice{margin:8px 10px 0}.final-order-edit-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.final-order-items-table td{vertical-align:middle}.final-order-items-table td:first-child,.final-order-items-table th:first-child{width:21%}.final-order-items-table td:nth-child(2),.final-order-items-table th:nth-child(2){width:9%}.final-order-items-table td:nth-child(3),.final-order-items-table th:nth-child(3){width:14%}.final-order-items-table td:nth-child(4),.final-order-items-table th:nth-child(4){width:9%}.final-order-items-table td:nth-child(5),.final-order-items-table th:nth-child(5){width:10%}.final-order-items-table td:nth-child(6),.final-order-items-table th:nth-child(6){width:12%}.final-order-items-table td:nth-child(7),.final-order-items-table td:nth-child(8),.final-order-items-table th:nth-child(7),.final-order-items-table th:nth-child(8){width:10%}.final-order-items-table td:nth-child(9),.final-order-items-table th:nth-child(9){width:5%}.final-order-item-removal{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 10px 0}.final-order-item-removal p{margin:3px 0 0}@media (max-width:1240px){.comparison-header-context{grid-template-columns:minmax(260px,1fr) auto}.comparison-matrix-table td,.comparison-matrix-table th{padding-right:5px;padding-left:5px}}@media (max-width:840px){.modal-backdrop:has(.final-order-modal-panel){padding:0}.final-order-modal-panel{width:100vw}.comparison-workspace-header{align-items:stretch;flex-direction:column}.comparison-header-context{grid-template-columns:minmax(0,1fr);gap:5px}.comparison-header-meta{margin:0}.final-purchase-pending{align-items:stretch;flex-direction:column}.final-purchase-pending .btn{justify-content:center}}@media (min-width:601px) and (max-width:900px){.table-scroll.comparison-matrix-scroll{overflow:auto}.comparison-matrix-table{display:table!important;font-size:11.5px}.comparison-matrix-table thead{display:table-header-group!important}.comparison-matrix-table tbody{display:table-row-group!important;padding:0}.comparison-matrix-table tfoot{display:table-footer-group!important}.comparison-matrix-table tr{display:table-row!important;padding:0;border:0;background:transparent}.comparison-matrix-table td,.comparison-matrix-table td.product-cell,.comparison-matrix-table td[data-label],.comparison-matrix-table th{display:table-cell!important;width:auto!important;padding:3px!important;border-radius:0}.comparison-matrix-table td[data-label]:before{content:none!important}.comparison-matrix-table .comparison-matrix-input,.comparison-matrix-table .comparison-matrix-select{min-height:24px!important;height:24px;padding:1px 3px!important;font-size:11.5px!important}.comparison-matrix-table .comparison-winner-cell{font-size:9.5px}.comparison-matrix-table .code-cell-long{font-size:8.5px}.comparison-matrix-table .comparison-savings-cell{text-align:right}}@media (max-width:700px){.comparison-matrix-table .comparison-matrix-input,.comparison-matrix-table .comparison-matrix-select{min-height:34px!important;height:34px;font-size:16px!important}}@media (max-width:600px){.comparison-workspace-header{gap:8px}.comparison-header-actions{display:grid;grid-template-columns:var(--button-height) minmax(0,1fr);width:100%}.comparison-header-actions .btn{width:100%;justify-content:center}.comparison-header-meta{flex-wrap:wrap;white-space:normal}.comparison-control-strip{align-items:stretch;flex-direction:column;gap:7px}.comparison-supplier-selector{width:100%}.comparison-supplier-selector summary{justify-content:space-between}.comparison-supplier-selector-menu{right:auto;left:0;width:100%}.comparison-guidance{align-items:flex-start;white-space:normal}.comparison-guidance>span{margin-top:4px}.comparison-matrix-scroll{max-height:none;overflow:visible;scrollbar-gutter:auto}.comparison-matrix-table,.comparison-matrix-table tbody,.comparison-matrix-table tfoot{display:block!important;width:100%!important}.comparison-matrix-table{min-width:0!important}.comparison-matrix-table colgroup,.comparison-matrix-table thead{display:none!important}.comparison-matrix-table tbody{display:grid!important;grid-gap:7px;gap:7px;padding:7px}.comparison-matrix-table tbody tr{display:block!important;width:100%;padding:7px 8px;border:1px solid var(--line);border-radius:5px;background:var(--surface)}.comparison-matrix-table tbody td,.comparison-matrix-table tbody td.product-cell,.comparison-matrix-table tbody td[data-label]{min-height:34px;display:grid!important;grid-template-columns:minmax(108px,40%) minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;width:100%!important;height:auto;padding:6px 0!important;border-right:0;border-bottom:1px solid #edf0f3;text-align:left}.comparison-matrix-table tbody td[data-label]:before{content:attr(data-label)!important;color:var(--muted);font-size:10px;font-weight:750;line-height:1.15;text-transform:uppercase;white-space:normal}.comparison-matrix-table tbody td.product-cell{display:block!important;padding-top:2px!important;font-size:13px}.comparison-matrix-table tbody td.product-cell:before{content:none!important}.comparison-matrix-table .product-cell span,.comparison-winner-cell,.comparison-winner-cell span{overflow:visible;text-overflow:clip;white-space:normal}.comparison-matrix-table tbody td:last-child{border-bottom:0}.comparison-matrix-table .comparison-offer-cell{padding-right:6px!important}.comparison-matrix-table .comparison-offer-cell.is-selected.is-manual{border-radius:2px;box-shadow:inset 3px 0 0 #6c9ed1}.comparison-matrix-table .comparison-offer-cell.is-selected.is-automatic{box-shadow:inset 3px 0 0 #4f9964}.comparison-matrix-table .comparison-savings-cell{text-align:left}.comparison-matrix-table .comparison-row-action{display:flex!important;justify-content:flex-start}.comparison-matrix-table tfoot{padding:0 7px 7px}.comparison-matrix-table tfoot tr{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-gap:0;gap:0;padding:7px 8px;border:1px solid var(--line);border-radius:5px;background:#fbfcfd}.comparison-matrix-table tfoot td,.comparison-matrix-table tfoot th{position:static;min-height:32px;display:flex!important;align-items:center;justify-content:space-between;width:100%!important;height:auto;padding:5px 0;border:0;border-bottom:1px solid #edf0f3;background:transparent}.comparison-total-label{grid-column:1/-1;justify-content:flex-start!important;text-align:left!important}.comparison-supplier-total{grid-column:1/-1}.comparison-supplier-total:before{content:attr(data-label);color:var(--muted);font-size:10px;text-transform:uppercase}.comparison-total-economy-label{justify-content:flex-start!important;border-bottom:0!important;text-align:left!important}.comparison-total-economy{justify-content:flex-end!important;border-bottom:0!important}.comparison-total-action{display:none!important}.final-purchase-toolbar{grid-template-columns:minmax(0,1fr) var(--button-height)}}:root{--text-secondary:#4b5563;--surface-muted:#f3f5f7;--surface-hover:#f7f9fb;--focus-ring:rgb(31 78 121/18%);--font-page-title:13px;--font-panel-title:14px;--font-subtitle:11px;--font-table:12.5px;--font-table-head:11px;--font-label:11.5px;--font-helper:11px;--font-button:12px;--font-status:10.5px;--weight-regular:450;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--line-page-title:1.2;--line-panel-title:1.25;--line-table:1.25;--space-page:10px;--space-section:8px;--space-panel:9px;--space-control-x:8px;--space-row-x:7px;--space-row-y:3px;--control-height:32px;--button-height:30px;--icon-button-size:28px;--radius-control:4px;--radius-panel:5px;--border-standard:1px solid var(--line);--sidebar-width:196px;--action-column-width:80px;--table-row-height:32px;--table-head-height:28px;--table-control-height:28px;--modal-compact-width:480px;--modal-detail-width:1500px;--modal-page-gap:16px}body{font-size:12.5px;line-height:1.35}:where(a,button,input,select,textarea,[role=button]):focus-visible{outline:2px solid var(--primary);outline-offset:2px}.app-shell{width:100%;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;padding:8px 7px;gap:8px}.sidebar .brand{min-height:40px;gap:9px;padding:0 5px 9px}.sidebar .brand-mark{width:34px;height:34px;border-radius:var(--radius-control);font-size:11px}.sidebar .brand h2{font-size:15px;line-height:1.15}.sidebar .brand p{margin-top:3px;font-size:11px}.sidebar-menu-toggle{display:none;margin-left:auto}.nav-list{gap:2px}.nav-item{min-height:30px;gap:8px;padding:5px 7px;border-radius:var(--radius-control);font-size:12.5px;font-weight:var(--weight-medium)}.nav-item svg{width:16px;height:16px}.main>.topbar{min-height:40px;padding:6px 10px}.main>.topbar h1{font-size:var(--font-page-title);font-weight:var(--weight-semibold);letter-spacing:0;line-height:var(--line-page-title);text-transform:uppercase}.main>.topbar p{font-size:var(--font-subtitle)}.content{padding:var(--space-page)}.employee-list-layout,.form-stack,.panel-grid,.supplier-quote-layout{gap:var(--space-section)}.modal-panel,.panel,.table-panel{border:var(--border-standard);border-radius:var(--radius-panel);box-shadow:none}.panel{padding:var(--space-panel)}.dashboard-overview-panel>.topbar,.panel>.topbar,.table-panel>.topbar{min-height:36px;padding:5px 8px;gap:8px}.modal-panel h2,.panel h2,.table-panel h2{margin:0 0 8px;font-size:var(--font-panel-title);font-weight:var(--weight-bold);line-height:var(--line-panel-title)}.dashboard-overview-panel>.topbar h2,.panel>.topbar h2,.table-panel>.topbar h2{margin:0}.empty-state,.panel-body{padding:8px 9px}.empty-state{min-height:48px;display:flex;align-items:center;font-size:var(--font-table)}.quotation-analysis-controls,.section-toolbar{padding:6px 8px;gap:6px}.field{gap:4px}.field label,.field>span{font-size:var(--font-label);font-weight:var(--weight-semibold);line-height:1.25}.field input,.field select,.field textarea,td input,td select{min-height:var(--control-height);padding:5px var(--space-control-x);border-radius:var(--radius-control);font-size:12.5px}.field textarea{min-height:72px}.field input:focus,.field select:focus,.field textarea:focus,td input:focus,td select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring);outline:none}.field input:disabled,.field select:disabled,.field textarea:disabled,td input:disabled,td select:disabled{background:#eef1f4;color:#6b7280;cursor:not-allowed}.field small,.muted,small.muted{color:var(--text-secondary);font-size:var(--font-helper)}.button-row{gap:6px}.action-cell .btn,.btn,.btn-compact,.table-scroll td:has(.btn) .btn{min-height:var(--button-height);padding:5px 9px;gap:6px;border-radius:var(--radius-control);font-size:var(--font-button);font-weight:var(--weight-semibold);line-height:1.2}.btn-icon-action{width:var(--icon-button-size);min-width:var(--icon-button-size);min-height:var(--icon-button-size);padding:0}.btn:disabled{opacity:.48}.price-chip,.status{min-height:20px;padding:1px 6px;border-radius:999px;font-size:var(--font-status);font-weight:var(--weight-semibold);line-height:1.2}.notice{padding:8px 9px;border-radius:var(--radius-control);font-size:var(--font-table)}.compact-summary{gap:5px}.products-layout{grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr)}.access-management-layout{grid-template-columns:minmax(0,1.22fr) minmax(350px,.78fr)}.expiration-register-layout{grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr)}.employee-list-layout{grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)}.supplier-quote-layout{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr)}.employee-list-layout .split-form{grid-template-columns:minmax(90px,.8fr) minmax(120px,1fr) minmax(140px,1.2fr)}.expiration-register-layout .split-form{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-overview-panel{padding:0;overflow:hidden}.dashboard-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:var(--border-standard);border-bottom:var(--border-standard)}.dashboard-kpi-item{min-height:58px;display:grid;align-content:center;grid-gap:3px;gap:3px;padding:9px 12px;border-right:var(--border-standard);box-shadow:inset 3px 0 0 #9ca3af}.dashboard-kpi-item:last-child{border-right:0}.dashboard-kpi-item span{color:var(--text-secondary);font-size:var(--font-table-head);font-weight:var(--weight-bold);text-transform:uppercase}.dashboard-kpi-item strong{font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.dashboard-kpi-item.is-danger{box-shadow:inset 3px 0 0 var(--danger)}.dashboard-kpi-item.is-warning{box-shadow:inset 3px 0 0 var(--warning)}.dashboard-kpi-item.is-info{box-shadow:inset 3px 0 0 var(--info)}.dashboard-kpi-item.is-success{box-shadow:inset 3px 0 0 var(--success)}.dashboard-shortcuts{min-height:42px;display:flex;align-items:center;gap:10px;padding:7px 9px}.dashboard-shortcuts>span{color:var(--text-secondary);font-size:var(--font-label);font-weight:var(--weight-bold)}.expiration-page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:var(--space-section)}.table-scroll:not(.comparison-matrix-scroll){width:100%;max-width:100%;overflow:hidden}.detail-modal-panel>.table-scroll{min-height:0;overflow:auto}.table-scroll.comparison-matrix-scroll{width:100%;max-width:100%}.table-scroll table{width:100%;border-collapse:collapse;color:var(--text);font-size:var(--font-table);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-scroll table:not(.comparison-matrix-table){table-layout:fixed}.table-scroll td,.table-scroll th{height:var(--table-row-height);padding:var(--space-row-y) var(--space-row-x);border-right:1px solid #e5e9ee;border-bottom:1px solid #e5e9ee;font-size:var(--font-table);line-height:var(--line-table);vertical-align:middle}.table-scroll tr>:last-child{border-right:0}.table-scroll th{height:var(--table-head-height);overflow:visible;background:var(--surface-muted);color:var(--text-primary);font-size:var(--font-table-head);font-weight:var(--weight-bold);letter-spacing:0;line-height:1.15;text-overflow:clip;text-transform:none;white-space:nowrap}.table-scroll tbody tr:hover{background:var(--surface-hover)}.table-scroll .product-cell{color:var(--text);font-weight:var(--weight-semibold);line-height:1.2;overflow-wrap:normal;word-break:normal;white-space:normal}.code-cell,.comparison-modal-barcode,.purchase-code,.table-scroll .code-cell,[data-label="Cód. interno"],[data-label="Código de barras"],[data-label="Código"]{overflow:visible;color:#111827;font-size:12px;font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0;overflow-wrap:normal;text-overflow:clip;white-space:nowrap;word-break:normal}.table-scroll .quantity-cell{text-align:center}.table-scroll .money-cell{text-align:right}.table-scroll .date-cell,.table-scroll [data-label*=Cria],.table-scroll [data-label*=Data],.table-scroll [data-label*=Prazo],.table-scroll [data-label*=Validade]{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap}.table-scroll .action-cell,.table-scroll .money-cell,.table-scroll .quantity-cell,.table-scroll .status,.table-scroll .unit-cell{white-space:nowrap}.table-scroll .action-cell,.table-scroll td:has(.btn),.table-scroll th.action-cell{width:var(--action-column-width);min-width:0;text-align:right}.table-scroll .action-cell .button-row,.table-scroll td:has(.btn) .button-row{display:inline-flex;width:auto;flex-wrap:nowrap;justify-content:flex-end}.table-scroll .action-cell:has(.btn-icon-action) .btn,.table-scroll td:has(.btn-icon-action) .btn{min-width:var(--icon-button-size)}.product-table td:first-child,.product-table th:first-child{width:30%}.product-table td:nth-child(2),.product-table th:nth-child(2){width:18%}.product-table td:nth-child(3),.product-table th:nth-child(3){width:13%}.product-table td:nth-child(4),.product-table th:nth-child(4){width:7%}.product-table td:nth-child(5),.product-table td:nth-child(6),.product-table th:nth-child(5),.product-table th:nth-child(6){width:11%}.product-table td:nth-child(7),.product-table th:nth-child(7){width:10%}.owner-lists-table td:first-child,.owner-lists-table th:first-child{width:40%}.owner-lists-table td:nth-child(2),.owner-lists-table th:nth-child(2){width:24%}.owner-lists-table td:nth-child(3),.owner-lists-table th:nth-child(3){width:8%}.owner-lists-table td:nth-child(4),.owner-lists-table th:nth-child(4){width:20%}.owner-lists-table td:nth-child(5),.owner-lists-table th:nth-child(5){width:8%}.employee-lists-table td:first-child,.employee-lists-table th:first-child{width:47%}.employee-lists-table td:nth-child(2),.employee-lists-table th:nth-child(2){width:9%}.employee-lists-table td:nth-child(3),.employee-lists-table th:nth-child(3){width:30%}.employee-lists-table td:nth-child(4),.employee-lists-table th:nth-child(4){width:14%}.consolidation-table td:first-child,.consolidation-table th:first-child{width:24%}.consolidation-table td:nth-child(2),.consolidation-table th:nth-child(2){width:15%}.consolidation-table td:nth-child(3),.consolidation-table td:nth-child(4),.consolidation-table td:nth-child(5),.consolidation-table td:nth-child(8),.consolidation-table th:nth-child(3),.consolidation-table th:nth-child(4),.consolidation-table th:nth-child(5),.consolidation-table th:nth-child(8){width:8%}.consolidation-table td:nth-child(6),.consolidation-table th:nth-child(6){width:9%}.consolidation-table td:nth-child(7),.consolidation-table th:nth-child(7){width:20%}.quotation-list-table td:first-child,.quotation-list-table th:first-child{width:21%}.quotation-list-table td:nth-child(2),.quotation-list-table th:nth-child(2){width:15%}.quotation-list-table td:nth-child(3),.quotation-list-table th:nth-child(3){width:8%}.quotation-list-table td:nth-child(4),.quotation-list-table th:nth-child(4){width:48%}.quotation-list-table td:nth-child(5),.quotation-list-table th:nth-child(5){width:8%}.supplier-quotation-list-table td:first-child,.supplier-quotation-list-table th:first-child{width:22%}.supplier-quotation-list-table td:nth-child(2),.supplier-quotation-list-table th:nth-child(2){width:24%}.supplier-quotation-list-table td:nth-child(3),.supplier-quotation-list-table th:nth-child(3){width:10%}.supplier-quotation-list-table td:nth-child(4),.supplier-quotation-list-table th:nth-child(4){width:33%}.supplier-quotation-list-table td:nth-child(5),.supplier-quotation-list-table th:nth-child(5){width:11%}.final-orders-table td:first-child,.final-orders-table th:first-child{width:34%}.final-orders-table td:nth-child(4),.final-orders-table th:nth-child(4){width:17%}.final-orders-table td:nth-child(5),.final-orders-table th:nth-child(5){width:7%}.final-orders-table td:nth-child(6),.final-orders-table th:nth-child(6){width:20%}.supplier-orders-table td:first-child,.supplier-orders-table th:first-child{width:18%}.supplier-orders-table td:nth-child(2),.supplier-orders-table th:nth-child(2){width:16%}.supplier-orders-table td:nth-child(3),.supplier-orders-table th:nth-child(3){width:23%}.supplier-orders-table td:nth-child(4),.supplier-orders-table th:nth-child(4){width:7%}.supplier-orders-table td:nth-child(5),.supplier-orders-table th:nth-child(5){width:13%}.supplier-orders-table td:nth-child(6),.supplier-orders-table th:nth-child(6){width:15%}.supplier-orders-table td:nth-child(7),.supplier-orders-table th:nth-child(7){width:8%}.modal-backdrop{z-index:50;padding:var(--modal-page-gap);background:rgb(17 24 39/48%)}.modal-backdrop>.modal-panel,.modal-backdrop>.table-panel{max-width:calc(100vw - var(--modal-page-gap) - var(--modal-page-gap));max-height:calc(100dvh - var(--modal-page-gap) - var(--modal-page-gap));border:var(--border-standard);border-radius:var(--radius-panel);background:var(--surface);box-shadow:0 18px 40px rgb(15 23 42/18%)}.compact-dialog-panel{width:min(92vw,var(--modal-compact-width))}.detail-modal-panel,.final-order-modal-panel,.quotation-modal-panel{width:min(95vw,var(--modal-detail-width))}.compact-dialog-header,.detail-modal-panel>.topbar,.quotation-modal-panel>.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:3;min-height:44px;background:var(--surface)}.compact-dialog-footer,.comparison-modal-footer{min-height:48px;padding:8px 10px;background:#f8fafc}.comparison-matrix-table td,.comparison-matrix-table th{height:auto;min-height:0}.comparison-supplier-heading-cell span,.comparison-winner-cell,.comparison-winner-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal;overflow-wrap:normal}.comparison-matrix-table .code-cell{overflow:visible;color:#111827;text-overflow:clip}@media (max-width:1500px){.supplier-quote-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1180px){.access-management-layout,.employee-list-layout,.expiration-register-layout,.products-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1100px){.app-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:auto;max-height:100dvh;padding:7px 9px;overflow-y:auto}.sidebar .brand{min-height:40px;margin:0;padding:0;border-bottom:0}.sidebar-menu-toggle{display:inline-flex;border-color:rgb(255 255 255/18%);background:rgb(255 255 255/8%);color:#fff}.sidebar-menu-toggle:hover{background:rgb(255 255 255/14%)}.nav-list{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding-top:7px;border-top:1px solid rgb(255 255 255/10%)}.sidebar.is-open .nav-list{display:grid}.nav-item{min-height:36px}.main>.topbar{min-height:44px}}@media (max-width:840px){:root{--space-page:9px;--space-section:8px}.dashboard-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpi-item:nth-child(2){border-right:0}.dashboard-kpi-item:nth-child(-n+2){border-bottom:var(--border-standard)}.table-scroll{overflow:visible}.table-scroll table:not(.comparison-matrix-table),.table-scroll table:not(.comparison-matrix-table) tbody,.table-scroll table:not(.comparison-matrix-table) td,.table-scroll table:not(.comparison-matrix-table) th,.table-scroll table:not(.comparison-matrix-table) thead,.table-scroll table:not(.comparison-matrix-table) tr{display:block;width:100%}.table-scroll table:not(.comparison-matrix-table) thead{display:none}.table-scroll table:not(.comparison-matrix-table) tbody{display:grid;grid-gap:7px;gap:7px;padding:7px}.table-scroll table:not(.comparison-matrix-table) tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:18px;column-gap:18px;padding:7px 9px;border:var(--border-standard);border-radius:var(--radius-panel);background:var(--surface)}.table-scroll table:not(.comparison-matrix-table) tbody td,.table-scroll table:not(.comparison-matrix-table) tbody td.product-cell{width:100%!important;min-height:34px;height:auto;padding:6px 0;border-right:0;border-bottom:1px solid #edf0f3}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]{display:grid;grid-template-columns:minmax(100px,36%) minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]:before{content:attr(data-label);color:var(--text-secondary);font-size:var(--font-table-head);font-weight:var(--weight-bold);line-height:1.2;text-transform:uppercase;white-space:normal}.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td.product-cell{grid-column:1/-1;display:block;font-size:13px}.table-scroll table:not(.comparison-matrix-table) tbody td.product-cell:before{content:none}.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td.action-cell,.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td:has(.button-row){grid-column:1/-1}.table-scroll .action-cell,.table-scroll .money-cell,.table-scroll .quantity-cell{text-align:left}.table-scroll .action-cell .button-row,.table-scroll td:has(.btn) .button-row{justify-content:flex-start}.modal-backdrop{padding:0}.modal-backdrop>.detail-modal-panel,.modal-backdrop>.final-order-modal-panel,.modal-backdrop>.quotation-modal-panel{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border:0;border-radius:0}}@media (max-width:600px){:root{--control-height:40px;--button-height:40px;--icon-button-size:40px}.sidebar .brand h2{font-size:15px}.sidebar .brand p{display:block;font-size:10px}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-list-layout .split-form,.expiration-register-layout .split-form{grid-template-columns:minmax(0,1fr)}.main>.topbar{padding:6px 9px}.main>.topbar h1{font-size:18px}.main>.topbar .status{display:none}.main>.topbar .btn-secondary{width:var(--icon-button-size);min-width:var(--icon-button-size);padding:0;font-size:0}.dashboard-overview-panel>.topbar{align-items:center;flex-direction:row}.dashboard-kpi-strip{grid-template-columns:minmax(0,1fr)}.dashboard-kpi-item{min-height:56px;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-right:0}.dashboard-kpi-item,.dashboard-kpi-item:nth-child(-n+2){border-bottom:var(--border-standard)}.dashboard-kpi-item:last-child{border-bottom:0}.dashboard-shortcuts{align-items:flex-start;flex-direction:column}.dashboard-shortcuts .button-row{width:100%}.dashboard-shortcuts .btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px)}.expiration-page-toolbar{align-items:center;flex-direction:row}.expiration-page-toolbar .segmented-control{flex:1 1 auto;min-width:0}.expiration-page-toolbar>.btn{flex:0 0 var(--icon-button-size);width:var(--icon-button-size)}.panel>.topbar,.table-panel>.topbar{align-items:center;flex-direction:row}.panel>.topbar>.button-row,.table-panel>.topbar>.button-row{width:auto;margin-left:auto}.panel>.topbar .btn,.table-panel>.topbar .btn{flex:0 0 auto}.table-scroll table:not(.comparison-matrix-table) tbody tr{display:block}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]{grid-template-columns:minmax(96px,38%) minmax(0,1fr)}.table-scroll table:not(.comparison-matrix-table) tbody td.action-cell,.table-scroll table:not(.comparison-matrix-table) tbody td:has(.button-row){display:block}.table-scroll table:not(.comparison-matrix-table) tbody td .button-row{width:100%;flex-wrap:wrap}.table-scroll table.product-table:not(.comparison-matrix-table) tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:14px;column-gap:14px}.table-scroll .product-table tbody td.action-cell,.table-scroll .product-table tbody td.product-cell{grid-column:1/-1}.table-scroll .product-table tbody td[data-label]:not(.product-cell):not(.action-cell){display:grid;grid-template-columns:minmax(0,1fr);grid-gap:3px;gap:3px}.compact-dialog-panel{width:min(calc(100vw - 18px),var(--modal-compact-width))}.auth-page{padding:16px}.auth-card{padding:0}}.main>.topbar{border-bottom-color:#d7dee7}.main>.topbar>div:first-child{min-width:0}.main>.topbar .button-row{flex-wrap:nowrap}.session-user{max-width:240px;overflow:hidden;color:var(--text-secondary);font-size:var(--font-label);font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap}.profile-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid.products-layout{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)}.settings-panel{width:min(100%,720px)}.table-scroll tbody tr{min-height:var(--table-row-height)}.table-scroll tbody tr:focus-within{background:#f2f6fa}.table-scroll td:has(>[data-keyboard-navigation]:focus){background:#e8f1fb;box-shadow:inset 3px 0 0 var(--primary)}.table-scroll [data-keyboard-navigation]:focus{position:relative;z-index:1;background:#fff}.table-scroll .status{display:inline-flex;min-width:66px;align-items:center;justify-content:center;text-align:center}.table-scroll .code-cell,.table-scroll .money-cell,.table-scroll .product-cell,.table-scroll .quantity-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-scroll td.quantity-cell,.table-scroll th.quantity-cell{text-align:center}.table-scroll td.money-cell,.table-scroll th.money-cell{text-align:right}.auth-card{padding:24px}@media (min-width:841px){.table-scroll td input,.table-scroll td select{min-height:var(--table-control-height);padding-block:4px}}@media (max-width:900px){.profile-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1180px){.panel-grid.products-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:840px){.nav-list{grid-template-columns:repeat(3,minmax(0,1fr))}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]:before{letter-spacing:0;text-align:left;text-transform:none}.table-scroll table:not(.comparison-matrix-table) tbody td.money-cell,.table-scroll table:not(.comparison-matrix-table) tbody td.quantity-cell{text-align:right}.table-scroll table:not(.comparison-matrix-table) tbody td.action-cell{text-align:left}.table-scroll .status{justify-self:start}}@media (max-width:600px){.session-user{display:none}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-card{padding:20px}.settings-panel{width:100%}.final-order-edit-footer{align-items:stretch;flex-direction:column}.final-order-edit-footer .btn,.final-order-edit-footer .button-row{width:100%}.final-order-item-removal{align-items:stretch;flex-direction:column}.final-order-item-removal .btn,.final-order-item-removal .button-row{width:100%}}.purchase-workspace-heading>div,.purchases-list-panel>.topbar>div{min-width:0}.purchase-code{display:block;margin-top:2px;font-size:10px;font-weight:var(--weight-medium);white-space:nowrap}.purchases-table .product-cell{width:28%}.purchases-table .action-cell{width:112px}.purchase-workspace{min-width:0}.purchase-workspace-header{padding:12px 14px}.purchase-workspace-heading,.purchase-workspace-metrics{display:flex;align-items:center}.purchase-workspace-heading{justify-content:space-between;gap:16px}.purchase-workspace-heading h2{margin-top:2px;font-size:16px}.purchase-workspace-metrics{gap:0;margin-top:10px;border-top:var(--border-standard)}.purchase-workspace-metrics>span{min-width:0;flex:1 1;padding:9px 12px 0;border-left:var(--border-standard);color:var(--text-secondary);font-size:var(--font-label);white-space:nowrap}.purchase-workspace-metrics>span:first-child{padding-left:0;border-left:0}.purchase-workspace-metrics>span strong{color:var(--text);font-size:var(--font-table)}.purchase-workspace-metrics>.btn{flex:0 0 var(--icon-button-size);margin:7px 0 0 12px}.purchase-stage-nav{display:grid;overflow:hidden;grid-template-columns:repeat(4,minmax(0,1fr));border:var(--border-standard);border-radius:var(--radius-panel);background:var(--surface)}.purchase-stage-nav button{display:flex;min-width:0;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-right:var(--border-standard);border-bottom:3px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit;font-size:var(--font-label);font-weight:var(--weight-semibold)}.purchase-stage-nav button:last-child{border-right:0}.purchase-stage-nav button:hover:not(:disabled){background:#f7f9fc;color:var(--text-primary)}.purchase-stage-nav button.active{border-bottom-color:var(--primary);background:#f0f5fa;color:var(--primary-strong)}.purchase-stage-nav button:disabled{color:#9ca3af;cursor:not-allowed}.purchase-stage-index{display:inline-grid;width:22px;height:22px;place-items:center;border:1px solid;border-radius:50%;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.purchase-workspace-active-stage,.purchase-workspace-stage-content,.quotation-workspace-panel{min-width:0}.purchase-stage-actions{justify-content:flex-end}.quotation-workspace-panel{width:100%}.purchase-origin-panel>.topbar{align-items:center}.purchase-source-lists{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;border-bottom:var(--border-standard)}.purchase-preparation-table .product-cell{width:34%}.purchase-preparation-table .code-cell{width:150px}@media (max-width:840px){.purchase-workspace-header{padding:11px 12px}.purchase-workspace-heading{align-items:flex-start}.purchase-workspace-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-workspace-metrics>span{padding:8px 8px 0;border-left:0}.purchase-workspace-metrics>span:nth-child(2n){border-left:var(--border-standard)}.purchase-workspace-metrics>span:nth-child(odd){padding-left:0}.purchase-workspace-metrics>.btn{margin:7px 0 0 auto}.purchase-stage-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-stage-nav button:nth-child(2){border-right:0}.purchase-stage-nav button:nth-child(-n+2){border-bottom-color:var(--line)}.purchase-stage-nav button.active{border-bottom-color:var(--primary)}.purchase-stage-actions,.purchase-stage-actions .btn{width:100%}.purchase-source-lists{padding:8px 10px}}@media (max-width:600px){.purchase-origin-panel>.topbar .muted,.purchases-list-panel>.topbar .muted{display:none}.purchase-workspace-heading{flex-direction:column;gap:6px}.purchase-workspace-metrics>span{white-space:normal}.purchase-stage-nav button{min-height:44px;gap:6px}.purchase-stage-index{width:20px;height:20px}.purchase-source-lists .status{width:100%;justify-content:flex-start}}.context-label{letter-spacing:0;text-transform:uppercase;display:block;margin-bottom:2px;color:var(--text-secondary);font-size:10px;font-weight:var(--weight-bold);line-height:1.2}.table-scroll td.money-cell,.table-scroll td.product-cell,.table-scroll td.quantity-cell,.table-scroll td.supplier-cell,.table-scroll td[data-label="Situação"]{color:var(--text-primary);font-weight:var(--weight-semibold)}.comparison-matrix-table .code-cell,.comparison-matrix-table .code-cell-long{overflow:visible;color:#111827;font-size:10px;font-weight:var(--weight-semibold);text-overflow:clip}.table-scroll td input[data-keyboard-field=quantity],.table-scroll td input[data-keyboard-field=units_per_package],.table-scroll td input[inputmode=numeric]{width:72px;min-width:58px;max-width:100%;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.table-scroll td select[data-keyboard-field=unit]{min-width:88px}.table-scroll [data-keyboard-navigation]:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.purchases-list-panel,.purchases-table-scroll{overflow:visible;overscroll-behavior-y:auto;touch-action:pan-y}.purchases-table{table-layout:fixed}.purchases-table .action-cell .button-row{gap:4px}.purchases-filter{min-width:0}.purchase-add-product,.purchase-preparation-settings{overflow:visible}.purchase-stage-section-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:var(--border-standard)}.purchase-stage-section-heading>div:first-child{min-width:0}.purchase-preparation-controls{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:9px 10px}.purchase-supplier-options{display:flex;min-height:var(--control-height);flex-wrap:wrap;align-items:center;gap:4px 12px;padding:5px 8px;border:var(--border-standard);border-radius:var(--radius-panel);background:var(--surface)}.purchase-supplier-options .checkbox-field{min-height:24px}.purchase-product-search{position:relative;padding:9px 10px 0}.purchase-product-results{position:absolute;z-index:20;top:calc(100% - 1px);right:10px;left:10px;max-height:260px;overflow-y:auto;border:var(--border-standard);border-radius:var(--radius-panel);background:var(--surface);box-shadow:0 8px 20px rgb(15 23 42/12%)}.purchase-product-results button{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:7px 9px;border:0;border-bottom:var(--border-standard);background:transparent;color:var(--text-primary);cursor:pointer;font:inherit;text-align:left}.purchase-product-results button:last-child{border-bottom:0}.purchase-product-results button:focus-visible,.purchase-product-results button:hover{background:#f2f6fa}.purchase-add-product-fields{display:grid;grid-template-columns:92px 130px 96px minmax(180px,1fr) auto;grid-gap:8px;gap:8px;align-items:end;padding:9px 10px 10px}.purchase-add-product-fields .btn{align-self:end}.purchase-preparation-table{table-layout:fixed}.purchase-preparation-table td:first-child,.purchase-preparation-table th:first-child{width:24%}.purchase-preparation-table td:nth-child(2),.purchase-preparation-table th:nth-child(2){width:12%}.purchase-preparation-table td:nth-child(3),.purchase-preparation-table th:nth-child(3){width:14%}.purchase-preparation-table td:nth-child(4),.purchase-preparation-table th:nth-child(4){width:8%}.purchase-preparation-table td:nth-child(5),.purchase-preparation-table th:nth-child(5){width:10%}.purchase-preparation-table td:nth-child(6),.purchase-preparation-table th:nth-child(6){width:9%}.purchase-preparation-table td:nth-child(7),.purchase-preparation-table th:nth-child(7){width:17%}.purchase-preparation-table td:nth-child(8),.purchase-preparation-table th:nth-child(8){width:6%}.purchase-response-deadline{display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:var(--border-standard);font-size:var(--font-table)}.purchase-responses-table{table-layout:fixed}.purchase-responses-table td:first-child,.purchase-responses-table th:first-child{width:42%}.purchase-responses-table td:nth-child(2),.purchase-responses-table th:nth-child(2){width:18%}.purchase-responses-table td:nth-child(3),.purchase-responses-table th:nth-child(3){width:28%}.purchase-responses-table td:nth-child(4),.purchase-responses-table th:nth-child(4){width:12%}@media (min-width:841px){.purchases-table td:first-child,.purchases-table th:first-child{width:27%}.purchases-table td:nth-child(2),.purchases-table th:nth-child(2){width:14%}.purchases-table td:nth-child(3),.purchases-table th:nth-child(3){width:7%}.purchases-table td:nth-child(4),.purchases-table th:nth-child(4){width:9%}.purchases-table td:nth-child(5),.purchases-table th:nth-child(5){width:8%}.purchases-table td:nth-child(6),.purchases-table th:nth-child(6){width:16%}.purchases-table td:nth-child(7),.purchases-table th:nth-child(7){width:11%}.purchases-table td:nth-child(8),.purchases-table th:nth-child(8){width:8%}.table-scroll:not(.comparison-matrix-scroll) td,.table-scroll:not(.comparison-matrix-scroll) th{padding-block:2px}.table-scroll:not(.comparison-matrix-scroll) tbody tr{min-height:32px}}@media (max-width:1000px){.purchase-preparation-controls{grid-template-columns:minmax(0,1fr)}.purchase-add-product-fields{grid-template-columns:repeat(3,minmax(90px,1fr))}.purchase-add-note{grid-column:1/3}}@media (max-width:900px){.purchases-list-panel{overflow:hidden}.purchases-table-scroll{overflow:visible}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:10px;column-gap:10px}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td[data-label]{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:2px;gap:2px;text-align:left}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td.action-cell,.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td.product-cell{grid-column:1/-1}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td.action-cell .button-row{width:100%;justify-content:flex-end}.purchase-stage-section-heading{align-items:flex-start;flex-direction:column}.purchase-stage-section-heading .button-row{width:100%}.purchase-stage-section-heading .btn{flex:1 1 auto}.purchase-add-product-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-add-note,.purchase-add-product-fields .btn{grid-column:1/-1}.purchase-product-results button{grid-template-columns:minmax(0,1fr);gap:2px}.table-scroll .code-cell,.table-scroll [data-label="Cód. interno"],.table-scroll [data-label="Código de barras"],.table-scroll [data-label="Código"]{overflow-x:auto}}@media (max-width:600px){.main>.topbar h1{font-size:var(--font-page-title)}.purchases-list-panel>.topbar{align-items:stretch;flex-direction:column}.purchases-list-panel>.topbar .button-row{width:100%;justify-content:space-between}.purchases-filter{flex:1 1 auto}.purchases-filter button{flex:1 1 auto;padding-inline:6px}.purchase-supplier-options{align-items:stretch;flex-direction:column}.purchase-add-product-fields{grid-template-columns:minmax(0,1fr)}.purchase-add-note,.purchase-add-product-fields .btn{grid-column:auto}.purchase-response-deadline{align-items:flex-start;flex-direction:column;gap:2px}}.desktop-header-menu,.desktop-nav-backdrop,.desktop-sidebar-close,.mobile-bottom-nav,.mobile-detail-close,.mobile-header-menu,.mobile-nav-backdrop,.mobile-nav-footer,.mobile-only-action{display:none}.mobile-action-bar-inner,.mobile-detail-heading,.mobile-topbar-start{display:flex;min-width:0;align-items:center;gap:8px}.mobile-detail-heading{justify-content:space-between}.mobile-action-bar-inner{flex-wrap:wrap}.mobile-product-codes{display:block;margin-top:2px;color:#111827;font-size:11px;font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}@media (min-width:901px){.app-shell{display:block}.main{width:100%;min-height:100vh}.sidebar{position:fixed;z-index:80;inset:0 auto 0 0;width:212px;height:100vh;visibility:hidden;transform:translateX(-105%);transition:transform .18s ease,visibility 0s linear .18s;box-shadow:12px 0 30px rgb(15 23 42/22%)}.sidebar.is-desktop-open{visibility:visible;transform:translateX(0);transition-delay:0s}.sidebar .brand h2{white-space:nowrap}.desktop-header-menu,.desktop-sidebar-close{display:inline-flex}.desktop-sidebar-close{margin-left:auto;border-color:rgb(255 255 255/18%);background:rgb(255 255 255/8%);color:#fff}.desktop-sidebar-close:hover{border-color:rgb(255 255 255/28%);background:rgb(255 255 255/14%)}.desktop-nav-backdrop{position:fixed;z-index:70;inset:0;display:block;width:100%;height:100%;border:0;background:rgb(15 23 42/32%)}.main>.topbar{position:-webkit-sticky;position:sticky;z-index:30;top:0}}@media (min-width:901px) and (max-width:1100px){.sidebar-menu-toggle{display:none}.sidebar .nav-list,.sidebar.is-desktop-open .nav-list{display:flex;min-width:0;grid-template-columns:none;flex-direction:column;gap:3px;padding-top:7px}.sidebar .nav-item{min-width:0;flex:0 0 auto}.sidebar .nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:900px){:root{--mobile-bottom-nav-height:58px;--mobile-action-height:58px;--mobile-page-gap:7px}body,html{max-width:100%;overflow-x:clip}body{overscroll-behavior-x:none}.app-shell{min-height:100dvh;display:block}.main{width:100%;min-width:0}.sidebar{position:fixed;z-index:80;inset:0 auto 0 0;width:min(82vw,288px);height:100dvh;max-height:none;display:flex;padding:max(10px,env(safe-area-inset-top)) 8px max(10px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;transform:translateX(-105%);transition:transform .18s ease;box-shadow:12px 0 30px rgb(15 23 42/22%)}.sidebar.is-open{transform:translateX(0)}.sidebar .brand{min-height:46px;padding:0 4px 9px;border-bottom:1px solid rgb(255 255 255/12%)}.sidebar-menu-toggle{display:inline-flex}.sidebar .nav-list,.sidebar.is-open .nav-list{display:flex;flex:1 0 auto;flex-direction:column;gap:2px;padding-top:2px;border-top:0}.sidebar .nav-item{min-height:42px;flex:0 0 auto;padding:8px 9px;font-size:13px}.mobile-nav-footer{display:grid;grid-gap:8px;gap:8px;padding:10px 4px 0;border-top:1px solid rgb(255 255 255/12%)}.mobile-nav-footer .btn{width:100%;justify-content:flex-start;border-color:rgb(255 255 255/18%);background:rgb(255 255 255/8%);color:#fff}.mobile-nav-user{overflow:hidden;color:#dbe4ef;font-size:11px;font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap}.mobile-nav-backdrop{position:fixed;z-index:70;inset:0;display:block;width:100%;height:100%;border:0;background:rgb(15 23 42/48%)}.main>.topbar{position:-webkit-sticky;position:sticky;z-index:30;top:0;min-height:44px;padding:max(5px,env(safe-area-inset-top)) 8px 5px;background:rgb(255 255 255/97%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.main>.topbar h1{overflow:hidden;font-size:12px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.main>.topbar .button-row>.btn:not(.mobile-header-menu),.main>.topbar .session-user,.main>.topbar p{display:none}.main>.topbar .button-row{margin-left:auto}.mobile-back-button,.mobile-header-menu{display:inline-flex;flex:0 0 38px;width:38px!important;min-width:38px!important;min-height:38px!important}.mobile-back-button+div{min-width:0}.content{padding:var(--mobile-page-gap);padding-bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-page-gap) + env(safe-area-inset-bottom))}.mobile-bottom-nav{position:fixed;z-index:50;right:0;bottom:0;left:0;min-height:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);padding:3px 4px env(safe-area-inset-bottom);border-top:1px solid #cfd7e2;background:rgb(255 255 255/98%);box-shadow:0 -5px 18px rgb(15 23 42/9%)}.mobile-bottom-item{min-width:0;min-height:52px;display:grid;place-items:center;align-content:center;grid-gap:2px;gap:2px;padding:2px 3px;border:0;border-radius:3px;background:transparent;color:#4b5563;cursor:pointer;font:inherit;font-size:9.5px;font-weight:var(--weight-semibold);line-height:1.05;text-align:center;text-decoration:none}.mobile-bottom-item svg{width:18px;height:18px}.mobile-bottom-item.active{background:#e9f1f8;color:var(--primary)}.employee-list-layout,.panel-grid,.profile-layout,.supplier-quote-layout{grid-template-columns:minmax(0,1fr);gap:var(--mobile-page-gap)}.panel,.table-panel{min-width:0}.dashboard-overview-panel>.topbar,.panel>.topbar,.table-panel>.topbar{min-height:38px;padding:4px 7px}.panel h2,.panel>.topbar h2,.table-panel h2,.table-panel>.topbar h2{font-size:13px}.mobile-action-bar{min-height:0}.mobile-action-bar-inner{position:fixed;z-index:45;right:0;bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));left:0;min-height:var(--mobile-action-height);justify-content:flex-end;padding:7px max(8px,env(safe-area-inset-right)) 7px max(8px,env(safe-area-inset-left));border-top:1px solid #cfd7e2;background:rgb(255 255 255/98%);box-shadow:0 -5px 16px rgb(15 23 42/8%)}.mobile-action-bar-inner .btn{min-width:0;flex:1 1;justify-content:center}.has-mobile-action-bar{padding-bottom:calc(var(--mobile-action-height) + 8px)}.access-side-panel.mobile-detail-open .mobile-action-bar-inner,.modal-backdrop .mobile-action-bar-inner,.product-form-panel.mobile-detail-open .mobile-action-bar-inner,.supplier-quote-layout.mobile-detail-open .mobile-action-bar-inner{z-index:90;bottom:env(safe-area-inset-bottom)}.modal-backdrop .has-mobile-action-bar,.supplier-quote-layout.mobile-detail-open .has-mobile-action-bar{padding-bottom:calc(var(--mobile-action-height) + env(safe-area-inset-bottom) + 8px)}.modal-backdrop{z-index:85;padding:0}.modal-backdrop>.modal-panel,.modal-backdrop>.table-panel{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;border:0;border-radius:0;box-shadow:none}.modal-backdrop>.detail-modal-panel>.table-scroll,.modal-backdrop>.final-order-modal-panel>.table-scroll,.modal-backdrop>.quotation-modal-panel>.table-scroll{flex:0 0 auto;overflow:visible}.detail-modal-panel>.topbar,.final-order-modal-panel>.topbar,.modal-backdrop .topbar,.quotation-modal-panel>.topbar{position:-webkit-sticky;position:sticky;z-index:4;top:0;min-height:46px;background:#fff}.modal-backdrop .compact-dialog-footer,.modal-backdrop .final-order-edit-footer{position:-webkit-sticky;position:sticky;z-index:4;bottom:0;padding-bottom:max(8px,env(safe-area-inset-bottom))}.mobile-detail-close,.mobile-only-action{display:inline-flex}.access-side-panel,.product-form-panel,.supplier-products-panel{display:none}.access-side-panel.mobile-detail-open,.product-form-panel.mobile-detail-open,.supplier-quote-layout.mobile-detail-open .supplier-products-panel{position:fixed;z-index:75;inset:0;width:100vw;height:100dvh;max-width:none;display:block;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;border:0;border-radius:0;background:#fff}.access-side-panel.mobile-detail-open{z-index:75}.access-side-panel.mobile-detail-open>.panel{border:0}.mobile-panel-hidden{display:none!important}.supplier-quote-layout.mobile-detail-open .supplier-products-panel{z-index:75;padding:0 0 max(10px,env(safe-area-inset-bottom))}.supplier-products-panel>.topbar{position:-webkit-sticky;position:sticky;z-index:4;top:0;background:#fff}.supplier-quote-layout:not(.mobile-detail-open) .supplier-quote-list{grid-column:1}.employee-capture-panel .capture-stack{gap:6px}.employee-capture-panel .capture-block{gap:5px}.employee-capture-panel .capture-divider{min-height:18px;margin:0}.employee-capture-panel .product-results{max-height:180px;overflow-y:auto}.employee-capture-panel .product-result{min-height:44px;padding:6px 8px}.employee-capture-panel .product-result strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.employee-capture-panel .split-form{grid-template-columns:minmax(68px,.65fr) minmax(104px,1fr) minmax(88px,.8fr);gap:6px}.employee-capture-panel .split-form .full{grid-column:1/-1}.employee-add-item-action,.employee-add-item-action .btn{width:100%}.employee-add-item-action .btn{justify-content:center}.panel-grid.expiration-register-layout>.panel .split-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.panel-grid.expiration-register-layout>.panel .split-form .full{grid-column:1/-1}.expiration-page-toolbar{min-height:36px;margin-bottom:var(--mobile-page-gap);padding:0 3px}.expiration-page-toolbar>strong{font-size:12px;text-transform:uppercase}.dashboard-kpi-strip.dashboard-kpi-strip-mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpi-strip-mobile .dashboard-kpi-item{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:7px 9px;border-right:var(--border-standard);border-bottom:var(--border-standard)}.dashboard-kpi-strip-mobile .dashboard-kpi-item:nth-child(2n){border-right:0}.dashboard-kpi-strip-mobile .dashboard-kpi-item:last-child{grid-column:1/-1;border-right:0;border-bottom:0}.dashboard-kpi-strip-mobile .dashboard-kpi-item strong{font-size:16px}.dashboard-shortcuts{display:block;padding:6px 7px}.dashboard-shortcuts>span{display:none}.dashboard-shortcuts .button-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;gap:5px}.dashboard-shortcuts .btn{min-width:0;justify-content:center;padding-inline:4px}.purchase-workspace-header{padding:8px}.purchase-workspace-heading{gap:6px}.purchase-workspace-heading h2{margin:1px 0 0;font-size:14px}.purchase-workspace-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:6px}.purchase-workspace-metrics>span{padding:5px 5px 0;font-size:9.5px;white-space:normal}.purchase-workspace-metrics>span:nth-child(2n){border-left:0}.purchase-workspace-metrics>span:not(:nth-child(3n+1)){border-left:var(--border-standard)}.purchase-stage-nav{position:-webkit-sticky;position:sticky;z-index:20;top:44px;grid-template-columns:repeat(4,minmax(0,1fr))}.purchase-stage-nav button{min-height:46px;display:grid;place-items:center;align-content:center;grid-gap:2px;gap:2px;padding:3px;border-right:var(--border-standard);font-size:9px;line-height:1.05}.purchase-stage-nav button:nth-child(-n+2),.purchase-stage-nav button:nth-child(2){border-right:var(--border-standard);border-bottom-color:transparent}.purchase-stage-nav button:last-child{border-right:0}.purchase-stage-index{width:18px;height:18px;font-size:9px}.purchase-stage-section-heading{align-items:center;flex-direction:row;padding:7px 8px}.purchase-stage-section-heading .button-row{width:auto;margin-left:auto}.purchase-stage-section-heading .btn{flex:0 0 auto}.purchase-preparation-controls{gap:7px;padding:7px 8px}.purchase-supplier-options{max-height:156px;overflow-y:auto}.purchase-add-product-fields{grid-template-columns:minmax(66px,.65fr) minmax(102px,1fr) minmax(86px,.8fr);gap:6px;padding:7px 8px}.purchase-add-note,.purchase-add-product-fields .btn{grid-column:1/-1}.comparison-control-strip{padding:6px 7px}.comparison-guidance{font-size:10px}.comparison-matrix-table tbody{gap:6px!important;padding:6px!important}.comparison-matrix-table tbody tr{padding:6px 7px!important}.table-scroll{overflow:visible}.table-scroll table:not(.comparison-matrix-table),.table-scroll table:not(.comparison-matrix-table) tbody,.table-scroll table:not(.comparison-matrix-table) td,.table-scroll table:not(.comparison-matrix-table) th,.table-scroll table:not(.comparison-matrix-table) thead,.table-scroll table:not(.comparison-matrix-table) tr{display:block;width:100%}.table-scroll table:not(.comparison-matrix-table) thead{display:none}.table-scroll table:not(.comparison-matrix-table) tbody{display:grid}.comparison-matrix-table tbody td,.comparison-matrix-table tbody td.product-cell,.comparison-matrix-table tbody td[data-label]{min-height:30px;padding:4px 0!important}.table-scroll table:not(.comparison-matrix-table) tbody{gap:6px;padding:6px}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody tr,.table-scroll table:not(.comparison-matrix-table) tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:10px;column-gap:10px;padding:6px 8px}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td[data-label],.table-scroll table:not(.comparison-matrix-table) tbody td,.table-scroll table:not(.comparison-matrix-table) tbody td.product-cell{min-height:0;padding:4px 0}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td[data-label],.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]{display:grid;grid-template-columns:minmax(72px,42%) minmax(0,1fr);grid-gap:5px;gap:5px;text-align:left}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]:before{content:attr(data-label);color:var(--text-muted);font-size:9px;font-weight:var(--weight-semibold);line-height:1.15;text-transform:uppercase}.table-scroll table:not(.comparison-matrix-table) tbody td.action-cell:before,.table-scroll table:not(.comparison-matrix-table) tbody td.product-cell:before{content:none}.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td.action-cell,.table-scroll table.purchases-table:not(.comparison-matrix-table) tbody td.product-cell,.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td.action-cell,.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td.product-cell,.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td:has(.button-row){grid-column:1/-1}.table-scroll table:not(.comparison-matrix-table) tbody td.product-cell{display:block;min-height:28px;padding-bottom:5px;font-size:12.5px}.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td.action-cell,.table-scroll table:not(.comparison-matrix-table):not(.mobile-compact-list) tbody td:has(.button-row){padding-top:5px}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label="Ações"]:empty{display:none}.table-scroll table:not(.comparison-matrix-table) tbody td .button-row,.table-scroll table:not(.comparison-matrix-table) tbody td.action-cell .button-row{width:100%;flex-wrap:nowrap;justify-content:flex-end}.access-table tbody td:first-child,.employee-lists-table tbody td:first-child,.owner-lists-table tbody td:first-child,.supplier-orders-table tbody td:first-child,.supplier-quotation-list-table tbody td:first-child{grid-column:1/-1;font-weight:var(--weight-semibold)}.employee-lists-table tbody td:first-child .button-row{justify-content:flex-start}.employee-lists-table tbody td:first-child .muted{display:none}.employee-expiration-table tbody tr,.final-order-items-table tbody tr,.list-editor-items-table tbody tr,.owner-expiration-table tbody tr,.supplier-order-items-table tbody tr,.supplier-products-table tbody tr{grid-template-columns:repeat(2,minmax(0,1fr))!important}.employee-expiration-table tbody td.product-cell,.final-order-items-table tbody td.action-cell,.final-order-items-table tbody td.product-cell,.list-editor-items-table tbody td.product-cell,.list-editor-items-table tbody td:last-child,.owner-expiration-table tbody td.action-cell,.owner-expiration-table tbody td.product-cell,.supplier-order-items-table tbody td.product-cell,.supplier-products-table tbody td.code-cell,.supplier-products-table tbody td.product-cell,.supplier-products-table tbody td:last-child{grid-column:1/-1}.employee-expiration-table tbody td[data-label],.final-order-items-table tbody td[data-label],.list-editor-items-table tbody td[data-label],.owner-expiration-table tbody td[data-label],.supplier-order-items-table tbody td[data-label],.supplier-products-table tbody td[data-label]{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:2px!important;gap:2px!important}.employee-expiration-table tbody td.product-cell:before,.final-order-items-table tbody td.product-cell:before,.list-editor-items-table tbody td.product-cell:before,.owner-expiration-table tbody td.product-cell:before,.supplier-order-items-table tbody td.product-cell:before,.supplier-products-table tbody td.product-cell:before{content:none}.owner-expiration-table tbody td.money-cell input,.supplier-products-table tbody td.money-cell input{width:100%}.table-scroll .employee-lists-table tbody tr{grid-template-columns:84px minmax(0,1fr) 44px!important}.employee-lists-table tbody td:first-child{grid-column:1/3;grid-row:1}.employee-lists-table tbody td:nth-child(2){grid-column:1;grid-row:2}.employee-lists-table tbody td:nth-child(3){grid-column:2/4;grid-row:2}.employee-lists-table tbody td:nth-child(2),.employee-lists-table tbody td:nth-child(3){grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline;gap:6px!important}.employee-lists-table tbody td:last-child{grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.table-scroll .supplier-quotation-list-table tbody tr{grid-template-columns:78px minmax(0,1fr) 44px!important}.supplier-quotation-list-table tbody td:first-child{grid-column:1/3;grid-row:2}.supplier-quotation-list-table tbody td:nth-child(2){grid-column:1/3;grid-row:1}.supplier-quotation-list-table tbody td:nth-child(3){grid-column:3;grid-row:2}.supplier-quotation-list-table tbody td:nth-child(4){grid-column:1/4;grid-row:3}.supplier-quotation-list-table tbody td:last-child{grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.table-scroll .owner-lists-table tbody tr{grid-template-columns:72px minmax(0,1fr) 44px!important}.owner-lists-table tbody td:first-child{grid-column:1/3;grid-row:1}.owner-lists-table tbody td:nth-child(2){grid-column:1/3;grid-row:2}.owner-lists-table tbody td:nth-child(3){grid-column:3;grid-row:2}.owner-lists-table tbody td:nth-child(4){grid-column:1/4;grid-row:3}.owner-lists-table tbody td:last-child{grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.table-scroll .supplier-orders-table tbody tr{grid-template-columns:108px minmax(0,1fr) 44px!important}.supplier-orders-table tbody td:first-child{grid-column:1/3;grid-row:1}.supplier-orders-table tbody td:nth-child(2){grid-column:1/3;grid-row:2}.supplier-orders-table tbody td:nth-child(3){grid-column:1/4;grid-row:3}.supplier-orders-table tbody td:nth-child(4){grid-column:3;grid-row:2}.supplier-orders-table tbody td:nth-child(5){grid-column:1/2;grid-row:4}.supplier-orders-table tbody td:nth-child(6){grid-column:2/4;grid-row:4}.supplier-orders-table tbody td:nth-child(4),.supplier-orders-table tbody td:nth-child(5),.supplier-orders-table tbody td:nth-child(6){grid-template-columns:auto minmax(0,1fr)!important;align-items:center;gap:5px!important}.supplier-orders-table tbody td:nth-child(4):before{font-size:8px!important}.supplier-orders-table tbody td:nth-child(5){white-space:nowrap}.supplier-orders-table tbody td:last-child{grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.table-scroll .purchases-table tbody td[data-label]{grid-template-columns:minmax(0,1fr)!important;gap:2px!important}.purchases-table tbody td:nth-child(2){grid-column:1/-1}.table-scroll .purchases-table tbody tr{grid-template-columns:repeat(3,minmax(0,1fr))!important}.purchases-table tbody td:first-child{grid-column:1/3;grid-row:1}.purchases-table tbody td:nth-child(2){grid-column:1/3;grid-row:2}.purchases-table tbody td:nth-child(3){grid-column:1;grid-row:3}.purchases-table tbody td:nth-child(4){grid-column:2;grid-row:3}.purchases-table tbody td:nth-child(5){grid-column:3;grid-row:3}.purchases-table tbody td:nth-child(6){grid-column:3;grid-row:2}.purchases-table tbody td:nth-child(7){grid-column:1/4;grid-row:4}.purchases-table tbody td:nth-child(8){grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.table-scroll .access-table tbody tr{grid-template-columns:130px minmax(0,1fr) 168px!important}.access-row-actions{gap:4px}.access-row-actions .btn-icon-action{width:32px;min-width:32px}.access-table tbody td.action-cell{display:block!important}.access-table tbody td:first-child{grid-column:1/3;grid-row:1}.employee-access-table tbody td:nth-child(2),.supplier-access-table tbody td:nth-child(2){grid-column:1/4;grid-row:2}.employee-access-table tbody td:nth-child(3){grid-column:1;grid-row:3}.employee-access-table tbody td:nth-child(4){grid-column:2/4;grid-row:3}.supplier-access-table tbody td:nth-child(3){grid-column:1/4;grid-row:3}.access-table tbody td[data-label]:not(.action-cell){grid-template-columns:auto minmax(0,1fr)!important;align-items:center;gap:6px!important}.access-table tbody td:last-child{grid-column:3;grid-row:1;align-self:start;padding-top:0!important}.access-table tbody td:last-child:before{content:none!important}.code-cell,.mobile-product-codes,.table-scroll .code-cell{max-width:100%;overflow-x:auto;scrollbar-width:none}.code-cell::-webkit-scrollbar,.mobile-product-codes::-webkit-scrollbar{display:none}}@media (max-width:600px){:root{--control-height:42px;--button-height:40px;--icon-button-size:40px}.field input,.field select,.field textarea,input,select,td input,td select,textarea{font-size:16px}.field textarea{min-height:68px}.panel .btn,.table-panel .btn{flex:0 0 auto}.mobile-action-bar-inner .btn{flex:1 1}.supplier-edit-notice{margin:0 7px 7px;padding:7px 8px}.main>.topbar h1{font-size:12px}.content{padding-inline:6px}.empty-state,.panel,.panel-body{padding:7px}.table-scroll table:not(.comparison-matrix-table) tbody tr{display:grid}.table-scroll table:not(.comparison-matrix-table) tbody td[data-label]{grid-template-columns:minmax(68px,40%) minmax(0,1fr)}.table-scroll table:not(.comparison-matrix-table) tbody td .button-row{flex-wrap:nowrap}.comparison-matrix-table tbody td,.comparison-matrix-table tbody td.product-cell,.comparison-matrix-table tbody td[data-label]{grid-template-columns:minmax(92px,37%) minmax(0,1fr)}.comparison-matrix-table .comparison-matrix-input,.comparison-matrix-table .comparison-matrix-select{min-height:40px!important;height:40px;font-size:16px!important}.table-scroll.comparison-matrix-scroll{overflow:visible!important}.comparison-header-actions{grid-template-columns:40px minmax(0,1fr)}.purchase-stage-section-heading .button-row .btn-secondary{width:40px;min-width:40px;padding:0;font-size:0}.purchase-stage-section-heading .button-row .btn-secondary svg{margin:0}.profile-layout .panel{padding:9px}.auth-page{min-height:100dvh;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom))}}.product-identity{min-width:0;display:grid;grid-gap:3px;gap:3px;color:#111827}.product-identity-name{min-width:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#111827;line-height:1.25;text-overflow:ellipsis}.product-identity-codes{min-width:0;display:flex;flex-wrap:wrap;gap:2px 10px;color:#111827;font-size:11.5px;line-height:1.2}.product-identity-codes>span{min-width:0;display:inline-flex;gap:4px;white-space:nowrap}.product-identity-codes-mobile{display:none}.product-code{color:#111827;font-size:12px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.product-identity-compact{gap:2px}.product-identity-compact .product-identity-codes{font-size:11px}.list-editor-inline-input,.list-editor-inline-select{width:100%;min-width:0;min-height:30px}.list-editor-note-input{min-width:120px}.owner-list-selection{width:32px;text-align:center}.owner-list-selection input{width:16px;height:16px}.owner-lists-table td:first-child,.owner-lists-table th:first-child{width:4%}.owner-lists-table td:nth-child(2),.owner-lists-table th:nth-child(2){width:34%}.owner-lists-table td:nth-child(3),.owner-lists-table th:nth-child(3){width:22%}.owner-lists-table td:nth-child(4),.owner-lists-table th:nth-child(4){width:8%}.owner-lists-table td:nth-child(5),.owner-lists-table th:nth-child(5){width:18%}.owner-lists-table td:nth-child(6),.owner-lists-table th:nth-child(6){width:14%}.owner-expiration-table td:first-child,.owner-expiration-table th:first-child{width:22%}.owner-expiration-table td:nth-child(2),.owner-expiration-table th:nth-child(2){width:7%}.owner-expiration-table td:nth-child(3),.owner-expiration-table th:nth-child(3){width:11%}.owner-expiration-table td:nth-child(4),.owner-expiration-table td:nth-child(5),.owner-expiration-table td:nth-child(6),.owner-expiration-table th:nth-child(4),.owner-expiration-table th:nth-child(5),.owner-expiration-table th:nth-child(6){width:8%}.owner-expiration-table td:nth-child(7),.owner-expiration-table th:nth-child(7){width:10%}.owner-expiration-table td:nth-child(8),.owner-expiration-table th:nth-child(8){width:5%}.owner-expiration-table td:nth-child(9),.owner-expiration-table th:nth-child(9){width:6%}.owner-expiration-table td:nth-child(10),.owner-expiration-table th:nth-child(10){width:9%}.owner-expiration-table td:nth-child(11),.owner-expiration-table th:nth-child(11){width:6%}.expiration-price-actor,.expiration-price-history{display:block;min-width:0;max-width:100%}.expiration-lot-supplier{display:grid;grid-gap:2px;gap:2px;margin-top:4px;min-width:0}.expiration-lot-supplier>span{font-size:9px;line-height:1.15}.expiration-lot-supplier select{width:100%;min-width:0;min-height:28px;padding:3px 22px 3px 6px;font-size:11px}@media (min-width:601px) and (max-width:900px){.table-scroll.comparison-matrix-scroll{overflow-x:auto!important;overflow-y:auto!important}}.expiration-price-actor{margin-top:2px;overflow:hidden;font-size:9px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.expiration-quantity-display,.expiration-quantity-editor{display:flex;align-items:center;justify-content:center;gap:3px;width:100%}.expiration-quantity-editor input{min-width:44px;max-width:62px;min-height:28px;padding:3px 5px}.expiration-quantity-display .btn-icon-action,.expiration-quantity-editor .btn-icon-action{flex:0 0 26px;width:26px;min-width:26px;min-height:28px;padding:0}.owner-expiration-table .days-cell.is-expired{color:var(--danger);font-weight:var(--weight-bold)}@media (min-width:901px){.table-scroll .access-table td.action-cell,.table-scroll .access-table th.action-cell{width:106px;min-width:106px}.owner-expiration-table td,.owner-expiration-table th{padding:5px 6px}.owner-expiration-table .product-identity-name{-webkit-line-clamp:1}.owner-expiration-table .date-cell,.owner-expiration-table .days-cell,.owner-expiration-table .discount-cell,.owner-expiration-table .expiration-action-cell,.owner-expiration-table .status-cell{text-align:center;white-space:nowrap}.owner-expiration-table .money-cell input{width:76px;min-width:0;min-height:28px;padding:4px 6px}.owner-expiration-table .status-cell .status{min-width:0;max-width:100%;min-height:22px;padding:2px 5px;overflow:hidden;text-overflow:ellipsis}.owner-expiration-table .expiration-action-cell .action-stack{width:100%;min-width:0;max-width:100%;align-items:center}.owner-expiration-table .expiration-action-cell .action-stack small{max-width:100%;line-height:1.2;text-align:center;white-space:normal}.owner-expiration-table .expiration-action-cell .btn{width:auto;min-width:0;min-height:28px;padding:4px 6px}}.employee-expiration-table td:first-child,.employee-expiration-table th:first-child{width:32%}.employee-expiration-table td:nth-child(2),.employee-expiration-table th:nth-child(2){width:14%}.employee-expiration-table td:nth-child(3),.employee-expiration-table th:nth-child(3){width:20%}.employee-expiration-table td:nth-child(4),.employee-expiration-table th:nth-child(4){width:10%}.employee-expiration-table td:nth-child(5),.employee-expiration-table td:nth-child(6),.employee-expiration-table th:nth-child(5),.employee-expiration-table th:nth-child(6){width:12%}@media (max-width:900px){.product-identity-codes-mobile{display:flex}body .table-scroll table.consolidation-table tbody td.code-cell,body .table-scroll table.employee-expiration-table tbody td.code-cell,body .table-scroll table.final-order-items-table tbody td.code-cell,body .table-scroll table.owner-expiration-table tbody td.code-cell,body .table-scroll table.preview-table tbody td.code-cell,body .table-scroll table.purchase-preparation-table tbody td.code-cell,body .table-scroll table.supplier-order-items-table tbody td.code-cell,body .table-scroll table.supplier-products-table tbody td.code-cell{display:none!important}.panel-grid.expiration-register-layout input[type=date]{width:100%;min-width:0;max-width:100%}.expiration-quantity-display,.expiration-quantity-editor{justify-content:flex-start}.expiration-price-actor{overflow:visible;text-overflow:clip;white-space:normal}.table-scroll .owner-lists-table tbody tr{grid-template-columns:44px minmax(0,1fr) 44px!important}.owner-lists-table tbody td:first-child{grid-column:1!important;grid-row:1!important;align-self:center;display:flex!important;justify-content:center}.owner-lists-table tbody td:first-child:before{content:none!important}.owner-lists-table tbody td:nth-child(2){grid-column:2!important;grid-row:1!important}.owner-lists-table tbody td:nth-child(3){grid-column:2!important;grid-row:2!important}.owner-lists-table tbody td:nth-child(4){grid-column:1!important;grid-row:2!important}.owner-lists-table tbody td:nth-child(3),.owner-lists-table tbody td:nth-child(4){grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline;gap:6px!important}.owner-lists-table tbody td:nth-child(5){grid-column:1/4!important;grid-row:3!important}.owner-lists-table tbody td:nth-child(6){grid-column:3!important;grid-row:1!important;align-self:start}.mobile-action-bar-inner,.mobile-bottom-nav{transition:transform .12s ease,opacity .12s ease}body.mobile-keyboard-open .mobile-action-bar-inner,body.mobile-keyboard-open .mobile-bottom-nav{pointer-events:none;opacity:0;transform:translateY(calc(100% + env(safe-area-inset-bottom)))}body.mobile-keyboard-open .content{padding-bottom:max(var(--mobile-page-gap),env(safe-area-inset-bottom))}.list-editor-items-table .product-cell{padding-bottom:5px}.list-editor-items-table .list-editor-inline-input,.list-editor-items-table .list-editor-inline-select{min-height:40px;font-size:16px}.list-editor-items-table .list-editor-note-input{min-width:0}}@media (max-width:340px){:root{--mobile-page-gap:5px}.mobile-bottom-item{font-size:8.5px}.employee-capture-panel .split-form,.purchase-add-product-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-capture-panel .split-form>:nth-child(3),.purchase-add-product-fields>:nth-child(3){grid-column:1/-1}.dashboard-shortcuts .btn svg{display:none}.purchase-workspace-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-workspace-metrics>span:not(:nth-child(3n+1)){border-left:0}.purchase-workspace-metrics>span:nth-child(2n){border-left:var(--border-standard)}}@media (max-height:520px) and (orientation:landscape) and (max-width:900px){:root{--mobile-bottom-nav-height:50px;--mobile-action-height:52px}.mobile-bottom-item{min-height:44px;grid-template-columns:auto auto;gap:5px}.mobile-bottom-item svg{width:16px;height:16px}.main>.topbar{min-height:40px}.purchase-stage-nav{top:40px}}.expiration-resolution-groups{display:grid;grid-gap:.75rem;gap:.75rem;padding:.75rem}.expiration-resolution-group{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.expiration-resolution-group>.topbar{gap:.75rem;padding:.65rem .8rem}.owner-expiration-scroll{overflow-x:auto;overscroll-behavior-inline:contain}.owner-expiration-current-table{min-width:1200px}.owner-expiration-current-table td,.owner-expiration-current-table th{padding:5px 6px;vertical-align:middle}.owner-expiration-current-table td:first-child,.owner-expiration-current-table th:first-child{width:16%}.owner-expiration-current-table td:nth-child(2),.owner-expiration-current-table th:nth-child(2){width:7%}.owner-expiration-current-table td:nth-child(3),.owner-expiration-current-table th:nth-child(3){width:9%}.owner-expiration-current-table td:nth-child(4),.owner-expiration-current-table th:nth-child(4){width:7%}.owner-expiration-current-table td:nth-child(5),.owner-expiration-current-table th:nth-child(5){width:6%}.owner-expiration-current-table td:nth-child(6),.owner-expiration-current-table td:nth-child(7),.owner-expiration-current-table th:nth-child(6),.owner-expiration-current-table th:nth-child(7){width:8%}.owner-expiration-current-table td:nth-child(8),.owner-expiration-current-table th:nth-child(8){width:5%}.owner-expiration-current-table td:nth-child(9),.owner-expiration-current-table th:nth-child(9){width:6%}.owner-expiration-current-table td:nth-child(10),.owner-expiration-current-table th:nth-child(10){width:7%}.owner-expiration-current-table.has-resolution-column td:nth-child(11),.owner-expiration-current-table.has-resolution-column th:nth-child(11){width:12%}.owner-expiration-current-table.has-resolution-column td:nth-child(12),.owner-expiration-current-table.has-resolution-column th:nth-child(12){width:9%}.owner-expiration-current-table:not(.has-resolution-column) td:nth-child(11),.owner-expiration-current-table:not(.has-resolution-column) th:nth-child(11){width:16%}.expiration-resolution-cell{min-width:128px}.expiration-resolution-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;width:100%}.expiration-resolution-actions .btn{width:100%;min-height:40px;padding:4px 6px}.operational-action-group{min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px}.operational-action-group>.btn{flex:0 0 auto}.expiration-exchange-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:stretch}.expiration-exchange-actions>.btn{width:100%;min-width:0}.expiration-exchange-actions>.btn:nth-child(3){grid-column:1/-1}.expiration-loss-button{border-color:#cf6f74;background:#fff;color:#991b1b;font-weight:var(--weight-bold)}.expiration-loss-button:hover{border-color:#b91c1c;background:#fee2e2;color:#7f1d1d}.expiration-loss-button:focus-visible{outline:2px solid #b91c1c;outline-offset:2px}.expiration-loss-button.is-active{border-color:#991b1b;background:#b91c1c;color:#fff}.expiration-loss-button.is-active:hover{border-color:#7f1d1d;background:#991b1b}.expiration-exchange-button{border-color:#22a06b;background:#fff;color:#147a48;font-weight:var(--weight-bold)}.expiration-exchange-button:hover{border-color:var(--success);background:#f0fdf4;color:var(--success-strong,#166534)}.expiration-exchange-button.is-active{border-color:#147a48;background:#1f8b55;color:#fff}.expiration-exchange-button.is-active:hover{border-color:#126d40;background:#147a48;color:#fff}.owner-expiration-table tr[data-expiration-id]:focus{outline:2px solid var(--primary);outline-offset:-2px}.owner-expiration-table tr[data-expiration-id].is-located>td{background:#fff8d8;box-shadow:inset 0 1px #e5b72f,inset 0 -1px #e5b72f}.owner-expiration-table tr[data-expiration-id].is-located>td:first-child{box-shadow:inset 4px 0 #d39b00,inset 0 1px #e5b72f,inset 0 -1px #e5b72f}.expiration-search-modal{width:min(92vw,1080px);height:min(80vh,720px);max-height:calc(100dvh - 32px);display:flex;flex-direction:column;overflow:hidden;padding:0}.expiration-search-modal>.topbar{flex:0 0 auto;gap:16px;padding:14px 16px}.expiration-search-modal>.topbar h2,.expiration-search-modal>.topbar p{margin:0}.expiration-search-body{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:10px;padding:14px 16px 16px;overflow:hidden}.expiration-search-field{flex:0 0 auto}.expiration-search-field .input-with-icon{position:relative;display:block}.expiration-search-field .input-with-icon>svg{position:absolute;top:50%;left:10px;color:var(--muted);pointer-events:none;transform:translateY(-50%)}.expiration-search-field input{width:100%;padding-left:34px}.expiration-search-hint{margin:0}.expiration-search-layout{min-height:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);grid-gap:12px;gap:12px}.expiration-search-products,.expiration-search-records{min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:6px;background:var(--surface);overflow:hidden}.expiration-search-products>h3,.expiration-search-records>h3{flex:0 0 auto;margin:0;padding:9px 10px;border-bottom:1px solid var(--line);background:#f8fafc;font-size:12px}.expiration-search-list{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior-y:contain}.expiration-search-product{width:100%;display:block;padding:8px 10px;border:0;border-bottom:1px solid var(--line-soft,#e5e7eb);background:#fff;color:inherit;text-align:left;cursor:pointer}.expiration-search-product.is-selected,.expiration-search-product:focus-visible,.expiration-search-product:hover{background:#eef5fb}.expiration-search-product:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.expiration-search-record{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid var(--line-soft,#e5e7eb)}.expiration-search-record>div{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px}.expiration-search-record>div>span{color:var(--muted);font-size:11px}.expiration-search-record>.btn,.expiration-search-record>.muted{flex:0 0 auto}.owner-expiration-current-table .expiration-action-cell{min-width:96px}.owner-expiration-current-table .expiration-action-cell .action-stack{min-width:0}.owner-expiration-current-table .expiration-action-cell .btn{width:100%}.expiration-resolution-table td,.expiration-resolution-table th{padding:5px 7px;vertical-align:middle}.expiration-resolution-table td:first-child,.expiration-resolution-table th:first-child{width:32%}.expiration-resolution-table td:nth-child(2),.expiration-resolution-table th:nth-child(2){width:14%}.expiration-resolution-table td:nth-child(3),.expiration-resolution-table th:nth-child(3){width:10%}.expiration-resolution-table td:nth-child(4),.expiration-resolution-table td:nth-child(5),.expiration-resolution-table td:nth-child(6),.expiration-resolution-table th:nth-child(4),.expiration-resolution-table th:nth-child(5),.expiration-resolution-table th:nth-child(6){width:12%}.expiration-resolution-table td:nth-child(7),.expiration-resolution-table th:nth-child(7){width:8%}.expiration-resolution-table.has-actions td:first-child,.expiration-resolution-table.has-actions th:first-child{width:22%}.expiration-resolution-table.has-actions td:nth-child(2),.expiration-resolution-table.has-actions th:nth-child(2){width:11%}.expiration-resolution-table.has-actions td:nth-child(3),.expiration-resolution-table.has-actions th:nth-child(3){width:8%}.expiration-resolution-table.has-actions td:nth-child(4),.expiration-resolution-table.has-actions th:nth-child(4){width:9%}.expiration-resolution-table.has-actions td:nth-child(5),.expiration-resolution-table.has-actions th:nth-child(5){width:13%}.expiration-resolution-table.has-actions td:nth-child(6),.expiration-resolution-table.has-actions td:nth-child(7),.expiration-resolution-table.has-actions th:nth-child(6),.expiration-resolution-table.has-actions th:nth-child(7){width:9%}.expiration-resolution-table.has-actions td:nth-child(8),.expiration-resolution-table.has-actions th:nth-child(8){width:19%}.expiration-resolution-table.has-actions td.action-cell{white-space:normal}@media (min-width:1400px){.expiration-exchange-actions{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)}.expiration-exchange-actions>.btn:nth-child(3){grid-column:auto}}.expiration-resolution-table.is-exchanged td:first-child,.expiration-resolution-table.is-exchanged th:first-child{width:23%}.expiration-resolution-table.is-exchanged td:nth-child(2),.expiration-resolution-table.is-exchanged th:nth-child(2){width:10%}.expiration-resolution-table.is-exchanged td:nth-child(3),.expiration-resolution-table.is-exchanged th:nth-child(3){width:8%}.expiration-resolution-table.is-exchanged td:nth-child(4),.expiration-resolution-table.is-exchanged th:nth-child(4){width:9%}.expiration-resolution-table.is-exchanged td:nth-child(5),.expiration-resolution-table.is-exchanged th:nth-child(5){width:13%}.expiration-resolution-table.is-exchanged td:nth-child(6),.expiration-resolution-table.is-exchanged td:nth-child(7),.expiration-resolution-table.is-exchanged th:nth-child(6),.expiration-resolution-table.is-exchanged th:nth-child(7){width:9%}.expiration-resolution-table.is-exchanged td:nth-child(8),.expiration-resolution-table.is-exchanged th:nth-child(8){width:19%}.final-orders-table{table-layout:fixed}.final-orders-table td:first-child,.final-orders-table th:first-child{width:29%}.final-orders-table td:nth-child(2),.final-orders-table th:nth-child(2){width:8%}.final-orders-table td:nth-child(3),.final-orders-table td:nth-child(4),.final-orders-table th:nth-child(3),.final-orders-table th:nth-child(4){width:14%}.final-orders-table td:nth-child(5),.final-orders-table th:nth-child(5){width:48px}.final-orders-table td:nth-child(6),.final-orders-table th:nth-child(6){width:76px}.final-orders-table td:nth-child(7),.final-orders-table th:nth-child(7){width:80px}.final-orders-table td:nth-child(8),.final-orders-table th:nth-child(8){width:64px}.final-orders-table td.product-cell{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.final-orders-table td.action-cell,.final-orders-table th.action-cell{padding-inline:4px}.expiration-exchange-supplier-filter{flex:1 1 200px;min-width:0;max-width:300px}.expiration-exchange-supplier-filter select{width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.comparison-unanswered-products-table .code-cell,.comparison-unanswered-products-table .product-cell,.expiration-resolution-table .supplier-cell{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:840px){.expiration-search-trigger span{display:none}.expiration-search-modal{height:100dvh;max-height:100dvh}.expiration-search-body{padding-right:max(12px,env(safe-area-inset-right));padding-bottom:max(12px,env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));overflow-y:auto}.expiration-search-layout{min-height:auto;flex:0 0 auto;grid-template-columns:1fr}.expiration-search-products,.expiration-search-records{min-height:180px;max-height:42dvh}.expiration-search-record{align-items:flex-start}.owner-expiration-scroll{overflow:visible}.owner-expiration-current-table{min-width:0}.expiration-resolution-actions{max-width:220px}.table-scroll td .expiration-exchange-actions>.btn,.table-scroll td .expiration-resolution-actions>.btn{min-height:44px}.expiration-exchange-actions{max-width:320px;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr)}.expiration-exchange-actions>.btn:nth-child(3){grid-column:auto}.expiration-exchange-supplier-filter{max-width:100%}.comparison-unanswered-products-table .product-cell,.expiration-resolution-table .supplier-cell{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.comparison-unanswered-products-table .code-cell{overflow-x:auto;overflow-y:hidden;text-overflow:clip}.expiration-resolution-group>.topbar{flex-wrap:wrap}}.profile-security-panel{grid-column:1/-1}.profile-security-panel .panel-heading{margin-bottom:12px}.profile-security-panel .panel-heading h2,.profile-security-panel .panel-heading p{margin:0}.field-action,.profile-security-panel .split-form{align-items:end}.field-action{display:flex}.security-list{display:grid;grid-gap:6px;gap:6px;margin:14px 0}.security-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--border-color);background:var(--surface-color,#fff)}.security-list-row>div{min-width:0}.security-list-row span,.security-list-row strong{display:block}.security-list-row span{margin-top:2px;color:var(--text-muted-color,#5f6b7a);font-size:.875rem}.recovery-codes{display:grid;grid-gap:10px;gap:10px;margin-top:14px;padding:12px;border:1px solid var(--warning-border-color,#d8aa50);background:var(--warning-background-color,#fff8e8)}.recovery-codes>div{display:flex;flex-wrap:wrap;gap:8px}.recovery-codes code{padding:4px 6px;color:inherit;background:rgba(255,255,255,.72);border:1px solid var(--border-color)}@media (max-width:840px){.profile-security-panel .split-form{grid-template-columns:1fr;align-items:stretch}.field-action .btn{width:100%}}