:root {
    --bh-bg: #080b12;
    --bh-bg-soft: #0d121d;
    --bh-surface: #111825;
    --bh-surface-raised: #161f2e;
    --bh-line: rgba(255, 255, 255, .09);
    --bh-line-strong: rgba(255, 255, 255, .16);
    --bh-text: #f5f7fb;
    --bh-muted: #9aa6b7;
    --bh-primary: var(--bs-primary, #00d2d5);
    --bh-accent: #ff2d7d;
    --bh-success: #34e58b;
    --bh-radius-sm: 10px;
    --bh-radius: 18px;
    --bh-radius-lg: 28px;
    --bh-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

[data-bs-theme=dark] {
    --bs-body-bg: var(--bh-bg);
    --bs-body-bg-rgb: 8, 11, 18;
    --bs-body-color: var(--bh-text);
    --bs-body-color-rgb: 245, 247, 251;
    --bs-secondary-color: var(--bh-muted);
    --bs-tertiary-bg: var(--bh-bg-soft);
    --bs-tertiary-bg-rgb: 13, 18, 29;
    --bs-border-color: var(--bh-line);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100%;
}

body.bh-site {
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 5%, color-mix(in srgb, var(--bh-primary) 9%, transparent) 0, transparent 28rem),
        var(--bh-bg);
    color: var(--bh-text);
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

#app {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
}

body.bh-site > footer {
    position: relative;
    z-index: 3;
}

a {
    color: var(--bh-primary);
    text-decoration: none;
}

a,
button,
.btn,
.card {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

::selection {
    color: #041011;
    background: var(--bh-primary);
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid transparent;
    transition: background-color .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled,
.site-header-inner {
    background: rgba(8, 11, 18, .9);
    border-bottom-color: var(--bh-line);
    backdrop-filter: blur(18px);
}

.site-header-inner {
    position: sticky;
    top: 0;
}

.navbar-brand {
    min-width: max-content;
    color: var(--bh-text) !important;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--bh-line-strong);
    border-radius: 13px;
}

.brand-mark img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.brand-copy small {
    margin-top: .3rem;
    color: var(--bh-muted);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.navbar .nav-item {
    margin-inline: .1rem;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: .7rem .8rem;
    color: #c6cfdb;
    font-size: .91rem;
    font-weight: 650;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link:focus-visible {
    color: #fff;
}

.navbar-left .active > .nav-link::after {
    position: absolute;
    right: .8rem;
    bottom: .25rem;
    left: .8rem;
    height: 2px;
    background: var(--bh-primary);
    border-radius: 2px;
    box-shadow: 0 0 12px color-mix(in srgb, var(--bh-primary) 65%, transparent);
    content: "";
}

.navbar-toggler {
    padding: .55rem;
    border-color: var(--bh-line-strong);
    border-radius: 10px;
}

.dropdown-menu {
    padding: .55rem;
    background: rgba(16, 23, 35, .98);
    border: 1px solid var(--bh-line-strong);
    border-radius: 13px;
    box-shadow: var(--bh-shadow);
}

.dropdown-item {
    padding: .65rem .8rem;
    border-radius: 8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.home-background {
    position: relative;
    z-index: 1;
    min-height: min(900px, 100svh);
    overflow: clip;
    background: transparent;
}

.site-fixed-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #080b12;
    pointer-events: none;
}

.site-fixed-backdrop::before {
    position: absolute;
    inset: 0;
    background-image: var(--site-background);
    background-position: center;
    background-size: cover;
    filter: saturate(.72) contrast(1.08);
    opacity: .24;
    content: "";
}

.site-fixed-backdrop::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 11, 18, .97) 0%, rgba(8, 11, 18, .82) 52%, rgba(8, 11, 18, .48) 100%), linear-gradient(0deg, rgba(8, 11, 18, .78) 0%, transparent 48%);
    content: "";
}

.hero-grid {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, transparent, black 28%, transparent 94%);
    pointer-events: none;
}

.hero-glow {
    position: fixed;
    z-index: 0;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .14;
    pointer-events: none;
}

.hero-glow-one {
    top: 8%;
    right: 1%;
    background: var(--bh-primary);
}

.hero-glow-two {
    right: 26%;
    bottom: -35%;
    background: var(--bh-accent);
}

.hero-content {
    min-height: inherit;
}

