:root{--bg: #f5f7fb;--surface: #ffffff;--surface-subtle: #f8fafc;--border: #dce3ed;--border-strong: #c9d3e1;--text: #13213a;--text-muted: #657188;--brand: #175cd3;--brand-dark: #1249aa;--brand-soft: #edf4ff;--accent: #07875f;--danger: #d64545;--warn: #b7791f;--warn-bg: #fdf6e3;--danger-bg: #fdeaea;--ok-bg: #e7f6ee;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 4px 12px rgba(16, 24, 40, .055);--shadow-lg: 0 18px 48px rgba(15, 33, 66, .18);font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text)}*{box-sizing:border-box}html{color-scheme:light}html,body,#root{width:100%;max-width:100%;height:100%;overflow:hidden}body{margin:0;background:var(--bg);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}::selection{background:#cfe0ff;color:var(--text)}a{color:var(--brand)}h1,h2,h3{margin:0 0 .4em;font-weight:650;line-height:1.25;letter-spacing:-.015em}h1{font-size:clamp(1.35rem,1.8vw,1.6rem)}h2{font-size:1.08rem}.app-shell{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;width:auto;max-width:none;grid-template-columns:236px minmax(0,1fr);grid-template-rows:50px minmax(0,1fr);grid-template-areas:"header header" "sidebar main";height:100vh;overflow:hidden;transition:grid-template-columns .18s ease}.app-header{grid-area:header;display:flex;min-width:0;max-width:100vw;align-items:center;gap:10px;padding:0 14px;background:linear-gradient(110deg,#142d5a,#1d427d);color:#fff;box-shadow:0 1px 5px #0d1f4040;z-index:30;overflow:visible}.app-logo{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:linear-gradient(135deg,#218bd5,#16a0ad);font-size:.78rem;font-weight:800;box-shadow:inset 0 1px #fff3}.app-brand{min-width:0;overflow:hidden;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.header-context{display:flex;min-width:0;overflow:hidden;align-items:center;gap:10px;margin-left:2px;color:#d7e3f7;font-size:.76rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.header-context span{color:#7692bd}.app-breadcrumb{color:#95a5c5;font-size:.76rem}.header-spacer{flex:1 1 auto;min-width:0}.system-pill{display:flex;align-items:center;gap:6px;border:1px solid rgba(25,209,193,.28);border-radius:999px;padding:5px 12px;background:#0594982e;color:#5ce1d2;font-size:.72rem;font-weight:700;white-space:nowrap}.system-pill span{width:6px;height:6px;border-radius:50%;background:#1ec5b8}.user-menu{position:relative}.header-user{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px 11px 4px 5px;background:#ffffff17;color:#fff;font:inherit;font-size:.76rem;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.header-user:hover,.header-user[aria-expanded=true]{background:#ffffff26}.user-avatar{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ff8a18;color:#fff;font-size:.68rem;font-weight:800}.user-menu-popover{position:absolute;top:calc(100% + 9px);right:0;z-index:100;width:250px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);box-shadow:var(--shadow-lg)}.user-menu-close{position:absolute;top:7px;right:8px;display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:6px;background:transparent;color:#7b879d;font:inherit;font-size:1rem;line-height:1;cursor:pointer}.user-menu-close:hover{background:#f1f4f9;color:var(--text)}.user-menu-name{font-size:.84rem;font-weight:700}.user-menu-role{margin-top:3px;padding-bottom:11px;border-bottom:1px solid #e8edf4;color:var(--text-muted);font-size:.7rem;line-height:1.4}.user-menu-signout{display:flex;align-items:center;gap:8px;width:100%;margin-top:8px;padding:8px;border:0;border-radius:7px;background:transparent;color:#b42318;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer}.user-menu-signout:hover{background:#fff0ee}.sidebar{position:relative;grid-area:sidebar;height:100%;border-right:1px solid var(--border);background:#fff;color:var(--text);z-index:20;transition:transform .2s ease,opacity .2s ease}.sidebar-content{height:100%;overflow-y:auto;padding:10px 8px;scrollbar-width:thin}.sidebar-toggle{position:absolute;top:50%;right:-22px;z-index:2;display:grid;place-items:center;width:22px;height:58px;padding:0;transform:translateY(-50%);border:1px solid #cfd8e6;border-left:0;border-radius:0 7px 7px 0;background:#fff;color:#52607a;font:inherit;font-size:1.2rem;line-height:1;box-shadow:3px 2px 8px #1428501f;cursor:pointer;transition:background-color .18s ease,color .18s ease}.app-shell:not(.sidebar-hidden) .sidebar-toggle{right:0;border-right:0;border-left:1px solid #cfd8e6;border-radius:7px 0 0 7px;box-shadow:-3px 2px 8px #1428501a}.sidebar-toggle:hover{border-color:var(--brand);background:#eef4ff;color:var(--brand)}.sidebar-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.app-shell.sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.app-shell.sidebar-hidden .sidebar{border-right:0;background:transparent}.app-shell.sidebar-hidden .sidebar-content{visibility:hidden;overflow:hidden;padding:0}.nav-section+.nav-section{margin-top:10px}.nav-section-title{padding:0 8px 5px;color:#8a96aa;font-size:.63rem;font-weight:800;letter-spacing:.12em}.nav-link{position:relative;display:flex;align-items:center;gap:8px;min-height:36px;margin-bottom:2px;padding:4px 8px;border-radius:8px;color:#43506a;text-decoration:none;font-size:.82rem;font-weight:600;transition:background-color .15s ease,color .15s ease}.nav-link:hover{background:#f4f7fc;color:var(--brand)}.nav-link.active{background:var(--brand-soft);color:var(--brand)}.nav-link.active:before{content:"";position:absolute;left:-12px;width:3px;height:24px;border-radius:0 4px 4px 0;background:var(--brand)}.nav-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#f1f4f8;color:#62708a}.nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.nav-link:hover .nav-icon svg{transform:scale(1.08)}.nav-link.active .nav-icon{background:#fff;color:#ff8614;box-shadow:0 1px 3px #14285014}.main{grid-area:main;display:flex;width:100%;max-width:100%;flex-direction:column;min-width:0;min-inline-size:0;height:100%;overflow-x:hidden;overflow-y:auto;contain:inline-size;background:radial-gradient(circle at 92% 3%,rgba(46,144,250,.08),transparent 28%),radial-gradient(circle at 8% 88%,rgba(14,147,132,.055),transparent 24%),var(--bg);scrollbar-gutter:stable;transition:padding-left .18s ease}.app-shell.sidebar-hidden .main{padding-left:22px}.topbar{width:100%;max-width:100%;min-width:0;margin:0;padding:10px 12px 3px;display:flex;align-items:center;gap:8px;background:transparent;border:0;position:static}.topbar h1{margin:0!important}.topbar .sim-badge{margin-left:auto}.topbar.detail-topbar{position:sticky;top:0;z-index:18;padding-top:8px;padding-bottom:7px;border-bottom:1px solid rgba(201,211,225,.82);background:#f5f7fbe6;box-shadow:0 5px 14px #172d520f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-topbar>div{flex:1 1 auto;min-width:0;overflow:hidden}.detail-topbar h1,.detail-topbar .page-subtitle,.detail-topbar>div>.muted{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-topbar>.btn{flex:0 0 auto;white-space:nowrap}.content{width:100%;max-width:100%;min-width:0;margin:0;padding:4px 12px 12px}.topbar{animation:content-in .22s ease-out backwards}.content{animation:content-in .28s 25ms ease-out backwards}@keyframes content-in{0%{opacity:0;transform:translateY(5px)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:border-color .18s ease,box-shadow .18s ease}.card:hover{border-color:#c7d5e8;box-shadow:0 2px 4px #1018280a,0 8px 20px #26487d12}.card-pad{padding:10px}.btn{min-height:32px;font:inherit;border:1px solid var(--border-strong);background:var(--surface);color:#33415c;padding:5px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:.78rem;font-weight:650;box-shadow:0 1px 2px #1428500a;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease}.btn:hover{border-color:#aebbd0;background:#f7f9fc}.btn:active:not(:disabled){transform:translateY(1px)}.btn:focus-visible,.header-user:focus-visible,.nav-link:focus-visible{outline:3px solid rgba(23,92,211,.25);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#2269e8,var(--brand));border-color:var(--brand);color:#fff;box-shadow:0 3px 8px #175cd32b}.btn-primary:hover{background:linear-gradient(135deg,#175cd3,var(--brand-dark))}.btn-accent{background:linear-gradient(135deg,#0e9f78,var(--accent));border-color:var(--accent);color:#fff}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-sm{min-height:28px;padding:3px 8px;font-size:.76rem}.btn-link{border:none;background:none;color:var(--brand);cursor:pointer;padding:4px 6px}.quotation-attachment-link{display:inline-flex;max-width:190px;align-items:center;gap:4px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.allocation-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:7px}.allocation-panel-heading .tracker-filter-title{margin-bottom:0}.allocation-heading-actions{align-items:center;flex:0 0 auto;flex-wrap:nowrap}.allocation-panel{overflow:hidden}.allocation-panel-filters{container-type:inline-size;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff)}.allocation-table-body{padding:4px 6px 6px}.allocation-panel .tracker-filters{padding:7px 10px}.allocation-panel table.grid tbody tr{height:38px}.allocation-panel table.grid th{height:34px;padding-top:4px;padding-bottom:4px}.allocation-panel table.grid td{padding-top:4px;padding-bottom:4px}.allocation-panel table.grid th:last-child,.allocation-panel table.grid td:last-child{position:sticky;right:0;z-index:3;background:#fff;box-shadow:-7px 0 10px -10px #162a4cbf}.allocation-panel table.grid th:last-child{z-index:5;background:linear-gradient(180deg,#f8faff,#f2f6fc)}.allocation-panel table.grid tbody tr:nth-child(2n) td:last-child{background:#edf5ff}.allocation-panel table.grid tbody tr.allocated-row td:last-child{background:#f5f7fa}.allocation-panel table.grid tbody tr:nth-child(odd) td{background:#fff}.allocation-panel table.grid tbody tr:hover td{background:#e4f0ff}.allocation-panel table.grid tbody tr.allocated-row td{background:#f5f7fa}.allocation-panel table.grid tbody tr.allocated-row:hover td{background:#eef2f6}.allocation-panel table.grid .allocation-sticky-column{position:sticky;background:#fff}.allocation-panel table.grid th.allocation-sticky-column{z-index:7;background:linear-gradient(180deg,#f8faff,#f2f6fc)}.allocation-panel table.grid td.allocation-sticky-column{z-index:4}.allocation-panel table.grid .allocation-sticky-select{left:0}.allocation-panel table.grid .allocation-sticky-pr{left:42px;width:124px;min-width:124px;max-width:124px}.allocation-panel table.grid .allocation-sticky-line{left:166px;width:144px;min-width:144px;max-width:144px;box-shadow:7px 0 10px -10px #162a4cbf}.allocation-panel table.grid tbody tr:nth-child(2n) td.allocation-sticky-column{background:#edf5ff}.allocation-panel table.grid tbody tr:hover td.allocation-sticky-column{background:#e4f0ff}.allocation-panel table.grid tbody tr.allocated-row td.allocation-sticky-column{background:#f5f7fa}.allocation-panel table.grid tbody tr.allocated-row:hover td.allocation-sticky-column{background:#eef2f6}.allocation-panel table.grid .selection-cell input[type=checkbox]:focus{box-shadow:none}.allocation-panel table.grid .selection-cell input[type=checkbox]:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.excel-export-btn{width:25px;height:25px;display:inline-grid;place-items:center;padding:2px;border:1px solid transparent;border-radius:5px;background:transparent;color:#107c41;cursor:pointer}.excel-export-btn:hover{border-color:#b9dcc8;background:#e8f5ed}.excel-export-btn:focus-visible{outline:2px solid #107c41;outline-offset:2px}.excel-export-btn:disabled{opacity:.45;cursor:not-allowed}.excel-export-btn svg{width:20px;height:20px;overflow:visible}.excel-icon-sheet{fill:#fff;stroke:currentColor;stroke-width:1.25;stroke-linejoin:round}.excel-icon-fold{fill:none;stroke:currentColor;stroke-width:1.25;stroke-linejoin:round}.excel-icon-panel{fill:currentColor;stroke:currentColor;stroke-width:1.2;stroke-linejoin:round}.excel-icon-x{fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round}.table-section-heading{display:flex;min-height:24px;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.table-section-heading>h2,.table-section-heading>h3{margin:0}.table-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.table-count-badge{display:inline-flex;min-height:24px;align-items:center;padding:3px 10px;border-radius:999px;background:var(--brand-soft);color:#1849a9;font-size:.7rem;font-weight:700;line-height:1;white-space:nowrap}.table-count-row{display:flex;min-height:28px;align-items:center;justify-content:flex-end;margin-bottom:6px}.grid-table-tools{display:flex;flex-direction:column;gap:4px;margin-bottom:5px}.grid-table-tools-heading{display:flex;min-height:24px;align-items:center;justify-content:space-between;gap:12px}.grid-table-tools-heading .tracker-filter-title{margin:0}.grid-table-tools-heading-end{display:flex;align-items:center;gap:10px}.grid-table-tools-controls{display:flex;min-height:36px;align-items:end;gap:6px;flex-wrap:wrap}.grid-table-tools-controls>.field{position:relative;display:block;flex:1 1 160px;width:min(220px,100%);max-width:220px;height:36px;min-width:160px;margin:0}.grid-table-tools-controls>.field>label{position:absolute;top:0;left:9px;z-index:2;padding:0 5px;background:#fff;color:#65738a;font-size:.65rem;font-weight:700;line-height:1;pointer-events:none;transform:translateY(-50%)}.grid-table-tools-controls>.field>input,.grid-table-tools-controls>.field>select{width:100%;height:36px;min-height:36px;padding:6px 9px;background:#fff}.grid-table-tools-controls>.field:focus-within>label{color:var(--brand)}.table-tools-actions{display:flex;align-items:end;justify-content:flex-end;gap:8px;margin-left:auto}.grid-quick-search-field{position:relative;display:block;width:min(240px,100%);height:36px;min-width:180px;margin:0}.grid-quick-search-field>label{position:absolute;top:0;left:9px;z-index:2;padding:0 5px;background:#fff;color:#65738a;font-size:.65rem;font-weight:700;line-height:1;pointer-events:none;transform:translateY(-50%)}.grid-quick-search-field>input{width:100%;height:36px;min-height:36px;padding:6px 9px;background:#fff}.grid-quick-search-field:focus-within>label{color:var(--brand)}.table-wrap{width:100%;max-width:100%;height:var(--table-height, 180px);min-height:180px;max-height:720px;overflow:scroll;border:1px solid #c7d3e3;border-radius:10px;background:#fff;box-shadow:0 1px 3px #1018280f;scrollbar-width:auto;scrollbar-color:#9eacc1 #eef2f7;scrollbar-gutter:stable both-edges;overscroll-behavior:contain;transition:height .16s ease}.table-wrap::-webkit-scrollbar{width:12px;height:12px}.table-wrap::-webkit-scrollbar-track{background:#eef2f7}.table-wrap::-webkit-scrollbar-thumb{min-width:36px;min-height:36px;border:3px solid #eef2f7;border-radius:999px;background:#9eacc1}.table-wrap::-webkit-scrollbar-thumb:hover{background:#718096}.modal .table-wrap{height:min(var(--table-height, 300px),50vh);min-height:180px;max-height:500px}table.grid{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:.8rem}table.grid th{min-width:72px;text-align:left;padding:7px 28px 7px 9px;background:#edf2f8;border-right:1px solid #cfd9e6;border-bottom:2px solid #9fb0c7;color:#304463;font-size:.68rem;font-weight:800;line-height:1.25;letter-spacing:.025em;text-transform:uppercase;white-space:normal;overflow-wrap:normal;word-break:normal;position:sticky;top:0;z-index:1}table.grid th:not(.grid-header-enhanced){padding-right:9px}table.grid td{padding:8px 9px;border-right:1px solid #d8e2ee;border-bottom:1px solid #cfd9e6;vertical-align:middle}table.grid th:last-child,table.grid td:last-child{min-width:110px;padding-right:20px}table.grid th:last-child,table.grid td:last-child{border-right:0}table.grid .grid-control-column{min-width:128px;width:1%;white-space:nowrap}table.grid td.grid-control-column{vertical-align:middle}table.grid .grid-control-column .btn{max-width:none;white-space:nowrap}table.grid .grid-control-column .row-flags{min-width:max-content;flex-wrap:nowrap}table.grid .grid-control-column select{min-width:140px}table.grid th.grid-control-column:last-child,table.grid td.grid-control-column:last-child{position:sticky;right:0;z-index:3;background:#fff;box-shadow:-7px 0 10px -10px #162a4cbf}table.grid th.grid-control-column:last-child{z-index:5;background:#edf2f8}table.grid tbody tr:nth-child(2n) td.grid-control-column:last-child{background:#edf5ff}table.grid tbody tr:hover td.grid-control-column:last-child{background:#e4f0ff}table.grid tbody tr:nth-child(2n) td{background:#edf5ff}table.grid tbody tr:last-child td{border-bottom:0}table.grid tbody tr{transition:background-color .15s ease}table.grid tr:hover td{background:#e4f0ff}.num{text-align:right;font-variant-numeric:tabular-nums}.grid-filter-button{position:absolute;top:50%;right:7px;transform:translateY(-50%);width:19px;height:24px;padding:0;border:1px solid transparent;border-radius:5px;background:#eef2f7;color:#64748b;cursor:pointer;font-size:.72rem;line-height:20px}.grid-filter-button:hover{background:#e7ebf0;color:var(--brand)}.grid-filter-button.active{background:var(--brand);border-color:var(--brand);color:#fff}.grid-filter-popover{position:fixed;z-index:100;width:320px;display:flex;flex-direction:column;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 12px 30px #10182833}.grid-filter-title{display:flex;align-items:center;gap:8px;min-height:26px;margin-bottom:8px;font-size:.85rem;font-weight:600}.grid-filter-title>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-filter-title .popup-close{margin-left:auto}.grid-sort-actions{display:flex;gap:4px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.grid-sort-actions button{flex:1;border:1px solid var(--border);border-radius:4px;padding:5px;background:var(--surface);color:var(--text);font:inherit;font-size:.75rem;cursor:pointer}.grid-sort-actions button:hover,.grid-sort-actions button.active{border-color:var(--brand);background:#eef6fc;color:var(--brand)}.grid-filter-label{margin-bottom:5px;color:var(--text-muted);font-size:.76rem;font-weight:600}.grid-filter-search{width:100%;margin-bottom:5px;resize:vertical;min-height:76px}.grid-filter-hint{margin-bottom:9px;color:var(--text-muted);font-size:.72rem;line-height:1.35}.grid-filter-summary{display:flex;align-items:center;min-height:25px;padding-top:8px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.75rem}.grid-filter-summary button{margin-left:auto;border:0;background:transparent;color:var(--brand);font:inherit;font-size:.75rem;cursor:pointer}.badge{display:inline-flex;align-items:center;min-height:21px;padding:2px 7px;border-radius:999px;font-size:.7rem;font-weight:650;line-height:1.2}.badge-auto{background:var(--ok-bg);color:#0a7a4f}.badge-manual{background:var(--warn-bg);color:var(--warn)}.badge-sim{background:#eef2ff;color:#3b4cca;border:1px solid #c7d2fe}.badge-stage{background:#edf4ff;color:#1849a9}.role-remove-button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:1rem;line-height:.75;margin-left:5px;padding:0}.role-remove-button:disabled{cursor:wait;opacity:.55}.badge-ok{background:var(--ok-bg);color:#0a7a4f}.badge-danger{background:var(--danger-bg);color:var(--danger)}.field{display:flex;flex-direction:column;gap:3px;margin-bottom:6px}.field label{font-size:.78rem;font-weight:650;color:#4c5b73}input,select,textarea{min-height:34px;font:inherit;padding:6px 9px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#9eacc1}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--brand);box-shadow:0 0 0 3px #175cd321}input::placeholder,textarea::placeholder{color:#8995a8}input:disabled,input[readonly],select:disabled,textarea:disabled,textarea[readonly]{background:#e4e9f1;border-color:#c4ccda;color:#64748b;cursor:not-allowed;opacity:1}input:disabled::placeholder,input[readonly]::placeholder,textarea:disabled::placeholder,textarea[readonly]::placeholder{color:#8491a5}.field-source{color:var(--text-muted);font-size:.72rem}.quantity-tolerance-invalid,.quantity-tolerance-invalid:hover,.quantity-tolerance-invalid:focus{border-color:var(--danger)!important;background:var(--danger-bg);box-shadow:0 0 0 3px #d6454521}.quantity-tolerance-error{display:block;margin-top:2px;color:var(--danger);font-size:.72rem;font-weight:650;line-height:1.3;text-align:left;white-space:normal}.quantity-tolerance-summary{margin-top:7px;padding:7px 9px;border:1px solid #f3c9c9;border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger);font-size:.78rem;font-weight:650}.attachment-input{position:relative;display:flex;min-width:0;flex-direction:column;gap:5px}.attachment-native{position:absolute!important;width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;padding:0!important;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.attachment-control{display:flex;width:100%;min-width:0;min-height:30px;align-items:stretch;overflow:hidden;border:1px solid var(--border-strong);border-radius:7px;background:#fff}.attachment-control:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px #175cd31f}.attachment-picker{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:7px;padding:3px 6px;cursor:pointer}.attachment-choose{flex:0 0 auto;padding:2px 7px;border:1px solid #9ca8ba;border-radius:3px;background:#f5f6f8;color:#172033;line-height:1.25}.attachment-empty{min-width:0;overflow:hidden;color:#4f5d73;text-overflow:ellipsis;white-space:nowrap}.attachment-file-name{min-width:0;overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.attachment-remove{display:grid;width:30px;min-width:30px;place-items:center;align-self:stretch;border:0;border-left:1px solid #e0e6ef;background:transparent;color:var(--danger);font:inherit;font-size:1.05rem;font-weight:750;line-height:1;cursor:pointer}.attachment-remove:hover{background:#fff0f0;color:#991b1b}.attachment-remove:focus-visible{outline:2px solid var(--danger);outline-offset:-3px}.attachment-error{color:var(--danger);font-size:.78rem;font-weight:600}.toolbar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:7px}.toolbar input,.toolbar select{min-width:160px}.banner{padding:7px 10px;border-radius:var(--radius-sm);margin-bottom:8px;font-weight:550;line-height:1.4}.banner-warn{background:var(--warn-bg);color:var(--warn);border:1px solid #f0e0b0}.banner-danger{background:var(--danger-bg);color:var(--danger);border:1px solid #f3c9c9}.banner-ok{background:var(--ok-bg);color:#0a7a4f;border:1px solid #b8e6cf}.toast-stack{position:fixed;top:68px;right:24px;z-index:70;display:flex;flex-direction:column;gap:10px;pointer-events:none}.app-toast{display:flex;width:min(420px,calc(100vw - 32px));align-items:center;gap:12px;margin:0;pointer-events:auto;box-shadow:0 12px 30px #0f172a33}.app-toast>span{flex:1}.app-toast .popup-close{color:currentColor}.checkbox-select{position:relative}.checkbox-select-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;font:inherit;text-align:left;cursor:pointer}.checkbox-select-trigger:disabled{background:var(--surface-muted, #f6f7f9);cursor:not-allowed}.checkbox-select-menu{z-index:90;overflow-y:auto;padding:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;box-shadow:0 12px 30px #0f172a2e}.checkbox-select-option{display:flex;align-items:center;gap:8px;padding:6px 8px;font-weight:500;cursor:pointer}.checkbox-select-option input{margin:0}.checkbox-select-option input:focus{box-shadow:none}.checkbox-select-option input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding:12px;background:#0b172b94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:50;animation:fade-in .15s ease-out}.modal{display:flex;flex-direction:column;max-height:calc(100vh - 24px);overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:12px;width:min(520px,96vw);box-shadow:var(--shadow-lg);animation:modal-in .18s ease-out}.modal header,.modal footer{flex:0 0 auto}.modal.modal-wide{width:min(1180px,98vw)}.modal header{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 12px;border-bottom:1px solid var(--border);font-weight:650;font-size:1rem}.modal header>span{flex:1;min-width:0}.modal .body{flex:1 1 auto;min-height:0;padding:12px;overflow-y:auto}.modal footer{padding:8px 12px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:7px;background:#fafbfd}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}}.popup-close{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:7px;background:transparent;color:#7b879d;font:inherit;font-size:1.35rem;line-height:1;cursor:pointer}.popup-close:hover{background:#f1f4f9;color:var(--text)}.popup-close:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.login-wrap{width:100%;height:100vh;min-height:0;padding:10px;overflow:hidden;background:#edf2f7}.login-shell{display:grid;grid-template-columns:minmax(0,2.35fr) minmax(360px,.95fr);width:100%;height:100%;min-height:0;overflow:hidden;border:1px solid #d5dde8;border-radius:12px;background:#fff;box-shadow:0 12px 35px #10284b1f}.login-brand-panel{position:relative;display:grid;place-items:center;overflow:hidden;padding:60px;background:linear-gradient(135deg,#123f59,#175978 52%,#287cab);color:#fff}.login-brand-panel:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-48%,-50%)}.login-brand-panel:after{content:"";position:absolute;right:-140px;bottom:-190px;width:480px;height:480px;border-radius:50%;background:#ffffff09}.login-brand-content{position:relative;z-index:1;max-width:590px;text-align:center}.login-brand-mark{display:grid;width:82px;height:82px;margin:0 auto 22px;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:21px;background:#ffffff24;box-shadow:0 14px 28px #00000029;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.procurement-automation-logo{display:block;width:68px;height:68px}.procurement-automation-logo path,.procurement-automation-logo circle{vector-effect:non-scaling-stroke}.procurement-automation-logo .logo-document{stroke:#eaf8ff;stroke-width:1.8}.procurement-automation-logo .logo-document-pr{fill:#1679a5}.procurement-automation-logo .logo-document-po{fill:#0d5273}.procurement-automation-logo .logo-fold,.procurement-automation-logo .logo-line{fill:none;stroke:#d9f2fc;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.procurement-automation-logo .logo-flow,.procurement-automation-logo .logo-flow-arrow{fill:none;stroke:#ffc857;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.procurement-automation-logo .logo-status{fill:#13a477;stroke:#fff;stroke-width:1.8}.procurement-automation-logo .logo-check{fill:none;stroke:#fff;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.login-brand-content h1{margin:0;color:#fff;font-size:clamp(2rem,3vw,3.15rem);letter-spacing:-.03em}.login-brand-subtitle{margin:14px 0 0;color:#e5f3fa;font-size:1rem;font-weight:600}.login-brand-description{max-width:530px;margin:38px auto 0;color:#c7dfeb;font-size:.84rem;line-height:1.7}.login-brand-footer{position:absolute;bottom:25px;left:0;right:0;z-index:1;margin:0;color:#ffffff94;text-align:center;font-size:.68rem;letter-spacing:.04em}.login-auth-panel{display:flex;align-items:center;justify-content:center;padding:48px 38px;background:#fff}.login-auth-content{width:min(100%,390px)}.login-mobile-brand{display:none;align-items:center;gap:9px;margin-bottom:30px;color:#123f59;font-weight:800}.login-mobile-brand span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#1b668a;color:#fff}.login-mobile-brand .procurement-automation-logo{width:32px;height:32px}.login-auth-kicker{margin:0 0 10px;color:#1672a2;font-size:.7rem;font-weight:800;letter-spacing:.14em}.login-auth-content h2{margin:0;color:#102a43;font-size:1.8rem;letter-spacing:-.025em}.login-auth-subtitle{margin:8px 0 26px;color:#718096;font-size:.82rem}.login-microsoft-button{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#17324d;cursor:pointer;font:inherit;font-size:.84rem;font-weight:700;box-shadow:0 1px 2px #1018280a;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.login-microsoft-button:hover:not(:disabled){border-color:#8eabc2;background:#f8fbfd;box-shadow:0 4px 10px #1e4f6f14}.login-microsoft-button:disabled,.login-submit-button:disabled{cursor:not-allowed;opacity:.55}.microsoft-icon{display:grid;grid-template-columns:repeat(2,5px);gap:2px}.microsoft-icon i{width:5px;height:5px;background:#2f5d7c}.login-method-hint{margin:8px 0 0;color:#98a2b3;text-align:center;font-size:.68rem}.login-divider{display:flex;align-items:center;gap:12px;margin:24px 0;color:#98a2b3;font-size:.7rem;white-space:nowrap}.login-divider:before,.login-divider:after{content:"";flex:1;border-top:1px solid #e3e8ef}.login-form .field{margin-bottom:18px}.login-form .field label{display:block;margin-bottom:8px;color:#5f6f82;font-size:.67rem;font-weight:700;letter-spacing:.025em}.login-form .field label span{color:#d92d20}.login-form input{width:100%;min-height:46px;border-color:#cbd5e1;border-radius:8px;background:#f8fafc;padding:10px 13px}.login-form input:focus{background:#fff}.login-submit-button{width:100%;min-height:46px;margin-top:2px;border:0;border-radius:8px;background:#195b7e;color:#fff;cursor:pointer;font:inherit;font-size:.82rem;font-weight:750;box-shadow:0 4px 10px #195b7e33;transition:background-color .15s ease,transform .1s ease}.login-submit-button:hover:not(:disabled){background:#124b69}.login-submit-button:active:not(:disabled){transform:translateY(1px)}.login-access-note{margin:24px 0 0;padding-top:18px;border-top:1px solid #edf0f4;color:#8793a4;font-size:.68rem;line-height:1.5;text-align:center}.muted{color:var(--text-muted)}.empty{text-align:center;padding:28px 14px;color:var(--text-muted)}.empty:before{content:"";display:block;width:34px;height:4px;margin:0 auto 14px;border-radius:999px;background:#d5deeb}.spinner{text-align:center;padding:24px 14px;color:var(--text-muted)}.spinner:before{content:"";display:inline-block;width:16px;height:16px;margin-right:9px;border:2px solid #cdd8e8;border-top-color:var(--brand);border-radius:50%;vertical-align:-3px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.row-flags{display:flex;gap:6px;flex-wrap:wrap}.admin-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:7px}.admin-section-heading p{margin:6px 0 0}.suggestion-mapping-modal{width:min(680px,calc(100vw - 32px))}.suggestion-mapping-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.approval-rule-modal{width:min(900px,calc(100vw - 32px))}.approval-rule-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.approval-rule-form-wide{grid-column:1 / -1}.approval-chain-editor{padding:9px;border:1px solid #cfd9e6;border-radius:10px;background:#f8fafc}.approval-chain-editor h3{margin:0 0 12px;color:#344054;font-size:.9rem}.approval-chain-levels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.approval-chain-level{display:flex;align-items:center;gap:7px;padding:7px;border:1px solid #d9e2ef;border-radius:8px;background:#fff}.approval-chain-level .field{flex:1;margin:0}.approval-level-number{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;background:#eaf2ff;color:#1849a9;font-weight:800}.approval-rule-note{padding:11px 13px;border:1px solid #b2ddff;border-radius:8px;background:#eff8ff;color:#175cd3;font-size:.8rem}.approval-rule-preview-menu{position:relative;display:flex;justify-content:flex-end;margin-top:8px}.approval-rule-preview-popover{position:absolute;right:0;bottom:calc(100% + 7px);z-index:20;width:min(590px,calc(100vw - 64px));padding:14px;border:1px solid #b8c7dc;border-radius:10px;background:#fff;box-shadow:0 12px 32px #1018282e}.approval-rule-preview-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.approval-rule-preview-fields{display:grid;grid-template-columns:180px minmax(190px,1fr) auto;align-items:end;gap:10px}.approval-preview-floating-field{position:relative;height:42px;margin:0}.approval-preview-floating-field label{position:absolute;top:0;left:9px;z-index:2;padding:0 5px;background:#fff;color:#65738a;font-size:.65rem;font-weight:700;line-height:1;transform:translateY(-50%)}.approval-preview-floating-field input,.approval-preview-floating-field select{width:100%;height:42px;min-height:42px;padding:8px 12px;background:#fff}.approval-rule-preview-result{margin-top:10px;padding:9px 11px;border-left:3px solid #2e90fa;background:#eff8ff;color:#1849a9;font-size:.78rem}.approval-rules-table-wrap{height:286px!important;min-height:286px;max-height:286px;overflow:auto;scrollbar-gutter:stable both-edges}.approval-rules-grid tbody tr{height:58px}.approval-rules-grid td{padding-top:12px;padding-bottom:12px;vertical-align:middle}.approval-mapping-toolbar{margin-bottom:12px}.approval-mapping-toolbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.approval-mapping-toolbar-actions .btn{margin:0;white-space:nowrap}.suggestion-mapping-toolbar{margin-bottom:12px}.suggestion-mapping-toolbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.suggestion-mapping-toolbar-actions .btn{margin:0;white-space:nowrap}.suggestion-mappings-table-wrap{height:286px!important;min-height:286px;max-height:286px;overflow:auto;scrollbar-gutter:stable both-edges}.suggestion-mappings-grid tbody tr{height:58px}.suggestion-mappings-grid td{padding-top:12px;padding-bottom:12px;vertical-align:middle}.suggestion-form-wide{grid-column:1 / -1}.practitioner-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:start}.practitioner-form-wide{grid-column:1 / -1}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:7px;margin-bottom:8px}.grid tbody tr.allocated-row td{background:#f5f7fa}.grid tbody tr.allocated-row:hover td{background:#eef2f6}.allocation-filter-toolbar{display:grid;grid-template-columns:minmax(165px,190px) repeat(3,minmax(110px,135px)) minmax(315px,1fr);align-items:end;gap:6px;margin-bottom:0!important}.allocation-filter-toolbar .field{position:relative;display:block;width:100%;height:34px;min-width:0!important}.allocation-filter-toolbar .field>label{position:absolute;top:0;left:7px;z-index:2;max-width:calc(100% - 22px);padding:0 4px;overflow:hidden;background:#fff;color:#65738a;font-size:.6rem;font-weight:700;line-height:1;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;transform:translateY(-50%);transition:color .15s ease}.allocation-filter-toolbar input,.allocation-filter-toolbar select{width:100%;min-width:0;min-height:34px;height:34px;padding:5px 9px;font-size:.76rem;background:#fff}.allocation-filter-toolbar input::placeholder{opacity:1;color:#8390a4}.allocation-filter-toolbar .field:focus-within>label{color:var(--brand)}.allocation-filter-actions{display:flex;width:100%;align-self:end;justify-self:stretch;justify-content:flex-end;align-items:center;gap:6px;margin:0}.allocation-filter-actions .btn{min-width:0;margin:0;padding-inline:10px;line-height:1.15;white-space:nowrap}.tracker-filter-layout{container-type:inline-size}.tracker-filter-layout .grid-table-tools-controls{display:grid;grid-template-columns:minmax(165px,190px) repeat(3,minmax(110px,135px)) auto minmax(220px,1fr);min-height:34px;align-items:end;gap:6px;flex-wrap:initial}.tracker-filter-layout .grid-table-tools-controls>.field{position:relative;display:block;width:100%;max-width:none;height:34px;min-width:0;margin:0}.tracker-filter-layout .grid-table-tools-controls>.field>label{left:7px;padding-inline:4px;font-size:.6rem;letter-spacing:.01em}.tracker-filter-layout .grid-table-tools-controls>.field>input,.tracker-filter-layout .grid-table-tools-controls>.field>select{width:100%;min-width:0;min-height:34px;height:34px;padding:5px 9px;font-size:.76rem}.tracker-filter-layout .table-tools-actions{display:flex;width:100%;align-self:end;justify-self:stretch;justify-content:flex-end;align-items:center;gap:6px;margin:0}.tracker-filter-layout .table-tools-actions .btn{min-width:0;margin:0;padding-inline:10px;line-height:1.15;white-space:nowrap}.tracker-filter-layout .tracker-clear-filters{align-self:end;height:30px;margin:0;white-space:nowrap}.allocation-panel .selection-cell{width:42px;min-width:42px;max-width:42px;padding-inline:8px;text-align:center}.allocation-panel .selection-cell input{width:16px;height:16px;accent-color:var(--brand);cursor:pointer}.allocation-panel .selection-cell input:disabled{cursor:not-allowed;opacity:.45}.pr-number-link{padding:0;font-weight:700;text-align:left}.pr-number-link:hover{text-decoration:underline}.pr-detail-section+.pr-detail-section{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.pr-detail-section h3{margin:0 0 8px;color:var(--text);font-size:.95rem}.pr-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 14px}.pr-detail-item{display:flex;min-width:0;flex-direction:column;gap:2px}.pr-detail-item>span{color:var(--text-muted);font-size:.72rem}.pr-detail-item>strong{overflow-wrap:anywhere;color:var(--text);font-size:.82rem;font-weight:600}.pr-detail-item-wide{grid-column:span 2}.stat{--stat-accent: var(--brand);position:relative;overflow:hidden;background:linear-gradient(145deg,#fff 55%,color-mix(in srgb,var(--stat-accent) 6%,white));border:1px solid var(--border);border-radius:var(--radius);padding:9px 11px;min-width:0;box-shadow:var(--shadow)}.stat:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--stat-accent)}.stat:nth-child(2n){--stat-accent: #0e9384}.stat:nth-child(3n){--stat-accent: #7a5af8}.stat:nth-child(4n){--stat-accent: #f79009}.stat:nth-child(5n){--stat-accent: #e04f67}.stat .v{font-size:1.65rem;font-weight:720;letter-spacing:-.025em;font-variant-numeric:tabular-nums}.stat .k{color:var(--text-muted);font-size:.8rem}.stat-clickable{font:inherit;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.stat-clickable:hover,.analytics-card-clickable:hover{border-color:#9db5e4;box-shadow:0 8px 20px #204b961f;transform:translateY(-2px)}.stat-clickable:focus-visible,.analytics-card-clickable:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.analytics-card-clickable{position:relative;overflow:hidden;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.analytics-grid>.analytics-card-clickable:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#175cd3,#2e90fa)}.analytics-grid>.analytics-card-clickable:nth-child(2n):before{background:linear-gradient(90deg,#0e9384,#12b76a)}.analytics-grid>.analytics-card-clickable:nth-child(3n):before{background:linear-gradient(90deg,#7a5af8,#b692f6)}.analytics-grid>.analytics-card-clickable:nth-child(4n):before{background:linear-gradient(90deg,#f79009,#fdb022)}.analytics-card-clickable h2{display:flex;align-items:center;justify-content:space-between;gap:12px}.analytics-open-hint{color:var(--brand);font-size:.68rem;font-weight:600;white-space:nowrap}.analytics-drilldown-modal{width:min(1260px,96vw)}.analytics-drilldown-modal .body{max-height:70vh}.analytics-drilldown-grid{min-width:1500px}.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.analytics-bar{margin:10px 0 13px}.analytics-bar-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:5px;font-size:.8rem}.analytics-bar-track{height:9px;overflow:hidden;border-radius:999px;background:#eaf0f7}.analytics-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#175cd3,#36bffa);transform-origin:left;animation:bar-grow .5s ease-out both}@keyframes bar-grow{0%{transform:scaleX(0)}}.donut-layout{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(180px,1.2fr);align-items:center;gap:14px;min-height:190px;padding:4px 2px 0}.donut-chart{position:relative;width:min(172px,100%);aspect-ratio:1;margin:auto;border-radius:50%;box-shadow:inset 0 0 0 1px #0f172a0a,0 8px 18px #1f406f1a;animation:donut-in .55s ease-out both}.donut-chart:after{content:"";position:absolute;top:25%;right:25%;bottom:25%;left:25%;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #0f172a0a}.donut-centre{position:absolute;top:25%;right:25%;bottom:25%;left:25%;z-index:1;display:grid;place-content:center;text-align:center}.donut-centre strong{font-size:1.55rem;line-height:1;letter-spacing:-.03em}.donut-centre span{margin-top:5px;color:var(--text-muted);font-size:.68rem;font-weight:650;text-transform:uppercase;letter-spacing:.05em}.donut-legend{display:grid;gap:8px}.donut-legend-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;min-width:0;font-size:.78rem}.donut-legend-row>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.donut-swatch{width:9px;height:9px;border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px #0f172a14}@keyframes donut-in{0%{opacity:0;transform:rotate(-12deg) scale(.92)}}.tabs{display:flex;width:max-content;max-width:100%;gap:2px;margin-bottom:8px;padding:2px;overflow-x:auto;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:0 1px 3px #1428500a;scrollbar-width:thin}.tab{flex:0 0 auto;min-height:30px;padding:5px 10px;border:0;cursor:pointer;border-radius:7px;background:transparent;font:inherit;font-size:.78rem;font-weight:650;color:var(--text-muted);transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.tab:hover{background:#f3f6fa;color:#34435d}.tab.active{background:var(--brand-soft);color:var(--brand);box-shadow:inset 0 0 0 1px #d8e5ff}.tab:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.page-subtitle{margin-top:4px;color:var(--text-muted);font-size:.76rem}.allocation-page,.tracker-page{display:flex;flex-direction:column;gap:7px}.allocation-workspace-content{padding-top:4px}.allocation-view-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;margin-bottom:5px}.allocation-view-tabs{margin:0;padding:2px;border-color:#cdd8e7;border-radius:9px;box-shadow:0 2px 6px #18345b12}.allocation-view-tabs .tab{min-height:30px;padding:5px 11px;font-size:.8rem}.allocation-view-tabs .tab.active{color:#0f55c7;font-size:.88rem;font-weight:750;background:linear-gradient(180deg,#f2f7ff,#e9f2ff);box-shadow:inset 0 0 0 1px #c8daf8,0 1px 2px #175cd314}.approval-tracker-status-tabs{margin-bottom:10px}.po-vendor-group-grid td:nth-child(2)>div+div{margin-top:5px;padding-top:5px;border-top:1px solid var(--border)}.po-vendor-detail-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.po-vendor-detail-summary>div{display:flex;min-width:0;flex-direction:column;gap:3px;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8faff}.po-vendor-detail-summary span{color:var(--text-muted);font-size:.7rem;font-weight:700;text-transform:uppercase}.po-vendor-detail-summary strong,.po-vendor-detail-summary small{overflow:hidden;text-overflow:ellipsis}@media (max-width: 900px){.po-vendor-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-header-tab{display:flex;align-items:center;cursor:default}.workspace-header-action{flex:0 0 auto;margin-left:auto}.allocation-page{gap:6px}.tracker-heading,.tracker-list-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.tracker-heading h2{font-size:1.3rem}.tracker-list-heading{align-items:center;margin-top:2px}.tracker-list-heading h2{margin-bottom:2px}.tracker-filters{padding:8px 10px}.tracker-filter-title{color:#8490aa;font-size:.75rem;font-weight:700;letter-spacing:.04em;margin-bottom:6px}.tracker-filters .toolbar{align-items:flex-end}.allocation-page .tracker-filters .toolbar{margin-bottom:3px}.tracker-filters .field{margin-bottom:0;min-width:180px}.tracker-filters .field:first-child{min-width:245px}.tracker-filters .allocation-filter-toolbar .field{min-width:0}.tracker-filters .btn{margin-bottom:6px}.tracker-filters .allocation-filter-actions .btn{margin-bottom:0}.allocation-page .allocation-filter-actions{margin-top:0}.tracker-grid tbody tr{height:40px}.tracker-grid td{padding-top:4px;padding-bottom:4px;line-height:1.2;vertical-align:middle}.tracker-grid .tracker-sticky-column{position:sticky;z-index:4;background:#fff}.tracker-grid th.tracker-sticky-column{z-index:8;background:#edf2f8}.tracker-grid .tracker-sticky-pr{left:0;width:128px;min-width:128px;max-width:128px}.tracker-grid .tracker-sticky-line{left:128px;width:144px;min-width:144px;max-width:144px;box-shadow:7px 0 10px -10px #162a4cbf}.tracker-grid tbody tr:nth-child(2n) td.tracker-sticky-column{background:#edf5ff}.tracker-grid tbody tr:hover td.tracker-sticky-column{background:#e4f0ff}.tracker-grid .tracker-plant-column{width:82px;min-width:82px;max-width:82px}.tracker-grid .tracker-quantity-column{width:112px;min-width:112px;max-width:112px}.tracker-grid .tracker-material-column{width:330px;min-width:330px;max-width:330px}.tracker-grid .tracker-value-column{width:132px;min-width:132px;max-width:132px}.tracker-grid .tracker-currency-column{width:108px;min-width:108px;max-width:108px}.tracker-grid .tracker-progress-column{min-width:610px}.tracker-grid .tracker-actions-column{position:sticky;right:0;z-index:4;min-width:100px;background:#fff;box-shadow:-7px 0 10px -10px #162a4cbf}.tracker-grid th.tracker-actions-column{z-index:9;background:#edf2f8}.tracker-grid tbody tr:nth-child(2n) td.tracker-actions-column{background:#edf5ff}.tracker-grid tbody tr:hover td.tracker-actions-column{background:#e4f0ff}.tracker-material-summary{display:flex;min-width:0;align-items:center;gap:6px;white-space:nowrap}.tracker-material-summary strong{flex:0 0 auto}.tracker-material-summary .muted{min-width:0;overflow:hidden;text-overflow:ellipsis}.tracker-grid thead th{z-index:7}.tracker-grid .pr-journey{overflow:visible}.qcs-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 12px;margin-top:5px}.qcs-approval-matrix-wrap{height:auto;min-height:0;max-height:280px;overflow:auto}.qcs-approval-matrix .table-section-heading .muted{font-size:.75rem}.qcs-approval-matrix table.grid th:first-child,.qcs-approval-matrix table.grid td:first-child{width:64px;min-width:64px}.qcs-approval-matrix table.grid th:nth-child(2),.qcs-approval-matrix table.grid td:nth-child(2){min-width:170px}.qcs-approval-matrix table.grid th:last-child,.qcs-approval-matrix table.grid td:last-child{min-width:220px}.approval-vendor-table-wrap{height:auto!important;min-height:0;max-height:none;overflow-x:auto;overflow-y:visible;border:1px solid #c7d3e3;border-radius:10px;background:#fff;box-shadow:0 1px 3px #1018280f;scrollbar-gutter:auto}.approval-vendor-grid{border-collapse:separate;border-spacing:0}.approval-vendor-grid th{min-width:118px;padding:8px 10px;border-right:1px solid #cfd9e6;border-bottom:2px solid #9fb0c7;background:#edf2f8;color:#263b5e;white-space:nowrap}.approval-vendor-grid th:nth-child(n+6):nth-child(-n+10){background:#eaf3ff}.approval-vendor-grid th:nth-child(n+11):nth-child(-n+14){background:#eaf8f5}.approval-vendor-grid th:nth-child(n+15){background:#f2efff}.approval-vendor-grid th:nth-child(1),.approval-vendor-grid td:nth-child(1){min-width:52px;width:52px}.approval-vendor-grid th:nth-child(2),.approval-vendor-grid td:nth-child(2){min-width:120px}.approval-vendor-grid th:nth-child(3),.approval-vendor-grid td:nth-child(3){min-width:230px}.approval-vendor-grid th:nth-child(4),.approval-vendor-grid td:nth-child(4){min-width:190px}.approval-vendor-grid th:nth-child(14),.approval-vendor-grid td:nth-child(14),.approval-vendor-grid th:nth-child(n+19),.approval-vendor-grid td:nth-child(n+19){min-width:190px}.approval-vendor-grid th:nth-child(6),.approval-vendor-grid td:nth-child(6),.approval-vendor-grid th:nth-child(11),.approval-vendor-grid td:nth-child(11),.approval-vendor-grid th:nth-child(15),.approval-vendor-grid td:nth-child(15){border-left:2px solid #9fb0c7}.approval-vendor-grid td{padding:9px 10px;border-right:1px solid #dde5ef;border-bottom:1px solid #cfd9e6;background:#fff;line-height:1.35;vertical-align:middle}.approval-vendor-grid tbody tr:nth-child(2n):not(.qty-changed-row) td{background:#edf5ff}.approval-vendor-grid tbody tr:hover:not(.qty-changed-row) td{background:#e4f0ff}.approval-vendor-grid tbody tr.qty-changed-row td{background:#fff3e6}.approval-vendor-grid tbody tr.qty-changed-row:hover td{background:#ffe8d1}.approval-vendor-grid tbody tr:last-child td{border-top:2px solid #9fb0c7;background:#eef3f9}.approval-vendor-grid th:last-child,.approval-vendor-grid td:last-child{border-right:0}.approval-vendor-grid .approval-vendor-sticky{position:sticky;z-index:5;background:#fff}.approval-vendor-grid th.approval-vendor-sticky{z-index:9;background:#edf2f8}.approval-vendor-grid .approval-vendor-sticky-sequence{left:0;width:52px;min-width:52px;max-width:52px}.approval-vendor-grid .approval-vendor-sticky-code{left:52px;width:120px;min-width:120px;max-width:120px}.approval-vendor-grid .approval-vendor-sticky-name{left:172px;width:230px;min-width:230px;max-width:230px}.approval-vendor-grid .approval-vendor-sticky-manufacturer{left:402px;width:190px;min-width:190px;max-width:190px;box-shadow:8px 0 12px -11px #162a4cd9}.approval-vendor-grid tbody tr:nth-child(2n):not(.qty-changed-row) td.approval-vendor-sticky{background:#edf5ff}.approval-vendor-grid tbody tr:hover:not(.qty-changed-row) td.approval-vendor-sticky{background:#e4f0ff}.approval-vendor-grid tbody tr.qty-changed-row td.approval-vendor-sticky{background:#fff3e6}.approval-vendor-grid tbody tr.qty-changed-row:hover td.approval-vendor-sticky{background:#ffe8d1}.qty-changed-row{background:#fff6ed}.qty-changed-row:hover{background:#ffead5}.quantity-change-summary{margin-top:9px;padding:8px 10px;border:1px solid #fedf89;border-radius:8px;background:#fffaeb}.quantity-change-summary h3{margin:0 0 8px;color:#93370d;font-size:.95rem}.quantity-change-summary ul{margin:0;padding-left:20px}.journey-overview,.pr-journey{display:flex;align-items:flex-start;overflow-x:auto}.journey-overview{padding:10px}.journey-overview .journey-step{flex:1 0 180px}.journey-step{position:relative;display:flex;align-items:flex-start;min-width:150px;color:#98a2b3}.journey-step:not(:last-child):after{content:"";position:absolute;left:34px;right:8px;top:15px;height:2px;background:#dbe1e9}.journey-dot{position:relative;z-index:1;flex:0 0 auto;display:grid;place-items:center;width:31px;height:31px;border:2px solid #dbe1e9;border-radius:50%;background:#f4f6fa;color:#98a2b3;font-weight:700}.journey-copy{position:relative;z-index:2;display:flex;flex-direction:column;max-width:150px;padding:6px 10px 0;background:var(--surface)}.journey-copy strong{color:inherit;white-space:nowrap;font-size:.76rem}.journey-copy small{max-width:145px;overflow:hidden;color:var(--text-muted);font-size:.68rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.journey-complete{color:#079455}.journey-complete .journey-dot{border-color:#12a45f;background:#12a45f;color:#fff}.journey-complete:not(:last-child):after{background:#12a45f}.journey-active{color:#155eef}.journey-active .journey-dot{border:5px solid #cbdcff;background:#155eef;color:#fff;box-shadow:0 0 0 2px #eef4ff}.journey-danger{color:var(--danger)}.journey-danger .journey-dot{border-color:var(--danger);background:var(--danger);color:#fff}.pr-journey{min-width:max-content;padding:4px 0}.journey-step-compact{min-width:135px}.journey-step-compact .journey-dot{width:24px;height:24px;font-size:.7rem}.journey-step-compact:not(:last-child):after{left:27px;top:11px}.journey-step-compact .journey-copy{max-width:125px;padding:2px 8px 0}.journey-step-compact .journey-copy small{max-width:120px}.sourced-approval-cell{width:auto;min-width:132px}.sourced-approval-tracker{width:max-content;max-width:none;overflow:visible}.sourced-approval-tracker .journey-step-compact{min-width:112px}.sourced-approval-tracker .journey-step-compact .journey-copy{max-width:100px}.sourced-items-grid .sourced-sticky{position:sticky;z-index:4;background:#fff}.sourced-items-grid th.sourced-sticky{z-index:8;background:#edf2f8}.sourced-items-grid .sourced-sticky-pr{left:0;width:130px;min-width:130px;max-width:130px}.sourced-items-grid .sourced-sticky-material{left:130px;width:260px;min-width:260px;max-width:260px;box-shadow:7px 0 10px -10px #162a4cbf}.sourced-items-grid .sourced-sticky-approval{width:auto;min-width:132px}.sourced-items-grid tbody tr:nth-child(2n) td.sourced-sticky{background:#edf5ff}.sourced-items-grid tbody tr:hover td.sourced-sticky{background:#e4f0ff}.approval-tracker-table-wrap{--table-height: 330px}.approval-tracker-grid .approval-tracker-sticky{position:sticky;z-index:4;background:#fff}.approval-tracker-grid th.approval-tracker-sticky{z-index:8;background:#edf2f8}.approval-tracker-grid .approval-tracker-sticky-pr{left:0;width:145px;min-width:145px;max-width:145px}.approval-tracker-grid .approval-tracker-sticky-line{left:145px;width:125px;min-width:125px;max-width:125px;box-shadow:7px 0 10px -10px #162a4cbf}.approval-tracker-grid tbody tr:nth-child(2n) td.approval-tracker-sticky{background:#edf5ff}.approval-tracker-grid tbody tr:hover td.approval-tracker-sticky{background:#e4f0ff}.approval-readonly-badge{flex:0 0 auto;border:1px solid #b2ccff;background:#eff4ff;color:#175cd3;text-transform:uppercase}.approval-pending-summary{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:9px 12px;border:1px solid #b2ccff;border-left:4px solid #155eef;border-radius:8px;background:#eff4ff;color:#1849a9}.approval-pending-summary span{font-size:.72rem;font-weight:750;letter-spacing:.03em;text-transform:uppercase}.approval-pending-summary strong{font-size:.84rem}.approval-matrix-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.approval-matrix-summary>div{min-width:0;padding:9px 11px;border:1px solid #d8e2ee;border-radius:8px;background:#f8fafc}.approval-matrix-summary span{display:block;margin-bottom:4px;color:var(--text-muted);font-size:.68rem;font-weight:700;text-transform:uppercase}.approval-matrix-summary strong{display:block;overflow-wrap:anywhere;color:#263b5e;font-size:.82rem}.approval-matrix-flow{display:flex;align-items:stretch;gap:0;overflow-x:auto;padding:8px 4px 14px}.approval-matrix-step{position:relative;display:flex;min-width:205px;flex:1 0 205px;align-items:flex-start;gap:9px}.approval-matrix-step:not(:last-child):after{content:"";position:absolute;top:17px;left:36px;right:0;height:3px;background:#d7dee9}.approval-matrix-step-marker{position:relative;z-index:2;display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:3px solid #d7dee9;border-radius:50%;background:#f7f9fc;color:#7b879d;font-size:.76rem;font-weight:800}.approval-matrix-step-copy{position:relative;z-index:2;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:3px;padding:2px 10px 4px 0;background:var(--surface)}.approval-matrix-step-copy strong{color:#344054;font-size:.78rem;white-space:nowrap}.approval-matrix-step-copy>span:not(.badge){max-width:145px;overflow:hidden;color:var(--text-muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.approval-matrix-step-complete .approval-matrix-step-marker{border-color:#12a45f;background:#12a45f;color:#fff}.approval-matrix-step-complete:not(:last-child):after{background:#12a45f}.approval-matrix-step-active .approval-matrix-step-marker{border:6px solid #cbdcff;background:#155eef;color:#fff;box-shadow:0 0 0 2px #eef4ff}.approval-matrix-step-danger .approval-matrix-step-marker{border-color:var(--danger);background:var(--danger);color:#fff}.approval-matrix-status{white-space:nowrap}.approval-matrix-status-complete{background:var(--ok-bg);color:#067647}.approval-matrix-status-active{background:#eaf2ff;color:#175cd3}.approval-matrix-status-waiting{background:#f2f4f7;color:#667085}.approval-matrix-status-danger{background:var(--danger-bg);color:var(--danger)}.pending-sourcing-grid .pending-sticky{position:sticky;z-index:4;background:#fff}.pending-sourcing-grid th.pending-sticky{z-index:8;background:#edf2f8}.pending-sourcing-grid .pending-sticky-pr{left:0;width:130px;min-width:130px;max-width:130px}.pending-sourcing-grid .pending-sticky-line{left:130px;width:144px;min-width:144px;max-width:144px;box-shadow:7px 0 10px -10px #162a4cbf}.pending-sourcing-grid tbody tr:nth-child(2n) td.pending-sticky{background:#edf5ff}.pending-sourcing-grid tbody tr:hover td.pending-sticky{background:#e4f0ff}.sourcing-screen-content{display:flex;min-width:0;flex-direction:column;gap:6px;padding-top:3px;overflow-x:clip}.sourcing-screen-content>.card{margin:0}.sourcing-screen-content .card-pad{padding:7px 9px}.sourcing-screen-content h2{margin-bottom:4px}.sourcing-screen-content input,.sourcing-screen-content select,.sourcing-screen-content textarea{font-size:.76rem}.sourcing-pr-card>.card-pad{padding:6px 8px}.sourcing-pr-card h2{margin:0 0 3px;font-size:.96rem;line-height:1.15}.sourcing-pr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:12px;row-gap:9px}.sourcing-pr-field{min-width:0;padding:0;line-height:1.18}.sourcing-pr-field-label{margin-bottom:2px;font-size:.66rem;line-height:1.15}.sourcing-pr-field-value{min-width:0;overflow-wrap:anywhere;font-size:.78rem;line-height:1.22}.sourcing-pr-inline-controls{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;column-gap:12px;min-width:0}.sourcing-pr-hsn-field{grid-column:1;width:160px;margin:0;gap:2px}.sourcing-pr-hsn-field label{font-size:.66rem;line-height:1.1}.sourcing-pr-hsn-field input{width:160px;min-height:28px;height:28px;padding:3px 7px;font-size:.73rem}.sourcing-lead-comment{grid-column:2 / span 2;display:inline-flex;width:fit-content;min-height:28px;align-items:center;margin:0;padding:3px 8px;font-size:.73rem;line-height:1.2}.sourcing-vendors-card{min-width:0;max-width:100%;container-type:inline-size}.sourcing-vendor-card{min-width:0;max-width:100%;margin:0 0 6px;overflow:visible;background:#fbfcfd}.sourcing-vendor-card .card-pad{padding:7px 9px}.sourcing-vendor-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:5px 8px}.sourcing-vendor-grid .field{min-width:0;margin:0;gap:2px}.sourcing-vendor-grid .field>label{white-space:nowrap}.sourcing-vendor-grid input,.sourcing-vendor-grid select{width:100%;min-width:0;max-width:100%;min-height:30px;height:30px;padding:4px 8px}.sourcing-vendor-grid textarea{width:100%;min-width:0;max-width:100%;min-height:44px;padding:5px 8px}.sourcing-vendor-grid .attachment-input{gap:2px}.sourcing-vendor-search-field{width:100%;max-width:none}.vendor-field-name{grid-column:1 / span 5;grid-row:1}.vendor-field-code{grid-column:6 / span 2;grid-row:1}.vendor-field-manufacturer-code{grid-column:1 / span 2;grid-row:2}.vendor-field-manufacturer-name{grid-column:3 / span 4;grid-row:2}.vendor-field-price{grid-column:1 / span 3;grid-row:3}.vendor-field-sob{grid-column:4 / span 3;grid-row:3}.vendor-field-offered{grid-column:7 / span 3;grid-row:3}.vendor-field-lot{grid-column:1 / span 3;grid-row:4}.vendor-field-delivery{grid-column:4 / span 3;grid-row:4}.vendor-field-incoterms{grid-column:7 / span 3;grid-row:4}.vendor-field-payment{grid-column:1 / span 2;grid-row:5}.vendor-field-comment{grid-column:3 / span 8;grid-row:5}.vendor-field-upload{grid-column:1 / span 10;grid-row:6}.vendor-search{position:relative;width:100%}.vendor-search>input{width:100%;padding-right:30px}.vendor-search-clear{position:absolute;top:50%;right:7px;z-index:2;width:20px;height:20px;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:var(--text-muted);font-size:1rem;line-height:18px;cursor:pointer}.vendor-search-clear:hover,.vendor-search-clear:focus-visible{background:var(--brand-soft);color:var(--brand);outline:none}.vendor-search-options{position:absolute;top:calc(100% + 3px);left:0;z-index:30;width:100%;max-height:190px;overflow-y:auto;border:1px solid var(--border-strong);border-radius:7px;background:#fff;box-shadow:0 8px 20px #0f214229}.vendor-search-options button{display:block;width:100%;padding:6px 8px;border:0;border-bottom:1px solid #edf1f6;background:#fff;color:var(--text);text-align:left;font-size:.76rem;cursor:pointer}.vendor-search-options button:last-child{border-bottom:0}.vendor-search-options button:hover,.vendor-search-options button[aria-selected=true]{background:var(--brand-soft);color:var(--brand)}.vendor-search-empty{padding:7px 8px;color:var(--text-muted);font-size:.74rem}.incoterms-input{display:flex;min-width:0;flex-direction:column;gap:4px}.sourcing-form-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:6px}@container (max-width: 760px){.sourcing-vendor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sourcing-vendor-grid>.field{grid-column:auto;grid-row:auto}.sourcing-vendor-grid>.vendor-field-name,.sourcing-vendor-grid>.vendor-field-comment,.sourcing-vendor-grid>.vendor-field-upload{grid-column:1 / -1}}@container (max-width: 480px){.sourcing-vendor-grid{grid-template-columns:minmax(0,1fr)}.sourcing-vendor-grid>.field{grid-column:1 / -1}.sourcing-vendor-grid .field>label{white-space:normal}.sourcing-vendor-grid input[type=file]{height:auto;min-height:30px}}@media (max-width: 900px){.sourcing-pr-grid,.sourcing-pr-inline-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.sourcing-lead-comment{grid-column:2}.sourcing-vendor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sourcing-vendor-grid>.field{grid-column:auto;grid-row:auto}.sourcing-vendor-grid>.vendor-field-name,.sourcing-vendor-grid>.vendor-field-comment,.sourcing-vendor-grid>.vendor-field-upload{grid-column:1 / -1}}@media (max-width: 700px){.sourcing-pr-grid,.sourcing-vendor-grid{grid-template-columns:1fr}.sourcing-vendor-grid .field{grid-column:1 / -1!important}.sourcing-pr-inline-controls{grid-template-columns:1fr;row-gap:6px}.sourcing-lead-comment{grid-column:1}.sourcing-pr-hsn-field,.sourcing-pr-hsn-field input{width:min(100%,160px)}}.journey-step:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.journey-tooltip{position:fixed;z-index:120;width:280px;max-width:calc(100vw - 16px);padding:10px 12px;overflow:visible;pointer-events:none;border:1px solid #bfd0e5;border-radius:9px;background:#fff;color:var(--text);box-shadow:0 10px 28px #0f214233;font-size:.75rem;line-height:1.35;animation:fade-in .1s ease-out}.journey-tooltip-above{transform:translateY(-100%)}.journey-tooltip:before{content:"";position:absolute;left:50%;width:9px;height:9px;border-right:1px solid #bfd0e5;border-bottom:1px solid #bfd0e5;background:#fff}.journey-tooltip-below:before{top:-5px;transform:translate(-50%) rotate(225deg)}.journey-tooltip-above:before{bottom:-5px;transform:translate(-50%) rotate(45deg)}.journey-tooltip-title{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:var(--text);font-size:.82rem;font-weight:750}.journey-tooltip-dot{width:8px;height:8px;border-radius:50%;background:#98a2b3}.journey-tooltip-complete .journey-tooltip-dot{background:#12a45f}.journey-tooltip-active .journey-tooltip-dot{background:#155eef}.journey-tooltip-danger .journey-tooltip-dot{background:var(--danger)}.journey-tooltip dl{display:grid;max-height:230px;gap:4px;margin:0;overflow-y:auto}.journey-tooltip dl>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px}.journey-tooltip dt{color:var(--text-muted)}.journey-tooltip dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:650}.journey-tooltip-comment{margin-top:3px;padding-top:6px;border-top:1px solid var(--border)}@container (max-width: 930px){.allocation-filter-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.allocation-filter-actions{grid-column:1 / -1;justify-self:end}.tracker-filter-layout .grid-table-tools-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.tracker-filter-layout .table-tools-actions{grid-column:1 / -1;justify-self:end}}@media (max-width: 900px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.app-shell.sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.app-brand,.app-breadcrumb,.nav-section-title,.nav-link>span:last-child,.system-pill{display:none}.sidebar-content{padding-inline:10px}.nav-link{justify-content:center;padding:7px}.header-user>span:last-child{display:none}.tracker-heading{align-items:stretch;flex-direction:column}.tracker-heading .row-flags{justify-content:flex-end}.journey-overview .journey-step{flex-basis:150px}.qcs-detail-grid,.pr-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.content{padding-left:10px;padding-right:10px}.analytics-grid{grid-template-columns:1fr}.donut-layout{grid-template-columns:minmax(140px,.65fr) minmax(180px,1.35fr)}}@media (max-width: 700px){.login-wrap{padding:0}.login-shell{grid-template-columns:1fr;height:100%;min-height:0;border:0;border-radius:0}.login-brand-panel{display:none}.login-auth-panel{padding:36px 24px}.login-mobile-brand{display:flex}.app-shell{grid-template-columns:0 minmax(0,1fr);grid-template-rows:56px minmax(0,1fr)}.app-shell:not(.sidebar-hidden) .sidebar{position:fixed;top:56px;bottom:0;left:0;width:min(280px,calc(100vw - 52px));height:auto;transform:translate(0);box-shadow:14px 0 35px #1018282e}.app-shell.sidebar-hidden .sidebar{position:fixed;top:56px;bottom:0;left:0;width:min(280px,calc(100vw - 52px));height:auto;transform:translate(-100%)}.app-shell:not(.sidebar-hidden) .sidebar-content{visibility:visible;padding:18px 12px}.app-shell:not(.sidebar-hidden) .nav-section-title,.app-shell:not(.sidebar-hidden) .nav-link>span:last-child{display:initial}.app-shell:not(.sidebar-hidden) .nav-link{justify-content:flex-start;padding:7px 10px}.sidebar-toggle{top:28px;right:-38px;width:38px;height:40px;transform:none;border-left:1px solid var(--border-strong);border-radius:0 8px 8px 0}.app-shell.sidebar-hidden .main{padding-left:0}.app-header{padding:0 16px}.header-context{display:none}.topbar{padding:9px 10px 3px;flex-wrap:wrap}.content{padding:4px 10px 10px}.card-pad{padding:9px}.toolbar{align-items:stretch}.toolbar input,.toolbar select,.toolbar .field{width:100%;min-width:0}.allocation-filter-actions{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));justify-self:stretch}.admin-section-heading{align-items:stretch;flex-direction:column}.suggestion-mapping-form,.approval-rule-form,.approval-chain-levels,.approval-matrix-summary{grid-template-columns:1fr}.approval-rule-form-wide{grid-column:auto}.approval-rule-preview-popover{position:fixed;right:16px;bottom:16px;left:16px;width:auto}.approval-rule-preview-fields{grid-template-columns:1fr}.suggestion-form-wide{grid-column:auto}.practitioner-form{grid-template-columns:1fr}.practitioner-form-wide{grid-column:auto}.modal-backdrop{align-items:flex-end;padding:12px}.modal,.modal.modal-wide{width:100%;max-height:calc(100vh - 24px);border-radius:14px}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat{padding:14px}.stat .v{font-size:1.4rem}.donut-layout{grid-template-columns:1fr;gap:16px}.donut-chart{width:150px}.donut-legend{width:min(300px,100%);margin:0 auto}.tracker-heading,.tracker-list-heading{flex-direction:column}.qcs-detail-grid,.pr-details-grid{grid-template-columns:1fr}.pr-detail-item-wide{grid-column:auto}}@media (max-width: 420px){.header-user{padding-right:5px}.stat-row{grid-template-columns:1fr}.login-auth-panel{padding:28px 20px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
