.app-side-switch{position:fixed;z-index:45;right:24px;top:50%;display:flex;flex-direction:column;gap:10px;transform:translateY(-50%)}
.app-side-switch a{min-width:74px;padding:13px 18px;border:1px solid rgba(17,24,32,.16);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 12px 34px rgba(18,51,78,.12);backdrop-filter:blur(16px);color:#111820;font-size:13px;font-weight:650;text-align:center;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s}.app-side-switch a:hover,.app-side-switch a:focus-visible{background:#111820;color:#fff;outline:none;transform:translateX(-5px);box-shadow:0 16px 38px rgba(18,51,78,.2)}
.app-side-switch a.active{background:#111820;color:#fff;box-shadow:0 16px 38px rgba(18,51,78,.2)}
@media(max-width:760px){.app-side-switch{right:14px;top:auto;bottom:18px;flex-direction:row;transform:none}.app-side-switch a{min-width:64px;padding:11px 15px;font-size:12px}.app-side-switch a:hover,.app-side-switch a:focus-visible{transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){.app-side-switch a{transition:none}}
