/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-rdsvusdbc2] {
    min-height: 100vh;
    background: #f5f6f8;
}

.app-main[b-rdsvusdbc2] {
    max-width: 1040px;
    margin: 0 auto;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.topbar[b-yi3oov0ird] {
    background: #1f2937;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.topbar__inner[b-yi3oov0ird] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.topbar__brand[b-yi3oov0ird] {
    font-weight: 700;
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
}

.topbar__links[b-yi3oov0ird] {
    display: flex;
    gap: 1rem;
    flex: 1;
}

[b-yi3oov0ird] .topbar__link {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    padding: .25rem 0;
}

[b-yi3oov0ird] .topbar__link.active {
    color: #fff;
    border-bottom: 2px solid #f97316;
}

/* topbar__user is the <a> wrapping the avatar + name (P5-5). The avatar
   pill comes before the username text; hover applies to the text only so
   the avatar circle stays crisp. */
.topbar__user[b-yi3oov0ird] {
    display: flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
}

.topbar__name[b-yi3oov0ird] {
    color: #e5e7eb;
    font-size: .9rem;
    text-decoration: none;
}

.topbar__user:hover .topbar__name[b-yi3oov0ird] {
    color: #fff;
    text-decoration: underline;
}

.topbar__right[b-yi3oov0ird] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.lang[b-yi3oov0ird] {
    display: inline-flex;
    border: 1px solid #4b5563;
    border-radius: 6px;
    overflow: hidden;
}

.lang__btn[b-yi3oov0ird] {
    background: transparent;
    color: #cbd5e1;
    border: 0;
    padding: .15rem .5rem;
    font-size: .75rem;
    font-weight: 600;
    cursor: pointer;
}

.lang__btn--active[b-yi3oov0ird] {
    background: #f97316;
    color: #fff;
}
