#app-loading-mask {
    position: fixed;
    inset: 0;
    background: #f3f4f6;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #4b5563;
}
[x-cloak] { display: none !important; }
/* 禁用浏览器默认的密码显示/隐藏眼睛图标 */
input::-ms-reveal,
input::-ms-clear,
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    display: none !important;
}

/* 主题色彩支持 */
[data-theme="emerald"] {
    --color-primary: #059669;
    --color-primary-hover: #047857;
    --color-primary-light: #ecfdf5;
}
[data-theme="blue"] {
    --color-primary: #2563eb;
    --color-primary-hover: #1d4ed8;
    --color-primary-light: #eff6ff;
}
[data-theme="indigo"] {
    --color-primary: #4f46e5;
    --color-primary-hover: #4338ca;
    --color-primary-light: #eef2ff;
}
[data-theme="violet"] {
    --color-primary: #7c3aed;
    --color-primary-hover: #6d28d9;
    --color-primary-light: #f5f3ff;
}
[data-theme="rose"] {
    --color-primary: #e11d48;
    --color-primary-hover: #be123c;
    --color-primary-light: #fff1f2;
}

[data-theme="blue"] .bg-emerald-600 { background-color: #2563eb !important; }
[data-theme="blue"] .hover\:bg-emerald-700:hover { background-color: #1d4ed8 !important; }
[data-theme="blue"] .bg-emerald-700\/80 { background-color: rgba(29, 78, 216, 0.8) !important; }
[data-theme="blue"] .bg-emerald-50 { background-color: #eff6ff !important; }
[data-theme="blue"] .text-emerald-600 { color: #2563eb !important; }
[data-theme="blue"] .hover\:text-emerald-700:hover { color: #1d4ed8 !important; }
[data-theme="blue"] .focus\:ring-emerald-500\/20:focus { --tw-ring-color: rgba(37, 99, 235, 0.2) !important; }
[data-theme="blue"] .hover\:bg-emerald-50\/30:hover { background-color: rgba(239, 246, 255, 0.3) !important; }

[data-theme="indigo"] .bg-emerald-600 { background-color: #4f46e5 !important; }
[data-theme="indigo"] .hover\:bg-emerald-700:hover { background-color: #4338ca !important; }
[data-theme="indigo"] .bg-emerald-700\/80 { background-color: rgba(67, 56, 202, 0.8) !important; }
[data-theme="indigo"] .bg-emerald-50 { background-color: #eef2ff !important; }
[data-theme="indigo"] .text-emerald-600 { color: #4f46e5 !important; }
[data-theme="indigo"] .hover\:text-emerald-700:hover { color: #4338ca !important; }
[data-theme="indigo"] .focus\:ring-emerald-500\/20:focus { --tw-ring-color: rgba(79, 70, 229, 0.2) !important; }
[data-theme="indigo"] .hover\:bg-emerald-50\/30:hover { background-color: rgba(238, 242, 255, 0.3) !important; }

[data-theme="violet"] .bg-emerald-600 { background-color: #7c3aed !important; }
[data-theme="violet"] .hover\:bg-emerald-700:hover { background-color: #6d28d9 !important; }
[data-theme="violet"] .bg-emerald-700\/80 { background-color: rgba(109, 40, 217, 0.8) !important; }
[data-theme="violet"] .bg-emerald-50 { background-color: #f5f3ff !important; }
[data-theme="violet"] .text-emerald-600 { color: #7c3aed !important; }
[data-theme="violet"] .hover\:text-emerald-700:hover { color: #6d28d9 !important; }
[data-theme="violet"] .focus\:ring-emerald-500\/20:focus { --tw-ring-color: rgba(124, 58, 237, 0.2) !important; }
[data-theme="violet"] .hover\:bg-emerald-50\/30:hover { background-color: rgba(245, 243, 255, 0.3) !important; }

[data-theme="rose"] .bg-emerald-600 { background-color: #e11d48 !important; }
[data-theme="rose"] .hover\:bg-emerald-700:hover { background-color: #be123c !important; }
[data-theme="rose"] .bg-emerald-700\/80 { background-color: rgba(190, 18, 60, 0.8) !important; }
[data-theme="rose"] .bg-emerald-50 { background-color: #fff1f2 !important; }
[data-theme="rose"] .text-emerald-600 { color: #e11d48 !important; }
[data-theme="rose"] .hover\:text-emerald-700:hover { color: #be123c !important; }
[data-theme="rose"] .focus\:ring-emerald-500\/20:focus { --tw-ring-color: rgba(225, 29, 72, 0.2) !important; }
[data-theme="rose"] .hover\:bg-emerald-50\/30:hover { background-color: rgba(255, 241, 242, 0.3) !important; }
