/* Local Bootstrap-lite fallback for full website layout */
:root {
    --ui-gutter-x: 1.5rem;
    --ui-gutter-y: 0rem;
}
* { box-sizing: border-box; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main, nav, header, footer, section, article, aside { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container, .container-fluid { width: 100%; padding-right: calc(var(--ui-gutter-x) * .5); padding-left: calc(var(--ui-gutter-x) * .5); margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }
.row { --ui-gutter-x: 1.5rem; --ui-gutter-y: 0rem; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--ui-gutter-y)); margin-right: calc(-.5 * var(--ui-gutter-x)); margin-left: calc(-.5 * var(--ui-gutter-x)); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--ui-gutter-x) * .5); padding-left: calc(var(--ui-gutter-x) * .5); margin-top: var(--ui-gutter-y); min-width: 0; }
.col { flex: 1 0 0%; }
.col-1 { flex: 0 0 auto; width: 8.333333%; }
.col-2 { flex: 0 0 auto; width: 16.666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.333333%; }
.col-5 { flex: 0 0 auto; width: 41.666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.333333%; }
.col-8 { flex: 0 0 auto; width: 66.666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.333333%; }
.col-11 { flex: 0 0 auto; width: 91.666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }
@media (min-width: 576px) {
    .d-sm-none { display: none !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-grid { display: grid !important; }
    .col-sm-1 { flex: 0 0 auto; width: 8.333333%; }
    .col-sm-2 { flex: 0 0 auto; width: 16.666667%; }
    .col-sm-3 { flex: 0 0 auto; width: 25%; }
    .col-sm-4 { flex: 0 0 auto; width: 33.333333%; }
    .col-sm-5 { flex: 0 0 auto; width: 41.666667%; }
    .col-sm-6 { flex: 0 0 auto; width: 50%; }
    .col-sm-7 { flex: 0 0 auto; width: 58.333333%; }
    .col-sm-8 { flex: 0 0 auto; width: 66.666667%; }
    .col-sm-9 { flex: 0 0 auto; width: 75%; }
    .col-sm-10 { flex: 0 0 auto; width: 83.333333%; }
    .col-sm-11 { flex: 0 0 auto; width: 91.666667%; }
    .col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 768px) {
    .d-md-none { display: none !important; }
    .d-md-flex { display: flex !important; }
    .d-md-grid { display: grid !important; }
    .col-md-1 { flex: 0 0 auto; width: 8.333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 992px) {
    .d-lg-none { display: none !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-grid { display: grid !important; }
    .col-lg-1 { flex: 0 0 auto; width: 8.333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 1200px) {
    .d-xl-none { display: none !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-grid { display: grid !important; }
    .col-xl-1 { flex: 0 0 auto; width: 8.333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
}
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.d-inline-flex { display: inline-flex !important; }
.flex-wrap { flex-wrap: wrap !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-stretch { align-items: stretch !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.me-auto { margin-right: auto !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.g-0 { --ui-gutter-x: 0rem; --ui-gutter-y: 0rem; }
.g-2 { --ui-gutter-x: .5rem; --ui-gutter-y: .5rem; }
.g-3 { --ui-gutter-x: 1rem; --ui-gutter-y: 1rem; }
.g-4 { --ui-gutter-x: 1.5rem; --ui-gutter-y: 1.5rem; }
.text-center { text-align: center !important; }
.text-dark { color: #111827 !important; }
.text-white { color: #fff !important; }
.text-white-50 { color: rgba(255,255,255,.72) !important; }
.text-decoration-none { text-decoration: none !important; }
.border { border: 1px solid rgba(15,23,42,.12) !important; }
.border-0 { border: 0 !important; }
.border-light { border-color: rgba(255,255,255,.18) !important; }
.border-opacity-10 { border-color: rgba(255,255,255,.10) !important; }
.rounded-pill { border-radius: 999px !important; }
.rounded-3 { border-radius: 1rem !important; }
.rounded-4 { border-radius: 1.25rem !important; }
.shadow-sm { box-shadow: 0 .5rem 1rem rgba(15,23,42,.08) !important; }
.small { font-size: .875em !important; }
.alert { padding: 1rem 1.1rem; margin-bottom: 1rem; border-radius: 1rem; }
.alert-success { background: #ecfdf3; color: #166534; }
.alert-danger { background: #fef2f2; color: #b91c1c; }
.fade { opacity: 0; transition: opacity .35s ease; }
.btn { --btn-bg: #111827; --btn-color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .72rem 1rem; border-radius: 1rem; border: 1px solid transparent; background: var(--btn-bg); color: var(--btn-color); text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 .8rem 1.4rem rgba(15,23,42,.08); }
.btn-sm { padding: .5rem .85rem; font-size: .9rem; }
.btn-light { --btn-bg: #fff; --btn-color: #111827; border-color: rgba(15,23,42,.08); }
.btn-dark { --btn-bg: #111827; --btn-color: #fff; }
.btn-danger { --btn-bg: var(--theme-primary, #c8102e); --btn-color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn-outline-dark { background: transparent; color: #111827; border-color: rgba(15,23,42,.16); }
.btn-outline-danger { background: transparent; color: var(--theme-primary, #c8102e); border-color: rgba(200,16,46,.24); }
.table-responsive { width: 100%; overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: .85rem .75rem; border-bottom: 1px solid rgba(15,23,42,.08); text-align: left; }
.table.align-middle td, .table.align-middle th { vertical-align: middle; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-flex; align-items: center; text-decoration: none; }
.navbar-toggler { display: inline-flex; align-items: center; justify-content: center; color: inherit; }
.navbar-toggler-icon { display: inline-block; width: 1.35rem; height: 1.1rem; background-image: linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0); background-repeat: no-repeat; background-size: 100% 2px; background-position: 0 0, 0 50%, 0 100%; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; }
.collapse:not(.show) { display: none; }
.collapse.show { display: block; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin: 0; list-style: none; }
.nav-item { position: relative; list-style: none; }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + .5rem); left: 0; min-width: 12rem; margin: 0; padding: .5rem; background: #fff; border: 1px solid rgba(15,23,42,.08); border-radius: 1rem; box-shadow: 0 1rem 2rem rgba(15,23,42,.08); z-index: 50; list-style: none; }
.dropdown-menu.show { display: block; }
.dropdown-item { display: block; width: 100%; padding: .65rem .8rem; color: #111827; text-decoration: none; }
.dropdown-toggle::after { content: ""; display: inline-block; margin-left: .4rem; vertical-align: .15em; border-top: .35em solid currentColor; border-right: .35em solid transparent; border-left: .35em solid transparent; }
@media (min-width: 1200px) { .navbar-expand-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-toggler { display: none; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; align-items: center; } .navbar-expand-xl .navbar-nav { flex-direction: row; } }
@media (max-width: 1199.98px) { .navbar-collapse { padding-top: .75rem; padding-bottom: .75rem; } .dropdown-menu { position: static; box-shadow: none; margin-top: .5rem; } }
/* Additional utility fallbacks */
.bg-transparent { background: transparent !important; }
.bg-white { background: #ffffff !important; }
.sticky-top { position: sticky; top: 0; z-index: 30; }
.overflow-hidden { overflow: hidden !important; }
.mx-auto { margin-right: auto !important; margin-left: auto !important; }
.ms-auto { margin-left: auto !important; }
@media (min-width: 1200px) {
    .align-items-xl-center { align-items: center !important; }
    .gap-xl-1 { gap: .25rem !important; }
    .mt-xl-0 { margin-top: 0 !important; }
}