/* ══════════════════════════════════════════════════════
   地球Online · 首页硬边皮肤
   拒绝：紫渐变、玻璃抬升、圆角药丸、Inter 默认栈、统计条塞满首屏
   硬边：红 #c41212 / 金 #b8860b / 墨蓝 #1f5f7a / 纸色底
   ══════════════════════════════════════════════════════ */

body.eo-home{
  --hm-red:#c41212;
  --hm-gold:#b8860b;
  --hm-ink:#1f5f7a;
  --hm-ok:#16803c;
  --hm-paper:#f3f1ec;
  --hm-panel:#fffcf6;
  --hm-serif:"Noto Serif SC","Songti SC",serif;
  --hm-mono:"IBM Plex Mono",ui-monospace,Consolas,monospace;
  background:
    linear-gradient(180deg,#ebe7df 0%,var(--hm-paper) 120px,#f0eeea 100%);
  color:#111;
}
body.eo-home::after{opacity:.12}

/* ── Hero：左文案板 + 右固定画幅（旧 split 语感，视频不通栏） ── */
.eo-home .hm-hero{
  position:relative;
  max-width:var(--page-w,1280px);
  margin:12px auto 0;
  padding:0 var(--gx,20px);
  box-sizing:border-box;
}
.eo-home .hm-hero-stage{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(240px,.72fr);
  gap:28px;
  align-items:stretch;
  min-height:clamp(360px,48vh,520px);
  padding:28px 28px 28px 30px;
  border:1px solid #111;
  background-color:rgba(255,252,246,.88);
  background-image:
    linear-gradient(105deg,rgba(255,252,246,.94) 0%,rgba(255,252,246,.82) 48%,rgba(255,252,246,.55) 100%),
    url("/assets/hf.jpeg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  box-shadow:4px 4px 0 #111;
  border-left:5px solid var(--hm-red);
}
.eo-home .hm-hero-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  animation:hm-copy-in .45s ease both;
}
.eo-home .hm-hero-meta{
  margin:0 0 12px;
  font-family:var(--hm-mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  color:var(--hm-red);
}
.eo-home .hm-hero-brand{
  margin:0 0 8px;
  font-family:var(--hm-serif);
  font-size:clamp(40px,5.4vw,64px);
  font-weight:900;
  line-height:.9;
  letter-spacing:-.04em;
  color:#111;
}
.eo-home .hm-hero-brand .en{
  margin-left:.12em;
  font-family:var(--hm-mono);
  font-size:.34em;
  font-weight:600;
  letter-spacing:.08em;
  vertical-align:super;
  color:rgba(0,0,0,.42);
}
.eo-home .hm-hero-tag{
  margin:0 0 14px;
  font-family:var(--hm-serif);
  font-size:clamp(15px,1.6vw,18px);
  font-weight:700;
  line-height:1.35;
  color:#111;
}
.eo-home .hm-hero-lead{
  margin:0 0 10px;
  max-width:38em;
  font-size:14px;
  line-height:1.65;
  color:rgba(0,0,0,.66);
}
.eo-home .hm-hero-note{
  margin:0 0 14px;
  max-width:36em;
  font-size:13px;
  line-height:1.6;
  color:rgba(0,0,0,.52);
}
.eo-home .hm-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px 10px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}
.eo-home .hm-hero-points li{
  padding:5px 9px;
  border:1px solid #111;
  background:#fff;
  font-family:var(--hm-mono);
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  color:#111;
  box-shadow:2px 2px 0 #111;
}
.eo-home .hm-hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.eo-home .hm-hero-shot{
  position:relative;
  align-self:stretch;
  min-height:260px;
  border:1px solid #111;
  background:#111;
  overflow:hidden;
  box-shadow:3px 3px 0 #111;
}
/* 铺满画框；偏下取景裁掉左上水印，避免 contain 留黑边 */
.eo-home .hm-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 72%;
  display:block;
  filter:contrast(1.06) saturate(.92) brightness(.96);
  transform:scale(1.08);
  transform-origin:center bottom;
}