.hero-main {
    display: flex;
    align-items: center;
    min-height: calc(min(900px, 100svh) - 86px);
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-kicker {
    color: #c4cfdb;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1.5rem;
}

.eyebrow span {
    width: 30px;
    height: 2px;
    background: var(--bh-primary);
    box-shadow: 0 0 12px var(--bh-primary);
}

.hero-copy h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.1rem, 6vw, 5.4rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .92;
    text-align: left;
}

.hero-copy h1 span {
    color: var(--bh-primary);
    text-shadow: 0 0 38px color-mix(in srgb, var(--bh-primary) 25%, transparent);
}

.hero-lead {
    max-width: 650px;
    margin: 2rem 0 0;
    color: #b3bdca;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2.2rem;
}

.btn {
    border-radius: 11px;
    font-weight: 750;
}

.btn-lg {
    padding: .9rem 1.35rem;
    font-size: .96rem;
}

.btn-primary {
    color: #041113;
    border-color: var(--bh-primary);
    background: var(--bh-primary);
    box-shadow: 0 10px 30px color-mix(in srgb, var(--bh-primary) 20%, transparent);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #041113;
    border-color: color-mix(in srgb, var(--bh-primary) 86%, white);
    background: color-mix(in srgb, var(--bh-primary) 86%, white);
    transform: translateY(-2px);
}

.btn-ghost {
    color: #edf2f7;
    background: rgba(255, 255, 255, .045);
    border: 1px solid var(--bh-line-strong);
}

.btn-ghost:hover,
.btn-ghost:focus {
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .25);
    transform: translateY(-2px);
}

.home-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.5rem;
}

.home-links .list-inline-item {
    margin: 0;
}

.home-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .8rem;
    color: #aeb8c7;
    background: rgba(255, 255, 255, .035);
    border: 1px solid var(--bh-line);
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 700;
}

.home-link:hover {
    color: #fff;
    border-color: var(--bh-line-strong);
    transform: translateY(-2px);
}

.hero-network-column {
    display: flex;
    justify-content: center;
}

.hero-network {
    display: grid;
    grid-template-columns: minmax(215px, .78fr) minmax(290px, 1.22fr);
    align-items: center;
    gap: .85rem;
    width: min(49vw, 640px);
}

.hero-server-list {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: .7rem;
    background: rgba(9, 14, 22, .9);
    border: 1px solid var(--bh-line-strong);
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
    backdrop-filter: blur(16px);
}

.hero-server-list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .45rem .55rem;
    color: #f1f5f9;
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-server-list-title small {
    color: var(--bh-success);
    font-size: .63rem;
}

.hero-server-item {
    position: relative;
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    align-items: center;
    gap: .6rem;
    padding: .72rem .65rem;
    background: rgba(255, 255, 255, .025);
    border: 1px solid transparent;
    border-radius: 10px;
}

.hero-server-item:hover {
    background: rgba(255, 255, 255, .065);
    border-color: color-mix(in srgb, var(--bh-primary) 30%, var(--bh-line));
    transform: translateX(3px);
}

.hero-server-signal {
    width: 7px;
    height: 7px;
    background: #727b87;
    border-radius: 50%;
}

.hero-server-item.is-online .hero-server-signal {
    background: var(--bh-success);
    box-shadow: 0 0 10px var(--bh-success);
}

.hero-server-item.is-offline .hero-server-signal {
    background: #ff6b7a;
}

.hero-server-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.2;
}

.hero-server-copy strong {
    overflow: hidden;
    color: #eaf0f6;
    font-size: .72rem;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-server-copy small {
    margin-top: .25rem;
    color: #7f8b9d;
    font-size: .62rem;
}

.hero-server-item.is-online .hero-server-copy small {
    color: #95b8a6;
}

.hero-server-arrow {
    color: #6f7c8c;
    font-size: .72rem;
}

.hero-server-item:hover .hero-server-arrow {
    color: var(--bh-primary);
}

.hero-emblem {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 370px;
    aspect-ratio: 1;
}

.hero-emblem::before,
.hero-emblem::after,
.emblem-ring {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.hero-emblem::before {
    inset: 4%;
    background: rgba(12, 18, 29, .62);
    border: 1px solid var(--bh-line-strong);
    box-shadow: inset 0 0 70px rgba(0, 0, 0, .5), 0 30px 90px rgba(0, 0, 0, .42);
    backdrop-filter: blur(12px);
}

.hero-emblem::after {
    inset: 12%;
    border: 1px dashed rgba(255, 255, 255, .13);
}

.emblem-ring {
    inset: 0;
    border: 1px solid color-mix(in srgb, var(--bh-primary) 34%, transparent);
    box-shadow: 0 0 45px color-mix(in srgb, var(--bh-primary) 9%, transparent);
}

.hero-emblem img {
    position: relative;
    z-index: 2;
    width: 68%;
    max-height: 72%;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .48));
}

