.site-sound-control{position:fixed;z-index:5000;right:18px;bottom:18px;display:flex;align-items:center;gap:9px;padding:6px 9px 6px 7px;border:1px solid rgba(232,192,139,.16);border-radius:999px;background:rgba(7,8,7,.68);box-shadow:0 12px 34px rgba(0,0,0,.28);backdrop-filter:blur(16px);transition:opacity .25s,border-color .25s}
.site-sound-control:hover,.site-sound-control:focus-within{border-color:rgba(232,192,139,.32)}
.site-sound-control button{display:flex;align-items:center;gap:7px;height:26px;padding:0 6px;border:0;background:transparent;color:rgba(238,211,174,.72);font:600 6px/1 Montserrat,"Segoe UI",sans-serif;letter-spacing:.16em;cursor:pointer}
.site-sound-control button i{display:flex;align-items:center;justify-content:center;gap:2px;width:17px;height:17px}
.site-sound-control button i b{display:block;width:2px;height:5px;border-radius:2px;background:#dda65e;animation:site-sound-meter 1.15s ease-in-out infinite}
.site-sound-control button i b:nth-child(2){height:10px;animation-delay:-.35s}.site-sound-control button i b:nth-child(3){height:7px;animation-delay:-.7s}
.site-sound-control label{display:flex;align-items:center}
.site-sound-control input{width:64px;height:14px;margin:0;accent-color:#d49545;cursor:ew-resize}
.site-sound-control.is-muted button{color:rgba(220,210,197,.42)}
.site-sound-control.is-muted button i b{height:2px;background:#777;animation:none}
.site-sound-control.is-muted input{opacity:.42}
.site-sound-control .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-sound-control .site-control-divider{width:1px;height:14px;background:rgba(232,192,139,.16)}
.site-sound-control .site-language-toggle{min-width:31px;padding:0 7px;color:rgba(238,211,174,.76);letter-spacing:.1em}
.site-sound-control .site-language-toggle:hover,.site-sound-control .site-language-toggle:focus-visible{color:#f1c98e;outline:none}
[data-ui-en][data-ui-zh],[data-ui-lang-en],[data-ui-lang-zh]{font-size:clamp(8px,.58vw,10px)!important;font-weight:400!important;line-height:1.5;white-space:nowrap}
html[data-ui-language="zh"] .ui-continue-scroll{color:#f2c98e!important;text-shadow:0 0 12px rgba(242,201,142,.18)}
.site-sound-control:not(:hover):not(:focus-within){gap:5px;padding-right:7px}
.site-sound-control:not(:hover):not(:focus-within) label,.site-sound-control:not(:hover):not(:focus-within) [data-site-sound-label],.site-sound-control:not(:hover):not(:focus-within) .site-control-divider{display:none}
.site-sound-control:not(:hover):not(:focus-within) [data-site-sound-toggle]{padding-inline:3px}
@keyframes site-sound-meter{0%,100%{transform:scaleY(.55);opacity:.55}50%{transform:scaleY(1.25);opacity:1}}
@media(max-width:700px){.site-sound-control{right:10px;bottom:10px}.site-sound-control input{width:48px}.site-sound-control button span{max-width:52px;overflow:hidden;white-space:nowrap}.site-sound-control .site-language-toggle{min-width:28px;padding-inline:5px}}
@media(prefers-reduced-motion:reduce){.site-sound-control button i b{animation:none}}
