/* UI variant layer
   Activated with: body[data-ui-variant="..."] */

/* -----------------------------------------
   Variant A (Principal): premium
----------------------------------------- */
body[data-ui-variant="premium"] {
  --or-vr-premium-card-radius: 14px;
  --or-vr-premium-border: rgba(26, 51, 89, 0.12);
  --or-vr-premium-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
  --or-vr-premium-shadow-hover: 0 18px 34px rgba(20, 37, 68, 0.13);
  --or-vr-premium-soft: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-members-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-members-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-card,
body[data-ui-variant="premium"] .or-members-pilot.or-card,
body[data-ui-variant="premium"] .or-members-pilot .or-detail-section,
body[data-ui-variant="premium"] .or-members-pilot .or-metric-card {
  border-radius: var(--or-vr-premium-card-radius);
  border-color: var(--or-vr-premium-border);
  box-shadow: var(--or-vr-premium-shadow);
}

body[data-ui-variant="premium"] .or-members-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-members-pilot .or-card-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-members-pilot .or-summary-grid {
  gap: 0.95rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-filter-toolbar {
  background: linear-gradient(
    145deg,
    rgba(32, 94, 188, 0.06),
    rgba(255, 255, 255, 0.96) 52%
  );
  border: 1px solid rgba(32, 94, 188, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-input,
body[data-ui-variant="premium"] .or-members-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-members-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-members-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-members-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease;
}

body[data-ui-variant="premium"] .or-members-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-members-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-members-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-members-pilot .or-table tbody tr {
  transition: background-color 0.14s ease;
}

body[data-ui-variant="premium"] .or-members-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-members-pilot .or-person-cell .or-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-members-pilot .or-file-chip-link {
  text-decoration: none;
}

body[data-ui-variant="premium"] .or-members-pilot .or-form-required-note {
  border: 1px solid rgba(32, 94, 188, 0.16);
  background: rgba(32, 94, 188, 0.06);
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-checklist-item {
  align-items: flex-start;
  gap: 0.55rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-detail-page {
  gap: 1.25rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-detail-section--spaced {
  margin-top: 0.9rem;
}

body[data-ui-variant="premium"] .or-members-pilot .or-results-panel {
  border-color: rgba(26, 51, 89, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

/* -----------------------------------------
   Variant C (Backup): minimal
----------------------------------------- */
body[data-ui-variant="minimal"] .or-members-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.85rem, 2.3vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-card,
body[data-ui-variant="minimal"] .or-members-pilot .or-detail-section,
body[data-ui-variant="minimal"] .or-members-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-card-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
}

body[data-ui-variant="minimal"] .or-members-pilot .or-filter-toolbar {
  border: 1px solid rgba(71, 85, 105, 0.16);
  border-radius: 10px;
  padding: 0.65rem;
  background: #ffffff;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-input,
body[data-ui-variant="minimal"] .or-members-pilot .or-select,
body[data-ui-variant="minimal"] .or-members-pilot .or-btn {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-members-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Dashboard admin pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-dashboard-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.75rem, 2vw, 2.1rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-quick-actions {
  gap: 0.55rem;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-quick-actions .or-btn {
  border-radius: 999px;
  padding: 0.48rem 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(32, 94, 188, 0.16);
  box-shadow: 0 8px 16px rgba(32, 94, 188, 0.16);
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-quick-actions .or-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(32, 94, 188, 0.2);
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-metrics-row {
  gap: 1rem;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-metric-card {
  border-radius: 14px;
  border: 1px solid rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 24px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-grid.or-grid-4 > .or-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 24px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-card-title-m {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-section-desc {
  color: #5a6e8c;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-actions {
  gap: 0.38rem;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-action-link,
body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-action-link-m {
  border-radius: 10px;
  border-color: rgba(26, 51, 89, 0.12);
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-action-link:hover,
body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-action-link-m:hover {
  border-color: rgba(32, 94, 188, 0.28);
  background: rgba(32, 94, 188, 0.05);
  transform: translateX(2px);
}

body[data-ui-variant="premium"] .or-dashboard-pilot .or-admin-action-link-m {
  text-decoration: none;
  color: var(--or-text);
}

body[data-ui-variant="minimal"] .or-dashboard-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.6rem, 1.85vw, 1.95rem);
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-dashboard-pilot .or-quick-actions .or-btn {
  border-radius: 8px;
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-dashboard-pilot .or-metric-card,
body[data-ui-variant="minimal"] .or-dashboard-pilot .or-grid.or-grid-4 > .or-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-dashboard-pilot .or-admin-action-link,
body[data-ui-variant="minimal"] .or-dashboard-pilot .or-admin-action-link-m {
  border-radius: 8px;
}

/* -----------------------------------------
   Seasons admin pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-seasons-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-card,
body[data-ui-variant="premium"] .or-seasons-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-card-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-input,
body[data-ui-variant="premium"] .or-seasons-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-seasons-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-seasons-pilot .or-detail-section--spaced {
  margin-top: 0.9rem;
}

body[data-ui-variant="premium"] .or-seasons-pilot img {
  border-radius: 12px;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-card,
body[data-ui-variant="minimal"] .or-seasons-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-btn,
body[data-ui-variant="minimal"] .or-seasons-pilot .or-input,
body[data-ui-variant="minimal"] .or-seasons-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-seasons-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Payments admin pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-payments-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-card,
body[data-ui-variant="premium"] .or-payments-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-card-title,
body[data-ui-variant="premium"] .or-payments-pilot .or-metric-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-filter-toolbar {
  background: linear-gradient(
    145deg,
    rgba(32, 94, 188, 0.06),
    rgba(255, 255, 255, 0.96) 52%
  );
  border: 1px solid rgba(32, 94, 188, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-input,
body[data-ui-variant="premium"] .or-payments-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-payments-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-payments-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-upload-menu-options {
  border-color: rgba(26, 51, 89, 0.14);
  border-radius: 10px;
  box-shadow: 0 14px 24px rgba(20, 37, 68, 0.16);
}

body[data-ui-variant="premium"] .or-payments-pilot .or-badge {
  border-radius: 999px;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-card,
body[data-ui-variant="minimal"] .or-payments-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-btn,
body[data-ui-variant="minimal"] .or-payments-pilot .or-input,
body[data-ui-variant="minimal"] .or-payments-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-filter-toolbar {
  border: 1px solid rgba(71, 85, 105, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-payments-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Clubs settings pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-clubs-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-card-title,
body[data-ui-variant="premium"] .or-clubs-pilot .or-form-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-input,
body[data-ui-variant="premium"] .or-clubs-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-clubs-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-clubs-pilot .or-club-logo-preview {
  border-radius: 12px;
  border: 1px solid rgba(26, 51, 89, 0.12);
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-btn,
body[data-ui-variant="minimal"] .or-clubs-pilot .or-input,
body[data-ui-variant="minimal"] .or-clubs-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-clubs-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Accounts pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-accounts-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-card,
body[data-ui-variant="premium"] .or-accounts-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-card-title,
body[data-ui-variant="premium"] .or-accounts-pilot .or-form-label,
body[data-ui-variant="premium"] .or-accounts-pilot .or-metric-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-filter-toolbar {
  background: linear-gradient(
    145deg,
    rgba(32, 94, 188, 0.06),
    rgba(255, 255, 255, 0.96) 52%
  );
  border: 1px solid rgba(32, 94, 188, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-input,
body[data-ui-variant="premium"] .or-accounts-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-accounts-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-summary-grid {
  gap: 0.95rem;
}

body[data-ui-variant="premium"] .or-accounts-pilot .or-staff-detail-stack {
  gap: 0.95rem;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-card,
body[data-ui-variant="minimal"] .or-accounts-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-filter-toolbar {
  border: 1px solid rgba(71, 85, 105, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-btn,
body[data-ui-variant="minimal"] .or-accounts-pilot .or-input,
body[data-ui-variant="minimal"] .or-accounts-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-accounts-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Staff pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-staff-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-card,
body[data-ui-variant="premium"] .or-staff-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-card-title,
body[data-ui-variant="premium"] .or-staff-pilot .or-form-label,
body[data-ui-variant="premium"] .or-staff-pilot .or-metric-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-filter-toolbar {
  background: linear-gradient(
    145deg,
    rgba(32, 94, 188, 0.06),
    rgba(255, 255, 255, 0.96) 52%
  );
  border: 1px solid rgba(32, 94, 188, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-input,
body[data-ui-variant="premium"] .or-staff-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-staff-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-staff-pilot .or-summary-grid {
  gap: 0.95rem;
}

body[data-ui-variant="premium"] .or-staff-pilot .or-staff-detail-stack {
  gap: 0.95rem;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-card,
body[data-ui-variant="minimal"] .or-staff-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-filter-toolbar {
  border: 1px solid rgba(71, 85, 105, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-btn,
body[data-ui-variant="minimal"] .or-staff-pilot .or-input,
body[data-ui-variant="minimal"] .or-staff-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-staff-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Events pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-events-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-events-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-events-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-events-pilot .or-card,
body[data-ui-variant="premium"] .or-events-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-events-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-events-pilot .or-card-title,
body[data-ui-variant="premium"] .or-events-pilot .or-form-label,
body[data-ui-variant="premium"] .or-events-pilot .or-metric-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-events-pilot .or-filter-toolbar {
  background: linear-gradient(
    145deg,
    rgba(32, 94, 188, 0.06),
    rgba(255, 255, 255, 0.96) 52%
  );
  border: 1px solid rgba(32, 94, 188, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
}

body[data-ui-variant="premium"] .or-events-pilot .or-input,
body[data-ui-variant="premium"] .or-events-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-events-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-events-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-events-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-events-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-events-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-events-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-events-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-events-pilot .or-event-poster {
  border-radius: 12px;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-card,
body[data-ui-variant="minimal"] .or-events-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-btn,
body[data-ui-variant="minimal"] .or-events-pilot .or-input,
body[data-ui-variant="minimal"] .or-events-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-events-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Platform pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-platform-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.8rem, 2.1vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-section-header {
  margin-bottom: 0.9rem;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-card,
body[data-ui-variant="premium"] .or-platform-pilot .or-metric-card,
body[data-ui-variant="premium"] .or-platform-pilot .or-platform-panel,
body[data-ui-variant="premium"] .or-platform-pilot .or-platform-cy-panel {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-card-header,
body[data-ui-variant="premium"] .or-platform-pilot .or-platform-panel-head,
body[data-ui-variant="premium"] .or-platform-pilot .or-platform-cy-panel-head {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-card-title,
body[data-ui-variant="premium"] .or-platform-pilot .or-form-label,
body[data-ui-variant="premium"] .or-platform-pilot .or-metric-label {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  letter-spacing: -0.01em;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-input,
body[data-ui-variant="premium"] .or-platform-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-platform-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-platform-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="premium"] .or-platform-pilot .or-summary-grid {
  gap: 0.95rem;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.65rem, 1.95vw, 2rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-card,
body[data-ui-variant="minimal"] .or-platform-pilot .or-metric-card,
body[data-ui-variant="minimal"] .or-platform-pilot .or-platform-panel,
body[data-ui-variant="minimal"] .or-platform-pilot .or-platform-cy-panel {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-btn,
body[data-ui-variant="minimal"] .or-platform-pilot .or-input,
body[data-ui-variant="minimal"] .or-platform-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-platform-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Alerts / Audit / Workforce pilots (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-alerts-pilot .or-section-header .or-section-title,
body[data-ui-variant="premium"] .or-audit-pilot .or-section-header .or-section-title,
body[data-ui-variant="premium"] .or-workforce-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.72rem, 2vw, 2.05rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-card,
body[data-ui-variant="premium"] .or-audit-pilot .or-card,
body[data-ui-variant="premium"] .or-workforce-pilot .or-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-card-header,
body[data-ui-variant="premium"] .or-audit-pilot .or-card-header,
body[data-ui-variant="premium"] .or-workforce-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-input,
body[data-ui-variant="premium"] .or-alerts-pilot .or-select,
body[data-ui-variant="premium"] .or-audit-pilot .or-input,
body[data-ui-variant="premium"] .or-audit-pilot .or-select,
body[data-ui-variant="premium"] .or-workforce-pilot .or-input,
body[data-ui-variant="premium"] .or-workforce-pilot .or-select {
  border-color: rgba(26, 51, 89, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-alerts-pilot .or-select:focus,
body[data-ui-variant="premium"] .or-audit-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-audit-pilot .or-select:focus,
body[data-ui-variant="premium"] .or-workforce-pilot .or-input:focus,
body[data-ui-variant="premium"] .or-workforce-pilot .or-select:focus {
  border-color: rgba(32, 94, 188, 0.42);
  box-shadow: 0 0 0 3px rgba(32, 94, 188, 0.14);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-btn,
body[data-ui-variant="premium"] .or-audit-pilot .or-btn,
body[data-ui-variant="premium"] .or-workforce-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease;
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-btn:hover,
body[data-ui-variant="premium"] .or-audit-pilot .or-btn:hover,
body[data-ui-variant="premium"] .or-workforce-pilot .or-btn:hover {
  transform: translateY(-1px);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-btn-primary,
body[data-ui-variant="premium"] .or-audit-pilot .or-btn-primary,
body[data-ui-variant="premium"] .or-workforce-pilot .or-btn-primary {
  box-shadow: 0 10px 22px rgba(32, 94, 188, 0.24);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-table thead th,
body[data-ui-variant="premium"] .or-audit-pilot .or-table thead th,
body[data-ui-variant="premium"] .or-workforce-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-alerts-pilot .or-table tbody tr:hover td,
body[data-ui-variant="premium"] .or-audit-pilot .or-table tbody tr:hover td,
body[data-ui-variant="premium"] .or-workforce-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-section-header .or-section-title,
body[data-ui-variant="minimal"] .or-audit-pilot .or-section-header .or-section-title,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.58rem, 1.9vw, 1.92rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-card,
body[data-ui-variant="minimal"] .or-audit-pilot .or-card,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-btn,
body[data-ui-variant="minimal"] .or-alerts-pilot .or-input,
body[data-ui-variant="minimal"] .or-alerts-pilot .or-select,
body[data-ui-variant="minimal"] .or-audit-pilot .or-btn,
body[data-ui-variant="minimal"] .or-audit-pilot .or-input,
body[data-ui-variant="minimal"] .or-audit-pilot .or-select,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-btn,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-input,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-select {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-btn-primary,
body[data-ui-variant="minimal"] .or-audit-pilot .or-btn-primary,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-btn-primary {
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-btn:hover,
body[data-ui-variant="minimal"] .or-audit-pilot .or-btn:hover,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-btn:hover {
  transform: none;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-table thead th,
body[data-ui-variant="minimal"] .or-audit-pilot .or-table thead th,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-alerts-pilot .or-table tbody tr:hover td,
body[data-ui-variant="minimal"] .or-audit-pilot .or-table tbody tr:hover td,
body[data-ui-variant="minimal"] .or-workforce-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}

/* -----------------------------------------
   Licenses pilot (R2)
----------------------------------------- */
body[data-ui-variant="premium"] .or-licenses-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.72rem, 2vw, 2.05rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-page-subtitle {
  color: #586b87;
  font-size: 0.95rem;
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-card,
body[data-ui-variant="premium"] .or-licenses-pilot .or-metric-card {
  border-radius: 14px;
  border-color: rgba(26, 51, 89, 0.12);
  box-shadow: 0 12px 28px rgba(20, 37, 68, 0.08);
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-card-header {
  border-bottom-color: rgba(26, 51, 89, 0.1);
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-btn {
  border-radius: 10px;
  font-weight: 600;
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-table thead th {
  background: rgba(32, 94, 188, 0.05);
  border-bottom-color: rgba(26, 51, 89, 0.14);
}

body[data-ui-variant="premium"] .or-licenses-pilot .or-table tbody tr:hover td {
  background: rgba(32, 94, 188, 0.06);
}

body[data-ui-variant="minimal"] .or-licenses-pilot .or-section-header .or-section-title {
  font-family: var(--font-heading, "Sora", "Inter", sans-serif);
  font-size: clamp(1.58rem, 1.9vw, 1.92rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
}

body[data-ui-variant="minimal"] .or-licenses-pilot .or-card,
body[data-ui-variant="minimal"] .or-licenses-pilot .or-metric-card {
  border-radius: 10px;
  border-color: rgba(71, 85, 105, 0.16);
  box-shadow: none;
}

body[data-ui-variant="minimal"] .or-licenses-pilot .or-btn {
  border-radius: 8px;
}

body[data-ui-variant="minimal"] .or-licenses-pilot .or-table thead th {
  background: #f8fafc;
}

body[data-ui-variant="minimal"] .or-licenses-pilot .or-table tbody tr:hover td {
  background: #f8fafc;
}
