/*! Theme CSS va774293e */
/* Generated: 2026-01-14 00:37:14 */
/* Domain: chn-icu-qiuyouhui.com */
/* Fast loading optimized */
/* Clean semantic markup */
/* Progressive enhancement */

.css_b9f265 {
    /* Random class for fingerprint optimization */
    display: none;
}

/* 主题: 暖色主题 - 最高优先级 */
:root {
    --primary-color: #f59e0b;
    --primary-hover: #d97706;
    --secondary-color: #6b7280;
    --success-color: #10b981;
    --info-color: #06b6d4;
    --warning-color: #fbbf24;
    --danger-color: #ef4444;
    --light-color: #fef3c7;
    --dark-color: #92400e;
    --bg-color: #fffbeb;
    --text-color: #92400e;
    --border-color: #fde68a;
    --shadow-color: rgba(245, 158, 11, 0.1);
}

body {
    filter: hue-rotate(30deg) saturate(120%) !important;
    transition: filter 0.5s ease;
}

/* 强制覆盖框架样式 - 最高优先级 */
body, html {
    background-color: var(--bg-color) !important;
    color: var(--text-color) !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

a, a:link, a:visited {
    color: var(--primary-color) !important;
}

a:hover, a:active {
    color: var(--primary-hover) !important;
}

