/* Shared VPS site switcher, injected at build time. */
.site-switcher{position:fixed;right:18px;bottom:18px;z-index:2147483647;display:flex;box-sizing:border-box;max-width:calc(100vw - 36px);flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px;padding:6px;background:rgba(15,23,42,.94);border:1px solid rgba(148,163,184,.55);border-radius:18px;box-shadow:0 12px 32px rgba(2,6,23,.34);font:600 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;backdrop-filter:blur(12px)}
.site-switcher__label{padding:0 8px;color:#cbd5e1;font-size:12px;white-space:nowrap}.site-switcher a{padding:8px 11px;border-radius:999px;color:#e2e8f0;text-decoration:none;white-space:nowrap}.site-switcher a:hover{background:#334155;color:#fff}.site-switcher a:focus-visible{background:#334155;color:#fff;outline:2px solid #fff;outline-offset:2px}.site-switcher a[aria-current="page"]{background:#f8fafc;color:#0f172a}@media(max-width:540px){.site-switcher{right:10px;bottom:10px;max-width:calc(100vw - 20px);gap:1px;padding:4px}.site-switcher__label{display:none}.site-switcher a{padding:8px 9px;font-size:12px}}