.scroll-cue {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #c7d0dc;
    border: 1px solid var(--bh-line-strong);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: cue 2.2s ease-in-out infinite;
}

@keyframes cue {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 6px); }
}

.community-dashboard {
    position: relative;
    z-index: 1;
    padding-bottom: 7rem;
    background: transparent;
}

.dashboard-intro {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.dashboard-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 3rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid var(--bh-line);
}

.dashboard-heading h2,
.panel-heading h2 {
    margin: .45rem 0 0;
    color: #f7f9fc;
    font-weight: 830;
    letter-spacing: -.04em;
}

.dashboard-heading h2 {
    font-size: clamp(2.3rem, 4.5vw, 4rem);
}

.dashboard-heading > p {
    max-width: 470px;
    margin: 0 0 .35rem;
    color: var(--bh-muted);
    font-size: 1.03rem;
}

.network-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .018);
    border: 1px solid var(--bh-line);
    border-radius: var(--bh-radius);
}

.network-metrics > div {
    display: flex;
    align-items: baseline;
    gap: .8rem;
    padding: 1.35rem 1.6rem;
}

.network-metrics > div + div {
    border-left: 1px solid var(--bh-line);
}

.network-metrics strong {
    color: var(--bh-primary);
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
}

.network-metrics span {
    color: #8e9aac;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(280px, .75fr);
    gap: 1.4rem;
}

.network-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
    background: linear-gradient(145deg, rgba(19, 27, 41, .94), rgba(11, 16, 25, .97));
    border: 1px solid var(--bh-line);
    border-radius: 24px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .25);
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.panel-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.network-health {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .75rem;
    color: #b8c4d1;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--bh-line);
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 750;
    white-space: nowrap;
}

.network-health i,
.directory-status i {
    display: block;
    width: 7px;
    height: 7px;
    background: var(--bh-success);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--bh-success);
}

.server-directory {
    overflow: hidden;
    border: 1px solid var(--bh-line);
    border-radius: 15px;
}

.server-directory-row {
    position: relative;
    display: grid;
    grid-template-columns: 36px 12px minmax(170px, 1fr) minmax(90px, 150px) auto;
    align-items: center;
    gap: .9rem;
    min-height: 78px;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .018);
}

.server-directory-row + .server-directory-row {
    border-top: 1px solid var(--bh-line);
}

.server-directory-row:hover {
    background: rgba(255, 255, 255, .045);
}

.server-index {
    color: #586476;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.server-directory-row.is-offline .directory-status i {
    background: #ff6b7a;
    box-shadow: 0 0 10px rgba(255, 107, 122, .6);
}

.directory-copy {
    min-width: 0;
}

.directory-copy h3 {
    overflow: hidden;
    margin: 0;
    color: #eaf0f6;
    font-size: .96rem;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.directory-copy span {
    display: block;
    margin-top: .2rem;
    color: #7f8b9d;
    font-size: .72rem;
}

.directory-load {
    height: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, .07);
    border-radius: 5px;
}

.directory-load span {
    display: block;
    min-width: 3px;
    height: 100%;
    background: var(--bh-primary);
    border-radius: inherit;
    box-shadow: 0 0 12px color-mix(in srgb, var(--bh-primary) 55%, transparent);
}

.directory-address {
    min-width: 100px;
    padding: .58rem .75rem;
    color: #dfe6ee;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--bh-line);
    border-radius: 9px;
    font-size: .75rem;
    font-weight: 780;
    text-align: center;
}

.directory-row-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.directory-arrow {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #7c899a;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--bh-line);
    border-radius: 9px;
}

.server-directory-row:hover .directory-arrow {
    color: #071214;
    background: var(--bh-primary);
    border-color: var(--bh-primary);
}

.community-links {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem;
}

.hub-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 145px;
    padding: 1.35rem;
    overflow: hidden;
    color: var(--bh-text);
    background: rgba(17, 24, 37, .92);
    border: 1px solid var(--bh-line);
    border-radius: 20px;
}

