/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8q2nb7ynru] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-8q2nb7ynru] {
    flex: 1;
    padding-bottom: calc(80px + max(env(safe-area-inset-bottom), 20px));
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bottom-tab-bar[b-ewdvh31imn] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top:10px;
    height: calc(60px + max(env(safe-area-inset-bottom), 20px));
    background-color: #111;
    border-top: 1px solid #333;
    z-index: 1000;
    padding-bottom: max(env(safe-area-inset-bottom), 20px);
    display: flex;
    align-items: center;
}

.tab-item[b-ewdvh31imn] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    color: #888;
    font-size: 0.7rem;
    padding: 6px 0;
    transition: color 0.2s ease;
}

.tab-item:hover[b-ewdvh31imn] {
    color: #bbb;
}

.tab-item.active[b-ewdvh31imn],
.tab-item[b-ewdvh31imn] .active {
    color: var(--main-color);
}

.tab-icon[b-ewdvh31imn] {
    width: 24px;
    height: 24px;
    filter: invert(100%);
    transition: filter 0.2s ease;
}

.tab-item.active .tab-icon[b-ewdvh31imn],
.tab-item[b-ewdvh31imn] .active .tab-icon {
    filter: invert(62%) sepia(93%) saturate(1700%) hue-rotate(163deg) brightness(101%) contrast(101%);
}

.lang-toggle[b-ewdvh31imn] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 0;
}

.lang-label[b-ewdvh31imn] {
    display: block;
    font-size: 0.65rem;
    font-weight: bold;
    color: #ccc;
    margin-top: 1px;
}
/* /Components/Pages/Info.razor.rz.scp.css */
.info-section[b-kyy5pe4pmh] {
    margin-bottom: 2rem;
}

.info-section h2[b-kyy5pe4pmh] {
    color: var(--main-color);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #333;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

.info-table[b-kyy5pe4pmh] {
    width: 100%;
    border-collapse: collapse;
}

.info-table td[b-kyy5pe4pmh] {
    padding: 0.35rem 0;
    color: #ccc;
}

.info-table td:first-child[b-kyy5pe4pmh] {
    color: #888;
    width: 140px;
}

.info-avatar[b-kyy5pe4pmh] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.info-name[b-kyy5pe4pmh] {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.info-bio[b-kyy5pe4pmh] {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.info-link[b-kyy5pe4pmh] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--main-color);
    font-size: 0.95rem;
}
