/* /Components/Layout/MainLayout.razor.rz.scp.css */

.sidebar-toggle-check[b-zce8qtwlzb] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    padding: 0;
    margin: -1px;
}

.app-shell[b-zce8qtwlzb] {
    display: flex;
    min-height: 100vh;
    background: var(--bg);
}

.sidebar[b-zce8qtwlzb] {
    width: 240px;
    flex-shrink: 0;
    background: var(--bg);
    border-right: 1px solid var(--hairline);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 30;
}

.main-column[b-zce8qtwlzb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.topbar[b-zce8qtwlzb] {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 56px;
    background: var(--topbar-bg);
    -webkit-backdrop-filter: var(--topbar-blur);
    backdrop-filter: var(--topbar-blur);
    border-bottom: 1px solid var(--hairline);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px;
    gap: 6px;
}

.sidebar-toggle[b-zce8qtwlzb] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text);
    padding: 8px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    transition: background-color 140ms;
}
.sidebar-toggle:hover[b-zce8qtwlzb] { background: var(--bg-muted); }
.sidebar-toggle svg[b-zce8qtwlzb] { display: block; }
.sidebar-toggle .sidebar-toggle-close[b-zce8qtwlzb] { display: none; }

.sidebar-overlay[b-zce8qtwlzb] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.app-main[b-zce8qtwlzb] {
    flex: 1;
    background: var(--bg);
}

.app-content[b-zce8qtwlzb] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 32px 60px;
}

@media (max-width: 880px) {
    .sidebar[b-zce8qtwlzb] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translateX(-100%);
        transition: transform 200ms ease;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .25);
        z-index: 30;
    }
    .sidebar-toggle[b-zce8qtwlzb] { display: inline-flex; }

    .topbar[b-zce8qtwlzb] { padding: 0 18px; }
    .app-content[b-zce8qtwlzb] { padding: 22px 18px 40px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.sidebar-inner[b-8oe199qvjh] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 0;
}

.sidebar-brand[b-8oe199qvjh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px 18px;
    text-decoration: none;
    margin: 0 8px 8px;
    border-bottom: 1px solid var(--hairline);
}
.sidebar-brand:hover[b-8oe199qvjh] { text-decoration: none; }
.sidebar-brand-img[b-8oe199qvjh] { height: 46px; width: auto; max-width: 100%; display: block; background: transparent; }

.sidebar-brand-img.brand-dark[b-8oe199qvjh] { display: none; }
:root[data-theme="dark"] .sidebar-brand-img.brand-light[b-8oe199qvjh] { display: none; }
:root[data-theme="dark"] .sidebar-brand-img.brand-dark[b-8oe199qvjh] { display: block; }
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .sidebar-brand-img.brand-light[b-8oe199qvjh] { display: none; }
    :root:not([data-theme="light"]) .sidebar-brand-img.brand-dark[b-8oe199qvjh] { display: block; }
}
.sidebar-brand-mark[b-8oe199qvjh] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--blue);
}
.sidebar-brand-mark svg[b-8oe199qvjh] { width: 100%; height: 100%; display: block; }
.sidebar-brand-text[b-8oe199qvjh] {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -.04em;
    color: var(--heading);
}

