
/**
 * 动态主题样式 - 科技蓝 * 生成时间: 2026-05-25 16:42:36 */

:root {
    --primary-color: #1890ff;
    --primary-dark: #0050b3;
    --primary-light: #40a9ff;
    --secondary-color: #13c2c2;
    --accent-color: #722ed1;
    
    --text-primary: #333333;
    --text-secondary: #666666;
    --text-light: #999999;
    
    --bg-primary: #ffffff;
    --bg-secondary: #f5f7fa;
    --bg-dark: #001529;
    
    --border-color: #e8e8e8;
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.15);
    
    --gradient-primary: linear-gradient(135deg, #1890ff 0%, #0050b3 100%);
    --gradient-secondary: linear-gradient(135deg, #13c2c2 0%, #0897bf 100%);
    --gradient-dark: linear-gradient(135deg, #001529 0%, #003a70 100%);
    
    --radius: 8px;
    --radius-lg: 12px;
    --transition: all 0.3s ease;
}

/* 字体设置 */
body {
    font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;
}
