html.i18n-pending body { visibility: hidden; }
.site-menu { position: fixed; z-index: 1150; top: 0; left: 0; bottom: 0; width: min(360px, calc(100% - 44px)); display: flex; flex-direction: column; overflow-y: auto; padding: max(20px, env(safe-area-inset-top)) 20px 24px; color: #17383D; background: #FDFDFB; box-shadow: 14px 0 36px rgba(29,96,106,.2); transform: translateX(-110%); transition: transform .22s ease; }
.site-menu.open { transform: translateX(0); }
.site-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.site-menu-head h2 { margin: 0; color: #1D606A; font-size: 28px; }
.site-menu-head button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; color: #1D606A; background: #EAF4F5; font-size: 26px; cursor: pointer; }
.site-menu nav { display: grid; gap: 0; }
.site-menu nav a { min-height: 50px; display: flex; align-items: center; padding: 0; border-bottom: 1px solid rgba(29,96,106,.11); color: #1D606A; text-decoration: none; font-size: 17px; font-weight: 600; }
.site-menu nav a:first-child { border-top: 1px solid rgba(29,96,106,.11); }
.site-menu nav a:hover { color: #19808C; }
.site-menu nav p { color: #5E7377; }
.site-menu-bottom { display: flex; flex-direction: column; margin-top: auto; padding-top: 28px; }
.social-links { order: 1; display: grid; margin: 0; padding: 0; }
.social-links a { min-height: 50px; display: flex; align-items: center; gap: 10px; color: #1D606A; text-decoration: none; font-weight: 500; }
.social-links a + a { border-top: 1px solid rgba(29,96,106,.11); }
.social-links a:hover { color: #19808C; }
.social-links img { width: 20px; height: 20px; flex: none; }
.site-share-button { order: 3; width: 100%; min-height: 50px; margin: 8px 0 0; padding: 10px 14px; border: 1px solid #19808C; border-radius: 14px; color: #19808C; background: transparent; text-align: center; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.site-share-button:hover, .site-share-button:focus-visible { color: #1D606A; background: rgba(25,128,140,.06); box-shadow: 0 0 0 3px rgba(25,128,140,.12); outline: none; }
.community-add-button { order: 4; width: 100%; min-height: 54px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 10px; margin: 18px 0 0; padding: 8px 13px; border: 0; border-radius: 14px; color: white; background: #19808C; text-align: left; text-decoration: none; cursor: pointer; }
.community-add-button:hover { background: #146B75; }
.community-add-button > span { font-size: 26px; font-weight: 400; line-height: 1; }
.community-add-button strong { font-size: 16px; font-weight: 650; }
.language-selector { order: 2; min-height: 32px; display: flex; align-items: center; justify-content: flex-start; gap: 5px; margin: 4px 0 0; padding: 0 2px; border: 0; color: #5E7377; background: transparent; font-size: 12.5px; font-weight: 500; }
.language-selector span::after { content: ':'; }
.language-selector select { width: auto; min-height: 30px; max-width: 62%; padding: 0 2px; border: 0; border-radius: 0; color: #19808C; background: transparent; font: inherit; font-weight: 550; text-align: left; cursor: pointer; }
.language-selector select:focus-visible { outline: 2px solid rgba(25,128,140,.24); outline-offset: 2px; }
.menu-legal { order: 5; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; margin: 14px 2px 0; color: rgba(29,96,106,.72); font-size: 9.5px; line-height: 1.35; }
.menu-legal a { color: inherit; font-weight: 500; text-decoration: underline; text-decoration-thickness: .5px; text-underline-offset: 2px; }
.menu-version { flex: 0 0 100%; margin-top: 2px; }
.menu-backdrop { position: fixed; z-index: 1100; inset: 0; background: rgba(29,96,106,.28); }
.menu-backdrop[hidden] { display: none; }

.page-topbar { width: 100%; color: #1D606A; background: #FDFDFB; border-bottom: 1px solid rgba(29,96,106,.09); }
.page-topbar-inner { width: min(1080px, calc(100% - 40px)); min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 0 auto; padding: 0; }
.page-nav-brand { justify-self: center; display: inline-flex; align-items: center; height: 56px; color: #1D606A; text-decoration: none; font-size: 24px; font-weight: 750; white-space: nowrap; letter-spacing: normal; }
.page-nav-brand .brand-lockup { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.page-nav-brand .brand-drop { display: block; flex: 0 0 16px; width: 16px; height: 21px; object-fit: contain; }
.page-menu-toggle { justify-self: start; min-height: 46px; display: inline-grid; grid-template-columns: auto auto; place-items: center; gap: 8px; padding: 0; border: 0; color: #19808C; background: transparent; font-weight: 600; cursor: pointer; }
.page-menu-toggle > span:first-child { color: #19808C; font-size: 22px; font-weight: 500; line-height: 1; }
.page-menu-toggle:hover, .page-menu-toggle:focus-visible { color: #1D606A; outline: none; }
.page-header-spacer { justify-self: end; width: 72px; }

@media (max-width: 720px) {
    .page-topbar-inner { width: min(1080px, calc(100% - 28px)); min-height: 62px; padding: 0; }
    .page-nav-brand { height: 48px; font-size: 21px; }
    .page-nav-brand .brand-lockup { gap: 7px; }
    .page-nav-brand .brand-drop { flex-basis: 14px; width: 14px; height: 19px; }
    .page-menu-toggle { width: 46px; grid-template-columns: 1fr; }
    .page-menu-toggle > span:first-child { font-size: 18px; }
    .page-menu-toggle > span:last-child { display: none; }
    .page-header-spacer { width: 46px; }
}
