/* 易歪歪官网风格：与 eyy250.com 版式、配色对齐 */

:root {
  --eyy-bar: #587ab9;
  --eyy-hero-bg: #2b333a;
  --eyy-title-cyan: #12c0ff;
  --eyy-download: #366bb3;
  --eyy-download-hover: #0047a6;
  --eyy-download-border: #3f60a1;
  --eyy-brand: #4d6faf;
  --eyy-page-bg: #f7f7f7;
  --eyy-card-border: #dae2ec;
  --eyy-card-border-hover: #adbed4;
}

body.eyy-site {
  background: var(--eyy-page-bg);
}

.eyy-navbar {
  border-bottom: 5px solid var(--eyy-bar) !important;
}

.eyy-navbar-brand strong {
  color: var(--eyy-brand);
}

.eyy-jumbotron {
  border-radius: 0;
  background-color: var(--eyy-hero-bg) !important;
}

.eyy-text-shadow {
  text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}

.eyy-hero-title strong.eyy-name {
  color: var(--eyy-title-cyan);
}

.eyy-stat-num {
  font-size: 50px;
  color: #ff5558;
  font-weight: bold;
}

/* 首页分发下载由 msn.js 接管，避免 a.dl-btn 出现默认链接样式 */
a.js-download {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

a.js-download:hover {
  text-decoration: none;
  color: inherit;
}

/* 下载按钮（与官网 button-download 一致） */
.eyy-button-download {
  width: 150px;
  height: 50px;
  background: var(--eyy-download);
  border-radius: 5px;
  border: 1px solid var(--eyy-download-border);
  cursor: pointer;
  margin: 8px;
  text-decoration: none;
  color: #fff;
}

.eyy-button-download:hover {
  background: var(--eyy-download-hover);
  color: #fff;
  text-decoration: none;
}

.eyy-button-download-icon {
  width: 50px;
  height: 100%;
  color: #fff;
  font-size: 25px;
}

.eyy-button-download-value {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

/* SVG 图标尺寸（官网 inline style .icon） */
.eyy-site .icon {
  width: 5em;
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.eyy-g-card {
  min-width: 150px;
  height: 150px;
  margin: 5px;
  border-radius: 15px;
  border: 1px solid var(--eyy-card-border);
}

.eyy-g-card:hover {
  border: 1px solid var(--eyy-card-border-hover);
}

.eyy-section-title {
  color: #131313;
}

.eyy-footer-beian {
  font-size: 12px;
  background: #2b333b;
  border-radius: 8px;
  color: #848993;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.eyy-footer-beian a {
  text-decoration: none;
  color: #848993;
}

.eyy-footer-notice {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 13px;
  color: #2b333b;
}
