/* One charcoal menu palette, including the quiet sidebar language picker. */
:root{--menu-surface:#171b1e;--menu-border:#353d41;--menu-hover:#282e30;--menu-text:#dfe3e5;--menu-muted:#9ba3a7}
body select.custom-select-source{display:none!important}
body .select-trigger{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;line-height:1.5;color:var(--menu-text);background-color:#121719;background-image:none;border:1px solid var(--menu-border);border-radius:6px;padding-right:36px;cursor:pointer}
.select-trigger .select-value{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select-trigger>.select-chevron{position:absolute;right:13px;top:50%;width:14px;height:14px;transform:translateY(-50%);color:#aeb7bb;transition:transform .12s ease;pointer-events:none}
.select-trigger[aria-expanded=true]>.select-chevron{transform:translateY(-50%) rotate(180deg)}
.select-trigger[data-menu-side=above]>.select-chevron{transform:translateY(-50%) rotate(180deg)}
.select-trigger[data-menu-side=above][aria-expanded=true]>.select-chevron{transform:translateY(-50%)}
body .select-trigger:hover:not(:disabled),body .select-trigger[aria-expanded=true]{border-color:#687278;background-color:#1c2225}
body .select-trigger:focus{outline:0;box-shadow:none}
body .select-trigger:focus-visible{outline:0;box-shadow:inset 0 0 0 1px #7e8a90}
body .select-trigger:disabled{opacity:.4;cursor:not-allowed}
body .select-trigger[aria-invalid=true]{border-color:#b7837c}
.select-trigger[hidden]{display:none}
body .profile-picker .select-trigger{width:155px;background-image:none;padding-right:36px}
.select-menu{position:fixed;inset:auto;margin:0;z-index:90;isolation:isolate;box-sizing:border-box;padding:4px;border:1px solid var(--menu-border);border-radius:6px;background:var(--menu-surface);color:var(--menu-text);box-shadow:none;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#606b72 #111618}
.select-menu[hidden]{display:none}
.select-menu::backdrop{background:transparent}
.select-option{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px;padding:7px 10px;border:0;border-radius:3px;font-size:14px;line-height:1.5;cursor:pointer;user-select:none}
.select-option>span{min-width:0;overflow-wrap:anywhere}
.select-menu[data-compact=true] .select-option{gap:6px;padding-inline:8px}
.select-option>svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;visibility:hidden}
.select-option[aria-selected=true]>svg{visibility:visible}
.select-option:hover:not([aria-disabled=true]),.select-option[data-active]{background:var(--menu-hover);color:#f0f2f3}
.select-option[aria-disabled=true]{color:#717a7f;cursor:not-allowed}
.select-group+.select-group{border-top:1px solid #2c3337;margin-top:4px;padding-top:4px}
.select-group-label{padding:7px 10px 5px;color:var(--menu-muted);font-size:12px;font-weight:600;line-height:1.5}
.select-group .select-option{padding-left:18px}
@media(prefers-reduced-motion:reduce){.select-trigger>.select-chevron{transition:none}}