.hub-card::after {
    position: absolute;
    right: -3rem;
    bottom: -4rem;
    width: 9rem;
    height: 9rem;
    background: var(--hub-glow, var(--bh-primary));
    border-radius: 50%;
    filter: blur(58px);
    opacity: .09;
    content: "";
}

.hub-card:hover {
    color: #fff;
    border-color: color-mix(in srgb, var(--hub-glow, var(--bh-primary)) 34%, var(--bh-line));
    transform: translateY(-3px);
}

.hub-card-news {
    --hub-glow: var(--bh-accent);
}

.hub-card-social {
    --hub-glow: #786bff;
}

.hub-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--hub-glow, var(--bh-primary));
    background: color-mix(in srgb, var(--hub-glow, var(--bh-primary)) 9%, transparent);
    border: 1px solid color-mix(in srgb, var(--hub-glow, var(--bh-primary)) 22%, transparent);
    border-radius: 13px;
    font-size: 1.25rem;
}

.hub-card > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hub-card small {
    color: #7d8999;
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hub-card strong {
    margin-top: .18rem;
    color: #f1f5f9;
    font-size: 1.08rem;
    font-weight: 800;
}

.hub-card em {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .25rem;
    color: #8995a6;
    font-size: .72rem;
    font-style: normal;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hub-arrow {
    color: #687485;
}

.dashboard-message,
.empty-network {
    margin-top: 1.5rem;
    padding: 1.5rem;
    color: var(--bh-muted);
    background: var(--bh-surface);
    border: 1px solid var(--bh-line);
    border-radius: var(--bh-radius);
}

.dashboard-video {
    margin-top: 3rem;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.section-kicker {
    color: var(--bh-primary);
}

.section-heading h2 {
    margin: .5rem 0 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 820;
    letter-spacing: -.035em;
}

.feature-card,
.server-card,
.content-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(22, 31, 46, .9), rgba(12, 17, 27, .92));
    border: 1px solid var(--bh-line);
    border-radius: var(--bh-radius);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .2);
}

.feature-card {
    min-height: 290px;
    padding: 2rem;
}

.feature-card::after {
    position: absolute;
    right: -20%;
    bottom: -45%;
    width: 13rem;
    height: 13rem;
    background: var(--bh-primary);
    border-radius: 50%;
    filter: blur(90px);
    opacity: .08;
    content: "";
}

.feature-card:hover,
.server-card:hover {
    border-color: color-mix(in srgb, var(--bh-primary) 38%, var(--bh-line));
    transform: translateY(-5px);
}

.card-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, .16);
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.feature-icon,
.game-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--bh-primary);
    background: color-mix(in srgb, var(--bh-primary) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--bh-primary) 22%, transparent);
    border-radius: 14px;
    font-size: 1.45rem;
}

.feature-card h3,
.server-card h3 {
    margin: 1.7rem 0 .7rem;
    color: #f7f9fc;
    font-size: 1.35rem;
    font-weight: 780;
}

.feature-card p {
    margin: 0;
    color: var(--bh-muted);
    font-size: .96rem;
}

.server-heading {
    margin-top: 7rem;
}

.server-card {
    padding: 1.6rem;
}

.server-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .4rem .65rem;
    border: 1px solid var(--bh-line);
    border-radius: 999px;
    color: var(--bh-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.status-badge i {
    width: 6px;
    height: 6px;
    background: #6e7783;
    border-radius: 50%;
}

.status-badge.is-online {
    color: var(--bh-success);
    border-color: rgba(52, 229, 139, .2);
    background: rgba(52, 229, 139, .05);
}

.status-badge.is-online i {
    background: var(--bh-success);
    box-shadow: 0 0 10px var(--bh-success);
}

.status-badge.is-offline {
    color: #ff6b7a;
}

.status-badge.is-offline i {
    background: #ff6b7a;
}

.server-card .progress {
    height: 5px;
    margin-top: 1.4rem;
    background: rgba(255, 255, 255, .07);
    border-radius: 5px;
}

.server-card .progress-bar {
    background: var(--bh-primary);
    border-radius: inherit;
    box-shadow: 0 0 14px color-mix(in srgb, var(--bh-primary) 45%, transparent);
}

.server-players,
.server-address {
    min-height: 1.6rem;
    margin: 0 0 1.3rem;
    color: var(--bh-muted);
    font-size: .87rem;
}

.btn-server {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .75rem .9rem;
    color: #e9eef5;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--bh-line);
}

.btn-server:hover {
    color: #061214;
    background: var(--bh-primary);
    border-color: var(--bh-primary);
}

.video-frame {
    overflow: hidden;
    border: 1px solid var(--bh-line);
    border-radius: var(--bh-radius-lg);
    box-shadow: var(--bh-shadow);
}

.page-hero {
    position: relative;
    z-index: 1;
    overflow: visible;
    background: transparent;
}

.page-hero-content {
    padding-top: 6.5rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid var(--bh-line);
}

.page-hero h1 {
    max-width: 900px;
    margin: .45rem 0 .8rem;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4rem);
    font-weight: 850;
    letter-spacing: -.05em;
    line-height: 1;
    text-align: left;
}

