.pl-navbar {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 0 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0,0,0,.07);
}
.pl-brand {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a365d;
}
.pl-content {
    padding: 32px 24px;
    max-width: 1400px;
    margin: 0 auto;
}
.pl-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    padding: 24px;
    margin-bottom: 24px;
}
.stat-card {
    text-align: center;
    padding: 20px;
}
.stat-card .number {
    font-size: 2rem;
    font-weight: 700;
    color: #1a365d;
}
.stat-card .label {
    color: #6c757d;
    font-size: .9rem;
}
.section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin: 24px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px 16px;
}
.checkbox-grid label {
    font-weight: normal;
    margin-bottom: 0;
}
.form-check-input {
    margin-top: .3rem;
}
.btn-pl-primary {
    background: #1a365d;
    border-color: #1a365d;
    color: #fff;
}
.btn-pl-primary:hover {
    background: #2c5282;
    border-color: #2c5282;
    color: #fff;
}
.detail-row {
    margin-bottom: 12px;
}
.detail-row .label {
    font-weight: 600;
    color: #495057;
}
.login-card {
    max-width: 440px;
    margin: 80px auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.login-tenant-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.btn-microsoft {
    background-color: #2f2f2f;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color .15s;
}
.btn-microsoft:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}
.btn-microsoft-block {
    width: 100%;
}
.ms-logo {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
body {
    background: #f4f6f9;
    font-family: 'Segoe UI', system-ui, sans-serif;
}
.staff-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e9ecef;
}
.staff-toolbar-filters {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.staff-toolbar-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.staff-result-count {
    align-self: center;
    padding-bottom: 6px;
}
.license-drag-handle {
    cursor: grab;
    user-select: none;
    font-size: 1.1rem;
    line-height: 1;
}
.license-row-dragging {
    opacity: 0.5;
}
.license-row-drag-over td {
    border-top: 2px solid #1a365d;
}
