/* _content/opened.app.maui.Shared/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-vcyw852bbj] {
    display: flex;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background: var(--bg-page);
    color: var(--fg-primary);
}

.app-main[b-vcyw852bbj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100dvh;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    scroll-padding-top: 64px;
}

.app-shell-onboarding .app-main[b-vcyw852bbj] {
    padding-bottom: 0;
}

.skip-link[b-vcyw852bbj] {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--accent);
    color: var(--accent-fg);
    padding: 0.5rem 1rem;
    border-radius: 0 0 var(--radius-sm) 0;
    z-index: 5000;
}

.skip-link:focus[b-vcyw852bbj] { left: 0; }

@media (max-width: 768px) {
    .app-shell[b-vcyw852bbj] { flex-direction: column; }
    .app-main[b-vcyw852bbj] { padding-bottom: calc(64px + env(safe-area-inset-bottom)); scroll-padding-top: 56px; }
    .app-shell-onboarding .app-main[b-vcyw852bbj] { padding-bottom: 0; }
}

#blazor-error-ui[b-vcyw852bbj] {
    background: var(--warning-soft);
    bottom: 0;
    box-shadow: var(--shadow-sm);
    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-vcyw852bbj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/opened.app.maui.Shared/Components/Navigation/BottomTabBar.razor.rz.scp.css */
.bottom-tab-bar[b-nydzd9uvn4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(62px + env(safe-area-inset-bottom));
    padding: 0 0.5rem env(safe-area-inset-bottom) 0.5rem;
    background: var(--bg-header);
    backdrop-filter: blur(24px) saturate(1.25);
    -webkit-backdrop-filter: blur(24px) saturate(1.25);
    border-top: 1px solid var(--border-default);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}

.tab-item[b-nydzd9uvn4] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.375rem 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    color: var(--fg-muted);
    cursor: pointer;
    border-radius: var(--radius-md);
    transition: color var(--dur-fast) var(--ease-standard), background var(--dur-fast) var(--ease-standard);
    min-height: 52px;
    text-decoration: none;
}

.tab-item:link[b-nydzd9uvn4],
.tab-item:visited[b-nydzd9uvn4],
.tab-item:hover[b-nydzd9uvn4],
.tab-item:active[b-nydzd9uvn4] {
    text-decoration: none;
}

.tab-item:hover[b-nydzd9uvn4] { color: var(--accent); }
.tab-item:active[b-nydzd9uvn4] { transform: scale(0.94); }

.tab-icon[b-nydzd9uvn4] {
    width: 44px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.1875rem 0;
    font-size: 22px;
    line-height: 1;
    color: currentColor;
}
.tab-label[b-nydzd9uvn4] { font-size: var(--fs-caption); font-weight: var(--fw-medium); letter-spacing: 0; }

.tab-item.active[b-nydzd9uvn4] {
    color: var(--accent);
}

.tab-item.active .tab-icon[b-nydzd9uvn4] {
    background: var(--accent-soft);
    border-radius: var(--radius-pill);
    transition: background var(--dur-base) var(--ease-emphasized);
}

@media (min-width: 769px) { .bottom-tab-bar[b-nydzd9uvn4] { display: none; } }
/* _content/opened.app.maui.Shared/Components/Navigation/PageHeader.razor.rz.scp.css */
.page-header[b-kukt90rpsg] {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.875rem;
    background: var(--bg-header);
    backdrop-filter: blur(22px) saturate(1.25);
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
    border-bottom: 1px solid transparent;
    transition: border-color var(--dur-base), box-shadow var(--dur-base);
    min-height: 52px;
}

.page-header.scrolled[b-kukt90rpsg] { border-bottom-color: var(--border-default); box-shadow: var(--shadow-sm); }

.header-back[b-kukt90rpsg] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-pill);
    background: transparent;
    border: none;
    color: var(--fg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--dur-fast);
}

.header-back:hover[b-kukt90rpsg] { background: var(--bg-raised); color: var(--accent); }
.header-back .material-icons[b-kukt90rpsg] { font-size: 1.5rem; line-height: 1; }

.header-title[b-kukt90rpsg] {
    flex: 1;
    min-width: 0;
    font-size: var(--fs-body);
    font-weight: var(--fw-semibold);
    line-height: 1.25;
    margin: 0;
    color: var(--fg-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-action[b-kukt90rpsg] { display: flex; align-items: center; gap: 0.5rem; }

.header-action[b-kukt90rpsg]  .btn-icon,
.header-action[b-kukt90rpsg]  .ind-icon-btn,
.header-action[b-kukt90rpsg]  .e-btn.btn-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
}

.header-action[b-kukt90rpsg]  .material-icons,
.header-action[b-kukt90rpsg]  .material-symbols-outlined,
.header-action[b-kukt90rpsg]  .e-icons {
    font-size: 1.375rem;
    line-height: 1;
}

.header-utilities[b-kukt90rpsg] { display: flex; align-items: center; gap: 0.25rem; }

.header-util[b-kukt90rpsg] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-pill);
    background: transparent;
    border: none;
    color: var(--fg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--dur-fast), color var(--dur-fast);
}

