:root {
    --bn-ash: #c9c2b8;
    --bn-ash-2: #bcb4a9;
    --bn-ash-3: #a89f94;
    --bn-ink: #1a1416;
    --bn-ink-2: #4d4045;
    --bn-ink-muted: #75675f;
    --bn-stone-dark: #1a1416;
    --bn-stone: #241c1f;
    --bn-stone-2: #2e2428;
    --bn-stone-3: #332629;
    --bn-stone-lit: #4d3d42;
    --bn-stone-top: #544145;
    --bn-line: #332629;
    --bn-text: #f0e9e3;
    --bn-text-2: #c9c1b9;
    --bn-dim: #8b8179;
    --bn-molten: var(--primary-bg);
    --bn-molten-deep: color-mix(in srgb, var(--primary-bg) 50%, #000);
    --bn-molten-hot: color-mix(in srgb, var(--primary-bg) 65%, #ffd9a8);
    --bn-molten-bright: color-mix(in srgb, var(--primary-bg) 30%, #ffd9a8);
    --bn-molten-ink: #1a0800;
    --bn-gold: #e8b552;
    --bn-gold-deep: color-mix(in srgb, #e8b552 52%, #000);
    --bn-gold-bright: color-mix(in srgb, #e8b552 42%, #fff);
    --bn-gold-ink: #241703;
    --bn-w-towny: var(--bn-molten);
    --bn-w-sky: #5c8040;
    --bn-w-arena: #8f2409;
    --bn-live: #3ddc70;
    --bn-discord: #5865f2;
    --bn-step: steps(2);
    --bn-t: 140ms var(--bn-step);
    --bn-font: "Poppins", ui-sans-serif, system-ui, sans-serif;
    --bn-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
.bn-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
}

[class^="bn-"],
[class*=" bn-"] {
    border-radius: 0;
}

.bn-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--bn-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bn-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    background: var(--bn-molten);
}

.bn-title {
    font-family: var(--bn-font);
    font-weight: 900;
    font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem);
    letter-spacing: -0.025em;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    text-wrap: balance;
}

.bn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    font-family: var(--bn-font);
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform var(--bn-t), background var(--bn-t);
}

.bn-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.bn-btn:active {
    transform: translateY(0);
}

.bn-btn-molten {
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
    box-shadow: 0 4px 0 var(--bn-molten-deep);
}

.bn-btn-molten:hover {
    background: var(--bn-molten-hot);
    color: var(--bn-molten-ink);
}

.bn-btn-stone {
    background: var(--bn-stone-2);
    color: var(--bn-text);
    box-shadow: 0 4px 0 #000;
}

.bn-btn-stone:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
}

.bn-btn-ink {
    background: var(--bn-ink);
    color: var(--bn-ash);
    box-shadow: 0 4px 0 var(--bn-ash-3);
}

.bn-btn-ink:hover {
    color: var(--bn-ash);
}

.bn-btn-discord {
    background: var(--bn-discord);
    color: #fff;
    box-shadow: 0 4px 0 #3843b5;
}

.bn-btn-discord:hover {
    background: #6b74f5;
    color: #fff;
}

.bn-btn-block {
    width: 100%;
}

.bn-crenel {
    height: 14px;
    background: repeating-linear-gradient(90deg, var(--bn-ash-2) 0 22px, transparent 22px 44px);
}

@keyframes bnRiseIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.bn-hall-lead {
    animation: bnRiseIn 420ms steps(5) backwards;
    animation-delay: 40ms;
}

.bn-niche {
    animation: bnRiseIn 420ms steps(5) backwards;
}

.bn-niche:nth-of-type(1) { animation-delay: 140ms; }
.bn-niche:nth-of-type(2) { animation-delay: 220ms; }
.bn-niche:nth-of-type(3) { animation-delay: 300ms; }

.bn-news-card {
    animation: bnRiseIn 420ms steps(5) backwards;
}

.bn-news-card:nth-child(1) { animation-delay: 60ms; }
.bn-news-card:nth-child(2) { animation-delay: 140ms; }
.bn-news-card:nth-child(3) { animation-delay: 220ms; }

.bn-discord-panel,
.bn-goal-panel,
.bn-login-panel {
    animation: bnRiseIn 420ms steps(5) backwards;
    animation-delay: 60ms;
}

.bn-header {
    position: relative;
}

.bn-broadcast {
    background: #000;
    border-bottom: 1px solid var(--bn-line);
}

.bn-broadcast-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 7px 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.bn-broadcast-label {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 3px 8px;
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
    font-family: var(--bn-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.bn-broadcast-track {
    flex: 1;
    overflow: hidden;
}

.bn-broadcast-content {
    display: flex;
    gap: 3.5rem;
    white-space: nowrap;
    width: max-content;
    animation: bnMarquee 26s linear infinite;
}

.bn-broadcast:hover .bn-broadcast-content {
    animation-play-state: paused;
}

.bn-broadcast-item {
    color: var(--bn-dim);
    font-size: 12px;
}

@keyframes bnMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.bn-navbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--bn-stone-dark);
    border-bottom: 3px solid #000;
}

.bn-navbar::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 9px;
    pointer-events: none;
    background: repeating-linear-gradient(90deg, #000 0 16px, transparent 16px 34px);
}

.bn-navbar-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.bn-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.bn-brand-logo {
    height: 38px;
    width: auto;
    image-rendering: pixelated;
    transition: transform var(--bn-t);
}

.bn-brand:hover .bn-brand-logo {
    transform: translateY(-2px);
}

.bn-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: auto;
    flex-wrap: wrap;
}

.bn-nav-link {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    color: var(--bn-dim);
    font-family: var(--bn-font);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 var(--bn-molten);
    transition: color var(--bn-t), box-shadow var(--bn-t);
}

.bn-nav-link i {
    font-size: 0.85em;
}

.bn-nav-link:hover,
.bn-nav-link.active {
    color: var(--bn-text);
    text-decoration: none;
    box-shadow: inset 0 -3px 0 0 var(--bn-molten);
}

.bn-nav-caret {
    font-size: 9px !important;
}

.nav-item-dropdown {
    position: relative;
}

.nav-item-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    padding: 5px;
    background: var(--bn-stone);
    border: 2px solid #000;
    box-shadow: 0 5px 0 #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--bn-t), visibility var(--bn-t);
    z-index: 50;
}

.nav-item-dropdown.active .nav-item-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-item-dropdown-link {
    display: block;
    padding: 9px 11px;
    color: var(--bn-dim);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background var(--bn-t), color var(--bn-t);
}

.nav-item-dropdown-link:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.bn-navbar-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
}

.bn-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--bn-stone-2);
    border: none;
    color: var(--bn-text-2);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 0 #000;
    transition: transform var(--bn-t), background var(--bn-t), color var(--bn-t);
}

.bn-icon-btn:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    transform: translateY(-2px);
    text-decoration: none;
}

.bn-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    padding: 0 3px;
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
    font-family: var(--bn-mono);
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bn-navbar .bn-btn {
    padding: 11px 18px;
    font-size: 12px;
}

.bn-mobile-toggle {
    display: none;
}

.offcanvas {
    background: var(--bn-stone-dark) !important;
    border: none !important;
    border-left: 3px solid #000 !important;
}

