@charset "UTF-8";
/* ============================================================
   烟雨千年 2025 · 武侠写实增强�? · yanyu2025 模板
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-base:     #0c0b0a;
  --bg-card:     #141110;
  --bg-soft:     #191512;
  --line:        #3c2f22;
  --line-s:      #5b452c;
  --gold:        #d6b171;
  --gold-deep:   #8f642f;
  --gold-bright: #f0cf8c;
  --text:        #efe6d4;
  --text-soft:   #cdbd9d;
  --text-dim:    #8a7a62;
  --radius:      12px;
  --nav-h:       58px;
  --ann-h:       30px;
}

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(ellipse at 10% 10%, rgba(214,177,113,.12) 0%, transparent 40%),
    radial-gradient(ellipse at 88% 5%,  rgba(214,177,113,.08) 0%, transparent 35%),
    radial-gradient(ellipse at 50% 90%, rgba(90,40,10,.20)    0%, transparent 50%),
    var(--bg-base);
  color: var(--text);
  font-family: "PingFang SC","Microsoft YaHei",sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ─── 公告�? ─── */
.announce-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--ann-h); display: flex; align-items: center;
  background: linear-gradient(90deg,#0e0c0a,#1a140e,#0e0c0a);
  border-bottom: 1px solid #2e221a; overflow: hidden;
}
.ann-label {
  flex-shrink: 0; height: 100%;
  display: flex; align-items: center;
  padding: 0 20px 0 14px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  color: #1a130a; font-size: 12px; font-weight: 700;
  clip-path: polygon(0 0,100% 0,calc(100% - 8px) 100%,0 100%);
  white-space: nowrap;
}
.ann-track-wrap { overflow: hidden; flex: 1; padding: 0 12px; }
.ann-track {
  display: flex; gap: 48px; white-space: nowrap;
  animation: marquee 32s linear infinite;
}
.ann-track a { color: var(--text-soft); text-decoration: none; font-size: 12px; }
.ann-track a:hover { color: var(--gold); }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── 导航�? ─── */
.navbar {
  position: fixed; top: var(--ann-h); left: 0; right: 0; z-index: 100;
  height: var(--nav-h); display: flex; align-items: center;
  background: rgba(10,9,8,.88);
  backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid #2a1f14;
  transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.6); }
.nav-inner {
  max-width: 1240px; margin: 0 auto; width: 100%;
  padding: 0 clamp(14px,2.5vw,28px);
  display: flex; align-items: center; gap: 20px;
}
.nav-logo {
  font-weight: 800; font-size: 18px; letter-spacing: 1.5px;
  color: var(--gold); text-decoration: none; flex-shrink: 0;
  text-shadow: 0 0 18px rgba(214,177,113,.4);
}
.nav-logo small { color: var(--text-soft); font-weight: 400; font-size: 13px; margin-left: 6px; }
.nav-menu { display: flex; gap: 2px; flex: 1; }
.nav-menu a {
  color: var(--text-soft); text-decoration: none; font-size: 14px;
  padding: 6px 12px; border-radius: 8px;
  transition: color .2s, background .2s;
}
.nav-menu a:hover { color: var(--gold); background: rgba(214,177,113,.08); }
.nav-actions { display: flex; gap: 8px; flex-shrink: 0; }
.nav-btn {
  font-size: 13px; font-weight: 600; text-decoration: none;
  padding: 7px 14px; border-radius: 8px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: opacity .2s, transform .15s;
}
.nav-btn:hover { opacity: .88; transform: translateY(-1px); }
.nav-btn.ghost { border: 1px solid var(--line-s); color: var(--text-soft); }
.nav-btn.solid {
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  color: #1c1205; border: none;
}
.online-badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--text-dim);
  padding: 0 14px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  flex-shrink: 0;
}
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #2ecc71;
  box-shadow: 0 0 6px #2ecc71; animation: pulse-a 2s ease-in-out infinite; }