.header-util:hover[b-kukt90rpsg] { background: var(--bg-raised); color: var(--accent); }
.header-util .material-icons[b-kukt90rpsg] { font-size: 1.375rem; line-height: 1; }

/* Wide viewports rely on the SideRail for More. */
@media (min-width: 769px) {
    .header-utilities[b-kukt90rpsg] { display: none; }
}

@media (max-width: 640px) {
    .page-header[b-kukt90rpsg] { padding-left: 0.75rem; padding-right: 0.75rem; }
}
/* _content/opened.app.maui.Shared/Components/Navigation/SideRail.razor.rz.scp.css */
.side-rail[b-wp1x9yklof] {
    position: sticky;
    top: 0;
    height: 100dvh;
    width: 68px;
    background: var(--bg-header);
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    border-right: 1px solid var(--border-default);
    display: flex;
    flex-direction: column;
    padding: 0.875rem 0.5rem;
    gap: 1rem;
    transition: width var(--dur-base) var(--ease-emphasized);
    z-index: 100;
    overflow: hidden;
}

.side-rail:hover[b-wp1x9yklof],
.side-rail.pinned[b-wp1x9yklof] { width: 224px; box-shadow: var(--shadow-lg); }

.rail-brand[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 44px;
    padding: 0 0.5rem;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    border-radius: var(--radius-md);
    width: 100%;
    text-align: left;
    transition: background var(--dur-fast), color var(--dur-fast);
}

.rail-brand:hover[b-wp1x9yklof] { background: var(--bg-raised); color: var(--accent); }

.side-rail:not(:hover):not(.pinned) .rail-brand[b-wp1x9yklof] {
    justify-content: center;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
}

.brand-mark[b-wp1x9yklof] {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    background: var(--bg-favicon);
    border: 1px solid color-mix(in srgb, var(--ind-blue) 18%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.brand-mark img[b-wp1x9yklof] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-text[b-wp1x9yklof] {
    font-weight: var(--fw-semibold);
    font-size: 1.125rem;
    opacity: 0;
    transition: opacity var(--dur-base);
    white-space: nowrap;
}

.side-rail:hover .brand-text[b-wp1x9yklof],
.side-rail.pinned .brand-text[b-wp1x9yklof] { opacity: 1; }

.side-rail:not(:hover):not(.pinned) .brand-text[b-wp1x9yklof] { display: none; }

.rail-nav[b-wp1x9yklof] { display: flex; flex-direction: column; gap: 0.1875rem; }

.rail-session[b-wp1x9yklof] {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    margin-top: auto;
}

.rail-item[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem;
    background: transparent;
    border: none;
    border-radius: var(--radius-md);
    color: var(--fg-muted);
    cursor: pointer;
    width: 100%;
    transition: background var(--dur-fast), color var(--dur-fast);
    min-height: 44px;
    text-decoration: none;
}

.rail-item:link[b-wp1x9yklof],
.rail-item:visited[b-wp1x9yklof],
.rail-item:hover[b-wp1x9yklof],
.rail-item:active[b-wp1x9yklof] {
    text-decoration: none;
}

.side-rail:not(:hover):not(.pinned) .rail-item[b-wp1x9yklof] {
    justify-content: center;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
}

.rail-item:hover[b-wp1x9yklof] { background: var(--bg-raised); color: var(--accent); }
.rail-item.active[b-wp1x9yklof] { background: var(--accent-soft); color: var(--accent); font-weight: var(--fw-semibold); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent); }
.rail-user[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 44px;
    padding: 0.625rem;
    color: var(--fg-muted);
    overflow: hidden;
}

.side-rail:not(:hover):not(.pinned) .rail-user[b-wp1x9yklof] {
    justify-content: center;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
}

.side-rail:not(:hover):not(.pinned) .rail-user .rail-label[b-wp1x9yklof] { display: none; }
.rail-icon[b-wp1x9yklof] {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    flex-shrink: 0;
}

.rail-label[b-wp1x9yklof] {
    white-space: nowrap;
    opacity: 0;
    transition: opacity var(--dur-base);
    font-size: var(--fs-small);
}

.side-rail:hover .rail-label[b-wp1x9yklof],
.side-rail.pinned .rail-label[b-wp1x9yklof] { opacity: 1; }
.side-rail:not(:hover):not(.pinned) .rail-label[b-wp1x9yklof] { display: none; }

.rail-more[b-wp1x9yklof] { margin-top: 0; }

@media (max-width: 768px) { .side-rail[b-wp1x9yklof] { display: none; } }
/* _content/opened.app.maui.Shared/Components/Pages/Network.razor.rz.scp.css */
.network-switcher-section[b-ll3ypmsol1] {
    padding-bottom: 0;
}

.network-switcher-section .segmented-tabs[b-ll3ypmsol1] {
    margin-bottom: 0;
}
