.utility-bar__inner { align-items: center; gap: 16px; }
.header-utility-right { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.header-display-tools { display: flex; align-items: center; gap: 18px; color: #fff; }
.header-display-tools > button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; border: 0; background: transparent; color: inherit; padding: 4px; min-height: 32px; }
.header-display-tools > button:hover { color: #b9dfff; }
.header-display-tools svg { display: block; flex-shrink: 0; }
.header-display-language { font-size: 11px; font-weight: 600; }
@media(max-width: 780px) {
    .utility-bar__inner { justify-content: space-between; gap: 12px; }
    .utility-bar__inner > span { font-size: 9px; line-height: 1.5; max-width: 28ch; }
    .header-utility-right { gap: 0; }
    .header-display-tools { gap: 12px; }
}
body.header-tool-open { overflow: hidden; }
.header-tool-dialog { box-sizing: border-box; width: min(760px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 48px; border: 0; border-radius: 12px; color: var(--body); background: #fff; overflow: auto; }
.header-tool-dialog::backdrop { background: rgb(4 26 54 / 76%); }
.header-tool-dialog h2 { font-size: clamp(30px, 4vw, 42px); color: var(--navy); margin: 0 32px 16px 0; }
.header-tool-dialog p { font-size: 14px; }
.header-tool-close { position: absolute; right: 12px; top: 12px; width: 44px; height: 44px; display: grid; place-items: center; background: transparent; color: var(--navy); border: 0; cursor: pointer; }
.header-tool-close:hover { background: #edf5fc; }
.header-language-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.header-language-grid li { padding: 16px; background: #f5f7fa; }
.header-language-grid .is-current { background: #e8f2fb; color: var(--blue); }
.header-language-grid span { display: block; font-size: 16px; font-weight: 600; }
.header-language-grid small { display: block; margin-top: 4px; font-size: 11px; }
.header-tool-dialog label { display: block; margin: 28px 0 10px; font-size: 14px; }
.header-tool-dialog input { box-sizing: border-box; width: 100%; min-width: 0; min-height: 52px; padding: 14px; border: 1px solid #b8c9da; border-radius: 6px; font: inherit; color: var(--ink); background: #fff; }
#header-search-note { margin: 12px 0 0; color: var(--body); }
@media(max-width: 600px) { .header-tool-dialog { padding: 40px 24px 28px; } .header-language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
