.gg-language-switcher{background:var(--gg-color-surface);border:1px solid var(--gg-color-border);border-radius:var(--gg-radius-md);cursor:pointer;height:42px;font-weight:var(--gg-weight-bold);font-size:var(--gg-text-sm);color:var(--gg-ink-600);font-family:var(--gg-font-body);transition:border-color var(--gg-duration-fast);align-items:center;gap:7px;padding:0 13px;display:flex}.gg-language-switcher:hover{border-color:var(--gg-color-border-strong)}.gg-language-switcher__dot{border-radius:var(--gg-radius-circle);background:var(--gg-gradient-lang-switch);width:18px;height:18px;display:inline-block}.gg-language-switcher-wrap{position:relative}.gg-language-switcher__backdrop{z-index:40;position:fixed;inset:0}.gg-language-switcher__menu{z-index:50;background:var(--gg-color-surface);border:1px solid var(--gg-color-border);border-radius:var(--gg-radius-md);min-width:190px;box-shadow:var(--gg-shadow-panel);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);right:0}.gg-language-switcher__option{border-radius:var(--gg-radius-sm);cursor:pointer;width:100%;font-family:var(--gg-font-body);font-size:var(--gg-text-base);font-weight:var(--gg-weight-semibold);color:var(--gg-ink-600);text-align:left;transition:background var(--gg-duration-fast);background:0 0;border:none;align-items:center;gap:10px;padding:9px 11px;display:flex}.gg-language-switcher__option:hover{background:#f4f3fb}.gg-language-switcher__option[data-active=true]{background:var(--gg-purple-50);color:#2a2380}.gg-language-switcher__option-code{width:28px;font-size:var(--gg-text-xs);font-weight:var(--gg-weight-xbold);color:var(--gg-ink-300);flex:none}@media (max-width:768px){.gg-language-switcher__menu{max-width:calc(100vw - 32px);left:0;right:auto}}
.gg-theme-switcher-wrap{position:relative}.gg-theme-switcher{background:var(--gg-color-surface);border:1px solid var(--gg-color-border);border-radius:var(--gg-radius-md);cursor:pointer;width:42px;height:42px;color:var(--gg-ink-600);transition:border-color var(--gg-duration-fast), background var(--gg-duration-fast), color var(--gg-duration-fast);justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.gg-theme-switcher:hover{border-color:var(--gg-color-border-strong)}.gg-theme-switcher__icon-wrap{transition:transform var(--gg-duration-base) var(--gg-ease-standard);justify-content:center;align-items:center;display:flex}.gg-theme-switcher__icon-wrap[data-theme=dark]{animation:ggThemeSwitcherIn var(--gg-duration-base) var(--gg-ease-standard) forwards;transform:rotate(-20deg)scale(.9)}.gg-theme-switcher__icon-wrap[data-theme=light]{animation:ggThemeSwitcherIn var(--gg-duration-base) var(--gg-ease-standard) forwards;transform:rotate(20deg)scale(.9)}@keyframes ggThemeSwitcherIn{0%{transform:rotate(var(--_start-rot,20deg)) scale(.75);opacity:0}to{opacity:1;transform:rotate(0)scale(1)}}.gg-theme-switcher__icon{stroke:currentColor;flex:none;width:18px;height:18px;display:block}.gg-theme-switcher__tooltip{white-space:nowrap;background:var(--gg-ink-900);color:var(--gg-color-surface);font-family:var(--gg-font-body);font-size:var(--gg-text-xs);font-weight:var(--gg-weight-semibold);border-radius:var(--gg-radius-sm);pointer-events:none;opacity:0;transition:opacity var(--gg-duration-fast);z-index:100;padding:5px 10px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.gg-theme-switcher__tooltip:after{content:"";border:5px solid #0000;border-bottom-color:var(--gg-ink-900);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.gg-theme-switcher:hover .gg-theme-switcher__tooltip{opacity:1}.dark .gg-theme-switcher{background:var(--gg-color-surface);border-color:var(--gg-color-border);color:var(--gg-ink-600)}.dark .gg-theme-switcher:hover{border-color:var(--gg-color-border-strong)}.dark .gg-theme-switcher__tooltip{background:var(--gg-ink-100);color:var(--gg-ink-900)}.dark .gg-theme-switcher__tooltip:after{border-bottom-color:var(--gg-ink-100)}
