.language-toggle{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.04);font-size:18px;line-height:1;cursor:pointer;transition:transform .2s,background .2s}.language-toggle:hover{transform:rotate(8deg);background:rgba(255,255,255,.1)}.language-toggle:focus-visible{outline:2px solid var(--red);outline-offset:3px}@media(max-width:620px){.header nav{gap:10px}.language-toggle{width:36px;height:36px}}
