/* _content/NexusFestival.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rd2stqxlm9] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-rd2stqxlm9] {
    min-width: 0;
    width: 100%;
}

.top-row[b-rd2stqxlm9] {
    backdrop-filter: blur(18px);
    background: rgba(7, 9, 20, 0.72);
    border-bottom: 1px solid var(--nf-border);
    justify-content: space-between;
    min-height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem clamp(1rem, 3vw, 2rem);
    position: sticky;
    top: 0;
    z-index: 5;
}

    .top-row[b-rd2stqxlm9]  a, .top-row[b-rd2stqxlm9]  .btn-link {
        white-space: nowrap;
        color: var(--nf-text-muted);
        font-weight: 700;
        text-decoration: none;
    }

    .top-row[b-rd2stqxlm9]  a:hover, .top-row[b-rd2stqxlm9]  .btn-link:hover {
        color: var(--nf-text);
    }

.nf-topbar-actions[b-rd2stqxlm9] {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.nf-main[b-rd2stqxlm9] {
    flex: 1;
    min-width: 0;
}
/* _content/NexusFestival.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nf-appbar[b-n0yqv8fycp] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: var(--nf-appbar-bg);
    border-bottom: 1px solid var(--nf-border);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 4.25rem;
    padding: 0.65rem clamp(1rem, 3vw, 2rem);
    position: sticky;
    top: 0;
    z-index: 20;
}

.navbar-brand[b-n0yqv8fycp] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.1;
    text-decoration: none;
}

.navbar-brand small[b-n0yqv8fycp] {
    color: var(--nf-text-soft);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.brand-mark[b-n0yqv8fycp] {
    border-radius: 0.75rem;
    display: block;
    flex-shrink: 0;
    height: 2.4rem;
    object-fit: cover;
    width: 2.4rem;
}

.nf-menu-button[b-n0yqv8fycp] {
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28248, 250, 252, 0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center/1.25rem var(--nf-input-bg);
    border: 1px solid var(--nf-border);
    border-radius: 0.85rem;
    cursor: pointer;
    display: none;
    height: 2.75rem;
    width: 2.75rem;
}

.nf-menu-button[b-n0yqv8fycp],
.nf-mobile-menu > summary[b-n0yqv8fycp],
.nf-nav-menu summary[b-n0yqv8fycp],
.nf-profile-menu summary[b-n0yqv8fycp] {
    list-style: none;
}

.nf-menu-button[b-n0yqv8fycp]::-webkit-details-marker,
.nf-mobile-menu > summary[b-n0yqv8fycp]::-webkit-details-marker,
.nf-nav-menu summary[b-n0yqv8fycp]::-webkit-details-marker,
.nf-profile-menu summary[b-n0yqv8fycp]::-webkit-details-marker {
    display: none;
}

.nf-mobile-menu[b-n0yqv8fycp] {
    display: none;
}

.nf-mobile-panel[b-n0yqv8fycp] {
    display: none;
}

.nf-desktop-utilities[b-n0yqv8fycp] {
    align-items: center;
    display: flex;
    gap: 0.45rem;
    justify-content: end;
}

.nf-nav[b-n0yqv8fycp],
.nf-auth-actions[b-n0yqv8fycp] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
}

.nf-nav[b-n0yqv8fycp] {
    justify-content: center;
    min-width: 0;
}

.nf-auth-actions[b-n0yqv8fycp] {
    justify-content: end;
}

.nf-nav[b-n0yqv8fycp]  .nav-link,
.nf-profile-menu summary[b-n0yqv8fycp],
.nf-nav-menu summary[b-n0yqv8fycp],
.nf-logout-button[b-n0yqv8fycp] {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    box-shadow: none;
    color: var(--nf-text-muted);
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.7rem;
    text-decoration: none;
    white-space: nowrap;
}

.nf-nav[b-n0yqv8fycp]  .nav-link:hover,
.nf-profile-menu summary:hover[b-n0yqv8fycp],
.nf-nav-menu summary:hover[b-n0yqv8fycp],
.nf-logout-button:hover[b-n0yqv8fycp] {
    background: rgba(255, 255, 255, 0.045);
    color: var(--nf-text);
}

.nf-profile-menu[open] summary[b-n0yqv8fycp],
.nf-nav-menu[open] summary[b-n0yqv8fycp] {
    background: rgba(255, 255, 255, 0.055);
    border-color: var(--nf-border);
    color: var(--nf-text);
}

.nf-nav[b-n0yqv8fycp]  .nav-link.active {
    background: color-mix(in srgb, var(--nf-violet) 22%, transparent);
    border-color: color-mix(in srgb, var(--nf-violet) 34%, transparent);
    color: var(--nf-text);
}

.nf-nav-menu[b-n0yqv8fycp],
.nf-profile-menu[b-n0yqv8fycp] {
    position: relative;
}

.nf-nav-menu summary[b-n0yqv8fycp]::after,
.nf-profile-menu summary[b-n0yqv8fycp]::after {
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    border-top: 0.34rem solid currentColor;
    color: var(--nf-text-soft);
    content: "";
    height: 0;
    margin-left: 0.15rem;
    opacity: 0.86;
    transform-origin: center;
    transition: transform 160ms ease, opacity 160ms ease;
    width: 0;
}

.nf-profile-menu[open] summary[b-n0yqv8fycp]::after,
.nf-nav-menu[open] summary[b-n0yqv8fycp]::after {
    opacity: 1;
    transform: rotate(180deg);
}

.nf-nav-panel[b-n0yqv8fycp] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028)),
        var(--nf-surface-strong);
    border: 1px solid rgba(190, 210, 255, 0.18);
    border-radius: 0.95rem;
    box-shadow: 0 1rem 2.25rem rgba(8, 13, 31, 0.34);
    display: grid;
    gap: 0.2rem;
    left: 0;
    min-width: 13.5rem;
    padding: 0.45rem;
    position: absolute;
    top: calc(100% + 0.6rem);
    z-index: 30;
}

.nf-nav-panel[b-n0yqv8fycp]::before {
    background: var(--nf-surface-strong);
    border-left: 1px solid rgba(190, 210, 255, 0.18);
    border-top: 1px solid rgba(190, 210, 255, 0.18);
    content: "";
    height: 0.7rem;
    left: 1.2rem;
    position: absolute;
    top: -0.38rem;
    transform: rotate(45deg);
    width: 0.7rem;
}

.nf-nav-panel-right[b-n0yqv8fycp] {
    left: auto;
    right: 0;
}

.nf-nav-panel[b-n0yqv8fycp]  .nav-link,
.nf-nav-panel .nf-logout-button[b-n0yqv8fycp] {
    border-radius: 0.65rem;
    justify-content: flex-start;
    min-height: 2.35rem;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.nf-logout-button[b-n0yqv8fycp] {
    border: 0;
    width: 100%;
}

.nf-mobile-nav-heading[b-n0yqv8fycp] {
    color: var(--nf-text-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

@media (max-width: 1120px) {
    .nf-appbar[b-n0yqv8fycp] {
        grid-template-columns: auto auto;
    }

    .nf-desktop-nav[b-n0yqv8fycp],
    .nf-desktop-utilities[b-n0yqv8fycp] {
        display: none;
    }

    .nf-mobile-menu[b-n0yqv8fycp] {
        display: block;
        justify-self: end;
    }

    .nf-menu-button[b-n0yqv8fycp] {
        display: inline-flex;
        justify-self: end;
    }

    .nf-mobile-menu[open] .nf-mobile-panel[b-n0yqv8fycp] {
        background: var(--nf-appbar-bg);
        border-bottom: 1px solid var(--nf-border);
        box-shadow: var(--nf-shadow-soft);
        display: flex;
        flex-direction: column;
        left: 0;
        max-height: calc(100dvh - 4.25rem);
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 4.25rem;
        z-index: 25;
    }

    .nf-mobile-nav[b-n0yqv8fycp],
    .nf-mobile-menu-footer[b-n0yqv8fycp] {
        display: grid;
        gap: 0.35rem;
        padding: 0.85rem 1rem;
    }

    .nf-mobile-menu-footer[b-n0yqv8fycp] {
        border-top: 1px solid var(--nf-border);
        margin-top: auto;
        padding-bottom: 1.1rem;
    }

    .nf-nav[b-n0yqv8fycp],
    .nf-profile-menu[b-n0yqv8fycp],
    .nf-auth-actions[b-n0yqv8fycp],
    .nf-mobile-menu-footer[b-n0yqv8fycp]  .nf-theme-menu {
        align-items: stretch;
        display: grid;
        gap: 0.2rem;
        justify-content: stretch;
    }

    .nf-nav[b-n0yqv8fycp]  .nav-link,
    .nf-nav-menu summary[b-n0yqv8fycp],
    .nf-profile-menu summary[b-n0yqv8fycp],
    .nf-auth-actions[b-n0yqv8fycp]  .nav-link,
    .nf-auth-actions[b-n0yqv8fycp]  .nf-button-primary {
        justify-content: flex-start;
        width: 100%;
    }

    .nf-nav-menu[b-n0yqv8fycp],
    .nf-profile-menu[b-n0yqv8fycp],
    .nf-mobile-menu-footer[b-n0yqv8fycp]  .nf-theme-menu {
        position: static;
    }

    .nf-nav-panel[b-n0yqv8fycp] {
        border-color: var(--nf-border);
        box-shadow: none;
        margin: 0.15rem 0 0.25rem;
        min-width: 0;
        position: static;
    }

    .nf-nav-panel[b-n0yqv8fycp]::before {
        display: none;
    }
}
/* _content/NexusFestival.Web/Components/Layout/SiteFooter.razor.rz.scp.css */
.nf-site-footer[b-j59eheub52] {
    border-top: 1px solid var(--nf-border);
    margin-top: auto;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 2rem) 1.5rem;
}

