.bc-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
.bc-lang-switch a {
    color: #888;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.bc-lang-switch a.active {
    color: #3d2314;
    background: rgba(201, 166, 107, 0.25);
}
.bc-lang-switch a:active {
    transform: scale(0.96);
}
.bc-lang-sep {
    color: #ccc;
    user-select: none;
}
.dash-topbar-right .bc-lang-switch {
    margin-right: 4px;
}
.dash-sidebar .bc-lang-switch {
    margin: 0 16px 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.08);
    justify-content: center;
}
.dash-sidebar .bc-lang-switch a {
    color: #bbb;
    min-height: 44px;
    flex: 1;
    max-width: 80px;
}
.dash-sidebar .bc-lang-switch a.active {
    color: #c9a66b;
    background: rgba(255,255,255,0.08);
}
.login-lang {
    margin-bottom: 16px;
    justify-content: center;
    width: 100%;
}
