.header-audio-player{display:flex;align-items:center}
.mobile-language{display:none}
.audio-toggle{display:flex;align-items:center;gap:9px;height:42px;padding:5px 7px 5px 6px;border:1px solid #27434a;border-radius:22px;background:#0d1a1e;color:#dbe9ec;cursor:pointer;white-space:nowrap;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.audio-toggle:hover,.audio-toggle:focus-visible{border-color:var(--cyan);background:#102329;outline:none;box-shadow:0 0 0 3px rgba(34,189,199,.11);transform:translateY(-1px)}
.audio-disc{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#1ec2ce,#0d7e91);box-shadow:0 5px 15px rgba(34,189,199,.24)}
.audio-disc svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.audio-copy{display:grid;min-width:54px;text-align:left;line-height:1.05}
.audio-copy small{color:#55d4de;font-size:7px;font-weight:800;letter-spacing:.12em}
.audio-copy strong{margin-top:3px;color:inherit;font-size:10px;font-weight:700}
.audio-action{display:grid;place-items:center;width:25px;height:25px;border:1px solid rgba(116,185,195,.3);border-radius:50%;color:#64dce4;font-size:8px}
.audio-pause{display:none;font-size:10px;font-weight:800;letter-spacing:-2px;transform:translateX(-1px)}
.header-audio-player.is-playing .audio-disc{animation:audio-pulse 1.8s ease-in-out infinite}
.header-audio-player.is-playing .audio-play{display:none}
.header-audio-player.is-playing .audio-pause{display:block}
html[data-theme="light"] .audio-toggle{border-color:#c9dce0;background:#fff;color:#29444b;box-shadow:0 8px 24px rgba(39,90,100,.08)}
html[data-theme="light"] .audio-toggle:hover,html[data-theme="light"] .audio-toggle:focus-visible{border-color:#22adb9;background:#f8ffff}
@keyframes audio-pulse{50%{box-shadow:0 0 0 5px rgba(34,189,199,.13),0 5px 15px rgba(34,189,199,.3)}}
@media(max-width:1180px){.audio-copy{display:none}.audio-toggle{gap:5px;padding-right:6px}}
@media(max-width:980px){.audio-toggle{height:38px}.audio-disc{width:27px;height:27px}.audio-action{width:22px;height:22px}}
@media(max-width:640px){.audio-action{display:none}.audio-toggle{width:36px;height:36px;padding:4px}.audio-disc{width:26px;height:26px}.nav-actions>.language{display:none}.mobile-language{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:13px 7px 6px}.mobile-language-title{grid-column:1/-1;display:flex;align-items:center;gap:7px;padding:0 7px 4px;color:#7f9ca3;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mobile-language-title>span{color:var(--cyan);font-size:15px}.mobile-lang{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 12px;border:1px solid rgba(117,163,173,.2);border-radius:10px;background:rgba(255,255,255,.035);color:#b8c9cd;font-size:12px}.mobile-lang b{display:none;width:18px;height:18px;border-radius:50%;background:#20b9c5;color:#07171a;font-size:10px;line-height:18px;text-align:center}.mobile-lang.active{border-color:#27aeba;background:rgba(34,189,199,.11);color:#fff}.mobile-lang.active b{display:block}html[data-theme="light"] .mobile-language-title{color:#688087}html[data-theme="light"] .mobile-lang{border-color:#d3e2e5;background:#f6fafb;color:#4b646b}html[data-theme="light"] .mobile-lang.active{border-color:#28aeba;background:#e9f8f9;color:#173b43}}
@media(prefers-reduced-motion:reduce){.audio-toggle{transition:none}.header-audio-player.is-playing .audio-disc{animation:none}}