.offcanvas-title {
    font-family: var(--bn-font);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 15px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    background: var(--bn-stone);
    color: var(--bn-dim);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 3px 0 #000;
    transition: background var(--bn-t), color var(--bn-t);
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.mobile-buttons .btn-gradient,
.mobile-buttons .btn-gradient-transparent {
    justify-content: center;
    border-radius: 0;
}

.modal-content {
    background: var(--bn-stone-dark);
    border: 3px solid #000;
    border-radius: 0;
}

.language-list,
.currency-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.language-item,
.currency-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px;
    background: var(--bn-stone);
    color: var(--bn-dim);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background var(--bn-t), color var(--bn-t);
}

.language-item:hover,
.currency-item:hover,
.language-item.active,
.currency-item.active {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.bn-profile-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 3px solid #000;
}

.bn-profile-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bn-profile-avatar {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 0 3px var(--bn-molten);
}

.bn-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}

.bn-profile-name {
    margin: 0;
    color: var(--bn-text);
    font-size: 15px;
    font-weight: 900;
}

.bn-profile-role {
    margin: 0;
    color: var(--bn-dim);
    font-family: var(--bn-mono);
    font-size: 11px;
}

.bn-profile-close {
    filter: invert(1) grayscale(1) brightness(2);
}

.bn-profile-offcanvas-body {
    padding: 18px;
}

.bn-profile-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bn-profile-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    background: var(--bn-stone);
    border: none;
    color: var(--bn-dim);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 3px 0 #000;
    transition: background var(--bn-t), color var(--bn-t);
}

.bn-profile-item > i:first-child {
    width: 16px;
    text-align: center;
    color: var(--bn-molten);
}

.bn-profile-item > i:last-child {
    margin-left: auto;
    font-size: 10px;
    opacity: 0.5;
}

.bn-profile-item:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.bn-profile-balance-content {
    display: flex;
    flex-direction: column;
}

.bn-profile-balance-amount {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--bn-live);
    font-weight: 900;
}

