/* Compact native language selection, shared by the site and its local games. */
.language-switch{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;padding:0 9px 0 11px;min-height:42px;border:1px solid #bdd2d3;border-radius:13px;background:#fafffa;color:#253e40;font:500 13px/1.3 system-ui,sans-serif;box-sizing:border-box;letter-spacing:0}
.language-switch:focus-within{outline:2px solid #21788b;outline-offset:3px}
.language-icon{font-size:20px;line-height:1;color:#317d87}
.language-switch select{width:96px;min-height:42px;padding:0 2px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;outline:none}
.site-nav{gap:16px}
.site-nav .language-switch{margin-left:4px}
html:lang(en) .intro-copy,html:lang(en) .page-header p{max-width:60ch}
html:lang(en) .filter-chips button{letter-spacing:0}
html:lang(zh) body{font-family:system-ui,"Microsoft YaHei","PingFang SC",sans-serif}
html:lang(ko) body{font-family:system-ui,"Malgun Gothic","Apple SD Gothic Neo",sans-serif;word-break:keep-all;overflow-wrap:break-word}
.language-switch-floating{position:fixed;right:18px;top:16px;z-index:1500;background:#fafffaf0;box-shadow:0 4px 20px #0002}
.gs-playing>.language-switch-floating{display:none}
#gs-dialog .language-switch{display:flex;margin:16px 0 4px;justify-content:space-between;min-height:44px}
#gs-dialog .language-switch select{width:calc(100% - 32px);margin:0}
.localized-game #gs-dialog{margin:auto;width:min(420px,calc(100vw - 32px));max-height:calc(100dvh - 48px);overflow:auto;box-sizing:border-box}
html:not(:lang(ja)) .localized-game #l_en,html:not(:lang(ja)) .localized-game #f_en{display:none}
html:not(:lang(ja)) .localized-game #l_jp,html:not(:lang(ja)) .localized-game #f_jp{margin-top:0;font-size:clamp(16px,2vw,21px);color:#ddd8c8;line-height:1.85}
html:lang(zh) .localized-game .jp{font-family:"Songti SC","SimSun",serif}
html:lang(ko) .localized-game .jp{font-family:"Batang","AppleMyungjo",serif;word-break:keep-all}
.localized-game #title .ctrl{max-width:900px;padding:0 16px;box-sizing:border-box;color:#a3abc0}
@media(max-width:1180px){
  .site-nav{display:grid;grid-template-columns:1fr auto;gap:4px 12px}
  .site-nav .language-switch{grid-column:2;grid-row:1;margin:0}
  .site-nav .links{grid-column:1/-1;grid-row:2;margin-left:0;justify-content:center}
}
@media(max-width:680px){
  .site-nav{padding:10px 16px;gap:2px 8px}
  .site-nav .links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:5px}
  .site-nav .links a{justify-content:center}
  .site-nav .links a{padding:9px 6px;font-size:12px;min-height:42px;box-sizing:border-box}
  .site-nav .language-switch{padding-left:8px;gap:3px;min-height:38px}
  .site-nav .language-switch select{width:86px;min-height:38px;font-size:12px}
  .site-nav .logo{font-size:13px;gap:7px}
  .site-nav .brand-mark{width:36px;height:40px}
  .site-nav .brand-mark img{width:28px;height:32px}
  .language-switch-floating{top:10px;right:12px}
  .localized-game #title:not(.hidden){padding-top:75px;padding-bottom:50px;justify-content:safe center;overflow-y:auto;box-sizing:border-box}
  .localized-game #title .begin{margin-top:22px}
  .localized-game #title .homage{position:static;margin-top:22px;text-align:center}
  .localized-game #fin.on{padding:24px;box-sizing:border-box;overflow-y:auto;justify-content:safe center}
}
