/* 维吾尔语翻译样式 - 独立隔离，不影响原有页面样式 */
#uyghurBtn {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
    padding: 12px 24px !important;
    background-color: #1677ff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    box-shadow: 0 2px 10px rgba(22, 119, 255, 0.3) !important;
    transition: background 0.2s !important;
}
#uyghurBtn:hover {
    background-color: #0958d9 !important;
}
#uyghurLoading {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.85) !important;
    color: #ffffff !important;
    padding: 20px 30px !important;
    border-radius: 10px !important;
    display: none !important;
    font-size: 18px !important;
}
/* 维语RTL从右到左布局 - 全局生效 */
body.uyghur-rtl {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: embed !important;
}
body.uyghur-rtl * {
    direction: inherit !important;
    text-align: inherit !important;
    box-sizing: border-box !important;
}