.bn-profile-admin > i:first-child { color: #4f8cff; }
.bn-profile-logout-btn > i:first-child { color: #ef4444; }

.bn-profile-logout-form { margin: 0; }

.bn-profile-divider {
    height: 3px;
    background: #000;
    margin: 8px 0;
}

@property --bn-sky-top     { syntax: "<color>"; inherits: true; initial-value: #b6afa4; }
@property --bn-sky-horizon { syntax: "<color>"; inherits: true; initial-value: #d6d0c6; }
@property --bn-hill-far    { syntax: "<color>"; inherits: true; initial-value: #b0a89b; }
@property --bn-hill-near   { syntax: "<color>"; inherits: true; initial-value: #9e9689; }
@property --bn-ground-top  { syntax: "<color>"; inherits: true; initial-value: #a89f94; }
@property --bn-ground-body { syntax: "<color>"; inherits: true; initial-value: #bcb4a9; }

.bn-outside {
    position: relative;
    color: var(--bn-ink);
    --bn-accent-now: var(--bn-molten);
    background: linear-gradient(180deg,
        var(--bn-sky-top) 0%, var(--bn-sky-top) 26%,
        color-mix(in srgb, var(--bn-sky-top) 80%, var(--bn-sky-horizon)) 26%,
        color-mix(in srgb, var(--bn-sky-top) 80%, var(--bn-sky-horizon)) 46%,
        color-mix(in srgb, var(--bn-sky-top) 60%, var(--bn-sky-horizon)) 46%,
        color-mix(in srgb, var(--bn-sky-top) 60%, var(--bn-sky-horizon)) 63%,
        color-mix(in srgb, var(--bn-sky-top) 40%, var(--bn-sky-horizon)) 63%,
        color-mix(in srgb, var(--bn-sky-top) 40%, var(--bn-sky-horizon)) 78%,
        color-mix(in srgb, var(--bn-sky-top) 20%, var(--bn-sky-horizon)) 78%,
        color-mix(in srgb, var(--bn-sky-top) 20%, var(--bn-sky-horizon)) 90%,
        var(--bn-sky-horizon) 90%, var(--bn-sky-horizon) 100%);
    transition:
        --bn-sky-top 520ms steps(6),
        --bn-sky-horizon 520ms steps(6),
        --bn-hill-far 520ms steps(6),
        --bn-hill-near 520ms steps(6),
        --bn-ground-top 520ms steps(6),
        --bn-ground-body 520ms steps(6);
}
.bn-outside[data-bn-atmos="towny"] {
    --bn-sky-top: #b6afa4;
    --bn-sky-horizon: #d9cfbe;
    --bn-hill-far: #b0a89b;
    --bn-hill-near: #9e9689;
    --bn-ground-top: #a89f94;
    --bn-ground-body: #bcb4a9;
    --bn-accent-now: var(--bn-w-towny);
}
.bn-outside[data-bn-atmos="skyblock"] {
    --bn-sky-top: #a9bcc4;
    --bn-sky-horizon: #e2e6e0;
    --bn-hill-far: #bcc4bf;
    --bn-hill-near: #a5afa8;
    --bn-ground-top: #b3bdaa;
    --bn-ground-body: #c7cfbc;
    --bn-accent-now: var(--bn-w-sky);
}

.bn-outside[data-bn-atmos="arena"] {
    --bn-sky-top: #a58884;
    --bn-sky-horizon: #dcae93;
    --bn-hill-far: #94736c;
    --bn-hill-near: #6f5450;
    --bn-ground-top: #7d6660;
    --bn-ground-body: #9c8078;
    --bn-accent-now: var(--bn-w-arena);
}

.bn-outside[data-bn-atmos="hub"] {
    --bn-sky-top: #aca69c;
    --bn-sky-horizon: #ddd7cd;
    --bn-hill-far: #aaa298;
    --bn-hill-near: #948c83;
    --bn-ground-top: #a29a8f;
    --bn-ground-body: #b7afa4;
    --bn-accent-now: var(--bn-molten);
}

.bn-outside[data-bn-atmos="forge"] {
    --bn-sky-top: #ab8478;
    --bn-sky-horizon: #f0b982;
    --bn-hill-far: #9c7264;
    --bn-hill-near: #74524a;
    --bn-ground-top: #82635a;
    --bn-ground-body: #a17f72;
    --bn-accent-now: var(--bn-molten);
}

.bn-outside[data-bn-sky="night"] {
    --bn-sky-top: #1f1d2e;
    --bn-sky-horizon: #574c6d;
    --bn-hill-far: #3a3450;
    --bn-hill-near: #2a2539;
    --bn-ground-top: #2f2940;
    --bn-ground-body: #3b3450;
}

.bn-outside[data-bn-sky="night"] .bn-hero-title {
    color: #ece6e0;
}

.bn-outside[data-bn-sky="night"] .bn-hero-lede {
    color: #b3aab4;
}

.bn-outside[data-bn-sky="night"] .bn-outside-head .bn-kicker {
    color: #948a96;
}
.bn-outside[data-bn-sky="night"] .bn-bird rect {
    fill: #6f687c;
}
.bn-outside[data-bn-sky="night"] .bn-cloud rect {
    fill: #3f3950;
}

.bn-sun,
.bn-moon {
    display: none;
}

.bn-outside[data-bn-sky="day"] .bn-sun,
.bn-outside[data-bn-sky="night"] .bn-moon {
    display: inline;
}
.bn-sun,
.bn-moon {
    transform: translateY(calc(var(--bn-scroll, 0px) * 0.03));
}

.bn-sun rect:nth-of-type(3) {
    animation: bnSunPulse 4.5s steps(3) infinite;
}

@keyframes bnSunPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.86; }
}
.bn-outside[data-bn-atmos="forge"] .bn-ember {
    animation-duration: 5s;
}
.bn-outside[data-bn-atmos] .bn-world:not(.is-active):not(.bn-forge) {
    opacity: 0.5;
}
.bn-world[data-bn-world="hub"] .bn-world-body { --bn-build: 40ms; }
.bn-world[data-bn-world="towny"] .bn-world-body { --bn-build: 300ms; }
.bn-world[data-bn-world="arena"] .bn-world-body { --bn-build: 540ms; }
.bn-forge .bn-world-body { --bn-build: 720ms; }
.bn-world[data-bn-world="skyblock"] .bn-world-body { --bn-build: 900ms; }
.bn-world-body > rect:not(.bn-lit) {
    animation: bnBlockIn 200ms steps(2) backwards;
}

@keyframes bnBlockIn {
    from { opacity: 0; transform: translateY(-7px); }
    to { opacity: 1; transform: translateY(0); }
}

.bn-world-body > rect:nth-of-type(1)  { animation-delay: calc(var(--bn-build) + 0ms); }
.bn-world-body > rect:nth-of-type(2)  { animation-delay: calc(var(--bn-build) + 22ms); }
.bn-world-body > rect:nth-of-type(3)  { animation-delay: calc(var(--bn-build) + 44ms); }
.bn-world-body > rect:nth-of-type(4)  { animation-delay: calc(var(--bn-build) + 66ms); }
.bn-world-body > rect:nth-of-type(5)  { animation-delay: calc(var(--bn-build) + 88ms); }
.bn-world-body > rect:nth-of-type(6)  { animation-delay: calc(var(--bn-build) + 110ms); }
.bn-world-body > rect:nth-of-type(7)  { animation-delay: calc(var(--bn-build) + 132ms); }
.bn-world-body > rect:nth-of-type(8)  { animation-delay: calc(var(--bn-build) + 154ms); }
.bn-world-body > rect:nth-of-type(9)  { animation-delay: calc(var(--bn-build) + 176ms); }
.bn-world-body > rect:nth-of-type(10) { animation-delay: calc(var(--bn-build) + 198ms); }
.bn-world-body > rect:nth-of-type(11) { animation-delay: calc(var(--bn-build) + 220ms); }
.bn-world-body > rect:nth-of-type(12) { animation-delay: calc(var(--bn-build) + 242ms); }
.bn-world-body > rect:nth-of-type(13) { animation-delay: calc(var(--bn-build) + 264ms); }
.bn-world-body > rect:nth-of-type(14) { animation-delay: calc(var(--bn-build) + 286ms); }
.bn-world-body > rect:nth-of-type(15) { animation-delay: calc(var(--bn-build) + 308ms); }
.bn-world-body > rect:nth-of-type(16) { animation-delay: calc(var(--bn-build) + 330ms); }
.bn-world-body > rect:nth-of-type(17) { animation-delay: calc(var(--bn-build) + 352ms); }
.bn-world-body > rect:nth-of-type(18) { animation-delay: calc(var(--bn-build) + 374ms); }
.bn-world-body > rect:nth-of-type(19) { animation-delay: calc(var(--bn-build) + 396ms); }
.bn-world-body > rect:nth-of-type(20) { animation-delay: calc(var(--bn-build) + 418ms); }
.bn-world-body > rect:nth-of-type(21) { animation-delay: calc(var(--bn-build) + 440ms); }
.bn-world-body > rect:nth-of-type(22) { animation-delay: calc(var(--bn-build) + 462ms); }
.bn-world-body > rect:nth-of-type(23) { animation-delay: calc(var(--bn-build) + 484ms); }
.bn-world-body > rect:nth-of-type(24) { animation-delay: calc(var(--bn-build) + 506ms); }
.bn-world-body > rect:nth-of-type(n+25) { animation-delay: calc(var(--bn-build) + 528ms); }
.bn-plate {
    animation: bnPlateDrop 260ms steps(4) backwards;
}

.bn-world[data-bn-world="hub"] .bn-plate { animation-delay: 620ms; }
.bn-world[data-bn-world="towny"] .bn-plate { animation-delay: 880ms; }
.bn-world[data-bn-world="arena"] .bn-plate { animation-delay: 1080ms; }
.bn-forge .bn-plate { animation-delay: 1260ms; }
.bn-world[data-bn-world="skyblock"] .bn-plate { animation-delay: 1440ms; }

@keyframes bnPlateDrop {
    from { opacity: 0; transform: translateY(-14px); }
    to { opacity: 1; transform: translateY(0); }
}

.bn-stem {
    animation: bnStem 200ms steps(3) backwards;
    animation-delay: 900ms;
}

@keyframes bnStem {
    from { opacity: 0; }
    to { opacity: 1; }
}
.bn-fx {
    display: none;
}
.bn-outside[data-bn-atmos="towny"] .bn-fx-smoke,
.bn-outside[data-bn-atmos="skyblock"] .bn-fx-birds,
.bn-outside[data-bn-atmos="arena"] .bn-fx-banners {
    display: inline;
}
.bn-puff {
    fill: #ffffff;
    opacity: 0;
    animation: bnSmoke 6s steps(14) infinite;
}

.bn-puff-1 { animation-delay: 0s; }
.bn-puff-2 { animation-delay: 2s; }
.bn-puff-3 { animation-delay: 4s; }
.bn-puff-4 { animation-delay: 1s; animation-duration: 7s; }
.bn-puff-5 { animation-delay: 3.5s; animation-duration: 7s; }

@keyframes bnSmoke {
    0% { transform: translate(0, 0); opacity: 0; }
    12% { opacity: 0.3; }
    70% { opacity: 0.12; }
    100% { transform: translate(16px, -70px); opacity: 0; }
}
.bn-bird rect {
    fill: var(--bn-ink);
    opacity: 0.4;
}

.bn-bird-1 { animation: bnFly 46s steps(60) infinite; }
.bn-bird-2 { animation: bnFly 62s steps(60) infinite; animation-delay: -22s; }
.bn-bird-3 { animation: bnFly 54s steps(60) infinite; animation-delay: -38s; }

@keyframes bnFly {
    from { transform: translateX(-40px); }
    to { transform: translateX(1360px); }
}
.bn-banner {
    transform-box: fill-box;
    transform-origin: left center;
    animation: bnBanner 1.4s steps(2) infinite;
}

.bn-banner-2 {
    animation-duration: 1.8s;
}

@keyframes bnBanner {
    0%, 100% { transform: scaleX(1); }
    50% { transform: scaleX(0.86); }
}

.bn-outside[data-bn-atmos="skyblock"] .bn-ember-2,
.bn-outside[data-bn-atmos="skyblock"] .bn-ember-3,
.bn-outside[data-bn-atmos="skyblock"] .bn-ember-4,
.bn-outside[data-bn-atmos="skyblock"] .bn-ember-5,
.bn-outside[data-bn-atmos="towny"] .bn-ember-4,
.bn-outside[data-bn-atmos="hub"] .bn-ember-5 {
    display: none;
}

.bn-outside[data-bn-atmos="arena"] .bn-cloud-2,
.bn-outside[data-bn-atmos="arena"] .bn-cloud-3 {
    display: none;
}

.bn-outside[data-bn-atmos="skyblock"] .bn-cloud-1 { animation-duration: 74s; }
.bn-outside[data-bn-atmos="skyblock"] .bn-cloud-2 { animation-duration: 96s; }
.bn-outside[data-bn-atmos="skyblock"] .bn-cloud-3 { animation-duration: 128s; }

.bn-outside-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    padding: 52px 0 10px;
}
.bn-hero-copy {
    min-width: 0;
}
.bn-forge-clock {
    font-family: var(--bn-mono);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.04em;
    fill: var(--bn-molten);
}

.bn-forge-when {
    font-family: var(--bn-mono);
    font-size: 9.5px;
    letter-spacing: 0.04em;
    fill: var(--bn-dim);
}

.bn-forge-mouth {
    animation: bnForgeIdle 3.4s steps(3) infinite;
}

.bn-forge-mouth-2 { animation-duration: 2.6s; }
.bn-forge-mouth-3 { animation-duration: 1.9s; }

@keyframes bnForgeIdle {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.78; }
}

.bn-forge.is-live .bn-forge-mouth {
    animation-name: bnForgeLive;
    animation-duration: 0.9s;
}

.bn-forge.is-live .bn-forge-mouth-2 { animation-duration: 0.7s; }
.bn-forge.is-live .bn-forge-mouth-3 { animation-duration: 0.5s; }

@keyframes bnForgeLive {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; }
}
.bn-forge-sparks {
    display: none;
}

.bn-forge.is-live .bn-forge-sparks {
    display: inline;
}

.bn-spark {
    opacity: 0;
    animation: bnSpark 2.4s steps(10) infinite;
}

.bn-spark-1 { animation-delay: 0s; }
.bn-spark-2 { animation-delay: 0.8s; animation-duration: 2.9s; }
.bn-spark-3 { animation-delay: 1.6s; animation-duration: 2.1s; }

@keyframes bnSpark {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 0.3; }
    100% { transform: translateY(-90px) translateX(12px); opacity: 0; }
}

.bn-forge.is-live .bn-plate-bg {
    fill: var(--bn-molten-deep);
}

.bn-forge.is-live .bn-forge-clock {
    fill: var(--bn-molten-bright);
}

.bn-gn-cta {
    cursor: pointer;
    animation: bnPlateDrop 260ms steps(4) backwards;
    animation-delay: 1180ms;
    transition: transform var(--bn-t);
}

.bn-gn-cta:hover {
    transform: translateY(-2px);
}

.bn-gn-cta:focus-visible {
    outline: none;
}

.bn-gn-cta:focus-visible .bn-gn-cta-bg {
    stroke: var(--bn-molten-bright);
    stroke-width: 3;
}
.bn-gn-cta-text {
    font-family: var(--bn-font);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    fill: var(--bn-text);
}

.bn-gn-cta-molten .bn-gn-cta-text {
    fill: var(--bn-molten-ink);
}

.bn-gn-cta-bg,
.bn-gn-cta-shadow,
.bn-gn-cta-text {
    transition: fill var(--bn-t);
}

.bn-gn-cta-stone:hover .bn-gn-cta-bg {
    fill: var(--bn-stone-3);
}

.bn-gn-cta-molten:hover .bn-gn-cta-bg {
    fill: var(--bn-molten-hot);
}
.bn-gn-cta[hidden] {
    display: none;
}
.bn-gn-mobile {
    display: none;
    margin-top: 24px;
    padding: 20px;
    background: var(--bn-stone-dark);
    border-top: 4px solid var(--bn-molten);
    box-shadow: 0 6px 0 var(--bn-ash-3);
}

.bn-gn-mobile .bn-kicker {
    color: var(--bn-molten);
    margin-bottom: 10px;
}

.bn-gn-mobile-clock {
    font-family: var(--bn-mono);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: var(--bn-molten);
    font-variant-numeric: tabular-nums;
}

.bn-gn-mobile.is-live .bn-gn-mobile-clock {
    color: var(--bn-molten-bright);
}

.bn-gn-mobile-when {
    margin: 8px 0 16px;
    font-family: var(--bn-mono);
    font-size: 11px;
    color: var(--bn-dim);
}

.bn-outside-head .bn-kicker {
    color: var(--bn-ink-muted);
}
.bn-hero-title {
    margin: 0;
    font-family: var(--bn-font);
    font-size: clamp(2.4rem, 1.4rem + 4.4vw, 4.4rem);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    color: var(--bn-ink);
    text-shadow: 5px 5px 0 var(--bn-accent-now);
    transition: text-shadow 260ms steps(4);
}

.bn-outside .bn-kicker::before {
    background: var(--bn-accent-now);
    transition: background 260ms steps(4);
}

.bn-hero-lede {
    font-size: 15px;
    color: var(--bn-ink-2);
    max-width: 420px;
    margin: 20px 0 0;
    line-height: 1.6;
    border-left: 3px solid var(--bn-accent-now);
    padding-left: 16px;
    transition: border-color 260ms steps(4);
}
.bn-scene-wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.bn-scene {
    width: 100%;
    height: auto;
    display: block;
    shape-rendering: crispEdges;
}

.bn-ground {
    height: 62px;
    background: linear-gradient(180deg,
        var(--bn-ground-top) 0, var(--bn-ground-top) 10px,
        var(--bn-ground-body) 10px, var(--bn-ground-body) 100%);
}

.bn-hills-far {
    transform: translateY(calc(var(--bn-scroll, 0px) * 0.05));
}

.bn-hills-far rect {
    fill: var(--bn-hill-far);
}

.bn-hills-near {
    transform: translateY(calc(var(--bn-scroll, 0px) * 0.11));
}

.bn-hills-near rect {
    fill: var(--bn-hill-near);
}
.bn-fore {
    transform: translateY(calc(var(--bn-scroll, 0px) * 0.35));
}
.bn-fore rect {
    fill: color-mix(in srgb, var(--bn-hill-near) 62%, #000);
}


.bn-cloud rect {
    fill: #d6d0c6;
}

.bn-cloud-1 { animation: bnDrift 120s steps(80) infinite; }
.bn-cloud-2 { animation: bnDrift 170s steps(80) infinite; animation-delay: -60s; }
.bn-cloud-3 { animation: bnDrift 210s steps(80) infinite; animation-delay: -140s; }

@keyframes bnDrift {
    from { transform: translateX(-120px); }
    to { transform: translateX(1420px); }
}

.bn-world:hover .bn-lit,
.bn-world.is-active .bn-lit {
    animation: bnFlicker 3.2s steps(3) infinite;
}

@keyframes bnFlicker {
    0%, 100% { opacity: 1; }
    45% { opacity: 0.82; }
    70% { opacity: 0.94; }
}
.bn-world {
    outline: none;
    --bn-pop: 0px;
    transform: translateY(calc(var(--bn-scroll, 0px) * 0.18 + var(--bn-pop)));
    transition: opacity 260ms steps(4), --bn-pop 200ms steps(3);
}

.bn-world[data-bn-world] {
    cursor: pointer;
}

.bn-world.is-active {
    --bn-pop: -7px;
}

.bn-world .bn-lit {
    opacity: 0;
    transition: opacity var(--bn-t);
}

.bn-world:hover .bn-lit,
.bn-world.is-active .bn-lit {
    opacity: 1;
}

.bn-world .bn-plate {
    transition: transform var(--bn-t);
}

.bn-world[data-bn-world]:hover .bn-plate,
.bn-world[data-bn-world]:focus-visible .bn-plate {
    transform: translateY(-4px);
}

.bn-world[data-bn-world]:focus-visible .bn-plate-bg {
    stroke: var(--bn-molten);
    stroke-width: 3;
}

.bn-world .bn-stem {
    transition: fill var(--bn-t);
}

.bn-world.is-active .bn-stem {
    fill: var(--bn-molten);
}

.bn-plate-name {
    font-family: var(--bn-font);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    fill: var(--bn-text);
}

.bn-plate-note {
    font-family: var(--bn-mono);
    font-size: 10px;
    fill: var(--bn-dim);
}
.bn-guard rect {
    fill: #14100f;
}
.bn-guard .bn-guard-torch {
    display: none;
    fill: var(--bn-molten-hot);
}

.bn-outside[data-bn-sky="night"] .bn-guard .bn-guard-torch {
    display: inline;
    animation: bnFlicker 2.1s steps(3) infinite;
}

.bn-outside[data-bn-sky="night"] .bn-guard .bn-guard-torch-2 {
    animation-duration: 1.5s;
}

.bn-guard-1 {
    animation: bnPatrol 24s steps(18) infinite alternate;
}

.bn-guard-2 {
    animation: bnPatrol 31s steps(18) infinite alternate-reverse;
    animation-delay: -9s;
}

@keyframes bnPatrol {
    from { transform: translateX(0); }
    to { transform: translateX(126px); }
}

.bn-ember {
    animation: bnRise 7s steps(24) infinite;
    opacity: 0;
}

@keyframes bnRise {
    0% { transform: translateY(0); opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { transform: translateY(-160px); opacity: 0; }
}

.bn-world-list {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 24px 0 0;
}

.bn-world-chip {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 14px;
    background: var(--bn-ink);
    border: none;
    color: var(--bn-text);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 4px 0 var(--bn-ash-3);
    transition: transform var(--bn-t);
}

.bn-world-chip:hover {
    transform: translateY(-2px);
}

.bn-world-chip.is-active {
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
}

.bn-world-chip-name {
    font-family: var(--bn-font);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.bn-world-chip-note {
    font-family: var(--bn-mono);
    font-size: 10px;
    opacity: 0.7;
}

.bn-info {
    padding: 0 0 76px;
}

.bn-info-plaque {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: var(--bn-stone-dark);
    color: var(--bn-text);
    box-shadow: 0 6px 0 var(--bn-ash-3);
}

.bn-info-plaque[hidden] {
    display: none;
}

.bn-info-main {
    padding: 30px 32px;
}

.bn-info-kicker {
    display: block;
    font-family: var(--bn-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bn-accent-now);
    margin-bottom: 12px;
    transition: color 260ms steps(4);
}

.bn-info-name {
    font-family: var(--bn-font);
    font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.bn-info-tag {
    font-size: 15px;
    color: var(--bn-dim);
    line-height: 1.6;
    max-width: 420px;
    margin: 0 0 24px 0;
}

.bn-info-feat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bn-info-feat li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: var(--bn-text-2);
}

.bn-info-feat li::before {
    content: "";
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    background: var(--bn-accent-now);
    transition: background 260ms steps(4);
}

.bn-info-side {
    padding: 30px 32px;
    border-left: 3px solid #000;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bn-info-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    background: var(--bn-stone-2);
    color: var(--bn-dim);
    font-family: var(--bn-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: fit-content;
    margin-bottom: 20px;
}

.bn-info-status::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--bn-dim);
}

.bn-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid var(--bn-line);
    font-size: 12px;
}

.bn-info-row-label {
    color: var(--bn-dim);
    font-family: var(--bn-mono);
    letter-spacing: 0.06em;
}

.bn-info-row-value {
    font-weight: 700;
}

.bn-info-cta {
    margin-top: auto;
    padding-top: 22px;
}

.bn-info-cta .bn-btn-molten {
    background: var(--bn-accent-now);
    box-shadow: 0 4px 0 color-mix(in srgb, var(--bn-accent-now) 45%, #000);
    transition: background 260ms steps(4), box-shadow 260ms steps(4), transform var(--bn-t);
}

.bn-info-cta .bn-btn-molten:hover {
    background: color-mix(in srgb, var(--bn-accent-now) 82%, #fff);
}
.bn-inside {
    color: var(--bn-text);
    background-color: var(--bn-stone-dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='46'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.03' stroke-width='1'%3E%3Cpath d='M0 .5H92M0 23.5H92'/%3E%3Cpath d='M23.5 0V23M69.5 0V23'/%3E%3Cpath d='M.5 23V46M46.5 23V46'/%3E%3C/g%3E%3C/svg%3E");
}

.bn-section {
    padding: 64px 0;
    position: relative;
}

.bn-section .bn-kicker {
    color: var(--bn-dim);
}

.bn-section-head {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--bn-line);
}

.bn-section-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 68px;
    height: 2px;
    background: var(--bn-molten);
}

.bn-lede {
    color: var(--bn-dim);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.bn-card {
    background: var(--bn-stone);
    border-top: 4px solid var(--bn-line);
    transition: border-color var(--bn-t), transform var(--bn-t);
}

.bn-card:hover {
    border-top-color: var(--bn-molten);
    transform: translateY(-3px);
}

.bn-card-lit {
    border-top-color: var(--bn-molten);
}
.bn-hall-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.bn-hall-lead {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 30px 32px;
    background: var(--bn-stone);
    border-left: 4px solid var(--bn-molten);
}

.bn-hall-lead-text {
    color: var(--bn-dim);
    line-height: 1.75;
}

.bn-hall-stats {
    display: flex;
    gap: 44px;
    padding-top: 22px;
    border-top: 1px solid var(--bn-line);
}

.bn-hall-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bn-niche {
    display: flex;
    flex-direction: column;
    background: var(--bn-stone);
    border-top: 3px solid #000;
    border-bottom: 2px solid var(--bn-stone-lit);
    transition: border-bottom-color var(--bn-t);
}

.bn-niche:hover {
    border-bottom-color: var(--bn-molten);
}

.bn-niche-tall {
    grid-column: 3;
    grid-row: span 2;
}

.bn-niche-view {
    background: var(--bn-stone-2);
}

.bn-niche-view svg {
    display: block;
    width: 100%;
    height: auto;
}

.bn-niche-tall .bn-niche-view {
    flex: 1;
}
.bn-niche:hover .bn-nq-beam {
    animation: bnNqBeam 2.8s steps(4) infinite;
}

.bn-niche:hover .bn-nq-beam-2 {
    animation-duration: 1.9s;
}

@keyframes bnNqBeam {
    0%, 100% { opacity: 0.22; }
    50% { opacity: 0.55; }
}
.bn-niche:hover .bn-nq-crest {
    animation: bnNqCrest 2.2s steps(3) infinite;
}

.bn-niche:hover .bn-nq-crest-2 {
    animation-duration: 1.6s;
}

@keyframes bnNqCrest {
    0%, 100% { fill: var(--bn-molten); }
    50% { fill: var(--bn-molten-hot); }
}
.bn-niche:hover .bn-nq-ingot {
    animation: bnNqCrest 1.1s steps(2) infinite;
}

.bn-niche:hover .bn-nq-spark {
    animation: bnNqSpark 1.8s steps(6) infinite;
}

.bn-niche:hover .bn-nq-spark-2 { animation-duration: 2.3s; animation-delay: 0.5s; }
.bn-niche:hover .bn-nq-spark-3 { animation-duration: 1.5s; animation-delay: 0.9s; }
@keyframes bnNqSpark {
    0% { transform: translateY(0); opacity: 1; }
    70% { opacity: 0.6; }
    100% { transform: translateY(-14px); opacity: 0; }
}
.bn-niche:hover .bn-nq-core {
    animation: bnFlicker 1.4s steps(3) infinite;
}

.bn-niche-plate {
    padding: 18px 20px;
}

.bn-niche-plate h3 {
    margin: 0 0 6px 0;
    font-family: var(--bn-font);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--bn-text);
}

.bn-niche-plate p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--bn-dim);
}

.bn-stat-num {
    display: block;
    font-family: var(--bn-font);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.bn-stat-label {
    display: block;
    margin-top: 3px;
    font-family: var(--bn-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    color: var(--bn-dim);
    text-transform: uppercase;
}

.bn-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bn-news-grid-single {
    grid-template-columns: 1fr;
}

.bn-news-grid-single .bn-news-card {
    display: grid;
    grid-template-columns: 340px 1fr;
}

.bn-news-grid-single .bn-news-img {
    height: 100%;
    min-height: 220px;
}

.bn-news-grid-single .bn-news-body {
    padding: 26px 30px;
}

.bn-news-grid-single .bn-news-title {
    font-size: 20px;
}

.bn-news-grid-duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bn-news-card {
    display: flex;
    flex-direction: column;
}

.bn-news-img {
    height: 168px;
    overflow: hidden;
    position: relative;
    background: var(--bn-stone-2);
}
.bn-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.75) brightness(0.86);
    transition: transform 420ms ease-out, filter 420ms ease-out;
}

.bn-news-card:hover .bn-news-img img {
    transform: scale(1.06);
    filter: saturate(1) brightness(1);
}
.bn-news-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0) 38%,
        rgba(0, 0, 0, 0) 62%,
        rgba(36, 28, 31, 0.55) 100%);
}
.bn-news-cat {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
    font-family: var(--bn-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: padding-left var(--bn-t);
}

.bn-news-card:hover .bn-news-cat {
    padding-left: 16px;
}
.bn-news-more i {
    transition: transform var(--bn-t);
}

.bn-news-card:hover .bn-news-more i {
    transform: translateX(4px);
}

.bn-news-body {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bn-news-meta {
    display: flex;
    justify-content: space-between;
    font-family: var(--bn-mono);
    font-size: 10px;
    color: var(--bn-dim);
    margin-bottom: 10px;
}

.bn-news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bn-news-title {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.bn-news-title a {
    color: var(--bn-text);
    text-decoration: none;
}

.bn-news-title a:hover {
    color: var(--bn-molten);
}

.bn-news-excerpt {
    margin: 0 0 14px 0;
    font-size: 13px;
    color: var(--bn-dim);
    line-height: 1.6;
    flex: 1;
}

.bn-news-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    font-family: var(--bn-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--bn-molten);
    text-decoration: none;
    text-transform: uppercase;
}

.bn-news-foot {
    margin-top: 26px;
}

.section-3-more {
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 12px 24px;
    background: var(--bn-stone-2);
    color: var(--bn-text);
    font-family: var(--bn-font);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 0 #000;
}

.section-3-more:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.section-3-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.section-3-pagination a,
.section-3-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    background: var(--bn-stone);
    color: var(--bn-dim);
    font-family: var(--bn-mono);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 3px 0 #000;
}

.section-3-pagination a:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    text-decoration: none;
}

