:root {
  --primary-dark: #0c1821;
  --primary-medium: #1d2d39;
  --primary-light: #2d3e4a;
  --primary-lighter: #3e4f5c;
  --primary: #0d6efd;
  --primary-rgb: 13,110,253;
  --primary-subtle: rgba(13, 110, 253, 0.1);
  --accent-primary: #0d6efd;
  --accent-secondary: #6c757d;
  --accent-info: #0dcaf0;
  --accent-orange: #f97316;
  --header-title: #2d3748;
  --header-subtitle: #718096;
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-light: #f1f5f9;
  --bg-white: #ffffff;
  --bg-subtle: #f8f9fa;
  --bg-hover: #e9ecef;
  --bg-accent-subtle: rgba(13, 110, 253, 0.08);
  --text-white: #ffffff;
  --text-primary: #2d3748;
  --text-secondary: #718096;
  --text-light: #e2e8f0;
  --text-muted: #94a3b8;
  --text-dark: #0f172a;
  --border-color: #e2e8f0;
  --border-light: #f1f3f5;
  --border-subtle: #e9ecef;
  --border-accent: #0d6efd;
  --success: #059669;
  --success-light: #ecfdf5;
  --warning: #d97706;
  --danger: #dc2626;
  --info: #0369a1;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --sidebar-width: 300px;
  --topnav-height: 80px;
  --content-max-width: 1200px;
  --font-family: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --transition-fast: 0.15s ease;
  --transition-smooth: 0.25s cubic-bezier(0.4, 0, 0.2, 1)
}
body {
  font-family: var(--font-family);
  background: var(--bg-light);
  color: var(--text-dark);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.container {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--space-md)
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.75rem
}
[class*=col-] {
  padding: 0 .75rem;
  margin-bottom: var(--space-md)
}
.col-1 {
  flex: 0 0 8.333333%
}
.col-2 {
  flex: 0 0 16.666667%
}
.col-3 {
  flex: 0 0 25%
}
.col-4 {
  flex: 0 0 33.333333%
}
.col-5 {
  flex: 0 0 41.666667%
}
.col-6 {
  flex: 0 0 50%
}
.col-7 {
  flex: 0 0 58.333333%
}
.col-8 {
  flex: 0 0 66.666667%
}
.col-9 {
  flex: 0 0 75%
}
.col-10 {
  flex: 0 0 83.333333%
}
.col-11 {
  flex: 0 0 91.666667%
}
.col-12 {
  flex: 0 0 100%
}
@media (min-width:768px) {
  .col-md-1 {
    flex: 0 0 8.333333%
  }
  .col-md-2 {
    flex: 0 0 16.666667%
  }
  .col-md-3 {
    flex: 0 0 25%
  }
  .col-md-4 {
    flex: 0 0 33.333333%
  }
  .col-md-5 {
    flex: 0 0 41.666667%
  }
  .col-md-6 {
    flex: 0 0 50%
  }
  .col-md-7 {
    flex: 0 0 58.333333%
  }
  .col-md-8 {
    flex: 0 0 66.666667%
  }
  .col-md-9 {
    flex: 0 0 75%
  }
  .col-md-10 {
    flex: 0 0 83.333333%
  }
  .col-md-11 {
    flex: 0 0 91.666667%
  }
  .col-md-12 {
    flex: 0 0 100%
  }
}
@media (min-width:992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%
  }
  .col-lg-2 {
    flex: 0 0 16.666667%
  }
  .col-lg-3 {
    flex: 0 0 25%
  }
  .col-lg-4 {
    flex: 0 0 33.333333%
  }
  .col-lg-5 {
    flex: 0 0 41.666667%
  }
  .col-lg-6 {
    flex: 0 0 50%
  }
  .col-lg-7 {
    flex: 0 0 58.333333%
  }
  .col-lg-8 {
    flex: 0 0 66.666667%
  }
  .col-lg-9 {
    flex: 0 0 75%
  }
  .col-lg-10 {
    flex: 0 0 83.333333%
  }
  .col-lg-11 {
    flex: 0 0 91.666667%
  }
  .col-lg-12 {
    flex: 0 0 100%
  }
}
.justify-content-center {
  justify-content: center
}
.justify-content-between {
  justify-content: space-between
}
.align-items-center {
  align-items: center
}
.text-white {
  color: var(--text-white)!important
}
.text-light {
  color: var(--text-light)!important
}
.text-muted {
  color: var(--header-subtitle)!important
}
h1 {
  color: var(--header-title)!important
}
.text-dark {
  color: var(--text-dark)!important
}
.text-center {
  text-align: center!important
}
/* Note: Removed .bg-primary override that was conflicting with Bootstrap's .bg-primary (blue badges).
   The --bg-primary CSS variable is for page backgrounds (white), not Bootstrap's primary color.
   Use .bg-page or .page-bg for page-level background styling instead. */
.bg-light {
  background: var(--bg-light)!important
}
.bg-white {
  background: var(--bg-white)!important
}
.text-orange {
  color: var(--accent-orange)!important
}
.bg-orange {
  background: var(--accent-orange)!important
}
.mb-0 {
  margin-bottom: 0!important
}
.mb-1 {
  margin-bottom: var(--space-xs)!important
}
.mb-2 {
  margin-bottom: var(--space-sm)!important
}
.mb-3 {
  margin-bottom: var(--space-md)!important
}
.mb-4 {
  margin-bottom: var(--space-lg)!important
}
.mb-5 {
  margin-bottom: var(--space-xl)!important
}
.mt-1 {
  margin-top: var(--space-xs)!important
}
.mt-2 {
  margin-top: var(--space-sm)!important
}
.mt-3 {
  margin-top: var(--space-md)!important
}
.mt-4 {
  margin-top: var(--space-lg)!important
}
.mt-5 {
  margin-top: var(--space-xl)!important
}
.me-1 {
  margin-right: var(--space-xs)!important
}
.me-2 {
  margin-right: var(--space-sm)!important
}
.me-3 {
  margin-right: var(--space-md)!important
}
.p-4 {
  padding: var(--space-lg)!important
}
.d-flex {
  display: flex!important
}
.d-grid {
  display: grid!important
}
.d-none {
  display: none!important
}
.flex-wrap {
  flex-wrap: wrap!important
}
.gap-3 {
  gap: var(--space-md)!important
}