html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/* ===== Brand Colors & Gradient Utilities ===== */
.bg-brand-500 { background-color: #0284c7; }
.bg-brand-600 { background-color: #0369a1; }
.bg-brand-650 { background-color: #075985; }
.bg-brand-700 { background-color: #0c4a6e; }
.text-brand-500 { color: #0284c7; }
.text-brand-600 { color: #0369a1; }
.text-brand-650 { color: #075985; }
.border-brand-500 { border-color: #0284c7; }
.hover\:bg-brand-650:hover { background-color: #075985; }
.hover\:bg-brand-700:hover { background-color: #0c4a6e; }

.dashboard-liquidity-banner {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 50%, #082f49 100%) !important;
}

/* ===== Responsive CSS Grid & Flex Utilities (Complete 1-12 Cols & Spans) ===== */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }

.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-5 { grid-column: span 5 / span 5; }
.col-span-6 { grid-column: span 6 / span 6; }
.col-span-7 { grid-column: span 7 / span 7; }
.col-span-8 { grid-column: span 8 / span 8; }
.col-span-9 { grid-column: span 9 / span 9; }
.col-span-10 { grid-column: span 10 / span 10; }
.col-span-11 { grid-column: span 11 / span 11; }
.col-span-12 { grid-column: span 12 / span 12; }
.col-span-full { grid-column: 1 / -1; }

@media (min-width: 640px) {
  .sm\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .sm\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .sm\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .sm\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .sm\:col-span-4 { grid-column: span 4 / span 4 !important; }
  .sm\:col-span-5 { grid-column: span 5 / span 5 !important; }
  .sm\:col-span-6 { grid-column: span 6 / span 6 !important; }
  .sm\:col-span-7 { grid-column: span 7 / span 7 !important; }
  .sm\:col-span-8 { grid-column: span 8 / span 8 !important; }
  .sm\:col-span-9 { grid-column: span 9 / span 9 !important; }
  .sm\:col-span-10 { grid-column: span 10 / span 10 !important; }
  .sm\:col-span-11 { grid-column: span 11 / span 11 !important; }
  .sm\:col-span-12 { grid-column: span 12 / span 12 !important; }
  .sm\:col-span-full { grid-column: 1 / -1 !important; }
  .sm\:flex-row { flex-direction: row !important; }
  .sm\:flex-col { flex-direction: column !important; }
  .sm\:items-center { align-items: center !important; }
  .sm\:justify-between { justify-content: space-between !important; }
}

@media (min-width: 768px) {
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .md\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .md\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .md\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .md\:col-span-4 { grid-column: span 4 / span 4 !important; }
  .md\:col-span-5 { grid-column: span 5 / span 5 !important; }
  .md\:col-span-6 { grid-column: span 6 / span 6 !important; }
  .md\:col-span-7 { grid-column: span 7 / span 7 !important; }
  .md\:col-span-8 { grid-column: span 8 / span 8 !important; }
  .md\:col-span-9 { grid-column: span 9 / span 9 !important; }
  .md\:col-span-10 { grid-column: span 10 / span 10 !important; }
  .md\:col-span-11 { grid-column: span 11 / span 11 !important; }
  .md\:col-span-12 { grid-column: span 12 / span 12 !important; }
  .md\:col-span-full { grid-column: 1 / -1 !important; }
  .md\:flex-row { flex-direction: row !important; }
  .md\:flex-col { flex-direction: column !important; }
  .md\:items-center { align-items: center !important; }
  .md\:justify-between { justify-content: space-between !important; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .lg\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .lg\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .lg\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .lg\:col-span-4 { grid-column: span 4 / span 4 !important; }
  .lg\:col-span-5 { grid-column: span 5 / span 5 !important; }
  .lg\:col-span-6 { grid-column: span 6 / span 6 !important; }
  .lg\:col-span-7 { grid-column: span 7 / span 7 !important; }
  .lg\:col-span-8 { grid-column: span 8 / span 8 !important; }
  .lg\:col-span-9 { grid-column: span 9 / span 9 !important; }
  .lg\:col-span-10 { grid-column: span 10 / span 10 !important; }
  .lg\:col-span-11 { grid-column: span 11 / span 11 !important; }
  .lg\:col-span-12 { grid-column: span 12 / span 12 !important; }
  .lg\:col-span-full { grid-column: 1 / -1 !important; }
  .lg\:flex-row { flex-direction: row !important; }
  .lg\:flex-col { flex-direction: column !important; }
  .lg\:items-center { align-items: center !important; }
  .lg\:justify-between { justify-content: space-between !important; }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .xl\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .xl\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .xl\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .xl\:col-span-4 { grid-column: span 4 / span 4 !important; }
  .xl\:col-span-5 { grid-column: span 5 / span 5 !important; }
  .xl\:col-span-6 { grid-column: span 6 / span 6 !important; }
  .xl\:col-span-7 { grid-column: span 7 / span 7 !important; }
  .xl\:col-span-8 { grid-column: span 8 / span 8 !important; }
  .xl\:col-span-9 { grid-column: span 9 / span 9 !important; }
  .xl\:col-span-10 { grid-column: span 10 / span 10 !important; }
  .xl\:col-span-11 { grid-column: span 11 / span 11 !important; }
  .xl\:col-span-12 { grid-column: span 12 / span 12 !important; }
  .xl\:col-span-full { grid-column: 1 / -1 !important; }
}

/* ===== Main Content Offset + Sidebar Rail (icon-only) ===== */
#sidebar {
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease-out;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .main-content-wrapper {
    padding-left: 248px;
    transition: padding-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Daraltılmış = RAIL: yalnızca ikonlar. Genişlik, sola hizalı ikonu görsel olarak
     ortalayacak şekilde seçildi (ikon ekspand'deki x'te kalır, rail'de de ortada durur). */
  html.sidebar-collapsed #sidebar {
    width: 76px;
  }
  html.sidebar-collapsed .main-content-wrapper {
    padding-left: 76px;
  }

  /* Rail modunda metinleri/alt menüleri/chevron'ları gizle, ikonları ortala */
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-brand-text,
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-subbrand-text,
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-brand-wrapper,
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-link span,
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-link svg:not(.sidebar-icon),
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-submenu,
  html.sidebar-collapsed:not(.sidebar-peek) .rail-hide {
    display: none !important;
    opacity: 0;
  }

  /* Rail modunda logonun bozulmaması ve ortalanması */
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-header {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-logo-link {
    justify-content: center !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }

  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-logo-img {
    margin: 0 auto !important;
    flex-shrink: 0 !important;
  }

  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-heading {
    visibility: hidden;
  }

  /* Genişlerken içeriklerin anında çıkıp patlamasını önlemek için fade-in ve delay ekliyoruz */
  html.sidebar-collapsed.sidebar-peek .sidebar-brand-text,
  html.sidebar-collapsed.sidebar-peek .sidebar-subbrand-text,
  html.sidebar-collapsed.sidebar-peek .sidebar-brand-wrapper,
  html.sidebar-collapsed.sidebar-peek .sidebar-link span,
  html.sidebar-collapsed.sidebar-peek .sidebar-link svg:not(.sidebar-icon),
  html.sidebar-collapsed.sidebar-peek .sidebar-submenu,
  html.sidebar-collapsed.sidebar-peek .rail-hide {
    animation: fadeInRailContent 0.15s ease-out both;
    animation-delay: 0.08s; /* menü biraz genişledikten sonra içerik belirsin */
  }

  html.sidebar-collapsed.sidebar-peek .sidebar-heading {
    visibility: visible;
    animation: fadeInRailContent 0.15s ease-out both;
    animation-delay: 0.08s;
  }

  @keyframes fadeInRailContent {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Menü ikonları doğal sol konumlarında (≈22px) kalır: açık menüdeki ikon x'i ile birebir
     aynı. Daraltınca sadece sağdaki yazı alanı kaybolur, ikon yatayda HİÇ oynamaz. */
  html.sidebar-collapsed:not(.sidebar-peek) .sidebar-link {
    overflow: hidden;
  }
  /* PEEK: hover edildiğinde sidebar genişler ve içeriği iter (sayfa daralır). */
  html.sidebar-collapsed.sidebar-peek #sidebar {
    width: 248px;
  }
  html.sidebar-collapsed.sidebar-peek .main-content-wrapper {
    padding-left: 248px;
  }
}

/* ===== Sidebar Styles ===== */

.sidebar-scroll::-webkit-scrollbar {
  width: 3px;
}
.sidebar-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
  background: rgba(14, 165, 233, 0.2);
  border-radius: 9999px;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(14, 165, 233, 0.4);
}

.sidebar-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: #7dd3fc; /* sky-300 */
  transition: color 0.15s ease;
}

.sidebar-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 38px; /* fixed height to prevent vertical shifting */
  gap: 0.625rem;
  padding: 0 0.75rem;
  border-radius: 0.6rem;
  font-size: 14px;
  font-weight: 500;
  color: #cbd5e1;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
}

.sidebar-link:hover {
  background: rgba(14, 165, 233, 0.1);
  color: #ffffff;
  border-color: rgba(56, 189, 248, 0.15);
}

.sidebar-link:hover .sidebar-icon {
  color: #bae6fd;
}

.sidebar-link.active {
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.2) 0%, rgba(14, 165, 233, 0.06) 100%);
  color: #38bdf8;
  font-weight: 600;
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 0 15px -3px rgba(14, 165, 233, 0.25);
}

.sidebar-link.active::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 7px;
  bottom: 7px;
  width: 3.5px;
  border-radius: 0 4px 4px 0;
  background: #38bdf8;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.9);
}

.sidebar-link.active .sidebar-icon {
  color: #38bdf8;
}

.sidebar-submenu {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 0.85rem;
  border-left: 1px dashed rgba(56, 189, 248, 0.22);
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}

.sidebar-sublink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.38rem 0.65rem;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 0.45rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  white-space: nowrap;
}

.sidebar-sublink::before {
  content: '';
  position: absolute;
  left: -0.85rem;
  top: 50%;
  width: 0.5rem;
  height: 1px;
  background: rgba(56, 189, 248, 0.25);
  transition: all 0.15s ease;
}

.sidebar-sublink:hover {
  color: #f8fafc;
  background: rgba(14, 165, 233, 0.1);
  transform: translateX(2px);
}

.sidebar-sublink:hover::before {
  background: rgba(56, 189, 248, 0.6);
  width: 0.65rem;
}

.sidebar-sublink.active {
  color: #38bdf8;
  background: rgba(14, 165, 233, 0.15);
  font-weight: 600;
}

.sidebar-sublink.active::before {
  background: #38bdf8;
  box-shadow: 0 0 6px #38bdf8;
  width: 0.65rem;
}

.page-hidden {
  display: none !important;
}

/* ===== Modern Elevation & Card System ===== */
.card-modern {
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04), 0 1px 2px -1px rgba(0, 0, 0, 0.04);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dark .card-modern {
  background-color: rgba(24, 24, 27, 0.6);
  border-color: rgba(39, 39, 42, 0.85);
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.4);
}

.card-modern:hover {
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08), 0 6px 12px -4px rgba(0, 0, 0, 0.04);
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateY(-1px);
}

.dark .card-modern:hover {
  border-color: rgba(56, 189, 248, 0.28);
  box-shadow: 0 12px 28px -4px rgba(0, 0, 0, 0.6);
}

.card-elevated {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);
}

.dark .card-elevated {
  background: linear-gradient(135deg, rgba(24, 24, 27, 0.8) 0%, rgba(9, 9, 11, 0.9) 100%);
  border-color: rgba(39, 39, 42, 0.9);
  box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.6);
}