.section-3-pagination .active {
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
}

.bn-goal-panel {
    background: var(--bn-stone);
    border-top: 4px solid var(--bn-molten);
    padding: 26px 30px;
    max-width: 760px;
}

.bn-goal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bn-goal-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.bn-goal-pct {
    font-family: var(--bn-font);
    font-size: 26px;
    font-weight: 900;
    color: var(--bn-molten);
    font-variant-numeric: tabular-nums;
}

.bn-goal-bar {
    height: 12px;
    background: #000;
    overflow: hidden;
}
.bn-goal-fill {
    height: 100%;
    background-color: var(--bn-molten);
    background-image: repeating-linear-gradient(90deg,
        rgba(255, 255, 255, 0.14) 0 5px,
        transparent 5px 11px);
    transform-origin: left center;
    animation: bnGoalFill 900ms steps(14) backwards;
    animation-delay: 220ms;
}

@keyframes bnGoalFill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.bn-goal-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-family: var(--bn-mono);
    font-size: 12px;
    color: var(--bn-dim);
}
.bn-rank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.bn-rank-head {
    padding: 14px 18px;
    border-bottom: 1px solid var(--bn-line);
}

.bn-rank-head h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.bn-rank-head i {
    color: var(--bn-molten);
}

.bn-rank-body {
    padding: 8px 18px 16px;
}

