/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-hr3ly559th] {
    height: 100dvh;
    width: 100%;
    overflow: hidden;
}

#blazor-error-ui[b-hr3ly559th] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hr3ly559th] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h98f6ucd01] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-h98f6ucd01] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-h98f6ucd01] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h98f6ucd01] {
    font-size: 1.1rem;
}

.bi[b-h98f6ucd01] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-h98f6ucd01] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-h98f6ucd01] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-h98f6ucd01] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-h98f6ucd01] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h98f6ucd01] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h98f6ucd01] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h98f6ucd01]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-h98f6ucd01]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-h98f6ucd01]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-h98f6ucd01] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-h98f6ucd01] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h98f6ucd01] {
        display: none;
    }

    .nav-scrollable[b-h98f6ucd01] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.snap-feed[b-ynodjx9yvm] {
    --ui-white: #f8fafc;
    --ui-muted: rgba(248, 250, 252, 0.8);
    --ui-pill: rgba(15, 23, 42, 0.45);
    --ui-bottom: rgba(2, 6, 23, 0.88);
    --ui-ring: rgba(255, 255, 255, 0.35);
    --ui-accent: #ff2056;
    --ui-accent-2: #3ec5ff;
    height: 100dvh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior-y: contain;
    background: #020617;
    font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
}

.snap-post[b-ynodjx9yvm],
.load-error-screen[b-ynodjx9yvm] {
    position: relative;
    height: 100dvh;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
}

.media[b-ynodjx9yvm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: radial-gradient(circle at 30% 20%, #264f83, #0b0d13 70%);
}

.placeholder[b-ynodjx9yvm] {
    display: grid;
    place-items: center;
    color: var(--ui-white);
    font-size: clamp(1rem, 2vw, 1.4rem);
}

.post-chrome[b-ynodjx9yvm] {
    position: absolute;
    inset: 0;
    color: var(--ui-white);
    pointer-events: none;
}

.chrome-fade[b-ynodjx9yvm] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 24%),
        linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.22) 33%, transparent 55%);
}

.top-bar[b-ynodjx9yvm] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.95rem 0.8rem;
}

.icon-btn[b-ynodjx9yvm] {
    justify-self: start;
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    color: var(--ui-white);
    opacity: 0.96;
}

.top-bar .icon-btn:last-child[b-ynodjx9yvm] {
    justify-self: end;
}

.open-pill[b-ynodjx9yvm] {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.02rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.38rem 0.95rem;
    background: var(--ui-pill);
    backdrop-filter: blur(6px);
}

.action-rail[b-ynodjx9yvm] {
    position: absolute;
    right: 0.65rem;
    bottom: 7.6rem;
    z-index: 3;
    display: grid;
    gap: 1rem;
    justify-items: center;
}

.avatar-stack[b-ynodjx9yvm] {
    position: relative;
}

.avatar[b-ynodjx9yvm] {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    border: 2px solid var(--ui-white);
    object-fit: cover;
    background: #111827;
}

.avatar-fallback[b-ynodjx9yvm] {
    display: grid;
    place-items: center;
    font-size: 1rem;
    font-weight: 800;
    color: #e2e8f0;
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

.avatar-plus[b-ynodjx9yvm] {
    position: absolute;
    left: 50%;
    bottom: -0.38rem;
    transform: translateX(-50%);
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--ui-accent);
    border: 2px solid #111827;
    font-size: 0.92rem;
    font-weight: 700;
}

.action-item[b-ynodjx9yvm] {
    text-align: center;
    font-weight: 700;
    display: grid;
    gap: 0.25rem;
    justify-items: center;
}

.action-glyph[b-ynodjx9yvm] {
    width: 3.05rem;
    height: 3.05rem;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid var(--ui-ring);
    position: relative;
}

.action-item span[b-ynodjx9yvm] {
    font-size: 1.02rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.34);
}

.caption-block[b-ynodjx9yvm] {
    position: absolute;
    left: 1rem;
    right: 5.2rem;
    bottom: 5.2rem;
    z-index: 3;
    color: var(--ui-white);
}

.author[b-ynodjx9yvm],
.tags[b-ynodjx9yvm],
.sound[b-ynodjx9yvm] {
    margin: 0;
    line-height: 1.28;
}

.author[b-ynodjx9yvm] {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    font-style: italic;
}

.tags[b-ynodjx9yvm] {
    margin-top: 0.28rem;
    font-size: 1.8rem;
    font-weight: 650;
    color: var(--ui-white);
}

.sound[b-ynodjx9yvm] {
    margin-top: 0.32rem;
    font-size: 1.7rem;
    color: var(--ui-muted);
    display: flex;
    gap: 0.45rem;
    align-items: center;
}

