html{scroll-behavior:smooth}body{min-height:100vh}@media(max-width:767px){body{padding-bottom:60px}}#backToTop{opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}#backToTop.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-bottom-link{transition:color .2s ease}.mobile-bottom-link.is-active .mobile-bottom-label{color:#ffc000;font-weight:600}.language-switcher{display:inline-flex;align-items:center;gap:2px;width:max-content;border:1px solid rgba(255,255,255,.36);border-radius:999px;padding:2px;background:#ffffff1f}.language-switcher button{min-width:42px;height:28px;border:0;border-radius:999px;background:transparent;color:#fff;font-size:12px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .18s ease,color .18s ease}.language-switcher button:hover,.language-switcher button.is-active{background:#ffc000;color:#111827}.language-switcher--mobile{margin-top:12px;border-color:#6519a62e;background:#6519a60f}.language-switcher--mobile button{color:#6519a6}.language-switcher--mobile button:hover,.language-switcher--mobile button.is-active{color:#111827}.site-toast{position:fixed;right:20px;bottom:84px;z-index:9999;max-width:min(320px,calc(100vw - 32px));border-radius:14px;background:#111827eb;color:#fff;padding:12px 16px;font-size:14px;box-shadow:0 20px 40px #11182740;opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.site-toast.is-visible{opacity:1;transform:translateY(0)}