.bn-rank-row {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 0;
    border-bottom: 1px solid var(--bn-line);
}

.bn-rank-row:last-child {
    border-bottom: none;
}

.bn-rank-badge {
    width: 22px;
    flex-shrink: 0;
    font-family: var(--bn-font);
    font-weight: 900;
    font-size: 13px;
    color: var(--bn-dim);
    font-variant-numeric: tabular-nums;
}
.bn-rank-badge.gold {
    color: #ffb060;
    text-shadow: 0 0 10px rgba(255, 176, 96, 0.5);
}

.bn-rank-badge.silver { color: #b9b2aa; }
.bn-rank-badge.bronze { color: #c98a54; }
.bn-rank-row {
    position: relative;
    transition: background var(--bn-t);
}

.bn-rank-row::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--bn-molten);
    opacity: 0;
    transition: opacity var(--bn-t);
}

.bn-rank-row:hover {
    background: var(--bn-stone-2);
}

.bn-rank-row:hover::before {
    opacity: 1;
}

.bn-rank-name {
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bn-rank-val {
    flex-shrink: 0;
    font-family: var(--bn-mono);
    font-size: 12px;
    color: var(--bn-dim);
}

.bn-rank-time {
    flex-shrink: 0;
    width: 78px;
    font-family: var(--bn-mono);
    font-size: 10px;
    color: var(--bn-dim);
}
.bn-discord-panel {
    display: grid;
    grid-template-columns: 1.6fr 0.9fr;
    background: var(--bn-stone);
    border-top: 4px solid var(--bn-discord);
}

.bn-discord-main {
    padding: 28px 30px;
}

.bn-discord-main .bn-kicker {
    color: var(--bn-discord);
}

.bn-discord-stats {
    display: flex;
    gap: 32px;
    margin: 20px 0 24px;
}

.bn-discord-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 24px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--bn-line);
    list-style: none;
}

