/* 经典白 - 默认模板 */
:root {
    --template-primary: #4f46e5;
    --template-primary-light: #eef2ff;
    --template-bg: #f8fafc;
    --template-card: #ffffff;
    --template-text: #0f172a;
    --template-text2: #475569;
    --template-border: #e2e8f0;
    --template-hero-bg: linear-gradient(145deg, #4f46e5 0%, #6366f1 40%, #3b82f6 100%);
}
.hero-section { background: var(--template-hero-bg) !important; }
.btn-primary { background: var(--template-primary) !important; }
.topnav { background: var(--template-card) !important; border-bottom-color: var(--template-border) !important; }
.card, .pc-card, .m-card { background: var(--template-card) !important; border-color: var(--template-border) !important; }
a { color: var(--template-primary); }
.nav-item.active, .sidebar-item.active { background: var(--template-primary-light) !important; color: var(--template-primary) !important; }
