@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css');


:root {
  --bs-blue: #000;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #FED208;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #000;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #FED208;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  
  /* Extended Color Palette - Black & Gold Theme */
  --color-black: #000000;
  --color-charcoal: #1a1a1a;
  --color-dark-gray: #2d2d2d;
  --color-medium-gray: #4a4a4a;
  --color-light-gray: #6c757d;
  --color-silver: #9ca3af;
  --color-platinum: #e5e7eb;
  --color-white: #ffffff;
  
  /* Gold/Yellow Variations */
  --color-gold: #FED208;
  --color-gold-light: #ffdf3a;
  --color-gold-dark: #e6bd00;
  --color-amber: #fbbf24;
  --color-cream: #fef3c7;
  
  /* Accent Colors */
  --color-red: #ef4444;
  --color-red-light: #fca5a5;
  --color-green: #10b981;
  --color-green-light: #6ee7b7;
  --color-blue: #3b82f6;
  --color-blue-light: #93c5fd;
  
  /* Semantic Colors */
  --color-text-primary: #000000;
  --color-text-secondary: #4a4a4a;
  --color-text-muted: #6c757d;
  --color-text-inverse: #ffffff;
  
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f8f9fa;
  --color-bg-dark: #1a1a1a;
  --color-bg-overlay: rgba(0, 0, 0, 0.8);
  
  --color-border: #e5e7eb;
  --color-border-dark: #2d2d2d;
  
  /* Interactive States */
  --color-hover: rgba(254, 210, 8, 0.1);
  --color-focus: rgba(254, 210, 8, 0.3);
  --color-active: #e6bd00;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --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-gold: 0 4px 6px -1px rgba(254, 210, 8, 0.2);
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: 'Poppins', var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #000;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  
  /* Bootstrap Documentation Callout Variables */
  --bd-callout-link: var(--bs-link-color);
  --bd-callout-code-color: var(--bs-code-color);
}

body {
  font-family: 'Poppins', var(--bs-font-sans-serif) !important;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* 4x mode: Headings are 4x larger than base (14px) */
h1, .h1 {
  font-size: 56px !important;
}
h2, .h2 {
  font-size: 42px !important;
}
h3, .h3 {
  font-size: 32px !important;
}
h4, .h4 {
  font-size: 24px !important;
}
h5, .h5 {
  font-size: 18px !important;
}
h6, .h6 {
  font-size: 14px !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px !important;
}

small, .small {
  font-size: 12px !important;
}


.fs-1 {
  font-size: 56px !important;
}

.fs-2 {
  font-size: 42px !important;
}

.fs-3 {
  font-size: 32px !important;
}

.fs-4 {
  font-size: 24px !important;
}

.fs-5 {
  font-size: 18px !important;
}

.fs-6 {
  font-size: 14px !important;
}

.sidebar {
  max-width: 280px;
}

.sidebar .nav-link {
  color: #6c757d;
  padding: 0.25rem 0;
}
.sidebar .nav-link:hover {
  color: var(--bs-primary);
}
.hero {
  background-image: linear-gradient(180deg, rgba(13,110,253,0.03), rgba(255,255,255,0));
}

@media (min-width: 992px) {
  .sidebar { position: sticky; top: 1rem; }
}

.icon {
  display: inline-block;
  width: 1.1em;
  text-align: center;
  margin-right: 0.5rem;
}
.icon-lg { font-size: 1.4rem; vertical-align: -0.15rem; }

i[class^="fi-rs-"]:before, i[class*=" fi-rs-"]:before, 
span[class^="fi-rs-"]:before, span[class*="fi-rs-"]:before,
i[class^="fi-sr-"]:before, i[class*=" fi-sr-"]:before, 
span[class^="fi-sr-"]:before, span[class*="fi-sr-"]:before,
i[class^="fi-br-"]:before, i[class*=" fi-br-"]:before, 
span[class^="fi-br-"]:before, span[class*="fi-br-"]:before,
i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, 
span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before,
i[class^="fi-tr-"]:before, i[class*=" fi-tr-"]:before, 
span[class^="fi-tr-"]:before, span[class*="fi-tr-"]:before {
  line-height: 2;
}


.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: .25rem solid var(--bd-callout-border, var(--bs-gray-300))
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout>:last-child {
    margin-bottom: 0
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout .highlight {
    background-color: #0000000d
}

.bd-callout-info {
    --bd-callout-color: #055160;
    --bd-callout-bg: #d1ecf1;
    --bd-callout-border: #a3d5dc;
}

.bd-callout-warning {
    --bd-callout-color: #664d03;
    --bd-callout-bg: #fff3cd;
    --bd-callout-border: #ffecb5;
}

.bd-callout-danger {
    --bd-callout-color: #58151c;
    --bd-callout-bg: #f8d7da;
    --bd-callout-border: #f5c2c7;
}

.bd-callout-primary {
    --bd-callout-color: #052c65;
    --bd-callout-bg: #cfe2ff;
    --bd-callout-border: #9ec5fe;
}

.bd-callout-success {
    --bd-callout-color: #0a3622;
    --bd-callout-bg: #d1e7dd;
    --bd-callout-border: #a3cfbb;
}