.bn-discord-feats li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: var(--bn-dim);
    font-weight: 600;
}

.bn-discord-feats i {
    color: var(--bn-discord);
}
.bn-discord-side {
    position: relative;
    border-left: 3px solid var(--bn-stone-dark);
    background: #14100f;
    overflow: hidden;
    min-height: 240px;
}

.bn-beacon {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.bn-beacon-stars rect {
    fill: #ffffff;
    opacity: 0.22;
    animation: bnTwinkle 4s steps(2) infinite;
}

.bn-beacon-stars rect:nth-child(1) { animation-duration: 3.1s; animation-delay: 0s; }
.bn-beacon-stars rect:nth-child(2) { animation-duration: 4.7s; animation-delay: 0.6s; }
.bn-beacon-stars rect:nth-child(3) { animation-duration: 2.6s; animation-delay: 1.3s; }
.bn-beacon-stars rect:nth-child(4) { animation-duration: 5.3s; animation-delay: 0.2s; }
.bn-beacon-stars rect:nth-child(5) { animation-duration: 3.8s; animation-delay: 2.1s; }
.bn-beacon-stars rect:nth-child(6) { animation-duration: 4.2s; animation-delay: 1.7s; }
.bn-beacon-stars rect:nth-child(7) { animation-duration: 2.9s; animation-delay: 0.9s; }
.bn-beacon-stars rect:nth-child(8) { animation-duration: 5.8s; animation-delay: 2.6s; }

@keyframes bnTwinkle {
    0%, 100% { opacity: 0.22; }
    50% { opacity: 0.6; }
}
.bn-beacon-beam {
    animation: bnBeam 4.5s steps(4) infinite;
}

.bn-beacon-beam-2 {
    animation-duration: 3.2s;
}

@keyframes bnBeam {
    0%, 100% { opacity: 0.14; }
    50% { opacity: 0.3; }
}
.bn-beacon-ring {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    animation: bnBeaconRing 3.6s steps(5) infinite;
}

.bn-beacon-ring-2 { animation-delay: 1.2s; }
.bn-beacon-ring-3 { animation-delay: 2.4s; }

@keyframes bnBeaconRing {
    0% { transform: scale(0.7); opacity: 0.75; }
    100% { transform: scale(3.6); opacity: 0; }
}

.bn-beacon-core {
    animation: bnFlicker 1.8s steps(3) infinite;
}

.bn-beacon-win {
    animation: bnFlicker 3.4s steps(3) infinite;
}

.bn-beacon-win-2 {
    animation-duration: 2.6s;
}
.bn-login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.bn-login-feats {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.bn-login-feats li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--bn-dim);
    font-weight: 600;
}

