/*
  主题变量说明
  --main_bg_color     页面背景（纯色或渐变，勿使用图片）
  --main_text_color   正文颜色
  --gradient          标题渐变
  --purple_text_color 强调色 / 链接色
  --accent_cyan       科技青点缀
  --card_filter       卡片模糊（建议 0，更流畅）
  --back_filter       全屏遮罩模糊（建议 0）
*/

/* 亮色 · 商务科技风（默认） */
html {
    --name: 商务科技-亮;
    --main_bg_color: linear-gradient(165deg, #eef2f7 0%, #e4ebf4 40%, #d8e3ef 100%);
    --main_bg_mesh: radial-gradient(ellipse 80% 50% at 100% 0%, rgba(14, 165, 233, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(16, 72, 158, 0.1) 0%, transparent 50%);
    --main_text_color: #1a2d4a;
    --gradient: linear-gradient(120deg, #0c4a8e 0%, #1e5a9e 45%, #0ea5e9 100%);
    --purple_text_color: #1e5a9e;
    --accent_cyan: #0ea5e9;
    --text_bg_color: rgba(16, 72, 158, 0.08);
    --item_bg_color: rgba(255, 255, 255, 0.82);
    --item_hover_color: rgba(255, 255, 255, 0.95);
    --item_border_color: rgba(16, 72, 158, 0.1);
    --item_left_title_color: #0a2540;
    --item_left_text_color: #3d5166;
    --footer_text_color: #5a6d82;
    --left_tag_item: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(228, 235, 244, 0.95));
    --card_filter: 0px;
    --back_filter: 0px;
    --back_filter_color: transparent;
    --fill: #0a2540;
    --shadow_card: 0 8px 32px rgba(10, 37, 64, 0.08);
}
