body { min-height: 100vh; }
html[data-bs-theme="light"] body { background-color: #f3f4f6; }
.login-form { width: min(100%, 380px); }
.metric-card { min-height: 130px; }
.licensees-table-wrap { max-height: 70vh; }
.licensees-table { table-layout: fixed; }
.licensees-table th { vertical-align: bottom; position: relative; overflow: hidden; }
.licensees-table th[data-licensee-header] { padding-right: 22px; }
.licensees-table td { overflow: hidden; }
.licensees-table th:first-child, .licensees-table td:first-child { min-width: 54px; position: sticky; left: 0; background: var(--bs-body-bg); z-index: 1; }
.licensee-column-resizer { position: absolute; top: 0; right: 0; bottom: 0; display: block; width: 20px; cursor: col-resize; touch-action: none; user-select: none; z-index: 2; }
.licensee-column-resizer:hover, .licensee-column-resizer:active { background: var(--bs-primary-bg-subtle); }