.bn-login-feats i {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bn-stone-3);
    color: var(--bn-molten);
    font-size: 10px;
}

.bn-login-panel {
    background: var(--bn-stone);
    border-top: 4px solid var(--bn-molten);
    padding: 30px;
}

.bn-login-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

.bn-field {
    position: relative;
    display: flex;
    align-items: center;
}

.bn-field > i:first-child {
    position: absolute;
    left: 13px;
    color: var(--bn-dim);
    font-size: 13px;
}

.bn-input {
    width: 100%;
    padding: 13px 14px 13px 36px;
    background: #000;
    border: none;
    color: var(--bn-text);
    font-family: var(--bn-font);
    font-size: 14px;
    box-shadow: inset 0 0 0 2px var(--bn-line);
    transition: box-shadow var(--bn-t);
}

.bn-input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px var(--bn-molten);
}

.bn-input::placeholder {
    color: var(--bn-dim);
}

.bn-form-opts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
}

.bn-check {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--bn-dim);
    cursor: pointer;
}

.bn-link {
    color: var(--bn-molten);
    font-weight: 700;
    text-decoration: none;
}

.bn-link:hover {
    text-decoration: underline;
}

.bn-login-alt {
    text-align: center;
    font-size: 13px;
    color: var(--bn-dim);
}

.bn-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #000;
    color: var(--bn-text);
}

.bn-footer::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25%;
    width: 100%;
    height: 55%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(ellipse 55% 100% at 50% 100%, color-mix(in srgb, var(--bn-molten) 16%, transparent) 0%, transparent 72%);
}

.bn-footer-crenel {
    position: relative;
    z-index: 1;
    height: 14px;
    background: repeating-linear-gradient(90deg, var(--bn-stone-2) 0 20px, transparent 20px 40px);
    box-shadow: 0 2px 0 var(--bn-molten), 0 7px 22px -3px color-mix(in srgb, var(--bn-molten) 45%, transparent);
}

.bn-footer-embers {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bn-footer-embers span {
    position: absolute;
    bottom: 10%;
    width: 3px;
    height: 3px;
    background: var(--bn-molten);
    box-shadow: 0 0 6px color-mix(in srgb, var(--bn-molten) 70%, transparent);
    opacity: 0;
    animation: bn-footer-ember 8s linear infinite;
}

.bn-footer-embers span:nth-child(1) { left: 12%; animation-delay: 0.4s; animation-duration: 7.6s; }
.bn-footer-embers span:nth-child(2) { left: 28%; animation-delay: 2.8s; animation-duration: 9.2s; }
.bn-footer-embers span:nth-child(3) { left: 46%; animation-delay: 1.4s; animation-duration: 8.1s; }
.bn-footer-embers span:nth-child(4) { left: 63%; animation-delay: 4.1s; animation-duration: 7.2s; }
.bn-footer-embers span:nth-child(5) { left: 79%; animation-delay: 2.1s; animation-duration: 9.6s; }
.bn-footer-embers span:nth-child(6) { left: 91%; animation-delay: 5.3s; animation-duration: 8.4s; }

@keyframes bn-footer-ember {
    0% { opacity: 0; transform: translateY(0) scale(1); }
    12% { opacity: 0.85; }
    80% { opacity: 0.4; }
    100% { opacity: 0; transform: translateY(-160px) scale(0.4); }
}

.bn-footer > .bn-container {
    position: relative;
    z-index: 1;
}

.bn-footer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    padding: 52px 0;
}

.bn-footer-brand {
    position: relative;
    padding-right: 40px;
}

.bn-footer-brand::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: var(--bn-line);
}

.bn-footer-logo {
    height: 52px;
    width: auto;
    image-rendering: pixelated;
    margin-bottom: 18px;
}

.bn-footer-about {
    color: var(--bn-dim);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.bn-footer-social {
    display: flex;
    gap: 6px;
}

.bn-footer-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bn-stone);
    color: var(--bn-dim);
    text-decoration: none;
    box-shadow: 0 3px 0 var(--bn-stone-dark);
    transition: background var(--bn-t), color var(--bn-t), transform var(--bn-t);
}

