.wn-season-switch{position:fixed;left:clamp(12px,2vw,24px);bottom:clamp(12px,2vw,24px);z-index:9990;display:inline-flex;align-items:center;gap:2px;padding:4px;background:rgba(255,255,255,.92);border:1px solid rgba(111,115,80,.28);border-radius:999px;box-shadow:0 6px 20px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.wn-season-switch *{box-sizing:border-box}.wn-season-switch__btn{appearance:none;-webkit-appearance:none;margin:0;border:none;background:0 0;cursor:pointer;display:inline-flex;align-items:center;gap:.45em;padding:.5em 1em;border-radius:999px;color:#6a7078;font:inherit;font-size:.8rem;letter-spacing:.04em;line-height:1;transition:background .25s ease,color .25s ease}.wn-season-switch__btn:hover{color:#565a3f}.wn-season-switch__btn:focus-visible{outline:2px solid #6f7350;outline-offset:2px}.wn-season-switch__icon{width:16px;height:16px;flex:0 0 auto}body.wn-season-summer .wn-season-switch__btn[data-season=summer],body.wn-season-winter .wn-season-switch__btn[data-season=winter]{background:#6f7350;color:#fff}@media (max-width:600px){.wn-season-switch__btn{padding:.55em .7em}.wn-season-switch__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}}@media (prefers-reduced-motion:reduce){.wn-season-switch__btn{transition:none}}