.ww-theme{position:relative;display:inline-block;z-index:100}.ww-theme__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;border-radius:var(--ww-radius-control,8px);color:var(--ww-c-on-dark,#F9F9F9);cursor:pointer;transition:background var(--ww-dur-base,200ms) var(--ww-ease-out,cubic-bezier(0.22,1,0.36,1))}.ww-theme__btn:hover,.ww-theme__btn:focus-visible{background:rgba(255,255,255,0.12)}.ww-theme__icon{display:block;flex:0 0 auto}.ww-theme__glyph{display:flex;align-items:center;justify-content:center}.ww-theme__menu{position:absolute;right:0;top:calc(50% + (var(--ww-header-h,80px) / 2) - 6px);min-width:160px;padding:6px 0;border-radius:0 0 10px 10px;background:var(--ww-c-bar,#0C1E13);box-shadow:0 8px 32px var(--ww-c-shadow-2,rgba(12,30,19,0.18));overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px) scale(0.98);transform-origin:top right;transition:opacity var(--ww-dur-base,200ms) var(--ww-ease-out,cubic-bezier(0.22,1,0.36,1)),transform var(--ww-dur-base,200ms) var(--ww-ease-out,cubic-bezier(0.22,1,0.36,1)),visibility 0s linear var(--ww-dur-base,200ms)}.ww-theme__menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.ww-theme__option{display:flex;align-items:center;gap:10px;width:100%;padding:9px 16px;background:none;border:none;color:var(--ww-c-on-dark,#F9F9F9);font-family:inherit;font-size:15px;font-weight:500;line-height:1.2;text-align:left;cursor:pointer;transition:background var(--ww-dur-base,200ms) var(--ww-ease-out,cubic-bezier(0.22,1,0.36,1)),color var(--ww-dur-base,200ms) var(--ww-ease-out,cubic-bezier(0.22,1,0.36,1))}.ww-theme__option:hover,.ww-theme__option:focus-visible{background:var(--ww-c-bar-2,#16301F);color:var(--ww-c-accent-on-dark,#5CC98A)}.ww-theme__option.active{font-weight:700;color:var(--ww-c-accent-on-dark,#5CC98A)}@media screen and (max-width:37.4375em){.ww-theme__btn{width:28px;height:28px}}