.page-hero p {
    margin: 0;
    color: #aab5c4;
    font-size: 1rem;
}

.content.page-shell {
    position: relative;
    z-index: 3;
    min-height: 55vh;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.page-surface {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.page-surface > h1:first-of-type {
    display: none;
}

.page-surface > .row > [class*="col-"]:first-child > h1:first-child {
    display: none;
}

.page-surface #staff > .row {
    flex: 1 0 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.page-surface #staff > .row > [class*="col-"] {
    display: flex;
}

.page-surface #staff .card {
    width: 100%;
}

.page-surface img,
.page-surface iframe,
.page-surface video,
.page-surface table {
    max-width: 100%;
}

.page-surface img {
    height: auto;
}

.page-surface > .col-md-3 {
    width: min(100%, 420px);
    margin-bottom: 1.5rem;
    padding: 0;
}

.post-preview {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border-radius: var(--bh-radius);
}

.post-preview .card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid var(--bh-line);
}

.post-preview .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.5rem;
}

.post-preview .card-title {
    font-size: 1.3rem;
    font-weight: 780;
    line-height: 1.25;
}

.post-preview .card-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1.4rem;
    color: var(--bh-muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.post-preview .card-body > .btn {
    align-self: flex-start;
    margin-top: auto;
}

.post-preview .card-footer {
    padding: .9rem 1.5rem;
    color: #7f8b9d !important;
    font-size: .8rem;
}

.page-surface #wiki > [class*="col-"],
.page-surface .row.gy-3 > [class*="col-"] {
    display: flex;
}

.page-surface #wiki .card,
.page-surface .row.gy-3 .post-preview {
    width: 100%;
}

.page-surface .breadcrumb {
    padding: .75rem 1rem;
    background: rgba(255, 255, 255, .035);
    border: 1px solid var(--bh-line);
    border-radius: var(--bh-radius-sm);
}

.page-surface hr {
    border-color: var(--bh-line);
    opacity: 1;
}

.card,
.list-group-item,
.modal-content,
.accordion-item {
    background-color: var(--bh-surface);
    border-color: var(--bh-line);
}

.card {
    border-radius: var(--bh-radius);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
}

.card-header,
.card-footer {
    background: rgba(255, 255, 255, .018);
    border-color: var(--bh-line);
}

.form-control,
.form-select,
.input-group-text {
    min-height: 46px;
    color: var(--bh-text);
    background-color: #0c121c;
    border-color: var(--bh-line-strong);
    border-radius: var(--bh-radius-sm);
}

.form-control:focus,
.form-select:focus {
    color: var(--bh-text);
    background-color: #0c121c;
    border-color: var(--bh-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--bh-primary) 13%, transparent);
}

.table {
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bh-line);
}

.pagination {
    --bs-pagination-bg: var(--bh-surface);
    --bs-pagination-border-color: var(--bh-line);
    --bs-pagination-hover-bg: var(--bh-surface-raised);
    --bs-pagination-hover-border-color: var(--bh-line-strong);
}

.alert {
    border-radius: var(--bh-radius-sm);
}

.footer-main {
    background: rgba(10, 14, 22, .68);
    border-top: 1px solid var(--bh-line);
    backdrop-filter: blur(18px);
}

.footer-main h3 {
    margin-bottom: 1.2rem;
    font-weight: 780;
}

.footer-main p {
    color: var(--bh-muted);
}

.footer-main a {
    color: #c2cbd8;
}

.footer-main a:hover {
    color: var(--bh-primary);
}