.sidebar-nav[b-8oe199qvjh] {
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.sidebar-cta[b-8oe199qvjh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .08);
    transition: background 140ms ease, transform 80ms ease;
}
.sidebar-cta:hover[b-8oe199qvjh] { background: var(--blue-dk); color: #fff; text-decoration: none; }
.sidebar-cta:active[b-8oe199qvjh] { transform: translateY(1px); }
.sidebar-cta svg[b-8oe199qvjh] { width: 16px; height: 16px; flex-shrink: 0; }

.sidebar-nav[b-8oe199qvjh]  .sidebar-link,
.sidebar-link[b-8oe199qvjh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 10px;
    color: var(--text-2);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    transition: background 140ms ease, color 140ms ease;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-link svg,
.sidebar-link svg[b-8oe199qvjh] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-link:hover,
.sidebar-link:hover[b-8oe199qvjh] {
    background: var(--bg-muted);
    color: var(--heading);
    text-decoration: none;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-link.active,
.sidebar-link.active[b-8oe199qvjh] {
    background: var(--blue-soft);
    color: var(--blue);
}

.sidebar-group[b-8oe199qvjh] {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.sidebar-group > summary[b-8oe199qvjh] {
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.sidebar-group > summary[b-8oe199qvjh]::-webkit-details-marker { display: none; }
.sidebar-group > summary[b-8oe199qvjh]::marker { display: none; content: ""; }

.sidebar-group-summary span[b-8oe199qvjh] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-group-summary .chev[b-8oe199qvjh] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 200ms ease;
    color: var(--text-3);
}
.sidebar-group[open] > .sidebar-group-summary .chev[b-8oe199qvjh] {
    transform: rotate(90deg);
    color: var(--blue);
}

.sidebar-sub[b-8oe199qvjh] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 4px 0 8px 30px;
    margin-left: 8px;
    border-left: 1px solid var(--hairline);
}
.sidebar-sub-empty[b-8oe199qvjh] {
    padding: 6px 12px;
    color: var(--text-4);
    font-size: 12.5px;
    font-style: italic;
}

.sidebar-subgroup > summary[b-8oe199qvjh] { list-style: none; cursor: pointer; }
.sidebar-subgroup > summary[b-8oe199qvjh]::-webkit-details-marker { display: none; }
.sidebar-subgroup > summary[b-8oe199qvjh]::marker { display: none; content: ""; }
.sidebar-subgroup-summary .chev[b-8oe199qvjh] {
    width: 13px; height: 13px; flex: none; color: var(--text-4);
    transition: transform 180ms ease;
}
.sidebar-subgroup[open] > .sidebar-subgroup-summary .chev[b-8oe199qvjh] { transform: rotate(90deg); }
.sidebar-subsub[b-8oe199qvjh] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 2px 0 2px 14px;
    margin: 1px 0 1px 6px;
    border-left: 1px solid var(--hairline);
}

.sidebar-nav[b-8oe199qvjh]  .sidebar-sub-link,
.sidebar-sub-link[b-8oe199qvjh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 8px;
    color: var(--text-3);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    transition: all 140ms ease;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-sub-link:hover,
.sidebar-sub-link:hover[b-8oe199qvjh] {
    color: var(--heading);
    background: var(--bg-muted);
    text-decoration: none;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-sub-link.active,
.sidebar-sub-link.active[b-8oe199qvjh] {
    color: var(--blue);
    background: var(--blue-soft);
    font-weight: 600;
}
.sidebar-nav[b-8oe199qvjh]  .sidebar-sub-link.sub-add,
.sidebar-sub-link.sub-add[b-8oe199qvjh] {
    color: var(--blue);
    font-weight: 600;
}

.sub-count[b-8oe199qvjh] {
    background: var(--warning);
    color: #fff;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 0 6px;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    flex-shrink: 0;
}
/* /Components/Layout/NotificationBell.razor.rz.scp.css */

.cart-btn[b-7wjdszmw4e] {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-2);
    display: grid;
    place-items: center;
    transition: all 140ms ease;
    text-decoration: none;
}
.cart-btn:hover[b-7wjdszmw4e] {
    background: var(--icon-btn-hover-bg);
    color: var(--heading);
    border-color: var(--hairline);
    text-decoration: none;
}
.cart-btn svg[b-7wjdszmw4e] { width: 18px; height: 18px; display: block; }

.cart-badge[b-7wjdszmw4e] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--warning);
    color: #fff;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px var(--topbar-bg);
}

.nf-badge-action[b-7wjdszmw4e] { background: #dc2626; }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8lpmvyl7ct],
.components-reconnect-repeated-attempt-visible[b-8lpmvyl7ct],
.components-reconnect-failed-visible[b-8lpmvyl7ct],
.components-pause-visible[b-8lpmvyl7ct],
.components-resume-failed-visible[b-8lpmvyl7ct],
.components-rejoining-animation[b-8lpmvyl7ct] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-retrying[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-failed[b-8lpmvyl7ct],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8lpmvyl7ct] {
    display: block;
}

#components-reconnect-modal[b-8lpmvyl7ct] {
    background-color: var(--bg, 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-8lpmvyl7ct 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8lpmvyl7ct 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8lpmvyl7ct 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8lpmvyl7ct]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8lpmvyl7ct 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8lpmvyl7ct {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8lpmvyl7ct {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8lpmvyl7ct {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8lpmvyl7ct] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8lpmvyl7ct] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8lpmvyl7ct] {
    border: 0;
    background-color: var(--blue);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8lpmvyl7ct] {
        background-color: var(--blue-dk);
    }

    #components-reconnect-modal button:active[b-8lpmvyl7ct] {
        background-color: var(--blue-press);
    }

.components-rejoining-animation[b-8lpmvyl7ct] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8lpmvyl7ct] {
        position: absolute;
        border: 3px solid var(--blue);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8lpmvyl7ct 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8lpmvyl7ct] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8lpmvyl7ct {
    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/Layout/TopbarActions.razor.rz.scp.css */

.topbar-actions[b-r4dj39b6l7] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-btn[b-r4dj39b6l7] {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-2);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 140ms ease;
    text-decoration: none;
    padding: 0;
}
.icon-btn:hover[b-r4dj39b6l7] {
    background: var(--icon-btn-hover-bg);
    color: var(--heading);
    border-color: var(--hairline);
}
.icon-btn svg[b-r4dj39b6l7] {
    width: 18px;
    height: 18px;
    display: block;
}