.bottom-nav[b-ynodjx9yvm] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0.22rem;
    padding: 0.62rem 0.45rem 0.7rem;
    background: linear-gradient(to top, var(--ui-bottom), rgba(2, 6, 23, 0.55));
}

.nav-item[b-ynodjx9yvm] {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    display: grid;
    justify-items: center;
    gap: 0.18rem;
}

.nav-item.active[b-ynodjx9yvm] {
    color: var(--ui-white);
}

.nav-create[b-ynodjx9yvm] {
    width: 3.1rem;
    margin: 0 auto;
    padding: 0.28rem 0;
    border-radius: 0.7rem;
    color: #020617;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 800;
    background: linear-gradient(90deg, var(--ui-accent-2) 0 48%, #ffffff 48% 52%, var(--ui-accent) 52% 100%);
}

.icon[b-ynodjx9yvm] {
    display: block;
    position: relative;
}

.menu-icon[b-ynodjx9yvm] {
    width: 1.35rem;
    height: 0.95rem;
    border-top: 0.18rem solid currentColor;
    border-bottom: 0.18rem solid currentColor;
}

.menu-icon[b-ynodjx9yvm]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 0.18rem solid currentColor;
    transform: translateY(-50%);
}

.search-icon[b-ynodjx9yvm] {
    width: 1rem;
    height: 1rem;
    border: 0.18rem solid currentColor;
    border-radius: 50%;
}

.search-icon[b-ynodjx9yvm]::after {
    content: "";
    position: absolute;
    width: 0.62rem;
    border-top: 0.18rem solid currentColor;
    right: -0.46rem;
    bottom: -0.1rem;
    transform: rotate(45deg);
    transform-origin: right center;
}

.pill-note[b-ynodjx9yvm],
.sound-note[b-ynodjx9yvm] {
    display: inline-block;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ui-accent) 0%, #111827 55%, var(--ui-accent-2) 100%);
    position: relative;
    flex: 0 0 auto;
}

.heart-icon[b-ynodjx9yvm]::before,
.chat-icon[b-ynodjx9yvm]::before,
.share-icon[b-ynodjx9yvm]::before,
.home-icon[b-ynodjx9yvm]::before,
.compass-icon[b-ynodjx9yvm]::before,
.inbox-icon[b-ynodjx9yvm]::before,
.profile-icon[b-ynodjx9yvm]::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    line-height: 1;
}

.heart-icon[b-ynodjx9yvm]::before { content: "♥"; }
.chat-icon[b-ynodjx9yvm]::before { content: "●●"; font-size: 0.8rem; letter-spacing: 0.08rem; }
.share-icon[b-ynodjx9yvm]::before { content: "↗"; }

.nav-icon[b-ynodjx9yvm] {
    position: relative;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
}

.home-icon[b-ynodjx9yvm]::before { content: "⌂"; }
.compass-icon[b-ynodjx9yvm]::before { content: "◎"; }
.inbox-icon[b-ynodjx9yvm]::before { content: "▣"; }
.profile-icon[b-ynodjx9yvm]::before { content: "◯"; }

.load-error-screen[b-ynodjx9yvm] {
    display: grid;
    place-items: center;
    color: var(--ui-white);
    font-size: 1.1rem;
    background: #090c14;
    text-align: center;
    padding: 1rem;
}

.loading-indicator[b-ynodjx9yvm] {
    position: fixed;
    right: 0.9rem;
    bottom: 4.45rem;
    z-index: 15;
    background: rgba(15, 23, 42, 0.78);
    color: var(--ui-white);
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
}

@media (max-width: 600px) {
    .author[b-ynodjx9yvm] {
        font-size: 1.9rem;
    }

    .tags[b-ynodjx9yvm],
    .sound[b-ynodjx9yvm] {
        font-size: 1.46rem;
    }

    .caption-block[b-ynodjx9yvm] {
        right: 4.8rem;
    }

    .action-item span[b-ynodjx9yvm] {
        font-size: 0.98rem;
    }
}

@media (min-width: 768px) {
    .snap-post[b-ynodjx9yvm] {
        max-width: 430px;
        margin: 0 auto;
    }

    .media[b-ynodjx9yvm],
    .post-chrome[b-ynodjx9yvm] {
        border-radius: 1.1rem;
        overflow: hidden;
    }

    .bottom-nav[b-ynodjx9yvm] {
        border-bottom-left-radius: 1.1rem;
        border-bottom-right-radius: 1.1rem;
    }
}

@media (pointer: fine) {
    .snap-feed[b-ynodjx9yvm] {
        scroll-snap-type: none;
        scroll-behavior: auto;
    }
}