.eo-home .hm-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid #111;
  border-radius:0;
  font-family:var(--hm-mono);
  font-size:12px;font-weight:700;
  letter-spacing:.04em;
  text-decoration:none;
  box-shadow:2px 2px 0 #111;
  transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease;
}
.eo-home .hm-btn:hover{
  transform:translate(1px,1px);
  box-shadow:1px 1px 0 #111;
}
.eo-home .hm-btn-primary{
  background:var(--hm-red);color:#fff;
}
.eo-home .hm-btn-primary:hover{background:#9e0e0e;color:#fff}
.eo-home .hm-btn-ghost{
  background:#fff;color:#111;
}
.eo-home .hm-btn-ghost:hover{background:#111;color:#fff}

@keyframes hm-copy-in{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}

/* ── 读数条：居中一行（拒 LIVE 遥测 / 四格卡） ── */
.eo-home .hm-strip{
  max-width:var(--page-w,1280px);
  margin:14px auto 0;
  padding:0 var(--gx,20px);
  text-align:center;
}
.eo-home .hm-strip-inner{
  display:inline-block;
  max-width:100%;
  margin:0 auto;
  padding:10px 18px;
  border:1px solid #111;
  background:var(--hm-panel);
  box-shadow:3px 3px 0 #111;
  text-align:center;
  box-sizing:border-box;
}
.eo-home .hm-strip-line{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:baseline;
  gap:8px 0;
  margin:0;
  font-family:var(--hm-mono);
  font-size:12.5px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.02em;
  color:rgba(0,0,0,.5);
}
.eo-home .hm-strip-line span{
  white-space:nowrap;
  padding:0 12px;
}
.eo-home .hm-strip-line b{
  font-weight:700;
  color:#111;
  font-variant-numeric:tabular-nums;
}
.eo-home .hm-strip-line i{
  display:inline-block;
  width:1px;
  height:12px;
  background:#111;
  opacity:.35;
  flex:0 0 auto;
  align-self:center;
}

/* ── 通用区块 ── */
.eo-home .hm-section{
  max-width:var(--page-w,1280px);
  margin:0 auto;
  padding:28px var(--gx,20px) 8px;
}
.eo-home .hm-inner{margin:0}
.eo-home .hm-sec-head{margin:0 0 16px}
.eo-home .hm-sec-kicker{
  margin:0 0 8px;
  font-family:var(--hm-mono);
  font-size:11px;font-weight:700;
  letter-spacing:.16em;
  color:var(--hm-red);
}
.eo-home .hm-sec-title{
  margin:0 0 8px;
  font-family:var(--hm-serif);
  font-size:clamp(24px,3vw,34px);
  font-weight:700;line-height:1.15;color:#111;
}
.eo-home .hm-sec-lead{
  margin:0;
  max-width:36em;
  font-size:14px;line-height:1.6;
  color:rgba(0,0,0,.55);
}

/* ── 约定四格 ── */
.eo-home .hm-rules{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid #111;
  background:#fff;
  box-shadow:3px 3px 0 #111;
}
.eo-home .hm-rule{
  padding:18px 16px 16px;
  border-right:1px solid #111;
  background:var(--hm-panel);
  position:relative;
  overflow:hidden;
}
.eo-home .hm-rule:last-child{border-right:0}
.eo-home .hm-rule .n{
  display:block;
  margin-bottom:10px;
  font-family:var(--hm-mono);
  font-size:11px;font-weight:700;
  letter-spacing:.1em;color:var(--hm-red);
}
.eo-home .hm-rule h3{
  margin:0 0 8px;
  font-family:var(--hm-serif);
  font-size:18px;font-weight:700;color:#111;
}
.eo-home .hm-rule p{
  margin:0;
  font-size:13px;line-height:1.55;
  color:rgba(0,0,0,.58);
}
.eo-home .hm-rule::after{
  content:"";
  position:absolute;left:0;top:0;width:100%;height:4px;
  background:transparent;
  transition:background .15s ease;
}
.eo-home .hm-rule:hover::after{background:var(--hm-red)}

/* ── 玩法入口：硬边目录 · 角色有底图 · 黑洞有暗金轨道 ── */
.eo-home .hm-hub{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,1fr);
  gap:14px;
  align-items:stretch;
}
.eo-home .hm-hub-start{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:340px;
  border:1px solid #111;
  text-decoration:none;
  color:#fff;
  overflow:hidden;
  box-shadow:3px 3px 0 #111;
}
.eo-home .hm-hub-start-bg{
  position:absolute;inset:0;
  background:#1a1814 url("/assets/js.png") center / cover no-repeat;
  transform:scale(1.04);
  transition:transform .45s ease;
}
.eo-home .hm-hub-start-veil{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(10,10,10,.25) 0%,rgba(10,10,10,.72) 48%,rgba(10,10,10,.92) 100%),
    linear-gradient(90deg,rgba(10,10,10,.55) 0%,transparent 55%);
  pointer-events:none;
}
.eo-home .hm-hub-start:hover .hm-hub-start-bg{transform:scale(1.08)}
.eo-home .hm-hub-start .hm-hub-step{
  position:absolute;
  right:12px;top:8px;z-index:1;
  margin:0;
  font-family:var(--hm-serif);
  font-size:clamp(72px,9vw,110px);
  font-weight:900;line-height:.85;
  letter-spacing:-.05em;
  color:rgba(255,255,255,.14);
  pointer-events:none;
}
.eo-home .hm-hub-start-body{
  position:relative;z-index:1;
  display:flex;flex-direction:column;gap:8px;
  padding:22px 20px 18px;
}
.eo-home .hm-hub-start .hm-hub-tag{
  margin:0;
  font-family:var(--hm-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.16em;
  color:var(--hm-gold);
}
.eo-home .hm-hub-start h3{
  margin:0;
  font-family:var(--hm-serif);
  font-size:clamp(26px,3vw,34px);
  font-weight:900;line-height:1.1;
  color:#fff;
}
.eo-home .hm-hub-start p{
  margin:0;
  max-width:34ch;
  font-size:13px;line-height:1.55;
  color:rgba(255,255,255,.72);
}
.eo-home .hm-hub-meta{
  font-family:var(--hm-mono);
  font-size:10px;letter-spacing:.06em;
  color:rgba(255,255,255,.48);
}
.eo-home .hm-hub-go{
  align-self:flex-start;
  margin-top:6px;
  padding:10px 14px;
  border:1px solid #fff;
  background:#fff;color:#111;
  font-family:var(--hm-mono);
  font-size:12px;font-weight:700;
  transition:background .12s ease,color .12s ease;
}
.eo-home .hm-hub-start:hover .hm-hub-go{
  background:#111;color:#fff;border-color:#fff;
}

.eo-home .hm-hub-side{
  display:flex;flex-direction:column;gap:0;
  min-width:0;
  border:1px solid #111;
  background:#fff;
  box-shadow:3px 3px 0 #111;
  overflow:hidden;
}

/* 黑洞交易所：暗金背景 + 轨道（对齐旧 gol-hub-market） */
.eo-home .hm-hub-market{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:18px 18px 16px;
  border:0;
  border-bottom:1px solid #111;
  background:
    radial-gradient(circle at 92% 18%, rgba(184,134,11,.22), transparent 42%),
    radial-gradient(circle at 12% 110%, rgba(17,17,17,.35), transparent 48%),
    linear-gradient(145deg,#161616 0%,#111 55%,#1c1c1c 100%);
  color:#fff;
  text-decoration:none;
  overflow:hidden;
}
.eo-home .hm-hub-market-orbit{
  position:absolute;
  right:-28px;top:-36px;
  width:140px;height:140px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%, #000 0 28%, transparent 29%),
    radial-gradient(circle at 50% 50%, rgba(184,134,11,.55) 0 38%, transparent 39%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.08) 0 55%, transparent 56%);
  box-shadow:0 0 0 1px rgba(184,134,11,.25);
  pointer-events:none;
  animation:hmHubOrbit 8s linear infinite;
}
.eo-home .hm-hub-market-kicker{
  position:relative;z-index:1;
  display:inline-flex;align-items:center;gap:8px;
  align-self:flex-start;
  margin:0;
  font-family:var(--hm-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.16em;
  color:#d4a017;
}
.eo-home .hm-hub-market-kicker img{
  width:15px;height:15px;
  filter:invert(72%) sepia(61%) saturate(700%) hue-rotate(8deg) brightness(92%);
}
.eo-home .hm-hub-market-title{
  position:relative;z-index:1;
  margin:0;
  font-family:var(--hm-serif);
  font-size:clamp(22px,2.4vw,28px);
  font-weight:900;
  letter-spacing:.02em;
  line-height:1.15;
  color:#fff;
}
.eo-home .hm-hub-market-desc{
  position:relative;z-index:1;
  max-width:36ch;
  font-size:12.5px;line-height:1.55;
  color:rgba(255,255,255,.62);
}
.eo-home .hm-hub-market-cta{
  position:relative;z-index:1;
  align-self:flex-start;
  margin-top:4px;
  padding:8px 12px;
  border:1px solid rgba(212,160,23,.55);
  font-family:var(--hm-mono);
  font-size:12px;font-weight:700;
  color:#f3d37a;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.eo-home .hm-hub-market:hover .hm-hub-market-cta{
  background:#d4a017;color:#111;border-color:#d4a017;
}

.eo-home .hm-hub-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  flex:1;
  background:#fff;
}
.eo-home .hm-hub-grid a{
  display:flex;flex-direction:column;gap:3px;
  padding:14px 12px 12px;
  border-right:1px solid #111;
  border-bottom:1px solid #111;
  text-decoration:none;color:#111;
  background:#fff;
  min-height:92px;
}
.eo-home .hm-hub-grid a:nth-child(3n){border-right:0}
.eo-home .hm-hub-grid a:nth-child(n+4){border-bottom:0}
.eo-home .hm-hub-grid a i{
  font-style:normal;
  font-family:var(--hm-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.1em;
  color:var(--hm-ink);
}
.eo-home .hm-hub-grid a b{
  font-family:var(--hm-serif);
  font-size:15px;font-weight:700;
}
.eo-home .hm-hub-grid a em{
  font-style:normal;
  font-size:11px;
  color:rgba(0,0,0,.45);
}
.eo-home .hm-hub-grid a:hover{
  background:#111;color:#fff;
}
.eo-home .hm-hub-grid a:hover i{color:var(--hm-gold)}
.eo-home .hm-hub-grid a:hover em{color:rgba(255,255,255,.5)}
.eo-home .hm-hub-more{
  display:block;
  padding:12px 14px;
  border-top:1px solid #111;
  font-family:var(--hm-mono);
  font-size:11px;font-weight:700;
  color:#111;text-decoration:none;
  background:var(--hm-panel);
}
.eo-home .hm-hub-more:hover{background:#111;color:#fff}

@keyframes hmHubOrbit{
  to{transform:rotate(360deg)}
}

/* ── 围攻 ── */
.eo-home .hm-raid{
  display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;
  padding:18px 18px 16px;
  border:1px solid #111;
  background:#fff;
  box-shadow:3px 3px 0 #111;
}
.eo-home .hm-raid-copy{min-width:0;flex:1}
.eo-home .hm-raid-code{
  margin:0 0 6px;
  font-family:var(--hm-mono);font-size:11px;letter-spacing:.12em;
  color:var(--hm-red);
}
.eo-home .hm-raid-title{
  margin:0 0 12px;
  font-family:var(--hm-serif);
  font-size:clamp(20px,2.6vw,28px);font-weight:700;line-height:1.2;
}
.eo-home .hm-raid-title em{font-style:normal;color:rgba(0,0,0,.35)}
.eo-home .hm-raid .raid-bar{
  height:8px;border:1px solid #111;background:#efe9df;overflow:hidden;margin:0 0 10px;
}
.eo-home .hm-raid .raid-bar > span,
.eo-home .hm-raid .raid-bar [data-wr-fill]{
  display:block;height:100%;background:var(--hm-red);width:var(--wh,100%);
}
.eo-home .hm-raid-meta{
  display:flex;flex-wrap:wrap;gap:8px 16px;
  font-family:var(--hm-mono);font-size:11px;color:rgba(0,0,0,.5);
}
.eo-home .hm-raid-meta strong{color:#111}

/* ── 每日 ── */
.eo-home .hm-daily{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,.42fr);
  border:1px solid #111;
  background:#fff;
  box-shadow:3px 3px 0 #111;
}
.eo-home .hm-daily-list{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;
}
.eo-home .hm-daily-card,
.eo-home .hm-daily .dq-card{
  margin:0 !important;
  padding:16px 14px !important;
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:var(--hm-panel) !important;
  box-shadow:none !important;
}
.eo-home .hm-daily-card:last-child,
.eo-home .hm-daily .dq-card:last-child{border-right:0 !important}
.eo-home .hm-daily .dq-card-head{
  display:flex;justify-content:space-between;gap:8px;margin-bottom:8px;
}
.eo-home .hm-daily .dq-type,
.eo-home .hm-daily .dq-status{
  font-family:var(--hm-mono) !important;font-size:10px !important;
  border:1px solid #111 !important;border-radius:0 !important;
  padding:2px 6px !important;background:#fff !important;
}
.eo-home .hm-daily .dq-title{
  margin:0 0 6px !important;
  font-family:var(--hm-serif) !important;font-size:16px !important;font-weight:700 !important;
}
.eo-home .hm-daily .dq-desc{
  margin:0 0 10px !important;font-size:12px !important;line-height:1.5 !important;
  color:rgba(0,0,0,.55) !important;
}
.eo-home .hm-daily .dq-reward{
  font-family:var(--hm-mono) !important;font-size:11px !important;
  color:rgba(0,0,0,.5) !important;margin-bottom:10px !important;
  border:0 !important;background:transparent !important;padding:0 !important;
}
.eo-home .hm-daily .dq-btn,
.eo-home .hm-daily .btn{
  border:1px solid #111 !important;border-radius:0 !important;
  background:#fff !important;color:#111 !important;
  font-family:var(--hm-mono) !important;font-size:11px !important;font-weight:700 !important;
  box-shadow:none !important;
}
.eo-home .hm-daily .dq-btn:hover,
.eo-home .hm-daily .btn:hover{background:#111 !important;color:#fff !important}
.eo-home .hm-daily-side{
  display:flex;flex-direction:column;justify-content:center;gap:14px;
  padding:18px 16px;
  border-left:1px solid #111 !important;
  background:var(--hm-panel);
  color:#111;
}
.eo-home .hm-daily-side .dq-countdown-label,
.eo-home .hm-daily-side .dq-countdown-label strong{
  font-family:var(--hm-mono) !important;
  font-size:10px !important;
  letter-spacing:.1em !important;
  color:rgba(0,0,0,.55) !important;
  opacity:1 !important;
}
.eo-home .hm-daily-side .dq-countdown-num,
.eo-home .hm-daily-side .count-num{
  display:block !important;
  margin-top:4px !important;
  font-family:var(--hm-mono) !important;
  font-size:22px !important;
  font-weight:700 !important;
  color:#111 !important;
}
.eo-home .hm-daily-side .hm-btn-ghost,
.eo-home .hm-daily-side .hm-btn-ghost span{
  border-color:#111 !important;
  color:#111 !important;
  background:#fff !important;
  box-shadow:2px 2px 0 #111 !important;
}
.eo-home .hm-daily-side .hm-btn-ghost:hover,
.eo-home .hm-daily-side .hm-btn-ghost:hover span{
  background:#111 !important;
  color:#fff !important;
}

/* ── 页脚 ── */
.eo-home .hm-foot,
.eo-home .eo-foot-note{
  max-width:var(--page-w,1280px);
  margin:24px auto 40px;
  padding:16px var(--gx,20px);
  font-family:var(--hm-mono);
  font-size:11px;line-height:1.7;
  color:rgba(0,0,0,.45);
  border-top:1px solid rgba(17,17,17,.18);
}
.eo-home .hm-foot a,
.eo-home .eo-foot-note a{color:var(--hm-ink);text-decoration:none}
.eo-home .hm-foot a:hover{color:var(--hm-red)}

/* 压掉旧首页软卡片残留（若脚本仍引用类名） */
.eo-home .eo-split-row,
.eo-home .eo-section,
.eo-home .gol-hub,
.eo-home .panel-slot,
.eo-home .eo-badge,
.eo-home .eo-tagline{display:none !important}

@media (max-width:900px){
  .eo-home .hm-hero-stage{
    grid-template-columns:1fr;
    gap:16px;
    min-height:0;
    padding:18px 16px 16px;
  }
  .eo-home .hm-hero-shot{
    width:min(300px,78%);
    min-height:0;
    aspect-ratio:16 / 10;
    justify-self:start;
  }
  .eo-home .hm-hero-cta{justify-content:flex-start}
  .eo-home .hm-rules{grid-template-columns:1fr 1fr}
  .eo-home .hm-rule:nth-child(2n){border-right:0}
  .eo-home .hm-rule:nth-child(-n+2){border-bottom:1px solid #111}
  .eo-home .hm-hub{grid-template-columns:1fr}
  .eo-home .hm-hub-start{min-height:280px}
  .eo-home .hm-strip-inner{
    display:block;
    width:100%;
    padding:10px 12px;
    box-sizing:border-box;
  }
  .eo-home .hm-strip-line{gap:6px 0}
  .eo-home .hm-strip-line span{padding:0 8px}
  .eo-home .hm-strip-line i{display:none}
  .eo-home .hm-strip-line span:not(:last-child)::after{
    content:"";
    display:inline-block;
    width:1px;height:11px;
    margin-left:8px;
    background:#111;opacity:.35;
    vertical-align:-1px;
  }
  .eo-home .hm-daily{grid-template-columns:1fr}
  .eo-home .hm-daily-side{border-left:0 !important;border-top:1px solid #111 !important}
  .eo-home .hm-daily-list{grid-template-columns:1fr}
  .eo-home .hm-daily-card,
  .eo-home .hm-daily .dq-card{
    border-right:0 !important;
    border-bottom:1px solid #111 !important;
  }
  .eo-home .hm-daily-card:last-child,
  .eo-home .hm-daily .dq-card:last-child{border-bottom:0 !important}
}
@media (max-width:640px){
  .eo-home .hm-hero{
    margin-top:8px;
  }
  .eo-home .hm-hero-stage{
    box-shadow:3px 3px 0 #111;
  }
  .eo-home .hm-hero-brand{font-size:clamp(32px,10vw,42px)}
  .eo-home .hm-hero-lead{font-size:13px}
  .eo-home .hm-hero-cta .hm-btn{flex:1 1 auto;min-width:0}
  .eo-home .hm-rules{grid-template-columns:1fr}
  .eo-home .hm-rule{border-right:0;border-bottom:1px solid #111}
  .eo-home .hm-rule:last-child{border-bottom:0}
  .eo-home .hm-hub-grid{grid-template-columns:1fr 1fr}
  .eo-home .hm-hub-grid a:nth-child(3n){border-right:1px solid #111}
  .eo-home .hm-hub-grid a:nth-child(2n){border-right:0}
  .eo-home .hm-hub-grid a{border-bottom:1px solid #111;min-height:78px}
  .eo-home .hm-hub-grid a:nth-child(n+5){border-bottom:0}
  .eo-home .hm-hub-market-orbit{width:110px;height:110px;right:-22px;top:-28px}
  .eo-home .hm-raid{flex-direction:column;align-items:stretch}
  .eo-home .hm-raid .hm-btn{width:100%;box-sizing:border-box;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  .eo-home .hm-hero-video{animation:none !important;transform:none !important}
  .eo-home .hm-btn{transition:none !important}
  .eo-home .hm-hub-market-orbit{animation:none !important}
  .eo-home .hm-hub-start:hover .hm-hub-start-bg{transform:none !important}
  .eo-home .hm-hero-copy{animation:none !important}
}