.theme-toggle .icon-sun[b-r4dj39b6l7] { display: none; }
.theme-toggle .icon-moon[b-r4dj39b6l7] { display: block; }
.theme-toggle svg[b-r4dj39b6l7] { transition: transform 220ms ease; }
.theme-toggle:hover svg[b-r4dj39b6l7] { transform: rotate(18deg); }

.cart-btn[b-r4dj39b6l7] {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-2);
    display: grid;
    place-items: center;
    transition: all 140ms ease;
    text-decoration: none;
}
.cart-btn:hover[b-r4dj39b6l7] {
    background: var(--icon-btn-hover-bg);
    color: var(--heading);
    border-color: var(--hairline);
    text-decoration: none;
}
.cart-btn svg[b-r4dj39b6l7] { width: 18px; height: 18px; }
.cart-badge[b-r4dj39b6l7] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--warning);
    color: #fff;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px var(--topbar-bg);
}

.account-menu[b-r4dj39b6l7] {
    position: relative;
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid var(--hairline);
}
.account-menu > summary[b-r4dj39b6l7] {
    list-style: none;
    cursor: pointer;
    user-select: none;
}
.account-menu > summary[b-r4dj39b6l7]::-webkit-details-marker { display: none; }
.account-menu > summary[b-r4dj39b6l7]::marker { display: none; content: ""; }

.account-link[b-r4dj39b6l7] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 5px 12px 5px 5px;
    border-radius: 999px;
    background: var(--bg-muted);
    color: var(--heading);
    text-decoration: none;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13.5px;
    transition: background 140ms ease, color 140ms ease;
}
.account-menu summary.account-link:hover[b-r4dj39b6l7],
.account-link:hover[b-r4dj39b6l7] {
    background: var(--blue-soft);
    color: var(--blue-dk);
    text-decoration: none;
}
.account-avatar[b-r4dj39b6l7] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    flex-shrink: 0;
}
.account-name[b-r4dj39b6l7] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.account-chev[b-r4dj39b6l7] {
    width: 12px;
    height: 12px;
    color: var(--text-3);
    transition: transform 200ms ease;
    flex-shrink: 0;
}
.account-menu[open] .account-chev[b-r4dj39b6l7] {
    transform: rotate(180deg);
    color: var(--blue);
}

.account-menu-dropdown[b-r4dj39b6l7] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: var(--bg);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    box-shadow:
        0 4px 12px -4px rgba(15, 23, 42, .12),
        0 12px 32px -8px rgba(15, 23, 42, .18);
    padding: 6px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 1px;
    animation: account-menu-pop-b-r4dj39b6l7 160ms ease;
}
@keyframes account-menu-pop-b-r4dj39b6l7 {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.account-menu-item[b-r4dj39b6l7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--text);
    background: transparent;
    border: none;
    width: 100%;
    text-decoration: none;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 13.5px;
    cursor: pointer;
    text-align: left;
    transition: background 140ms ease, color 140ms ease;
}
.account-menu-item svg[b-r4dj39b6l7] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--text-3);
}
.account-menu-item:hover[b-r4dj39b6l7] {
    background: var(--bg-muted);
    color: var(--heading);
    text-decoration: none;
}
.account-menu-item:hover svg[b-r4dj39b6l7] {
    color: var(--heading);
}
.account-menu-item.account-menu-signout[b-r4dj39b6l7] {
    color: var(--danger-text);
}
.account-menu-item.account-menu-signout:hover[b-r4dj39b6l7] {
    background: var(--danger-bg);
    color: var(--danger-text);
}
.account-menu-item.account-menu-signout svg[b-r4dj39b6l7] { color: var(--danger); }

.account-menu-sep[b-r4dj39b6l7] {
    height: 1px;
    background: var(--hairline);
    margin: 4px 4px;
}
.account-menu-form[b-r4dj39b6l7] { margin: 0; }

.btn-pill[b-r4dj39b6l7] {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1.5px solid transparent;
}
.btn-pill.primary[b-r4dj39b6l7] {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    box-shadow: var(--shadow-button);
}
.btn-pill.primary:hover[b-r4dj39b6l7] {
    background: var(--blue-dk);
    border-color: var(--blue-dk);
    color: #fff;
    text-decoration: none;
}
.topnav-link.signin[b-r4dj39b6l7] {
    color: var(--heading);
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px 12px;
    text-decoration: none;
}
.topnav-link.signin:hover[b-r4dj39b6l7] { color: var(--blue); }

@media (max-width: 880px) {
    .account-name[b-r4dj39b6l7] { display: none; }
}