.nf-site-footer-inner[b-j59eheub52] {
    align-items: start;
    display: grid;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: var(--nf-content-max);
}

.nf-site-footer-brand[b-j59eheub52] {
    display: grid;
    gap: 0.75rem;
}

.nf-site-footer-logo[b-j59eheub52] {
    align-items: center;
    color: var(--nf-text);
    display: inline-flex;
    gap: 0.75rem;
    text-decoration: none;
}

.nf-site-footer-logo strong[b-j59eheub52] {
    display: block;
    font-size: 1rem;
    line-height: 1.1;
}

.nf-site-footer-logo small[b-j59eheub52] {
    color: var(--nf-text-soft);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 0.15rem;
    text-transform: uppercase;
}

.nf-site-footer-logo .brand-mark[b-j59eheub52] {
    border-radius: 0.75rem;
    display: block;
    flex-shrink: 0;
    height: 2.4rem;
    object-fit: cover;
    width: 2.4rem;
}

.nf-site-footer-nav[b-j59eheub52] {
    align-content: start;
    display: grid;
    gap: 0.45rem;
}

.nf-site-footer-heading[b-j59eheub52] {
    color: var(--nf-text);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
}

.nf-site-footer-nav[b-j59eheub52]  a {
    color: var(--nf-text-muted);
    font-weight: 700;
    text-decoration: none;
}

