/* _content/SwipeFan.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-lkn0vujpte] {
    min-height: 100vh;
    display: block;
    position: relative;
}

.shell-backdrop[b-lkn0vujpte] {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 125, 59, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(84, 138, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
    z-index: -2;
}

.shell-ribbon[b-lkn0vujpte] {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(125deg, transparent 0 30%, rgba(255, 125, 59, 0.08) 30% 32%, transparent 32% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%);
    z-index: -1;
    pointer-events: none;
}

.sidebar[b-lkn0vujpte] {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(19rem, calc(100vw - 1.5rem));
    padding: 0.75rem;
    transform: translateX(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
    z-index: 60;
}

.sidebar-frame[b-lkn0vujpte] {
    position: relative;
    top: 0;
    height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    overflow: auto;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(14, 18, 27, 0.98), rgba(10, 13, 20, 0.98));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-frame[b-lkn0vujpte]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.shell.sidebar-open .sidebar[b-lkn0vujpte] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.main-stage[b-lkn0vujpte] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.topbar[b-lkn0vujpte] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.25rem 0.55rem;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(8, 12, 19, 0.92), rgba(8, 12, 19, 0.68));
}

.topbar-primary[b-lkn0vujpte] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.topbar-heading[b-lkn0vujpte] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.topbar-heading-copy[b-lkn0vujpte] {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
}

.topbar-title[b-lkn0vujpte] {
    color: #f8fbff;
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.topbar-status[b-lkn0vujpte],
.topbar-actions[b-lkn0vujpte],
.topbar-session[b-lkn0vujpte] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.topbar-actions[b-lkn0vujpte] {
    justify-content: flex-end;
}

.topbar-pill-muted[b-lkn0vujpte] {
    color: rgba(233, 240, 255, 0.78);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
}

.sidebar-toggle[b-lkn0vujpte] {
    min-width: 84px;
}

.sidebar-overlay[b-lkn0vujpte] {
    display: none;
}

.ghost-link[b-lkn0vujpte],
.ghost-button[b-lkn0vujpte] {
    color: #eef4ff;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(21, 26, 36, 0.92);
}

.ghost-identity[b-lkn0vujpte] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    max-width: 100%;
}

.ghost-avatar[b-lkn0vujpte] {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.ghost-context[b-lkn0vujpte] {
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 125, 59, 0.12);
    color: #ffd39c;
    font-size: 0.74rem;
    font-weight: 700;
}

.ghost-form[b-lkn0vujpte] {
    margin: 0;
}

.content[b-lkn0vujpte] {
    padding: 0.2rem 1.25rem 1.6rem;
}

@media (max-width: 980px) {
    .sidebar[b-lkn0vujpte] {
        width: min(88vw, 19rem);
    }

    .topbar[b-lkn0vujpte] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .topbar-actions[b-lkn0vujpte] {
        justify-content: flex-start;
    }

    .sidebar-overlay[b-lkn0vujpte] {
        display: block;
        position: fixed;
        inset: 0;
        border: 0;
        padding: 0;
        background: rgba(5, 8, 12, 0.7);
        z-index: 40;
    }
}

@media (max-width: 720px) {
    .sidebar[b-lkn0vujpte],
    .topbar[b-lkn0vujpte],
    .content[b-lkn0vujpte] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content[b-lkn0vujpte] {
        padding-bottom: 1.2rem;
    }

    .topbar-eyebrow[b-lkn0vujpte],
    .ghost-context[b-lkn0vujpte] {
        display: none;
    }

    .topbar-title[b-lkn0vujpte] {
        font-size: 1.05rem;
    }

    .topbar-session[b-lkn0vujpte],
    .topbar-actions[b-lkn0vujpte] {
        gap: 0.45rem;
    }

    .ghost-link[b-lkn0vujpte],
    .ghost-button[b-lkn0vujpte] {
        min-height: 2.4rem;
        padding: 0.55rem 0.7rem;
    }
}
/* _content/SwipeFan.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-block[b-090609eb44] {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.brand-mark[b-090609eb44] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.brand-flare[b-090609eb44] {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #ff6a2d, #ff8e4b);
    box-shadow: 0 12px 24px rgba(255, 90, 31, 0.24);
}

.brand-copy[b-090609eb44] {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}

.brand-title[b-090609eb44] {
    color: #fff6ea;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.brand-subtitle[b-090609eb44] {
    color: rgba(255, 236, 214, 0.68);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.brand-status[b-090609eb44] {
    display: flex;
    align-items: center;
    gap: 0.55rem 0.7rem;
    flex-wrap: wrap;
}

.brand-status-copy[b-090609eb44] {
    color: rgba(255, 240, 220, 0.62);
    font-size: 0.82rem;
}

.nav-stack[b-090609eb44] {
    display: grid;
    gap: 0.85rem;
}

.nav-group[b-090609eb44] {
    display: grid;
    gap: 0.45rem;
}

.nav-group-label[b-090609eb44] {
    padding: 0 0.18rem;
    color: rgba(255, 209, 133, 0.84);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.nav-link[b-090609eb44] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.72rem 0.85rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 23, 32, 0.92);
    color: #f4f7fb;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-link span[b-090609eb44] {
    font-weight: 700;
}

.nav-link:hover[b-090609eb44] {
    transform: translateY(-1px);
    border-color: rgba(255, 122, 0, 0.22);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.nav-link.active[b-090609eb44] {
    border-color: rgba(255, 122, 0, 0.26);
    background: linear-gradient(180deg, rgba(255, 90, 31, 0.16), rgba(255, 90, 31, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-footer[b-090609eb44] {
    margin-top: 0.25rem;
    padding: 1rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
}

.nav-footer-label[b-090609eb44] {
    margin-bottom: 0.45rem;
    color: rgba(255, 209, 133, 0.88);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.nav-footer-copy[b-090609eb44] {
    color: rgba(255, 240, 220, 0.66);
    font-size: 0.9rem;
    line-height: 1.65;
}

.nav-footer-copy a[b-090609eb44] {
    color: #f4f7fb;
    text-decoration: none;
}
