/* /Layout/MainLayout.razor.rz.scp.css */
.ios-app-shell[b-i7uq5caynl] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    min-height: 100vh;
    background: var(--ios-bg);
    position: relative;
}

.ios-content[b-i7uq5caynl] {
    flex: 1;
    overflow-y: auto;
    padding-bottom: calc(var(--ios-tab-height) + env(safe-area-inset-bottom, 0px));
    padding-top: env(safe-area-inset-top, 0px);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.ios-tab-bar[b-kf3qh92if7] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--ios-tab-height);
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    border-top: 1px solid var(--ios-separator);
    z-index: 100;
}

[b-kf3qh92if7] .ios-tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    color: var(--ios-label3);
    transition: color 0.2s ease;
    min-width: 60px;
    padding: 2px 8px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

[b-kf3qh92if7] .ios-tab-item.active {
    color: var(--ios-green);
}

[b-kf3qh92if7] .ios-tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: var(--ios-green);
    border-radius: 50%;
}

.ios-tab-icon[b-kf3qh92if7] {
    font-size: 24px;
    line-height: 1;
}

.ios-tab-label[b-kf3qh92if7] {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1px;
}
/* /Pages/Home.razor.rz.scp.css */
.ios-page[b-cjj26w4af1] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
}

.ios-page-header[b-cjj26w4af1] {
    padding: 20px 4px 12px 4px;
}

.ios-page-header .ios-subhead[b-cjj26w4af1] {
    margin-top: 4px;
}

.ios-page-body[b-cjj26w4af1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
}