.nf-site-footer-nav[b-j59eheub52]  a:hover,
.nf-site-footer-nav[b-j59eheub52]  a.active {
    color: var(--nf-text);
}

.nf-site-footer-copy[b-j59eheub52] {
    margin: clamp(1.5rem, 3vw, 2rem) auto 0;
    max-width: var(--nf-content-max);
    text-align: center;
}

@media (max-width: 900px) {
    .nf-site-footer-inner[b-j59eheub52] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nf-site-footer-brand[b-j59eheub52] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 540px) {
    .nf-site-footer-inner[b-j59eheub52] {
        grid-template-columns: 1fr;
    }
}
/* _content/NexusFestival.Web/Components/Layout/ThemeMenu.razor.rz.scp.css */
.nf-theme-menu[b-penxshadi2] {
    position: relative;
}

.nf-theme-menu-trigger[b-penxshadi2] {
    align-items: center;
    appearance: none;
    background: var(--nf-input-bg);
    border: 1px solid var(--nf-border);
    border-radius: 999px;
    color: var(--nf-text);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 0.55rem;
    list-style: none;
    min-height: 2.5rem;
    padding: 0.45rem 0.85rem;
    width: auto;
}

.nf-theme-menu-trigger[b-penxshadi2]::-webkit-details-marker {
    display: none;
}