.footer-bottom-bar {
    color: #758194;
    background: rgba(6, 8, 13, .74);
    border-top: 1px solid rgba(255, 255, 255, .05);
    font-size: .83rem;
    backdrop-filter: blur(18px);
}

.color-inherit {
    color: inherit !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .hero-network {
        grid-template-columns: minmax(190px, .76fr) minmax(255px, 1.24fr);
        gap: .4rem;
        width: 100%;
    }

    .hero-server-list {
        padding: .55rem;
    }

    .hero-server-item {
        gap: .45rem;
        padding: .58rem .5rem;
    }

    .hero-emblem {
        width: min(28vw, 315px);
    }
}

@media (max-width: 991.98px) {
    .home-background,
    .hero-content {
        min-height: auto;
    }

    .scroll-cue {
        display: none;
    }

    .site-header {
        background: rgba(8, 11, 18, .94);
        border-bottom-color: var(--bh-line);
        backdrop-filter: blur(18px);
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: var(--bh-surface);
        border: 1px solid var(--bh-line);
        border-radius: var(--bh-radius);
        box-shadow: var(--bh-shadow);
    }

    .navbar .navbar-nav .nav-link {
        padding: .75rem;
    }

    .navbar-left .active > .nav-link::after {
        right: auto;
        bottom: .55rem;
        left: .15rem;
        width: 2px;
        height: 1.5rem;
    }

    .site-fixed-backdrop::after {
        background: linear-gradient(90deg, rgba(8, 11, 18, .97), rgba(8, 11, 18, .76)), linear-gradient(0deg, rgba(8, 11, 18, .75), transparent 45%);
    }

    .hero-main {
        min-height: auto;
    }

    .hero-copy h1 {
        max-width: 760px;
    }

    .hero-network-column {
        margin-top: 1rem;
    }

    .hero-network {
        grid-template-columns: minmax(190px, .75fr) minmax(300px, 1.25fr);
        width: min(100%, 680px);
    }

    .hero-emblem {
        width: min(44vw, 370px);
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .community-links {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: none;
    }

    .hub-card {
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 170px;
    }

    .hub-arrow {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .dashboard-intro {
        padding-top: 5rem;
    }

    .dashboard-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .network-metrics > div {
        align-items: flex-start;
        flex-direction: column;
        gap: .45rem;
        padding: 1.1rem;
    }

    .panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .server-directory-row {
        grid-template-columns: 28px 10px minmax(0, 1fr) auto;
        gap: .6rem;
        padding: .8rem;
    }

    .directory-load {
        display: none;
    }

    .directory-address {
        min-width: auto;
        padding: .55rem .65rem;
    }

    .community-links {
        grid-template-columns: 1fr;
    }

    .hub-card {
        min-height: 130px;
    }
}

@media (max-width: 575.98px) {
    .brand-copy small {
        display: none;
    }

    .hero-main {
        align-items: flex-start;
        min-height: auto;
        padding-top: 14vh;
    }

    .eyebrow {
        font-size: .67rem;
        letter-spacing: .12em;
    }

    .hero-copy h1 {
        font-size: clamp(2.7rem, 15vw, 4rem);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-network {
        display: block;
        width: 100%;
    }

    .hero-emblem {
        display: none;
    }

    .hero-server-list {
        width: 100%;
    }

    .home-content {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .feature-card {
        min-height: 240px;
    }

    .server-heading {
        margin-top: 5rem;
    }

    .footer-bottom .text-end {
        text-align: left !important;
    }

    .page-hero-content {
        padding-top: 4.5rem;
        padding-bottom: 1.75rem;
    }

    .page-hero h1 {
        max-width: calc(100vw - 4rem);
        font-size: clamp(2.35rem, 13vw, 3.5rem);
    }

    .page-hero p {
        max-width: 80%;
        font-size: .9rem;
    }

    .content.page-shell {
        margin-top: 1.5rem;
        margin-bottom: 4rem;
    }

    .page-surface {
        padding: 0;
    }

    .post-preview .card-img-top {
        height: 190px;
    }

    .network-metrics {
        grid-template-columns: 1fr;
    }

    .network-metrics > div {
        align-items: baseline;
        flex-direction: row;
    }

    .network-metrics > div + div {
        border-top: 1px solid var(--bh-line);
        border-left: 0;
    }

    .server-index {
        display: none;
    }

    .server-directory-row {
        grid-template-columns: 10px minmax(0, 1fr) auto;
    }

    .directory-arrow {
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
