:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4f6f8;--foreground:#17202a;--muted:#687385;--panel:#fff;--line:#d9e0e8;--line-soft:#edf1f5;--accent:#16735f;--accent-strong:#0f5749;--accent-soft:#e6f3ef;--danger:#b42318;--danger-soft:#fff0ed;--shadow:0 16px 48px #17202a14}*{box-sizing:border-box}html{min-width:320px}body{background:var(--background);min-width:320px;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.72}a{color:inherit;text-decoration:none}main{min-height:100vh}.auth-page{place-items:center;padding:24px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--panel);width:min(420px,100%);box-shadow:var(--shadow);border-radius:8px;padding:28px}.brand-mark{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:8px;place-items:center;display:grid}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin:18px 0 6px;font-size:.78rem;font-weight:700}h1,h2,p{margin-top:0}.auth-panel h1,.topbar h1{margin-bottom:8px;font-size:1.8rem;line-height:1.15}.subtle{color:var(--muted);margin-bottom:24px;font-size:.92rem}.auth-form{gap:16px;display:grid}label{color:#3b4655;gap:7px;font-size:.88rem;font-weight:700;display:grid}input,select{border:1px solid var(--line);width:100%;min-width:0;min-height:44px;color:var(--foreground);text-align:left;background:#fff;border-radius:6px;padding:11px 12px;line-height:1.2}select{appearance:none;text-overflow:ellipsis;white-space:nowrap;background-image:linear-gradient(45deg,#0000 50%,#687385 50%),linear-gradient(135deg,#687385 50%,#0000 50%);background-position:calc(100% - 20px) 19px,calc(100% - 14px) 19px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:38px;overflow:hidden}select option{color:var(--foreground);font:inherit;text-align:left;background:#fff}input:focus,select:focus{border-color:var(--accent);outline:3px solid #16735f24}.primary-button,.secondary-button,.ghost-button,.icon-button,.table-action{border-radius:6px}.primary-button{background:var(--accent);color:#fff;border:0;min-height:44px;font-weight:700}.primary-button:hover{background:var(--accent-strong)}.secondary-button,.ghost-button,.table-action{border:1px solid var(--line);color:#344054;background:#fff;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-weight:700;display:inline-flex}.secondary-button:hover,.ghost-button:hover,.table-action:hover{background:var(--line-soft)}.table-action.danger{color:var(--danger);border-color:#f2b8ae}.app-shell{grid-template-columns:240px minmax(0,1fr);display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;height:100vh;padding:18px;position:sticky;top:0}.sidebar-brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.sidebar-brand strong,.user-pill strong{font-size:.95rem;display:block}.sidebar-brand span,.user-pill span,.stat-card span,.stacked-cell small{color:var(--muted);font-size:.78rem}.nav-list{gap:5px;display:grid}.nav-item{color:#3c4654;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;min-height:38px;padding:0 10px;font-size:.92rem;font-weight:700;display:flex}.nav-item.active,.nav-item:hover{background:var(--accent-soft);color:var(--accent-strong)}.workspace{min-width:0;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar .eyebrow{margin-top:0}.topbar h1{margin-bottom:0}.user-cluster{align-items:center;gap:10px;display:flex}.user-pill{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.icon-button{border:1px solid var(--line);color:#344054;background:#fff;place-items:center;width:40px;height:40px;display:grid}.icon-button:hover{background:var(--line-soft)}.dashboard-grid{gap:18px;display:grid}.stat-grid,.content-grid{gap:14px;display:grid}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid.two-one{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.content-grid.overview-scope-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.95fr)}.content-grid.overview-users-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1.45fr)}.content-grid.overview-stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card,.panel{border:1px solid var(--line);background:var(--panel);border-radius:8px}.stat-card{align-items:center;gap:13px;min-height:108px;padding:16px;display:flex}.stat-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:8px;flex:none;place-items:center;display:grid}.stat-card svg{width:20px;height:20px}.stat-card p{color:var(--muted);margin-bottom:4px;font-size:.84rem}.stat-card strong{font-size:1.7rem;line-height:1;display:block}.panel{min-width:0;overflow:hidden}.panel-header{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:14px 16px;display:flex}.panel-header h2{margin:0;font-size:.98rem}.panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.panel-tools{border-bottom:1px solid var(--line-soft);padding:14px 16px}.panel-tools label{min-width:0;max-width:100%}.panel-tools.multi{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.panel-tools.report-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.pagination-row{border-top:1px solid var(--line-soft);color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;display:flex}.table-shell{width:100%;max-height:420px;overflow:auto}.data-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:620px}.data-table th,.data-table td{border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle;overflow-wrap:anywhere;padding:12px 16px}.data-table th{z-index:1;background:var(--panel);color:var(--muted);letter-spacing:0;text-transform:uppercase;white-space:nowrap;font-size:.76rem;position:sticky;top:0}.data-table td{font-size:.9rem}.data-table tbody tr:last-child td{border-bottom:0}.data-table .number-cell{text-align:right;white-space:nowrap}.overview-table{table-layout:fixed}.overview-table .stacked-cell{min-width:0}.overview-low-stock-table{min-width:560px}.overview-low-stock-table th:first-child,.overview-low-stock-table td:first-child{width:28%}.overview-low-stock-table th:nth-child(2),.overview-low-stock-table td:nth-child(2){width:42%}.overview-low-stock-table th:nth-child(3),.overview-low-stock-table td:nth-child(3){width:16%}.overview-low-stock-table th:nth-child(4),.overview-low-stock-table td:nth-child(4){width:14%}.overview-scope-table{min-width:500px}.overview-scope-table th:first-child,.overview-scope-table td:first-child{width:58%}.overview-scope-table th:nth-child(2),.overview-scope-table td:nth-child(2){width:16%}.overview-scope-table th:nth-child(3),.overview-scope-table td:nth-child(3){width:26%}.overview-vehicles-table{min-width:520px}.overview-vehicles-table th:first-child,.overview-vehicles-table td:first-child{width:32%}.overview-vehicles-table th:nth-child(2),.overview-vehicles-table td:nth-child(2){width:48%}.overview-vehicles-table th:nth-child(3),.overview-vehicles-table td:nth-child(3){width:20%}.overview-users-table{min-width:560px}.overview-users-table th:first-child,.overview-users-table td:first-child{width:64%}.overview-users-table th:nth-child(2),.overview-users-table td:nth-child(2){width:22%}.overview-users-table th:nth-child(3),.overview-users-table td:nth-child(3){width:14%}.overview-balance-table{min-width:560px}.overview-balance-table th:first-child,.overview-balance-table td:first-child{width:24%}.overview-balance-table th:nth-child(2),.overview-balance-table td:nth-child(2){width:40%}.overview-balance-table th:nth-child(3),.overview-balance-table td:nth-child(3){width:20%}.overview-balance-table th:nth-child(4),.overview-balance-table td:nth-child(4){width:16%}.action-cell{text-align:right;white-space:nowrap;width:1%;min-width:176px}.action-cell .table-action+.table-action{margin-left:8px}.status-badge{background:var(--danger-soft);min-height:24px;color:var(--danger);border:1px solid #f2b8ae;border-radius:999px;align-items:center;padding:0 8px;font-size:.76rem;font-weight:700;display:inline-flex}.status-badge.active{background:var(--accent-soft);color:var(--accent-strong);border-color:#acd9cc}.stacked-cell{gap:3px;display:grid}.empty-state{color:var(--muted);margin:0;padding:18px 16px}.inline-state{border-bottom:1px solid var(--line-soft);color:var(--muted);margin:0;padding:14px 16px}.alert{border-radius:6px;padding:12px 14px;font-size:.9rem}.alert.danger{background:var(--danger-soft);color:var(--danger);border:1px solid #f2b8ae}.loading-state{min-height:100vh;color:var(--muted);place-items:center;display:grid}.loading-state.compact{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:240px}.loading-dot{background:var(--accent);border-radius:999px;width:10px;height:10px;box-shadow:18px 0 #16735f66,36px 0 #16735f2e}.loading-state p{margin:18px 0 0}.modal-backdrop{z-index:20;background:#0f172a6b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid var(--line);width:min(620px,100%);max-height:min(760px,100vh - 36px);box-shadow:var(--shadow);background:#fff;border-radius:8px;overflow:auto}.modal-header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.modal-header h2{margin:0;font-size:1rem}.modal-form{gap:14px;padding:16px;display:grid}.modal-form.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-field,.modal-form .alert,.form-actions{grid-column:1/-1}.form-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.form-actions .primary-button{min-width:104px}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;position:static}.nav-list{padding-bottom:2px;display:flex;overflow-x:auto}.nav-item{flex:none}.stat-grid,.content-grid,.content-grid.two-one,.content-grid.overview-scope-grid,.content-grid.overview-users-grid,.content-grid.overview-stock-grid,.modal-form.two-column,.panel-tools.multi,.panel-tools.report-filters{grid-template-columns:1fr}}@media (max-width:640px){.workspace,.auth-page{padding:16px}.topbar,.user-cluster{flex-direction:column;align-items:stretch}.user-pill{justify-content:flex-start}.icon-button{width:100%}.data-table th,.data-table td{padding:10px 12px}.panel-header,.modal-header,.form-actions{flex-direction:column;align-items:stretch}.secondary-button,.ghost-button,.table-action,.form-actions .primary-button{width:100%}.action-cell{white-space:nowrap}.action-cell .table-action+.table-action{margin-left:8px}}
