/* ======================== DESTRE技术站 · 自定义样式 ======================== */
/* 本文件保存后自动热更新 */

/* ---------- 服务卡片：大圆角 + 细描边 + 悬停上浮青色微光 ---------- */
.service-card {
  border-radius: 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow: 0 4px 20px rgba(34, 211, 238, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* ---------- 深色滚动条 ---------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.6);
}

::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.5);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 211, 238, 0.5);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 116, 139, 0.5) rgba(15, 23, 42, 0.6);
}

/* ---------- 文字选中色 ---------- */
::selection {
  background: rgba(34, 211, 238, 0.3);
}

/* ---------- 备案页脚（由 custom.js 注入，位于 #footer 内） ---------- */
#beian-footer {
  text-align: center;
  padding: 4px 0 16px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(148, 163, 184, 0.65);
}

#beian-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

#beian-footer a:hover {
  color: #22d3ee;
}

#beian-footer .beian-divider {
  margin: 0 10px;
  opacity: 0.4;
}
