/* 艾科智能 AIKOTEK · Gitea 主色覆盖(经 header.tmpl 引入)
   源: docs/brand/ui-unification-spec.md §6-D(艾薇,design)
   深色主题(arc-green)链接对比增强: spec §1.2 primaryLight #8FB0E6 用于深底 */
:root{
  --ak-primary:#1B4FA1;
  --ak-primary-hover:#2A66C4;
  --ak-primary-active:#143D80;
  --ak-primary-light:#8FB0E6;
  --ak-primary-tint:#E8F0FB;
}
/* Semantic UI 主按钮 / 链接(深浅主题通用) */
.ui.button.primary, .ui.primary.button,
.ui.button.blue, .ui.blue.button{ background-color:#1B4FA1; color:#fff; }
.ui.button.primary:hover, .ui.primary.button:hover,
.ui.button.blue:hover, .ui.blue.button:hover{ background-color:#2A66C4; color:#fff; }
.ui.primary.button:active, .ui.button.primary:active{ background-color:#143D80; }
a{ color:#1B4FA1; }
a:hover{ color:#2A66C4; }
::selection{ background:#E8F0FB; }
/* 深色主题(arc-green)下: 链接用 primaryLight 保证深底对比(规范 §1.2) */
body.theme-arc-green a{ color:#8FB0E6; }
body.theme-arc-green a:hover{ color:#C7D2E8; }
body.theme-arc-green .ui.button.primary, body.theme-arc-green .ui.primary.button{ background-color:#1B4FA1; color:#fff; }
