
/**
 * 动态主题样式 - 深海蓝 * 生成时间: 2026-07-10 18:30:20 */

:root {
    --primary-color: #0050b3;
    --primary-dark: #003a8c;
    --primary-light: #1890ff;
    --secondary-color: #006d77;
    --accent-color: #531dab;
    
    --text-primary: #1a1a2e;
    --text-secondary: #4a4a6a;
    --text-light: #8a8aaa;
    
    --bg-primary: #ffffff;
    --bg-secondary: #f0f5ff;
    --bg-dark: #001529;
    
    --border-color: #d0d0e8;
    --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, #0050b3 0%, #003a8c 100%);
    --gradient-secondary: linear-gradient(135deg, #006d77 0%, #005059 100%);
    --gradient-dark: linear-gradient(135deg, #001529 0%, #002952 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;
}
