/* _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);
}

.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;
}

.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)); }
}

#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(64px + env(safe-area-inset-bottom));
    padding: 0 0.5rem env(safe-area-inset-bottom) 0.5rem;
    background: var(--bg-header);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--border-default);
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    z-index: 1000;
}

.tab-item[b-nydzd9uvn4] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.5rem 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: 56px;
}

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

.tab-icon-defs[b-nydzd9uvn4] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.tab-icon[b-nydzd9uvn4] {
    width: 48px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.1875rem 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tab-label[b-nydzd9uvn4] { font-size: 0.6875rem; font-weight: var(--fw-medium); letter-spacing: 0.01em; }

.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.75rem;
    padding: 0.625rem 1rem;
    background: var(--bg-header);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: border-color var(--dur-base), box-shadow var(--dur-base);
    min-height: 56px;
}

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

.header-back[b-kukt90rpsg] {
    width: 44px;
    height: 44px;
    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); }
.header-back .material-icons[b-kukt90rpsg] { font-size: 1.5rem; line-height: 1; }

.header-title[b-kukt90rpsg] {
    flex: 1;
    font-size: 1.125rem;
    font-weight: var(--fw-semibold);
    line-height: 1.25;
    margin: 0;
    color: var(--fg-primary);
}

.header-action[b-kukt90rpsg] { display: flex; align-items: center; gap: 0.5rem; }
/* _content/opened.app.maui.Shared/Components/Navigation/SideRail.razor.rz.scp.css */
.side-rail[b-wp1x9yklof] {
    position: sticky;
    top: 0;
    height: 100dvh;
    width: 72px;
    background: var(--bg-surface);
    border-right: 1px solid var(--border-default);
    display: flex;
    flex-direction: column;
    padding: 1rem 0.5rem;
    gap: 1.5rem;
    transition: width var(--dur-base) var(--ease-emphasized);
    z-index: 100;
    overflow: hidden;
}

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

.rail-brand[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 48px;
    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: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--ind-blue), var(--ind-purple));
    color: var(--fg-on-accent);
    font-weight: var(--fw-bold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.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.25rem; }

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

.rail-item[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem;
    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: 48px;
}

.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); }
.rail-user[b-wp1x9yklof] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-height: 48px;
    padding: 0.75rem;
    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: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    line-height: 1;
    flex-shrink: 0;
}

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

.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; } }