.nf-theme-menu-trigger:hover[b-penxshadi2] {
    border-color: var(--nf-border-strong);
}

.nf-theme-menu-kicker[b-penxshadi2] {
    color: var(--nf-text-soft);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nf-theme-menu-value[b-penxshadi2] {
    min-width: 4.5rem;
    text-align: left;
}

.nf-theme-menu-chevron[b-penxshadi2] {
    border-bottom: 2px solid var(--nf-text-soft);
    border-right: 2px solid var(--nf-text-soft);
    height: 0.42rem;
    transform: rotate(45deg) translateY(-0.08rem);
    width: 0.42rem;
}

.nf-theme-menu[open] .nf-theme-menu-chevron[b-penxshadi2] {
    transform: rotate(225deg) translate(-0.08rem, -0.08rem);
}

.nf-theme-menu-panel[b-penxshadi2] {
    background: var(--nf-surface-strong);
    border: 1px solid var(--nf-border-strong);
    border-radius: var(--nf-radius);
    box-shadow: var(--nf-shadow-soft);
    display: grid;
    gap: 0.15rem;
    min-width: 13.5rem;
    padding: 0.4rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 40;
}

.nf-theme-menu:not([open]) .nf-theme-menu-panel[b-penxshadi2] {
    display: none;
}

.nf-theme-option[b-penxshadi2] {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: none;
    color: var(--nf-text-muted);
    cursor: pointer;
    display: grid;
    font: inherit;
    font-weight: 700;
    gap: 0.65rem;
    grid-template-columns: auto 1fr auto;
    margin: 0;
    min-height: 2.65rem;
    padding: 0.55rem 0.7rem;
    text-align: left;
    width: 100%;
}

.nf-theme-option:hover[b-penxshadi2],
.nf-theme-option:focus-visible[b-penxshadi2] {
    background: var(--nf-surface-soft);
    color: var(--nf-text);
    outline: none;
}

.nf-theme-option-selected[b-penxshadi2] {
    background: color-mix(in srgb, var(--nf-violet) 16%, transparent);
    color: var(--nf-text);
}

.nf-theme-check[b-penxshadi2] {
    color: var(--nf-cyan);
    font-size: 0.85rem;
    opacity: 0;
}

.nf-theme-option-selected .nf-theme-check[b-penxshadi2] {
    opacity: 1;
}

.nf-theme-swatch[b-penxshadi2] {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    display: block;
    height: 0.85rem;
    width: 0.85rem;
}

.nf-theme-swatch-nexus[b-penxshadi2] {
    background: linear-gradient(135deg, #6366f1, #38bdf8);
}

.nf-theme-swatch-cosplay[b-penxshadi2] {
    background: linear-gradient(135deg, #ff5ec4, #67e8f9);
}

.nf-theme-swatch-gaming[b-penxshadi2] {
    background: linear-gradient(135deg, #7c3cff, #00f5ff);
}

.nf-theme-swatch-retro[b-penxshadi2] {
    background: linear-gradient(135deg, #f59e0b, #60a5fa);
}

.nf-theme-swatch-fantasy[b-penxshadi2] {
    background: linear-gradient(135deg, #9b7cff, #8be9c1);
}

.nf-theme-menu-mobile[b-penxshadi2] {
    width: 100%;
}

.nf-theme-menu-mobile .nf-theme-menu-trigger[b-penxshadi2] {
    border-radius: 0.75rem;
    justify-content: space-between;
    min-height: 2.75rem;
    padding: 0.65rem 0.85rem;
    width: 100%;
}

.nf-theme-menu-mobile .nf-theme-menu-panel[b-penxshadi2] {
    border-color: var(--nf-border);
    box-shadow: none;
    margin-top: 0.15rem;
    min-width: 0;
    position: static;
    width: 100%;
}

@media (min-width: 1121px) {
    .nf-theme-menu-mobile[b-penxshadi2] {
        display: none;
    }
}