.bn-footer-social-link:hover {
    background: var(--bn-molten);
    color: var(--bn-molten-ink);
    transform: translateY(-2px);
    text-decoration: none;
}

.bn-footer-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 26px;
}

.bn-footer-col h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px 0;
    font-family: var(--bn-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-molten);
}

.bn-footer-col h3::before {
    content: "";
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    background: var(--bn-molten);
}

.bn-footer-col a {
    display: block;
    padding: 6px 0;
    color: var(--bn-dim);
    font-size: 13px;
    text-decoration: none;
    transition: color var(--bn-t), transform var(--bn-t);
}

.bn-footer-col a:hover {
    color: var(--bn-text);
    transform: translateX(4px);
    text-decoration: none;
}

.bn-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--bn-line);
}

.bn-footer-copy {
    font-family: var(--bn-mono);
    font-size: 11px;
    color: var(--bn-dim);
	gap: 15px;
    flex-direction: column;


}

.bn-footer-copy p {
    margin: 0;
}

.bn-footer-credit {
    font-size: 14px;
}

.bn-footer-credit a {
    color: var(--bn-molten);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 1px 0 transparent;
    transition: box-shadow var(--bn-t);
}

.bn-footer-credit a:hover {
    color: var(--bn-molten);
    box-shadow: 0 1px 0 var(--bn-molten);
}

.bn-footer-settings {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.bn-footer-settings-buttons {
    display: flex;
    gap: 8px;
}

.bn-footer-set-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    background: var(--bn-stone);
    border: none;
    color: var(--bn-dim);
    font-family: var(--bn-mono);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 0 var(--bn-stone-dark);
    transition: background var(--bn-t), color var(--bn-t), transform var(--bn-t);
}

.bn-footer-set-btn:hover {
    background: var(--bn-stone-3);
    color: var(--bn-text);
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .bn-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .bn-nav,
    .bn-navbar-actions .bn-btn {
        display: none;
    }

    .bn-mobile-toggle {
        display: inline-flex;
    }

    .bn-login-grid,
    .bn-discord-panel,
    .bn-info-plaque {
        grid-template-columns: 1fr;
    }
    .bn-hall-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-hall-lead {
        grid-column: span 2;
    }

    .bn-niche-tall {
        grid-column: auto;
        grid-row: auto;
    }

    .bn-info-side {
        border-left: none;
        border-top: 3px solid #000;
    }

    .bn-discord-side {
        border-left: none;
        border-top: 3px solid var(--bn-stone-dark);
    }

    .bn-beacon {
        min-height: 300px;
    }

    .bn-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bn-footer-brand {
        padding-right: 0;
        padding-bottom: 32px;
    }

    .bn-footer-brand::after {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 1px;
    }
}

@media (max-width: 768px) {
    .bn-container {
        padding: 0 20px;
    }

    .bn-section {
        padding: 44px 0;
    }

    .bn-outside-head {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 26px;
    }

    .bn-news-grid-single .bn-news-card {
        grid-template-columns: 1fr;
    }

    .bn-news-grid-single .bn-news-img {
        min-height: 0;
        height: 168px;
    }

    .bn-news-grid-duo {
        grid-template-columns: 1fr;
    }

    .bn-scene-wrap {
        display: none;
    }
    .bn-gn-mobile {
        display: block;
    }

    .bn-world-list {
        display: grid;
    }

    .bn-news-grid {
        grid-template-columns: 1fr;
    }

    .bn-info-feat {
        grid-template-columns: 1fr;
    }

    .bn-footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .bn-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .bn-world-list {
        grid-template-columns: 1fr;
    }

    .bn-hall-grid {
        grid-template-columns: 1fr;
    }

    .bn-hall-lead {
        grid-column: auto;
    }

    .bn-hall-stats {
        gap: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bn-footer-embers span,
    .bn-yuliva-mascot,
    .bn-ember,
    .bn-cloud,
    .bn-puff,
    .bn-bird-1,
    .bn-bird-2,
    .bn-bird-3,
    .bn-banner,
    .bn-beacon-beam,
    .bn-beacon-core,
    .bn-beacon-win,
    .bn-beacon-stars rect,
    .bn-beacon-ring,
    .bn-sun rect:nth-of-type(3),
    .bn-guard-1,
    .bn-guard-2,
    .bn-outside[data-bn-sky="night"] .bn-guard .bn-guard-torch,
    .bn-broadcast-content,
    .bn-forge-mouth,
    .bn-spark,
    .bn-world:hover .bn-lit,
    .bn-world.is-active .bn-lit,
    .bn-niche:hover .bn-nq-beam,
    .bn-niche:hover .bn-nq-crest,
    .bn-niche:hover .bn-nq-ingot,
    .bn-niche:hover .bn-nq-spark,
    .bn-niche:hover .bn-nq-core {
        animation: none;
    }
    .bn-news-img img,
    .bn-news-cat,
    .bn-news-more i {
        transition: none;
    }

    .bn-news-card:hover .bn-news-img img,
    .bn-news-card:hover .bn-news-more i {
        transform: none;
    }
    .bn-gn-cta,
    .bn-goal-fill,
    .bn-world-body > rect:not(.bn-lit),
    .bn-plate,
    .bn-stem,
    .bn-hall-lead,
    .bn-niche,
    .bn-news-card,
    .bn-discord-panel,
    .bn-goal-panel,
    .bn-login-panel {
        animation: none;
    }

    .bn-outside,
    .bn-world,
    .bn-hero-title,
    .bn-hero-lede {
        transition: none;
    }

    .bn-puff {
        opacity: 0.18;
    }

    .bn-ember {
        opacity: 0.8;
    }

    .bn-btn:hover,
    .bn-card:hover,
    .bn-icon-btn:hover,
    .bn-world-chip:hover,
    .bn-gn-cta:hover,
    .bn-footer-social-link:hover,
    .bn-footer-col a:hover {
        transform: none;
    }
}
.bn-yuliva-wrap {
    position: relative;
    display: inline-block;
}

.bn-yuliva-wrap a {
    font-weight: 600;
    background: linear-gradient(90deg, #ff4d6d, #ff8fa3, #ff4d6d);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: background-position 0.6s ease;
}
.bn-yuliva-wrap a:hover {
    background-position: right center;
}
.bn-yuliva-wrap:hover .bn-yuliva-mascot {
    animation-duration: 0.8s;
}

.bn-yuliva-mascot {
    position: absolute;
    left: -60%;
    bottom: -350%;
    width: 60px;
    height: auto;
    pointer-events: none;
    image-rendering: pixelated;
    transform-origin: top center;
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--bn-molten) 45%, transparent));
    animation: bn-yuliva-swing 2.4s ease-in-out infinite;
}

@keyframes bn-yuliva-swing {
    0%, 100% {
        transform: translateX(-50%) rotate(-8deg) translateY(0);
    }
    25% {
        transform: translateX(-50%) rotate(-8deg) translateY(-2px);
    }
    50% {
        transform: translateX(-50%) rotate(8deg) translateY(0);
    }
    75% {
        transform: translateX(-50%) rotate(8deg) translateY(-2px);
    }
}