.gtsp-switcher{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;position:relative;display:inline-block;z-index:99998}
.gtsp-switcher--floating{position:fixed;bottom:20px;right:20px;z-index:99999}
.gtsp-switcher__toggle{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;border:0;border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.gtsp-switcher__toggle:hover{opacity:.92}
.gtsp-switcher__flag{font-weight:700;letter-spacing:.5px;font-size:11px;background:rgba(255,255,255,.15);padding:2px 6px;border-radius:4px}
.gtsp-switcher__caret{font-size:10px;opacity:.8}
.gtsp-switcher__menu{display:none;position:absolute;bottom:calc(100% + 8px);right:0;background:#fff;color:#111;list-style:none;margin:0;padding:6px;min-width:200px;max-height:320px;overflow:auto;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.18)}
.gtsp-switcher--inline .gtsp-switcher__menu{top:calc(100% + 6px);bottom:auto}
.gtsp-switcher.is-open .gtsp-switcher__menu{display:block}
.gtsp-switcher__menu li{margin:0}
.gtsp-switcher__menu a{display:flex;align-items:center;gap:10px;padding:8px 10px;color:inherit;text-decoration:none;border-radius:6px}
.gtsp-switcher__menu a:hover{background:#f3f4f6}
.gtsp-switcher__menu li[aria-selected="true"] a{background:#eef2ff;font-weight:600}
