/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xryq437jp1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xryq437jp1] {
    flex: 1;
}

.sidebar[b-xryq437jp1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xryq437jp1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xryq437jp1]  a, .top-row[b-xryq437jp1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xryq437jp1]  a:hover, .top-row[b-xryq437jp1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xryq437jp1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xryq437jp1] {
        justify-content: space-between;
    }

    .top-row[b-xryq437jp1]  a, .top-row[b-xryq437jp1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xryq437jp1] {
        flex-direction: row;
    }

    .sidebar[b-xryq437jp1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xryq437jp1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xryq437jp1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xryq437jp1], article[b-xryq437jp1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xryq437jp1] {
    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-xryq437jp1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2xfvq7mz5n] {
    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-2xfvq7mz5n] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2xfvq7mz5n] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2xfvq7mz5n] {
    font-size: 1.1rem;
}

.bi[b-2xfvq7mz5n] {
    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-2xfvq7mz5n] {
    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-2xfvq7mz5n] {
    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-2xfvq7mz5n] {
    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");
}

.bi-lock-nav-menu[b-2xfvq7mz5n] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-2xfvq7mz5n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2xfvq7mz5n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-2xfvq7mz5n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-2xfvq7mz5n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-2xfvq7mz5n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2xfvq7mz5n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2xfvq7mz5n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2xfvq7mz5n]  .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-2xfvq7mz5n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2xfvq7mz5n]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2xfvq7mz5n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2xfvq7mz5n] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2xfvq7mz5n] {
        display: none;
    }

    .nav-scrollable[b-2xfvq7mz5n] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mm30uf3i41],
.components-reconnect-repeated-attempt-visible[b-mm30uf3i41],
.components-reconnect-failed-visible[b-mm30uf3i41],
.components-pause-visible[b-mm30uf3i41],
.components-resume-failed-visible[b-mm30uf3i41],
.components-rejoining-animation[b-mm30uf3i41] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-retrying[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-failed[b-mm30uf3i41],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mm30uf3i41] {
    display: block;
}


#components-reconnect-modal[b-mm30uf3i41] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mm30uf3i41 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mm30uf3i41 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mm30uf3i41 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mm30uf3i41]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mm30uf3i41 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mm30uf3i41 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mm30uf3i41 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mm30uf3i41 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mm30uf3i41] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mm30uf3i41] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mm30uf3i41] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mm30uf3i41] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mm30uf3i41] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mm30uf3i41] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mm30uf3i41] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mm30uf3i41 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mm30uf3i41] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mm30uf3i41 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* â”€â”€ Loading â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-loading[b-ehsht3it10] {
    padding: 40px;
}

