/* A shared route switch, independent of each game's responsive toolbars. */
.bistro-modes{position:sticky;top:0;z-index:15;display:block;width:100%;margin:0;background:#f4f2e8;border-bottom:1px solid #d5ddcc;box-shadow:0 3px 10px #344f3410;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}
.bistro-mode-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:640px;margin:0 auto;padding:8px 20px}
.bistro-mode-links>a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:44px;padding:8px 14px;border:1px solid transparent;border-radius:8px;color:#435a46;background:transparent;text-decoration:none;font-size:15px;font-weight:600;line-height:1.5;white-space:nowrap;touch-action:manipulation}
.bistro-mode-links>a:hover{background:#e6ebdc;border-color:#c5d2b7}
.bistro-mode-links>a[aria-current="page"]{background:#355744;border-color:#355744;color:#fff5d7;font-weight:700}
.bistro-mode-links>a:focus-visible{outline:3px solid #b78327;outline-offset:1px}
.site-head>.help-button{margin-left:auto}
@media(max-width:600px){.bistro-mode-links{padding:6px 12px;gap:5px}.bistro-mode-links>a{padding:8px 5px;font-size:14px}}