/* ===== Status Badges & Pill System ===== */
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.2rem 0.625rem;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.15s ease;
}

.badge-pill-sky {
  background: rgba(14, 165, 233, 0.1);
  color: #0284c7;
  border-color: rgba(14, 165, 233, 0.25);
}
.dark .badge-pill-sky {
  background: rgba(14, 165, 233, 0.15);
  color: #38bdf8;
  border-color: rgba(56, 189, 248, 0.3);
}

.badge-pill-emerald {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  border-color: rgba(16, 185, 129, 0.25);
}
.dark .badge-pill-emerald {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.3);
}

.badge-pill-amber {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border-color: rgba(245, 158, 11, 0.25);
}
.dark .badge-pill-amber {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.3);
}

.badge-pill-rose {
  background: rgba(244, 63, 94, 0.1);
  color: #e11d48;
  border-color: rgba(244, 63, 94, 0.25);
}
.dark .badge-pill-rose {
  background: rgba(244, 63, 94, 0.15);
  color: #fb7185;
  border-color: rgba(251, 113, 133, 0.3);
}

.badge-pill-indigo {
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  border-color: rgba(99, 102, 241, 0.25);
}
.dark .badge-pill-indigo {
  background: rgba(99, 102, 241, 0.15);
  color: #818cf8;
  border-color: rgba(129, 140, 248, 0.3);
}

/* ===== Modern Table Micro-Interactions ===== */
.table-modern thead th {
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(8px);
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.dark .table-modern thead th {
  background: rgba(15, 23, 42, 0.8);
  color: #94a3b8;
  border-bottom-color: rgba(39, 39, 42, 0.8);
}

.table-modern tbody tr {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.table-modern tbody tr:hover {
  background: rgba(14, 165, 233, 0.03) !important;
  box-shadow: inset 2px 0 0 0 #0284c7;
}

.dark .table-modern tbody tr:hover {
  background: rgba(14, 165, 233, 0.06) !important;
  box-shadow: inset 2px 0 0 0 #38bdf8;
}

/* ===== Modern Command Kbd Badge ===== */
.kbd-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.4rem;
  font-size: 10px;
  font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #64748b;
  background: rgba(241, 245, 249, 0.9);
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 0.375rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.dark .kbd-badge {
  color: #94a3b8;
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(51, 65, 85, 0.9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* ===== Typography Design System & Accessibility ===== */
.font-heading, h1, h2, h3, .heading-outfit {
  font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

body, .font-sans {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

/* Minimum readable micro-label for WCAG 2.1 AA */
.label-micro {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}