/* â”€â”€ Page header / topbar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-topbar[b-ehsht3it10] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 40px 28px;
    gap: 16px;
    flex-wrap: wrap;
}

.home-eyebrow[b-ehsht3it10] {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 6px;
    font-family: 'Geist', sans-serif;
}

.home-title[b-ehsht3it10] {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0;
}

.home-title em[b-ehsht3it10] {
    font-style: italic;
    color: var(--accent);
}

.home-topbar-actions[b-ehsht3it10] {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* â”€â”€ Body padding wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-body[b-ehsht3it10] {
    padding: 0 40px 56px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* â”€â”€ Stat tiles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-stat-grid[b-ehsht3it10] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.stat-tile[b-ehsht3it10] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 110px;
}

.stat-tile-header[b-ehsht3it10] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-label[b-ehsht3it10] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--ink-muted);
    font-family: 'Geist', sans-serif;
}

.stat-icon[b-ehsht3it10] {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: var(--surface-2);
    color: var(--ink-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon--accent[b-ehsht3it10] {
    background: rgba(193, 84, 47, 0.12);
    color: var(--accent);
}

[data-theme="dark"] .stat-icon--accent[b-ehsht3it10] {
    background: rgba(226, 120, 85, 0.15);
}

.stat-value[b-ehsht3it10] {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.stat-sub[b-ehsht3it10] {
    font-size: 12px;
    color: var(--ink-muted);
    font-family: 'Geist', sans-serif;
    margin-top: 2px;
}

/* â”€â”€ Section header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-section-header[b-ehsht3it10] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.home-section-title[b-ehsht3it10] {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--ink);
}

.home-see-all[b-ehsht3it10] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: var(--ink-muted);
    text-decoration: none;
    font-family: 'Geist', sans-serif;
    transition: color 0.15s;
}

.home-see-all:hover[b-ehsht3it10] {
    color: var(--ink);
}

.see-all-icon[b-ehsht3it10] {
    font-size: 12px !important;
}

/* â”€â”€ Recently added photos â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.recent-photos-grid[b-ehsht3it10] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.recent-photo-tile[b-ehsht3it10] {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.recent-photo-tile:hover[b-ehsht3it10] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.recent-photo-tile img[b-ehsht3it10] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.recent-photo-tile:hover img[b-ehsht3it10] {
    transform: scale(1.04);
}

.recent-photo-placeholder[b-ehsht3it10] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent-photo-star[b-ehsht3it10] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(11, 11, 13, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

/* â”€â”€ Bottom two-column grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-bottom-grid[b-ehsht3it10] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    align-items: start;
}

/* â”€â”€ Album cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.album-card-grid[b-ehsht3it10] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.album-card[b-ehsht3it10] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.album-card:hover[b-ehsht3it10] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    text-decoration: none;
    color: inherit;
}

.album-card-cover[b-ehsht3it10] {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: var(--surface-2);
    overflow: hidden;
}

.album-card-cover img[b-ehsht3it10] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.album-card-no-cover[b-ehsht3it10] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-public-badge[b-ehsht3it10] {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(11, 11, 13, 0.72);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(8px);
    font-family: 'Geist', sans-serif;
}

.album-card-body[b-ehsht3it10] {
    padding: 0 2px;
}

.album-card-title[b-ehsht3it10] {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.album-card-meta[b-ehsht3it10] {
    display: flex;
    gap: 6px;
    font-size: 12px;
    color: var(--ink-muted);
    font-family: 'Geist Mono', monospace;
    font-variant-numeric: tabular-nums;
}

.album-meta-dot[b-ehsht3it10] {
    color: var(--border);
}

/* â”€â”€ Activity feed â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.activity-feed[b-ehsht3it10] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.activity-row[b-ehsht3it10] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}

.activity-row--last[b-ehsht3it10] {
    border-bottom: none;
}

.activity-icon[b-ehsht3it10] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon--upload[b-ehsht3it10]  { color: var(--ink-muted); }
.activity-icon--publish[b-ehsht3it10] { color: #22863a; }
.activity-icon--star[b-ehsht3it10]    { color: var(--accent); }
.activity-icon--album[b-ehsht3it10]   { color: var(--ink-muted); }
.activity-icon--default[b-ehsht3it10] { color: var(--ink-muted); }

[data-theme="dark"] .activity-icon--publish[b-ehsht3it10] { color: #3fb950; }

.activity-thumb[b-ehsht3it10] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.activity-thumb-placeholder[b-ehsht3it10] {
    width: 32px;
    flex-shrink: 0;
}

.activity-text[b-ehsht3it10] {
    flex: 1;
    min-width: 0;
}

.activity-desc[b-ehsht3it10] {
    font-size: 13px;
    color: var(--ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Geist', sans-serif;
}

.activity-ts[b-ehsht3it10] {
    font-size: 11px;
    color: var(--ink-muted);
    margin-top: 2px;
    font-family: 'Geist Mono', monospace;
    font-variant-numeric: tabular-nums;
}

.activity-empty[b-ehsht3it10] {
    padding: 24px 16px;
    text-align: center;
    font-size: 13px;
    color: var(--ink-muted);
    font-family: 'Geist', sans-serif;
}

/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1200px) {
    .recent-photos-grid[b-ehsht3it10] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .home-stat-grid[b-ehsht3it10] {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-bottom-grid[b-ehsht3it10] {
        grid-template-columns: 1fr;
    }
    .home-topbar[b-ehsht3it10] {
        padding: 24px 24px 20px;
    }
    .home-body[b-ehsht3it10] {
        padding: 0 24px 40px;
    }
}

@media (max-width: 600px) {
    .home-stat-grid[b-ehsht3it10] {
        grid-template-columns: 1fr 1fr;
    }
    .recent-photos-grid[b-ehsht3it10] {
        grid-template-columns: repeat(4, 1fr);
    }
    .album-card-grid[b-ehsht3it10] {
        grid-template-columns: 1fr;
    }
}