@keyframes pulse-a { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.4);opacity:.7} }

/* ─── 粒子画布 ─── */
#yny-particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .5; }

/* ─── 主容�? ─── */
.wrap {
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto;
  padding: calc(var(--ann-h) + var(--nav-h) + 18px) clamp(14px,2.2vw,22px) 60px;
}

/* ─── HERO ─── */
.hero {
  position: relative; overflow: hidden;
  border: 1px solid var(--line-s); border-radius: 18px;
  min-height: clamp(400px,50vw,520px);
  display: flex; align-items: flex-end;
  margin-bottom: 14px; background: #0e0c09;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg,rgba(8,7,6,.8) 0%,rgba(8,7,6,.22) 52%,rgba(8,7,6,.75) 100%),
    linear-gradient(0deg,rgba(8,7,6,.78) 0%,rgba(8,7,6,.05) 45%),
    url("../images/hero-kv.jpg") center 30%/cover no-repeat;
  transition: transform 8s ease-out;
}
.hero-content {
  position: relative; z-index: 1; width: 100%;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; padding: clamp(20px,3vw,32px);
}
.hero-left { max-width: min(640px,62%); }
.hero-right { max-width: min(480px,40%); display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--gold); padding: 4px 10px;
  border: 1px solid rgba(214,177,113,.3); border-radius: 999px;
  background: rgba(214,177,113,.07); margin-bottom: 10px; letter-spacing: .5px;
}
.hero-badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 8px var(--gold);
  animation: pulse-a 2s ease-in-out infinite;
}
h1.hero-title { font-size: clamp(30px,5.2vw,48px); line-height: 1.12; font-weight: 900; }
.gold-text {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(214,177,113,.5), 0 2px 4px rgba(0,0,0,.6);
  background: linear-gradient(90deg,#8f642f 20%,#f0cf8c 50%,#8f642f 80%);
  background-size: 600px 100%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3.5s ease-in-out infinite;
}
@keyframes shimmer { from{background-position:-600px 0} to{background-position:600px 0} }
.hero-sub { margin: 12px 0 0; color: var(--text-soft); line-height: 1.85; font-size: clamp(14px,1.8vw,16px); }
.hero-meta { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  font-size: 12px; color: #dac9a8; padding: 4px 10px;
  border: 1px solid #4a3a28; border-radius: 999px;
  background: rgba(21,18,15,.8); backdrop-filter: blur(4px);
  transition: border-color .2s, color .2s;
}
.chip:hover { border-color: var(--gold-deep); color: var(--gold); }

/* 倒计�? */
.countdown-box {
  background: rgba(12,10,8,.72); backdrop-filter: blur(12px);
  border: 1px solid var(--line-s); border-radius: 14px;
  padding: 14px 18px; text-align: center; min-width: 220px;
}
.cd-label { font-size: 11px; color: var(--text-dim); letter-spacing: 1px; margin-bottom: 10px; }
.cd-digits { display: flex; gap: 8px; justify-content: center; }
.cd-unit { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cd-num {
  font-size: 28px; font-weight: 800; line-height: 1; color: var(--gold);
  min-width: 44px; text-align: center;
  background: rgba(214,177,113,.06); border: 1px solid rgba(214,177,113,.18);
  border-radius: 8px; padding: 6px 4px;
  text-shadow: 0 0 18px rgba(214,177,113,.6);
  transition: transform .15s;
}
.cd-num.flip { transform: scale(1.15); }
.cd-name { font-size: 10px; color: var(--text-dim); }
.cd-sep { font-size: 22px; font-weight: 700; color: var(--gold-deep); padding-top: 6px; }

/* 按钮 */
.hero-ops { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.btn {
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 18px; border-radius: 10px; font-size: 14px; font-weight: 600;
  transition: transform .18s, box-shadow .18s, opacity .18s; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn.pri {
  background: linear-gradient(90deg,var(--gold-bright),var(--gold),var(--gold-deep));
  color: #1c1205; border: none; box-shadow: 0 4px 18px rgba(214,177,113,.35);
}
.btn.pri:hover { box-shadow: 0 6px 28px rgba(214,177,113,.5); }
.btn.sec { border: 1px solid var(--line-s); color: #ebd8b3; background: rgba(29,24,18,.9); }
.btn.sec:hover { border-color: var(--gold-deep); color: var(--gold); }
.hero-note { font-size: 12px; color: var(--text-dim); }

/* ─── 统计�? ─── */
.stats-bar {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 10px; margin-bottom: 14px;
}
.stat-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 14px; text-align: center; position: relative; overflow: hidden;
  transition: border-color .25s, transform .2s;
}
.stat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg,transparent,var(--gold-deep),transparent);
  opacity: 0; transition: opacity .25s;
}
.stat-card:hover { border-color: var(--line-s); transform: translateY(-3px); }
.stat-card:hover::before { opacity: 1; }
.stat-num { font-size: clamp(22px,3vw,30px); font-weight: 800; color: var(--gold); line-height: 1; }
.stat-unit { font-size: 13px; color: var(--text-dim); }
.stat-desc { font-size: 12px; color: var(--text-dim); margin-top: 5px; }

/* ─── 主布局 ─── */

/* 主内容列（左侧，包含新闻+本服特色+游戏资料） */
.main-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

/* ������ɫ/��Ϸ���� ���ȫ�� */
.full-span {
  grid-column: 1 / -1;
}
/* ȫ��ģʽ�� docs-grid �������� */
.docs-grid-wide {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.main-layout {
  display: grid;
  grid-template-columns: minmax(0,2.1fr) minmax(260px,1fr);
  gap: 12px; margin-bottom: 14px;
}

/* ─── 卡片 ─── */
.card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px;
  transition: border-color .25s;
}
.card:hover { border-color: var(--line-s); }
.card-title {
  font-size: 17px; font-weight: 700; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px; color: var(--text);
}
.card-title::before {
  content: ""; display: block; width: 3px; height: 16px;
  background: linear-gradient(180deg,var(--gold),var(--gold-deep)); border-radius: 2px;
}

/* ─── 新闻 ─── */
.news-cover {
  height: clamp(100px,12vw,150px); border-radius: 10px;
  border: 1px solid #3c2f21; margin-bottom: 12px;
  background: linear-gradient(135deg,#1a1208,#2a1e10),
              url("../images/news-banner.jpg") center/cover no-repeat;
  background-blend-mode: multiply;
  position: relative; overflow: hidden;
}
.news-cover-label {
  position: absolute; bottom: 12px; left: 14px;
  font-size: 13px; color: var(--gold); font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,.8);
}
.news-list { display: grid; gap: 7px; }
.news-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border: 1px solid #332719;
  border-radius: 10px; background: rgba(19,16,13,.9);
  transition: border-color .2s, background .2s; cursor: pointer;
  text-decoration: none;
}
.news-item:hover { border-color: var(--gold-deep); background: rgba(30,22,12,.95); }
.news-tag {
  font-size: 11px; min-width: 42px; text-align: center;
  padding: 3px 7px; border-radius: 999px; font-weight: 600; flex-shrink: 0;
  border: 1px solid #5a4020; color: #e4cc9f; background: #1f1810;
}
.news-date { font-size: 12px; color: #ac9977; min-width: 42px; flex-shrink: 0; }
.news-title-text { color: #e9dcc3; font-size: 14px; line-height: 1.4; flex: 1; }
.news-arrow { margin-left: auto; color: var(--text-dim); font-size: 12px; flex-shrink: 0; transition: transform .2s, color .2s; }
.news-item:hover .news-arrow { transform: translateX(3px); color: var(--gold); }
.news-more { display: flex; justify-content: flex-end; margin-top: 10px; }
.news-more a { font-size: 13px; color: var(--text-dim); text-decoration: none; }
.news-more a:hover { color: var(--gold); }

/* ─── 侧边�? ─── */
.sidebar { display: flex; flex-direction: column; gap: 12px; }
.panel-title {
  font-size: 14px; font-weight: 700; color: var(--gold);
  margin-bottom: 10px; display: flex; align-items: center; gap: 6px;
}
.quick-links { display: grid; gap: 6px; }
.quick-link {
  text-decoration: none; color: #dec8a0;
  border: 1px solid #3b2e21; border-radius: 9px;
  background: #17120e; padding: 10px 12px;
  display: flex; align-items: center; justify-content: space-between; font-size: 14px;
  transition: border-color .2s, background .2s, color .2s;
}
.quick-link:hover { border-color: var(--gold-deep); color: var(--gold); background: rgba(30,22,10,.9); }
.ql-arrow { font-size: 12px; color: var(--text-dim); transition: transform .2s, color .2s; }
.quick-link:hover .ql-arrow { transform: translateX(3px); color: var(--gold); }

/* 服务器状�? */
.server-list { display: grid; gap: 7px; }
.server-row {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border: 1px solid #2e2318;
  border-radius: 9px; background: #0f0c09; font-size: 13px;
}
.dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-green { background: #2ecc71; box-shadow: 0 0 6px #2ecc71; animation: pulse-a 2.5s ease-in-out infinite; }
.dot-yellow { background: #f39c12; box-shadow: 0 0 6px #f39c12; }
.sv-name { flex: 1; color: var(--text); }
.sv-status { font-size: 11px; color: var(--text-dim); }
.sv-queue { font-size: 11px; color: #2ecc71; }
.sv-queue.busy { color: #f39c12; }

/* 充值卡 */
.recharge-card {
  border: 1px solid #4a3725; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg,#1a1208,#241a0e); padding: 14px;
}
.recharge-cover {
  width: 100%; height: 78px; border-radius: 8px; margin-bottom: 10px;
  background: linear-gradient(100deg,rgba(11,9,7,.88) 22%,rgba(11,9,7,.38)),
              url("../images/recharge-visual.jpg") right center/cover no-repeat;
  display: flex; align-items: center; padding: 0 14px;
}
.recharge-title { font-size: 15px; font-weight: 700; color: var(--gold); text-shadow: 0 0 12px rgba(214,177,113,.5); }
.recharge-desc { font-size: 13px; color: var(--text-dim); margin-bottom: 10px; line-height: 1.6; }
.recharge-btn {
  display: block; text-align: center; text-decoration: none;
  background: linear-gradient(90deg,var(--gold),var(--gold-deep));
  color: #1c1205; font-weight: 700; font-size: 14px;
  padding: 10px; border-radius: 8px;
  transition: opacity .2s, transform .15s;
}
.recharge-btn:hover { opacity: .9; transform: translateY(-1px); }

/* ─── 资料�? ─── */
.docs-cover {
  width: 100%; height: clamp(100px,12vw,150px); border-radius: 10px;
  border: 1px solid #3b2d20; margin-bottom: 12px; text-decoration: none; display: block;
  background: linear-gradient(135deg,rgba(12,10,8,.25),rgba(12,10,8,.55)),
              url("../images/docs-banner.jpg") center/cover no-repeat;
  position: relative; overflow: hidden;
}
.docs-cover-label {
  position: absolute; bottom: 14px; left: 16px;
  font-size: 14px; font-weight: 700; color: var(--gold);
  text-shadow: 0 1px 6px rgba(0,0,0,.9);
}
.docs-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.docs-tabs a {
  border: 1px solid #443523; border-radius: 999px; padding: 7px 16px;
  background: rgba(21,17,13,.9); color: #dcc39a; cursor: pointer;
  font-size: 13px; font-weight: 600; text-decoration: none;
  transition: border-color .2s, color .2s, background .2s, box-shadow .2s;
  display: inline-flex; align-items: center; gap: 5px;
}
.docs-tabs a:hover { border-color: var(--gold-deep); color: var(--gold); }
.docs-tabs a.active {
  border-color: var(--gold); color: var(--gold-bright);
  background: rgba(214,177,113,.1); box-shadow: 0 0 12px rgba(214,177,113,.2);
}
.docs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.doc-item {
  border: 1px solid #3d301f; border-radius: 10px; background: var(--bg-soft);
  padding: 14px 12px; text-decoration: none;
  transition: border-color .2s, transform .2s; position: relative; overflow: hidden;
}
.docs-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.docs-more a {
  font-size: 12px;
  color: var(--gold-deep);
  text-decoration: none;
  padding: 4px 12px;
  border: 1px solid rgba(214,177,113,.25);
  border-radius: 20px;
  transition: all .2s;
}
.docs-more a:hover {
  color: var(--gold-bright);
  border-color: var(--gold);
  background: rgba(214,177,113,.08);
}

.doc-item:hover { border-color: var(--gold-deep); transform: translateY(-3px); }
.doc-icon { font-size: 20px; margin-bottom: 8px; }
.doc-name { color: #f2ddba; font-size: 15px; font-weight: 700; display: block; margin-bottom: 5px; }
.doc-desc { color: var(--text-soft); font-size: 13px; line-height: 1.6; }

/* ─── 截图�? ─── */
.pics-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 4px; }
.pic-item { border-radius: 10px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/9; }
.pic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; display: block; }
.pic-item:hover img { transform: scale(1.06); }

/* ─── 底部三列 ─── */
.footer-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 14px; }
.footer-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; text-decoration: none;
  transition: border-color .25s, transform .2s;
}
.footer-card:hover { border-color: var(--line-s); transform: translateY(-2px); }
.fc-title { color: var(--gold); font-weight: 700; font-size: 14px; margin-bottom: 8px; display: block; }
.fc-desc { color: var(--text-dim); font-size: 13px; line-height: 1.7; }
.fc-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.fc-tag { font-size: 11px; padding: 3px 8px; border-radius: 999px; border: 1px solid #3a2d1e; color: var(--text-dim); }

/* ─── 站点页脚 ─── */
.site-footer {
  border-top: 1px solid var(--line); padding: 28px 0 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 8px; text-align: center;
}
.footer-brand { font-weight: 700; color: var(--gold); margin-bottom: 4px; font-size: 15px; }
.footer-info { font-size: 13px; color: var(--text-dim); line-height: 1.8; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: var(--text-dim); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }

/* ─── 回顶按钮 ─── */
#back-top {
  position: fixed; bottom: 30px; right: 24px; z-index: 500;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(20,17,13,.9); border: 1px solid var(--line-s);
  color: var(--gold); font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s; backdrop-filter: blur(8px);
}
#back-top.show { opacity: 1; pointer-events: all; }
#back-top:hover { transform: translateY(-3px); border-color: var(--gold); }

/* ─── 列表�? ─── */
.page-wrap { padding: 24px 0; }
.breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 4px 0;
  font-size: 13px; color: var(--text-soft); margin-bottom: 20px;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(214,177,113,.08) 0%, rgba(20,17,16,.95) 100%);
  border: 1px solid rgba(214,177,113,.20);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius); position: relative; overflow: hidden;
}
.breadcrumb::before {
  content: '\4f4d\7f6e';
  font-size: 11px; color: var(--gold);
  background: rgba(214,177,113,.10);
  border: 1px solid rgba(214,177,113,.28);
  border-radius: 4px; padding: 1px 7px;
  margin-right: 10px; letter-spacing: 1px; flex-shrink: 0;
}
.breadcrumb a { color: var(--text-soft); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--gold-bright); }
.bc-sep { color: var(--gold-deep); margin: 0 6px; font-size: 15px; opacity: .9; flex-shrink: 0; }
.bc-current { color: var(--gold); font-weight: 500; }
.list-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.list-title-bar { font-size: 20px; font-weight: 700; color: var(--gold); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.content-list { list-style: none; }
.content-list li a {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 12px 14px; border-bottom: 1px solid #221a12;
  text-decoration: none; color: var(--text); font-size: 14px;
  transition: background .2s, color .2s;
  border-radius: 6px;
}
.content-list li a:hover { background: rgba(214,177,113,.06); color: var(--gold); }
.ctitle { flex: 1; }
.cdate { font-size: 12px; color: var(--text-dim); flex-shrink: 0; }
.page-nav { display: flex; justify-content: center; gap: 6px; margin-top: 18px; flex-wrap: wrap; }
.page-nav a, .page-nav span {
  padding: 6px 12px; border-radius: 8px; font-size: 13px;
  border: 1px solid var(--line); color: var(--text-soft); text-decoration: none;
  transition: border-color .2s, color .2s;
}
.page-nav a:hover { border-color: var(--gold-deep); color: var(--gold); }
.page-nav .cur { border-color: var(--gold); color: var(--gold); background: rgba(214,177,113,.1); }

/* ─── 文章详情�? ─── */
.article-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.article-h1 { font-size: clamp(20px,3vw,26px); color: var(--gold); margin-bottom: 12px; line-height: 1.4; }
.article-meta { font-size: 13px; color: var(--text-dim); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.article-body { line-height: 1.9; font-size: 15px; color: var(--text-soft); }
.article-body img { max-width: 100%; border-radius: 8px; margin: 12px 0; }
.article-body h2,h3 { color: var(--gold); margin: 20px 0 10px; }
.article-body a { color: var(--gold-bright); }
.article-back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; text-decoration: none; color: var(--text-dim); font-size: 13px; transition: color .2s; }
.article-back:hover { color: var(--gold); }

/* ─── 入场动画 ─── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── 响应�? ─── */
@media (max-width:1100px) {
  
/* 主内容列（左侧，包含新闻+本服特色+游戏资料） */
.main-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.main-layout { grid-template-columns: 1fr; }
  .sidebar { flex-direction: row; flex-wrap: wrap; }
  .sidebar > * { flex: 1 1 240px; }
  .stats-bar { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:860px) {
  .hero-content { flex-direction: column; align-items: flex-start; }
  .hero-left, .hero-right { max-width: 100%; }
  .hero-right { align-items: flex-start; width: 100%; }
  .hero-ops { justify-content: flex-start; }
  .docs-grid, .pics-grid { grid-template-columns: 1fr 1fr; }
  .footer-cards { grid-template-columns: 1fr; }
}
@media (max-width:640px) {
  .nav-menu { display: none; }
  .online-badge { display: none; }
  .docs-grid, .pics-grid, .footer-cards { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: repeat(2,1fr); }
  .site-footer { flex-direction: column; }
  .ann-label { display: none; }
}

/* --- {zzz:location} breadcrumb --- */
.location {
  display: flex; align-items: center; flex-wrap: wrap; gap: 4px 0;
  font-size: 13px; color: var(--text-soft); margin-bottom: 20px;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(214,177,113,.08) 0%, rgba(20,17,16,.95) 100%);
  border: 1px solid rgba(214,177,113,.20);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
}
.location a { color: var(--text-soft); text-decoration: none; transition: color .2s; }
.location a:hover { color: var(--gold-bright); }

/* --- 联系我们卡片 --- */
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.contact-desc {
  font-size: 13px;
  color: var(--text-soft);
  margin: 10px 0 14px;
  line-height: 1.7;
  text-align: center;
}
.contact-qr {
  display: flex;
  justify-content: center;
}
.contact-qr img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(214,177,113,.20);
  background: #fff;
  padding: 6px;
}
