/* ================================================================
   深色霓虹游戏风主题 v2 —— 全站改版
   ================================================================ */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;
  color: #e8ecf7; line-height: 1.6;
  background:
    radial-gradient(900px 500px at 85% -5%, rgba(106,92,255,.22), transparent 60%),
    radial-gradient(800px 450px at -10% 30%, rgba(0,212,255,.12), transparent 60%),
    radial-gradient(700px 500px at 50% 110%, rgba(255,77,157,.10), transparent 60%),
    linear-gradient(180deg, #0d1024 0%, #10142e 55%, #0c0f22 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
.container { max-width: 1080px; margin: 0 auto; padding: 0 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ============ 导航（玻璃拟态） ============ */
.navbar {
  background: rgba(13,16,36,.72); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: sticky; top: 0; z-index: 100;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.logo { font-size: 20px; font-weight: 800;
  background: linear-gradient(90deg, #6a5cff, #00d4ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: 15px; }
.nav-links a:hover { color: #00d4ff; }
.btn-recharge-nav {
  background: linear-gradient(135deg, #ff4d9d, #ff7a45);
  color: #fff !important; padding: 6px 18px; border-radius: 20px; font-weight: 700;
  box-shadow: 0 3px 14px rgba(255,77,157,.4);
}

/* ============ 按钮 ============ */
.btn {
  display: inline-block; padding: 10px 22px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-align: center; cursor: pointer; border: none;
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.08); }
.btn-primary {
  background: linear-gradient(135deg, #6a5cff, #00b3ff); color: #fff;
  box-shadow: 0 4px 18px rgba(106,92,255,.45);
}
.btn-outline { border: 1.5px solid rgba(255,255,255,.35); color: #e8ecf7;
  background: rgba(255,255,255,.05); }
.btn-block { width: 100%; }

/* ============ 首页 Hero ============ */
.hero {
  text-align: center; padding: 76px 16px 60px; position: relative; overflow: hidden;
  border-radius: 0 0 34px 34px; margin-bottom: 40px; color: #fff;
  background:
    radial-gradient(circle at 15% 25%, rgba(106,92,255,.5) 0, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(0,212,255,.35) 0, transparent 45%),
    radial-gradient(circle at 55% 15%, rgba(255,77,157,.25) 0, transparent 40%),
    linear-gradient(135deg, #1a1650 0%, #0e2a5e 55%, #0d1030 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 44px rgba(64,52,180,.35);
}
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px); }
.hero h1 { font-size: 40px; margin-bottom: 14px; letter-spacing: 2px; font-weight: 800;
  background: linear-gradient(92deg, #fff 30%, #9fd8ff 70%, #c7b8ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 14px rgba(0,180,255,.35)); }
.hero p { color: rgba(255,255,255,.8); margin-bottom: 18px; font-size: 16px; }
.hero-chips { display: flex; gap: 10px; justify-content: center; margin-bottom: 26px;
  flex-wrap: wrap; position: relative; z-index: 1; }
.hero-chip { font-size: 13px; padding: 5px 14px; border-radius: 20px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  color: #dfe8ff; backdrop-filter: blur(4px); }
.hero .btn-primary { background: linear-gradient(135deg, #ff4d9d, #ff7a45);
  padding: 13px 42px; font-size: 17px; box-shadow: 0 8px 26px rgba(255,77,157,.5); }
.hero-float { position: absolute; font-size: 40px; opacity: .5;
  animation: floaty 5s ease-in-out infinite; pointer-events: none; z-index: 0;
  filter: drop-shadow(0 0 14px rgba(120,160,255,.6)); }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-16px) rotate(7deg); } }

/* ============ 游戏卡片 ============ */
.game-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 22px; margin-bottom: 44px;
}
.game-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px; overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  backdrop-filter: blur(8px);
}
.game-card:hover {
  transform: translateY(-6px); border-color: rgba(0,212,255,.5);
  box-shadow: 0 12px 34px rgba(0,140,255,.25);
}
.game-cover { height: 150px; display: flex; align-items: center; justify-content: center;
  position: relative; }
.game-cover::before { content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 14px, transparent 14px 28px); }
.game-cover::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 46px;
  background: linear-gradient(180deg, transparent, rgba(13,16,36,.85)); }
.game-icon { font-size: 62px; position: relative; z-index: 1;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.45)); }
.game-icon.xl { font-size: 88px; }
.game-info { padding: 14px 16px 8px; flex: 1; }
.game-info h3 { font-size: 17px; margin-bottom: 6px; color: #fff; }
.game-desc { font-size: 13px; color: #9aa6c8; min-height: 40px; }
.game-tag { display: inline-block; font-size: 12px; color: #7fdcff;
  background: rgba(0,180,255,.12); border: 1px solid rgba(0,180,255,.3);
  padding: 2px 12px; border-radius: 12px; margin-top: 8px; }
.btn-play {
  margin: 10px 16px 16px; padding: 9px; border-radius: 10px; font-weight: 700; font-size: 14px;
  color: #fff; background: linear-gradient(135deg, #6a5cff, #00b3ff);
  box-shadow: 0 4px 14px rgba(106,92,255,.4); text-align: center;
}

/* ============ 特色条 ============ */
.feature-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  padding: 30px 0 60px;
}
.feature {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; text-align: center; padding: 22px 8px;
  font-weight: 700; color: #e8ecf7; transition: transform .2s, border-color .2s;
}
.feature:hover { transform: translateY(-3px); border-color: rgba(106,92,255,.55); }
.feature small { display: block; color: #8b96b8; font-weight: 400; margin-top: 4px; }
.feature:nth-child(1) { box-shadow: inset 0 0 40px rgba(255,184,48,.06); }
.feature:nth-child(2) { box-shadow: inset 0 0 40px rgba(0,180,255,.07); }
.feature:nth-child(3) { box-shadow: inset 0 0 40px rgba(22,163,74,.07); }
.feature:nth-child(4) { box-shadow: inset 0 0 40px rgba(255,77,157,.07); }

/* ============ 游戏页 ============ */
.game-page { padding: 28px 0 44px; }
.game-head { display: flex; gap: 26px; align-items: center; margin-bottom: 26px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 22px 26px; }
.game-cover.big { width: 150px; height: 150px; border-radius: 20px; flex-shrink: 0;
  box-shadow: 0 8px 26px rgba(0,0,0,.4); }
.game-head-info h1 { font-size: 27px; margin-bottom: 8px; color: #fff; }
.game-head-info p { color: #9aa6c8; margin-bottom: 16px; }
.game-head-actions { display: flex; gap: 12px; }
.game-frame-wrap {
  background: #05060f; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(106,92,255,.35);
  box-shadow: 0 0 0 1px rgba(0,212,255,.12), 0 10px 40px rgba(64,52,180,.3);
}
.game-frame-wrap iframe { width: 100%; height: 560px; border: 0; display: block; }
.frame-tip { color: #8b96b8; font-size: 13px; text-align: center; padding: 12px;
  background: rgba(255,255,255,.03); border-top: 1px solid rgba(255,255,255,.06); }

/* ============ 充值中心 ============ */
.recharge-page { padding: 34px 0 54px; }
.recharge-hero { text-align: center; margin-bottom: 34px; position: relative; }
.recharge-hero h1 { font-size: 32px; margin-bottom: 10px; font-weight: 800;
  background: linear-gradient(92deg, #ffd76a, #ff9a3d, #ff4d9d);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 16px rgba(255,150,60,.3)); }
.recharge-hero p { color: #9aa6c8; }
.recharge-coins { font-size: 40px; display: block; margin-bottom: 6px;
  filter: drop-shadow(0 6px 16px rgba(255,184,48,.5));
  animation: floaty 4s ease-in-out infinite; }
.pkg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-bottom: 40px;
}
.pkg-card {
  background: linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px; padding: 26px 18px; text-align: center; position: relative;
  display: flex; flex-direction: column; backdrop-filter: blur(8px);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pkg-card .btn { margin-top: auto; }
.pkg-grid .pkg-wide { grid-column: 2; }
.pkg-card:hover { transform: translateY(-4px); border-color: rgba(255,184,48,.55);
  box-shadow: 0 12px 34px rgba(255,150,60,.18); }
.pkg-tag { position: absolute; top: -1px; right: 14px;
  background: linear-gradient(135deg,#ff4d9d,#ff7a45);
  color: #fff; font-size: 12px; padding: 3px 14px; border-radius: 0 0 8px 8px;
  box-shadow: 0 3px 10px rgba(255,77,157,.4); }
.pkg-name { font-size: 16px; font-weight: 700; color: #fff; }
.pkg-bonus { color: #ffb830; font-size: 13px; margin: 6px 0; min-height: 20px;
  text-shadow: 0 0 12px rgba(255,184,48,.35); }
.pkg-price { margin: 10px 0 16px; color: #ffd76a; font-size: 15px; }
.pkg-price strong { font-size: 32px; font-weight: 800; }
.pay-notice {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 24px 28px;
}
.pay-notice h2 { font-size: 18px; margin-bottom: 12px; color: #fff; }
.pay-notice ul { padding-left: 20px; color: #9aa6c8; font-size: 14px; }
.pay-notice li { margin: 6px 0; }
.pay-notice b { color: #7fdcff; }

/* ============ 支付方式选择 ============ */
.pay-methods { margin: 20px 0 8px; }
.pay-methods h2 { font-size: 16px; color: #cfd6ea; margin-bottom: 12px; }
.pm-list { display: flex; gap: 12px; flex-wrap: wrap; }
.pm-item { display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 2px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 10px 18px; cursor: pointer; user-select: none;
  position: relative; transition: border-color .15s, background .15s; }
.pm-item:active { background: rgba(255,255,255,.09); }
.pm-item.active { border-color: #00b3ff; background: rgba(0,180,255,.12);
  box-shadow: 0 0 16px rgba(0,180,255,.2); }
.pm-logo { width: 26px; height: 26px; border-radius: 7px; color: #fff; font-size: 13px;
  font-weight: 700; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.pm-name { font-size: 14px; color: #e8ecf7; font-weight: 600; }
.pm-check { display: none; color: #00d4ff; font-weight: 700; font-size: 14px; }
.pm-item.active .pm-check { display: inline; }

/* ============ 结果页 / 记录页 ============ */
.result-page { max-width: 460px; margin: 44px auto;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px; padding: 42px 30px; text-align: center; }
.result-icon { font-size: 64px; margin-bottom: 12px;
  filter: drop-shadow(0 6px 18px rgba(255,255,255,.2)); }
.result-page h1 { font-size: 22px; margin-bottom: 8px; color: #fff; }
.result-page > p { color: #9aa6c8; margin-bottom: 20px; }
.result-table { width: 100%; font-size: 14px; margin-bottom: 24px; border-collapse: collapse; }
.result-table td { padding: 8px 4px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
.result-table td:first-child { color: #8b96b8; width: 110px; }
.result-actions { display: flex; gap: 12px; justify-content: center; }

.page-title { padding: 28px 0 16px; font-size: 24px; color: #fff; }
.order-table { width: 100%; border-radius: 14px; overflow: hidden;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-collapse: collapse; font-size: 14px; }
.order-table th, .order-table td { padding: 12px 14px; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.07); }
.order-table th { background: rgba(255,255,255,.05); color: #9aa6c8; }
.mono { font-family: Consolas, monospace; font-size: 12px; color: #7fdcff; }
.status.ok { color: #4ade80; font-weight: 600; }
.status.wait { color: #fbbf24; }
.empty { text-align: center; color: #8b96b8; padding: 30px !important; }
.empty a { color: #00d4ff; }

/* ============ 页脚 ============ */
.footer { background: rgba(5,7,18,.7); color: #8b96b8; padding: 52px 0 46px; margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center; font-size: 13px; }
.footer .icp { margin-top: 12px; }
.footer .icp a { color: #cfd6e4; text-decoration: none; }
.footer .icp a:hover { color: #fff; text-decoration: underline; }
.health-notice { font-size: 12px; color: #6f7a96; margin-top: 14px; line-height: 1.9;
  max-width: 860px; margin-left: auto; margin-right: auto; padding: 0 16px; }
.footer-badges { display: flex; gap: 30px; justify-content: center; margin-top: 24px;
  flex-wrap: wrap; }
.badge-item { display: flex; align-items: center; gap: 9px; font-size: 12px;
  color: #8b96b8; text-align: left; line-height: 1.4; }
.badge-icon { width: 38px; height: 38px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: 17px; flex: none; }

/* ============ 手机适配 ============ */
@media (min-width: 1440px) {
  .container { max-width: 1240px; }
}
@media (max-width: 1024px) {
  .hero h1 { font-size: 32px; }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-badges { gap: 20px; }
}
@media (max-width: 720px) {
  .hero { padding: 50px 14px 44px; border-radius: 0 0 24px 24px; }
  .hero h1 { font-size: 25px; }
  .hero p { font-size: 14px; }
  .hero-float { display: none; }
  .hero-chip { font-size: 12px; padding: 4px 11px; }
  .nav-links { gap: 12px; font-size: 14px; }
  .logo { font-size: 17px; }
  .nav-links a { white-space: nowrap; }
  .btn-recharge-nav { padding: 5px 12px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .game-cover { height: 118px; }
  .game-icon { font-size: 48px; }
  .btn-play { margin: 8px 10px 12px; padding: 8px; font-size: 13px; }
  .game-info { padding: 10px 12px 4px; }
  .game-desc { font-size: 12px; min-height: 36px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .recharge-hero h1 { font-size: 25px; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pkg-grid .pkg-wide { grid-column: 1 / -1; }
  .pkg-card { padding: 20px 14px; }
  .pkg-price strong { font-size: 26px; }
  .game-head { flex-direction: column; text-align: center; padding: 18px 14px; }
  .game-head-actions { justify-content: center; }
  .game-cover.big { width: 120px; height: 120px; }
  .game-frame-wrap iframe { height: 62vh; }
  .order-table { font-size: 12px; display: block; overflow-x: auto; }
  .footer { padding: 40px 0 36px; }
  .footer-badges { gap: 16px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 22px; }
  .feature-strip { gap: 10px; }
  .pm-list { gap: 8px; }
  .pm-item { padding: 8px 12px; }
  .footer-badges { display: grid; grid-template-columns: repeat(2, auto);
    justify-content: center; text-align: left; }
}
/* ================================================================
   主页 v2 —— 图文版式（数据带/游戏墙/类型/三步/优势）
   ================================================================ */
.sec-title { text-align: center; font-size: 26px; color: #fff; margin: 0 0 8px; }
.sec-sub { text-align: center; color: #9aa6c8; margin: 0 0 26px; font-size: 14px; }

/* 数据带 */
.stat-band { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: -8px 0 38px; padding: 0 16px; }
.stat-item {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 14px 26px; text-align: center; min-width: 130px;
}
.stat-item b {
  display: block; font-size: 24px; line-height: 1.3;
  background: linear-gradient(90deg, #6a5cff, #00d4ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-item span { font-size: 13px; color: #9aa6c8; }

/* 游戏墙（无缝滚动） */
.gm-marquee {
  overflow: hidden; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 18px 0; margin: 0 auto 42px; max-width: 1080px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.gm-track { display: flex; gap: 16px; width: max-content; animation: gm-scroll 42s linear infinite; }
.gm-marquee:hover .gm-track { animation-play-state: paused; }
@keyframes gm-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.gm-tile {
  width: 112px; height: 112px; border-radius: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  transition: transform .18s, box-shadow .18s;
}
.gm-tile:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 10px 26px rgba(0,0,0,.4); }
.gm-tile .game-icon { font-size: 54px; position: relative; z-index: 1; }

/* 游戏类型 */
.cat-chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 42px; padding: 0 16px; }
.cat-chip {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px; padding: 8px 18px; font-size: 14px; color: #cfd6f5;
}

/* 三步开玩 */
.step-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1080px; margin: 0 auto 44px; padding: 0 16px;
}
.step-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 28px 20px; text-align: center;
  transition: transform .18s, border-color .18s;
}
.step-card:hover { transform: translateY(-3px); border-color: rgba(106,92,255,.5); }
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #6a5cff, #00b3ff); color: #fff;
  font-weight: 800; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.step-emoji { font-size: 42px; display: block; margin-bottom: 12px; }
.step-card h3 { color: #fff; font-size: 17px; margin: 0 0 8px; }
.step-card p { color: #9aa6c8; font-size: 14px; margin: 0; }
.step-card a { color: #7fdcff; }

/* 为什么选择我们 */
.why-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  max-width: 1080px; margin: 0 auto 44px; padding: 0 16px;
}
.why-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 18px;
}
.why-ico { font-size: 26px; line-height: 1.2; }
.why-card b { color: #fff; display: block; margin-bottom: 4px; font-size: 15px; }
.why-card p { color: #9aa6c8; font-size: 13px; margin: 0; }

/* 底部 CTA */
.home-cta {
  max-width: 1080px; margin: 0 auto 56px; padding: 40px 24px; text-align: center;
  background: linear-gradient(135deg, rgba(106,92,255,.16), rgba(0,212,255,.10));
  border: 1px solid rgba(106,92,255,.35); border-radius: 24px;
}
.home-cta h2 { color: #fff; font-size: 24px; margin: 0 0 10px; }
.home-cta p { color: #9aa6c8; margin: 0 0 20px; }

/* 平台介绍段落 */
.intro-lead { max-width: 820px; margin: 0 auto 8px; text-align: center; color: #b9c2e2; font-size: 15px; line-height: 1.9; padding: 0 16px; }
.intro-lead b { color: #7fdcff; }

@media (max-width: 720px) {
  .step-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .stat-band { gap: 8px; }
  .stat-item { flex: 1; min-width: 0; padding: 10px 8px; }
  .stat-item b { font-size: 19px; }
  .sec-title { font-size: 22px; }
}
/* ================================================================
   宽屏适配 —— ≥1440px 屏幕加宽内容区，减少两侧留白
   ================================================================ */
@media (min-width: 1440px) {
  .container { max-width: 1440px; }
  .hero { padding: 90px 24px 72px; border-radius: 0 0 40px 40px; }
  .stat-item { min-width: 180px; padding: 16px 30px; }
  .stat-item b { font-size: 28px; }
  .gm-marquee { padding: 22px 0; }
  .gm-tile { width: 132px; height: 132px; border-radius: 24px; }
  .gm-tile .game-icon { font-size: 62px; }
  .step-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .why-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .feature-strip { gap: 20px; }
}
@media (min-width: 1800px) {
  .container { max-width: 1560px; }
  .gm-tile { width: 140px; height: 140px; }
}
/* ============ 公告栏 ============ */
.notice-bar {
  max-width: 1080px; margin: -6px auto 30px; padding: 14px 20px;
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(255,214,106,.07); border: 1px solid rgba(255,214,106,.22);
  border-radius: 16px;
}
.notice-horn { font-size: 20px; line-height: 1.5; }
.notice-list { flex: 1; }
.notice-item { color: #cfd6f5; font-size: 14px; line-height: 1.9; }
.notice-date {
  display: inline-block; margin-right: 10px; padding: 0 8px;
  background: rgba(255,214,106,.16); border-radius: 10px;
  color: #ffd76a; font-size: 12px; line-height: 1.8;
}
.footer-links { color: #9aa6c8; font-size: 13px; margin: 6px 0; }
.footer-links a { color: #7cc7ff; }
.footer-links a:hover { color: #7fdcff; }
@media (min-width: 1440px) { .notice-bar { max-width: 1440px; } }
@media (min-width: 1800px) { .notice-bar { max-width: 1560px; } }
/* ============ 在线客服气泡 ============ */
.svc-bubble {
  position: fixed; right: 22px; bottom: 26px; z-index: 9999;
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg, #6a5cff, #00b3ff);
  box-shadow: 0 6px 22px rgba(106,92,255,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; transition: transform .2s;
}
.svc-bubble:hover { transform: scale(1.08); }
.svc-bubble.svc-hide { opacity: 0; pointer-events: none; transform: scale(.6); }
.svc-bubble::after {
  content: ''; position: absolute; top: 4px; right: 4px; width: 10px; height: 10px;
  border-radius: 50%; background: #2ecc71; border: 2px solid #10142e;
}
.svc-panel {
  position: fixed; right: 22px; bottom: 26px; z-index: 10000;
  width: 340px; max-width: calc(100vw - 24px); height: 480px; max-height: 70vh;
  background: #14182e; border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
  display: flex; flex-direction: column; overflow: hidden;
  opacity: 0; pointer-events: none; transform: translateY(16px) scale(.96);
  transition: opacity .2s, transform .2s;
}
.svc-panel.svc-show { opacity: 1; pointer-events: auto; transform: none; }
.svc-head {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px;
  background: linear-gradient(135deg, rgba(106,92,255,.25), rgba(0,179,255,.15));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.svc-ava { font-size: 26px; }
.svc-title { flex: 1; color: #fff; font-size: 15px; font-weight: 700; }
.svc-sub { font-size: 11px; color: #8fd8a0; font-weight: 400; }
.svc-close { cursor: pointer; color: #9aa6c8; font-size: 15px; padding: 2px 6px; }
.svc-close:hover { color: #fff; }
.svc-msgs { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.svc-msg {
  max-width: 82%; padding: 9px 13px; border-radius: 14px;
  font-size: 13px; line-height: 1.65; word-break: break-word; white-space: pre-wrap;
}
.svc-msg.bot {
  align-self: flex-start;
  background: rgba(255,255,255,.08); color: #e8ecf7;
  border-bottom-left-radius: 4px;
}
.svc-msg.user {
  align-self: flex-end;
  background: linear-gradient(135deg, #6a5cff, #00b3ff); color: #fff;
  border-bottom-right-radius: 4px;
}
.svc-chips { display: flex; gap: 8px; padding: 0 14px 10px; flex-wrap: wrap; }
.svc-chip {
  font-size: 12px; color: #7fdcff; cursor: pointer;
  background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.25);
  border-radius: 14px; padding: 4px 12px;
}
.svc-chip:hover { background: rgba(0,212,255,.16); }
.svc-input-row {
  display: flex; gap: 8px; padding: 12px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.svc-input {
  flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px; padding: 9px 12px; color: #e8ecf7; font-size: 13px; outline: none;
}
.svc-input:focus { border-color: #6a5cff; }
.svc-send {
  padding: 9px 18px; border: none; border-radius: 10px; cursor: pointer;
  background: linear-gradient(135deg, #6a5cff, #00b3ff); color: #fff;
  font-size: 13px; font-weight: 700;
}
.svc-send:disabled { opacity: .5; cursor: default; }

/* ============ 导航移动端换行（防溢出） ============ */
@media (max-width: 720px) {
  .nav-inner { height: auto; flex-wrap: wrap; padding: 8px 0; gap: 6px; }
  .nav-links { flex-wrap: wrap; gap: 8px 14px; }
}
