:root{
  --gupiao-bg:#f7fafc;
  --gupiao-surface:#ffffff;
  --gupiao-card:#ffffff;
  --gupiao-border:#e5e7eb;
  --gupiao-accent:#0ea5e9;
  --gupiao-accent-soft:rgba(249, 250, 248, 0.12);
  --gupiao-gold:#f59e0b;
  --gupiao-text:#0f172a;
  --gupiao-muted:#64748b;
  --gupiao-shell:1180px;
  /* 顶部导航主色（深海蓝 -> 青蓝），更通透更现代 */
  --gupiao-brand:#c0a320;
  --gupiao-brand-2:#c0a320;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.gupiao-body{
  background:var(--gupiao-bg);
  color:var(--gupiao-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;
  font-size:15px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--gupiao-accent)}
img{max-width:100%;display:block}
button{font:inherit;cursor:pointer}
.gupiao-shell{max-width:var(--gupiao-shell);margin:0 auto;padding:0 16px}
.gupiao-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* 頂部欄 */
.gupiao-head{
  position:sticky;top:0;z-index:40;
  background:linear-gradient(180deg,var(--gupiao-brand),var(--gupiao-brand-2));
  border-bottom:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.gupiao-head a{color:rgba(255,255,255,.92)}
.gupiao-head a:hover{color:#fff}
.gupiao-logo-text{color:#fff}
.gupiao-logo-sub{color:rgba(255,255,255,.68)}
.gupiao-head-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  min-height:72px;
}
.gupiao-logo{
  display:grid;
  grid-auto-flow:row;
  gap:2px;
  align-items:center;
  justify-items:start;
}
.gupiao-logo-mark{
  width:44px;height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--gupiao-accent),#2563eb);
  display:grid;place-items:center;
  font-weight:800;font-size:18px;color:#fff;
  box-shadow:0 10px 26px rgba(2,6,23,.12);
}
.gupiao-logo-text{font-weight:800;letter-spacing:.08em;font-size:14px}
.gupiao-logo-sub{font-size:11px;color:var(--gupiao-muted);letter-spacing:.18em}

.gupiao-nav{display:flex;align-items:center;justify-content:center;gap:14px}
.gupiao-nav-toggle{
  display:none;
  width:42px;height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.gupiao-nav-bars{
  position:relative;
  width:18px;height:2px;
  border-radius:999px;
  background:currentColor;
}
.gupiao-nav-bars:before,
.gupiao-nav-bars:after{
  content:"";
  position:absolute;left:0;
  width:18px;height:2px;border-radius:999px;
  background:currentColor;
}
.gupiao-nav-bars:before{top:-6px}
.gupiao-nav-bars:after{top:6px}
.gupiao-nav-menu{
  list-style:none;margin:0;padding:0;
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
}
.gupiao-nav-link{
  display:inline-flex;align-items:center;
  padding:9px 12px;
  border-radius:999px;
  font-size:13px;
  color:rgba(255,255,255,.78);
}
.gupiao-nav-link:hover,
.gupiao-nav-link.is-active{
  color:#fff;
  background:rgba(255,255,255,.14);
}

.gupiao-head-search{
  display:flex;align-items:center;gap:8px;
}
.gupiao-head-input{
  height:40px;min-width:210px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0 14px;
}
.gupiao-head-input::placeholder{color:rgba(255,255,255,.62)}
.gupiao-head-input::placeholder{color:#6b7280}
.gupiao-head-btn{
  width:40px;height:40px;
  border-radius:999px;
  border:0;
  background:linear-gradient(135deg,#38bdf8,#2563eb);
  color:#fff;
  display:grid;place-items:center;
  box-shadow:0 10px 24px rgba(2,6,23,.12);
}

.gupiao-main{padding-bottom:24px}

/* 文章頁（仿鏈股文章排版） */
.gupiao-article-wrap{padding:18px 0}
.gupiao-article-grid{
  display:grid;
  grid-template-columns:minmax(0,1.8fr) 360px;
  gap:22px;
  align-items:start;
}
.gupiao-article-main{
  background:var(--gupiao-surface);
  border:1px solid var(--gupiao-border);
  border-radius:16px;
  padding:22px 22px 18px;
  box-shadow:0 12px 28px rgba(2,6,23,.06);
}
.gupiao-breadcrumb{
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-bc-sep{margin:0 6px;color:var(--gupiao-muted)}
.gupiao-article-head{margin-top:10px}
.gupiao-article-title{
  margin:8px 0 10px;
  font-size:32px;
  line-height:1.25;
  letter-spacing:.01em;
}
.gupiao-article-meta{
  display:flex;align-items:center;gap:12px;
  flex-wrap:wrap;
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-article-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(245,158,11,.35);
  background:rgba(245,158,11,.08);
  color:#7c2d12;
  line-height:1.7;
}
.gupiao-article-body{
  margin-top:18px;
  font-size:16px;
  line-height:1.95;
  color:var(--gupiao-text);
}
.gupiao-article-body h2{
  margin:28px 0 12px;
  font-size:22px;
  line-height:1.35;
}
.gupiao-article-body h3{
  margin:22px 0 10px;
  font-size:18px;
  line-height:1.4;
}
.gupiao-article-body p{margin:0 0 1em}
.gupiao-article-body a{color:var(--gupiao-accent);text-decoration:underline;text-underline-offset:3px}
.gupiao-article-body a:hover{color:#2563eb}
.gupiao-article-body blockquote{
  margin:16px 0;
  padding:12px 14px;
  border-left:4px solid var(--gupiao-accent);
  background:#f1f5f9;
  border-radius:10px;
  color:#0f172a;
}
.gupiao-article-body hr{
  border:0;
  border-top:1px solid var(--gupiao-border);
  margin:22px 0;
}
.gupiao-article-body table{
  width:100%;
  border-collapse:collapse;
  border:1px solid var(--gupiao-border);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  display:block;
  max-width:100%;
}
.gupiao-article-body thead,
.gupiao-article-body tbody{display:table;width:100%}
.gupiao-article-body th,
.gupiao-article-body td{
  border-bottom:1px solid var(--gupiao-border);
  padding:10px 12px;
  font-size:14px;
  vertical-align:top;
}
.gupiao-article-body th{background:#f8fafc;text-align:left}
.gupiao-article-body img{
  border-radius:12px;
  border:1px solid var(--gupiao-border);
  box-shadow:0 12px 26px rgba(2,6,23,.08);
}

.gupiao-share{
  display:flex;align-items:center;gap:10px;
  margin:18px 0 14px;
}
.gupiao-share-label{font-size:13px;color:var(--gupiao-muted)}
.gupiao-share-btn{
  width:40px;height:40px;
  border-radius:10px;
  border:1px solid var(--gupiao-border);
  background:#fff;
  color:var(--gupiao-accent);
  display:grid;place-items:center;
}
.gupiao-article-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:18px 0;
  border-top:1px solid var(--gupiao-border);
  border-bottom:1px solid var(--gupiao-border);
  margin:18px 0 12px;
}
.gupiao-article-prev,.gupiao-article-next{
  border-radius:12px;
  border:1px solid var(--gupiao-border);
  background:#fff;
  padding:14px 14px 13px;
  display:grid;
  gap:8px;
  text-align:left;
  justify-items:start;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.gupiao-article-next{
  text-align:right;
  justify-items:end;
  grid-column:2;
}
.gupiao-article-prev:hover,.gupiao-article-next:hover{
  transform:translateY(-1px);
  border-color:rgba(14,165,233,.35);
  box-shadow:0 12px 26px rgba(2,6,23,.08);
}
.gupiao-article-nav-label{
  font-size:12px;
  color:var(--gupiao-accent);
  font-weight:800;
  letter-spacing:.02em;
}
.gupiao-article-nav-title{
  font-size:14px;
  line-height:1.55;
  font-weight:700;
  color:rgba(2,6,23,.88);
  display:-webkit-box;
  line-clamp:2;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.gupiao-related{margin-top:18px}
.gupiao-related-title{margin:0 0 12px;font-size:18px}
.gupiao-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gupiao-related-card{
  border-radius:14px;
  border:1px solid var(--gupiao-border);
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 22px rgba(2,6,23,.06);
}
.gupiao-related-img{width:100%;height:140px;object-fit:cover}
.gupiao-related-body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:6px}
.gupiao-related-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--gupiao-muted)}
.gupiao-related-cat{color:var(--gupiao-accent);font-weight:700}
.gupiao-related-name{margin:0;font-size:15px;line-height:1.45;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gupiao-related-text{margin:0;color:var(--gupiao-muted);font-size:13px;line-height:1.7;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* 右側欄（目錄/熱門/延伸/社群） */
.gupiao-aside{display:flex;flex-direction:column;gap:14px;position:sticky;top:88px}
.gupiao-aside-card{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:14px;
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  padding:14px 14px 16px;
}
.gupiao-aside-title{margin:0 0 10px;font-size:16px}
.gupiao-aside-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.gupiao-aside-link{display:flex;flex-direction:column;gap:6px}
.gupiao-aside-name{font-size:14px;line-height:1.5;font-weight:600}
.gupiao-aside-meta{font-size:12px;color:var(--gupiao-muted)}

.gupiao-community-text{margin:0 0 12px;color:var(--gupiao-muted);font-size:13px;line-height:1.7}
.gupiao-community-btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:40px;padding:0 16px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--gupiao-accent),#2563eb);
  color:#fff;font-weight:800;
}

.gupiao-toc-toggle{
  width:100%;
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;
  border:0;
  background:transparent;
  padding:0;
  margin:0 0 8px;
  color:var(--gupiao-text);
}
.gupiao-toc-title{font-weight:800}
.gupiao-toc-icon{
  width:10px;height:10px;
  border-right:2px solid var(--gupiao-muted);
  border-bottom:2px solid var(--gupiao-muted);
  transform:rotate(45deg);
}
.gupiao-toc-panel{padding-top:6px}
.gupiao-toc-list{margin:0;padding-left:18px}
.gupiao-toc-item{margin:6px 0}
.gupiao-toc-item-h3{margin-left:8px}
.gupiao-toc-link{color:var(--gupiao-muted);font-size:13px;line-height:1.55;text-decoration:none}
.gupiao-toc-link:hover,.gupiao-toc-link.is-active{color:var(--gupiao-accent);text-decoration:underline;text-underline-offset:3px}

/* 首頁 / 列表等：統一深藍系卡片與標籤（避免殘留 #020617） */
.gupiao-hero-card{
  background:radial-gradient(circle at top,#ffffff,var(--gupiao-bg));
  border:1px solid var(--gupiao-border);
  box-shadow:0 18px 44px rgba(2,6,23,.10);
}
.gupiao-hero-mask{
  background:
    radial-gradient(110% 60% at 10% 0,rgba(56,189,248,.22),transparent 55%),
    radial-gradient(110% 60% at 90% 0,rgba(245,158,11,.18),transparent 58%),
    linear-gradient(180deg,rgba(11,36,54,.05),rgba(11,36,54,.55));
}
.gupiao-hero-cat{
  background:rgba(11,36,54,.10);
  border:1px solid rgba(14,165,233,.25);
  color:#fff;
}
.gupiao-hero-meta{color:#fff}
.gupiao-hero-title,.gupiao-hero-desc{color:#fff}
.gupiao-hero-side{
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 18px 44px rgba(2,6,23,.08);
}
.gupiao-hero-side-head{border-bottom:1px solid var(--gupiao-border)}
.gupiao-hero-side-label{color:var(--gupiao-muted)}
.gupiao-hero-side-item:hover{background:rgba(2,6,23,.03)}

.gupiao-section-alt{
  background:linear-gradient(180deg,rgba(14,165,233,.06),transparent);
}
.gupiao-list-row{
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 12px 28px rgba(2,6,23,.06);
}
.gupiao-list-thumb{background:#f1f5f9}
.gupiao-list-cat{
  background:rgba(14,165,233,.10);
  border:1px solid rgba(14,165,233,.22);
  color:var(--gupiao-accent);
}

.gupiao-topic-card{
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
}

.gupiao-page-bar{
  border-top:1px solid var(--gupiao-bg);
  border-bottom:1px solid var(--gupiao-bg);
  background:linear-gradient(180deg, rgba(250, 253, 255, 1) 0%, rgba(247, 247, 248, 1) 100%);
  color:rgba(244,246,251,1);
}
.gupiao-page-bar .gupiao-breadcrumb,
.gupiao-page-bar .gupiao-page-title,
.gupiao-page-bar .gupiao-page-desc{color:rgba(14, 13, 13, 0.86)}
.gupiao-page-bar .gupiao-bc-sep{color:rgba(14, 13, 13, 0.86)}
.gupiao-page-bar .gupiao-bc-current{color:rgba(14, 13, 13, 0.86);font-weight:700}
.gupiao-page-bar .gupiao-breadcrumb a{color:rgba(14, 13, 13, 0.86)}
.gupiao-page-bar .gupiao-breadcrumb a:hover{color:#141414}

.gupiao-btn-primary{
  background:linear-gradient(135deg,#38bdf8,#2563eb);
  color:#fff;
}

.gupiao-widget{
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
}
.gupiao-widget-thumb{background:#f1f5f9}

/* 首屏（参考截图：左 HOT，右 NEW） */
.gupiao-home-top{padding:18px 0}
.gupiao-home-topgrid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) 360px;
  gap:18px;
  align-items:start;
}
.gupiao-home-blockhead{margin:0 0 10px}
.gupiao-home-blocktitle{
  margin:0;
  font-size:18px;
  font-weight:900;
  letter-spacing:.02em;
  color:rgba(2,6,23,.88);
}
.gupiao-home-blocktag{
  margin-left:8px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  color:#f59e0b;
}

/* 左欄：4 條大文章（圖左文右）+ 下方 2 小卡 */
.gupiao-home-hot-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.gupiao-home-hot-item{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(2,6,23,.06);
}
.gupiao-home-hot-link{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:14px;
  align-items:center;
  min-height:110px;
}
.gupiao-home-hot-thumb{
  width:160px;
  height:110px;
  object-fit:cover;
  background:#f1f5f9;
}
.gupiao-home-hot-body{
  padding:12px 14px 12px 0;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.gupiao-home-hot-title{
  margin:0;
  font-size:16px;
  line-height:1.45;
  font-weight:800;
  color:rgba(2,6,23,.9);
  display:-webkit-box;
  line-clamp:2;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.gupiao-home-hot-meta{
  font-size:13px;
  color:var(--gupiao-muted);
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.gupiao-home-hot-bottom{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.gupiao-home-hot-card{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(2,6,23,.06);
}
.gupiao-home-hot-card-link{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:10px;
  align-items:center;
}
.gupiao-home-hot-card-img{width:100px;height:72px;object-fit:cover;background:#f1f5f9}
.gupiao-home-hot-card-body{padding:10px 12px 10px 0;min-width:0;display:flex;flex-direction:column;gap:6px}
.gupiao-home-hot-card-title{
  margin:0;
  font-size:14px;
  line-height:1.45;
  font-weight:800;
  color:rgba(2,6,23,.88);
  display:-webkit-box;
  line-clamp:2;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.gupiao-home-hot-card-meta{
  font-size:12px;
  color:var(--gupiao-muted);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.gupiao-home-hero{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.35);
  box-shadow:0 18px 44px rgba(2,6,23,.12);
  min-height:400px;
}
.gupiao-home-hero-link{
  display:flex;
  flex-direction:row;
  min-height:400px;
}
.gupiao-home-hero-left{
  flex:0 0 36%;
  min-width:260px;
  background:#f5a623;
  padding:24px 20px 20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
}
.gupiao-home-hero-link:not(:has(.gupiao-home-hero-right)) .gupiao-home-hero-left{
  flex:1 1 100%;
}
.gupiao-home-hero-title{
  margin:0;
  font-size:20px;
  line-height:1.4;
  font-weight:900;
  color:#fff;
  letter-spacing:.01em;
  display:-webkit-box;
  line-clamp:3;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.gupiao-home-hero-desc{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.95);
  display:-webkit-box;
  line-clamp:3;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  flex:1;
  min-height:0;
}
.gupiao-home-hero-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:13px;
  color:rgba(255,255,255,.95);
  margin-top:auto;
}
.gupiao-home-hero-views{display:inline-flex;align-items:center;gap:6px}
.gupiao-home-hero-time{font-weight:600}
.gupiao-home-hero-right{
  flex:1;
  min-width:0;
  overflow:hidden;
  background:#e5e7eb;
}
.gupiao-home-hero-img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.06);
}

.gupiao-home-mini-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:12px;
}
.gupiao-home-mini-row .gupiao-home-mini{margin-top:0}
.gupiao-home-mini{
  margin-top:12px;
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(2,6,23,.06);
}
.gupiao-home-mini-row .gupiao-home-mini:first-child{margin-top:0}
.gupiao-home-mini-link{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  align-items:stretch;
}
.gupiao-home-mini-img{width:120px;height:78px;object-fit:cover}
.gupiao-home-mini-body{padding:10px 12px 10px 0;min-width:0;display:flex;flex-direction:column;gap:6px}
.gupiao-home-mini-title{
  margin:0;
  font-size:13px;
  line-height:1.45;
  font-weight:800;
  color:rgba(2,6,23,.88);
  display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.gupiao-home-mini-meta{
  font-size:12px;
  color:var(--gupiao-muted);
  display:flex;gap:10px;flex-wrap:wrap;
}

.gupiao-home-banner{
  background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#0ea5e9 100%);
  border-radius:16px;
  padding:18px 16px;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 10px 28px rgba(30,64,175,.25);
}
.gupiao-home-banner-inner{
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.gupiao-home-banner-title{
  font-size:16px;
  font-weight:900;
  letter-spacing:.02em;
}
.gupiao-home-banner-code{
  display:inline-block;
  background:rgba(255,255,255,.2);
  color:#fff;
  padding:6px 12px;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}
.gupiao-home-banner-desc{
  margin:0;
  font-size:12px;
  line-height:1.6;
  opacity:.95;
}
.gupiao-home-newlist{
  margin-top:0;
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(2,6,23,.06);
}
.gupiao-home-newitem{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:10px;
  padding:10px;
  border-top:1px solid rgba(226,232,240,.9);
  color:inherit;
}
.gupiao-home-newitem:first-child{border-top:0}
.gupiao-home-newthumb{width:92px;height:62px;object-fit:cover;border-radius:10px;background:#f1f5f9}
.gupiao-home-newbody{min-width:0;display:flex;flex-direction:column;gap:6px}
.gupiao-home-newtitle{
  font-size:13px;
  font-weight:800;
  color:rgba(2,6,23,.88);
  line-height:1.45;
  display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.gupiao-home-newmeta{font-size:12px;color:var(--gupiao-muted);display:flex;gap:10px;flex-wrap:wrap}
.gupiao-home-newitem:hover{background:rgba(2,6,23,.02)}

/* 分站導航（參考熱門標籤排版：白底卡片 + 標題列 + 標籤網格） */
.gupiao-branch-ad{padding:0 0 14px}
.gupiao-branch-ad-box{
  height:140px;
  border-radius:10px;
  background:#d1d5db;
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(2,6,23,.55);
  font-weight:800;
  letter-spacing:.04em;
  text-decoration:none;
}
.gupiao-branch-ad-text{font-size:14px}

/* 广告行：左大(830*140) + 右小(320*140) */
.gupiao-adrow{padding:0 0 14px}
.gupiao-adrow-grid{
  display:grid;
  grid-template-columns: 830fr 320fr;
  gap:18px;
}
.gupiao-adrow-big,
.gupiao-adrow-small{
  height:140px;
  border-radius:10px;
  background:#d1d5db;
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(2,6,23,.55);
  font-weight:800;
  letter-spacing:.04em;
  text-decoration:none;
}
.gupiao-adrow-text{font-size:14px}

/* 精选文章：双 Tab + 网格卡片（参考图排版） */
.gupiao-ftabs{padding:0 0 14px}
.gupiao-ftabs-box{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:12px;
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  padding:12px 14px 14px;
}
.gupiao-ftabs-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid rgba(226,232,240,.95);
  padding-bottom:10px;
}
.gupiao-ftabs-tabs{
  display:flex;
  align-items:flex-end;
  gap:18px;
}
.gupiao-ftabs-radio{position:absolute;opacity:0;pointer-events:none}
.gupiao-ftabs-tab{
  font-size:14px;
  font-weight:900;
  color:rgba(2,6,23,.62);
  padding:8px 2px;
  border-bottom:3px solid transparent;
  cursor:pointer;
  user-select:none;
}
.gupiao-ftabs-tab:hover{
  color:#1e40af;
  border-bottom-color:rgba(14,165,233,.55);
}
.gupiao-ftabs-tab:focus-visible{
  outline:2px solid rgba(14,165,233,.45);
  outline-offset:4px;
  border-radius:6px;
}
#gupiao_ftabs_1:checked ~ .gupiao-ftabs-head .gupiao-ftabs-tab[for="gupiao_ftabs_1"],
#gupiao_ftabs_2:checked ~ .gupiao-ftabs-head .gupiao-ftabs-tab[for="gupiao_ftabs_2"]{
  color:#1e40af;
  border-bottom-color:rgba(14,165,233,.9);
}
.gupiao-ftabs-dots{
  display:inline-flex;
  gap:4px;
  padding-bottom:8px;
}
.gupiao-ftabs-dots span{
  width:5px;height:5px;border-radius:999px;
  background:rgba(100,116,139,.55);
  animation:gupiaoDots 1.2s ease-in-out infinite;
}
.gupiao-ftabs-dots span:nth-child(2){animation-delay:.15s}
.gupiao-ftabs-dots span:nth-child(3){animation-delay:.30s}

.gupiao-ftabs-panels{padding-top:14px}
.gupiao-ftabs-panel{display:none}
#gupiao_ftabs_1:checked ~ .gupiao-ftabs-panels #gupiao_ftabs_panel_1{display:block}
#gupiao_ftabs_2:checked ~ .gupiao-ftabs-panels #gupiao_ftabs_panel_2{display:block}

.gupiao-ftabs-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.gupiao-ftabs-card{
  border:1px solid rgba(226,232,240,.95);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 20px rgba(2,6,23,.05);
}
.gupiao-ftabs-link{display:block;color:inherit}
.gupiao-ftabs-media{background:#f1f5f9}
.gupiao-ftabs-img{width:100%;height:120px;object-fit:cover;display:block}
.gupiao-ftabs-body{padding:10px 10px 11px}
.gupiao-ftabs-title{
  margin:0 0 8px;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
  color:rgba(2,6,23,.88);
  display:-webkit-box;
  line-clamp:1;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.gupiao-ftabs-meta{
  font-size:12px;
  color:var(--gupiao-muted);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.gupiao-ftabs-meta i{margin-right:6px}

@media (prefers-reduced-motion: reduce){
  .gupiao-ftabs-dots span{animation:none}
}

/* 文字板块：双 Tab + 两列标题链接（参考图排版） */
.gupiao-texttabs{padding:0 0 14px}
.gupiao-texttabs-box{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:12px;
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  padding:12px 14px 14px;
}
.gupiao-texttabs-radio{position:absolute;opacity:0;pointer-events:none}
.gupiao-texttabs-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid rgba(226,232,240,.95);
  padding-bottom:10px;
}
.gupiao-texttabs-tabs{display:flex;gap:18px;align-items:flex-end}
.gupiao-texttabs-tab{
  font-size:14px;
  font-weight:900;
  color:rgba(2,6,23,.62);
  padding:8px 2px;
  border-bottom:3px solid transparent;
  cursor:pointer;
  user-select:none;
}
.gupiao-texttabs-tab:hover{
  color:#1e40af;
  border-bottom-color:rgba(14,165,233,.55);
}
.gupiao-texttabs-tab:focus-visible{
  outline:2px solid rgba(14,165,233,.45);
  outline-offset:4px;
  border-radius:6px;
}
#gupiao_texttabs_1:checked ~ .gupiao-texttabs-head .gupiao-texttabs-tab[for="gupiao_texttabs_1"],
#gupiao_texttabs_2:checked ~ .gupiao-texttabs-head .gupiao-texttabs-tab[for="gupiao_texttabs_2"]{
  color:#1e40af;
  border-bottom-color:rgba(14,165,233,.9);
}
.gupiao-texttabs-dots{
  display:inline-flex;
  gap:4px;
  padding-bottom:8px;
}
.gupiao-texttabs-dots span{
  width:5px;height:5px;border-radius:999px;
  background:rgba(100,116,139,.55);
  animation:gupiaoDots 1.2s ease-in-out infinite;
}
.gupiao-texttabs-dots span:nth-child(2){animation-delay:.15s}
.gupiao-texttabs-dots span:nth-child(3){animation-delay:.30s}
.gupiao-texttabs-panels{padding-top:12px}
.gupiao-texttabs-panel{display:none}
#gupiao_texttabs_1:checked ~ .gupiao-texttabs-panels #gupiao_texttabs_panel_1{display:block}
#gupiao_texttabs_2:checked ~ .gupiao-texttabs-panels #gupiao_texttabs_panel_2{display:block}

.gupiao-texttabs-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.gupiao-texttabs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.gupiao-texttabs-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
}
.gupiao-texttabs-link{
  position:relative;
  padding-left:14px;
  font-size:13px;
  color:rgba(2,6,23,.84);
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gupiao-texttabs-link:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:5px;height:5px;border-radius:999px;
  background:rgba(2,6,23,.65);
  transform:translateY(-50%);
}
.gupiao-texttabs-link:hover{color:var(--gupiao-accent);text-decoration:underline;text-underline-offset:3px}
.gupiao-texttabs-link:hover:before{background:rgba(14,165,233,.95)}
.gupiao-texttabs-date{
  font-size:12px;
  color:rgba(100,116,139,.8);
  white-space:nowrap;
}

@media (prefers-reduced-motion: reduce){
  .gupiao-texttabs-dots span{animation:none}
}

.gupiao-branchnav{padding:0 0 26px}
.gupiao-branchnav-box{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:12px;
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  padding:14px 16px 16px;
}
.gupiao-branchnav-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(226,232,240,.95);
}
.gupiao-branchnav-title{
  margin:0;
  font-size:16px;
  font-weight:900;
  color:#1e40af;
  letter-spacing:.02em;
}
.gupiao-branchnav-desc{
  margin:4px 0 0;
  font-size:12px;
  color:var(--gupiao-muted);
}
.gupiao-branchnav-dots{
  display:inline-flex;
  gap:4px;
  padding-top:4px;
}
.gupiao-branchnav-dots span{
  width:5px;height:5px;border-radius:999px;
  background:rgba(100,116,139,.55);
  animation:gupiaoDots 1.2s ease-in-out infinite;
}
.gupiao-branchnav-dots span:nth-child(2){animation-delay:.15s}
.gupiao-branchnav-dots span:nth-child(3){animation-delay:.30s}

@keyframes gupiaoDots{
  0%,100%{transform:translateY(0);opacity:.55;background:rgba(100,116,139,.55)}
  50%{transform:translateY(-3px);opacity:1;background:rgba(14,165,233,.95)}
}

@media (prefers-reduced-motion: reduce){
  .gupiao-branchnav-dots span{animation:none}
}
.gupiao-branchnav-tags{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gupiao-branchnav-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:10px;
  background:rgba(2,6,23,.03);
  border:1px solid rgba(226,232,240,.95);
  color:rgba(2,6,23,.72);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.gupiao-branchnav-tag:hover{
  background:rgba(14,165,233,.10);
  border-color:rgba(14,165,233,.30);
  color:var(--gupiao-accent);
  transform:translateY(-1px);
}

/* 首屏 Hero */
.gupiao-hero{padding:18px 0}
.gupiao-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) 320px;
  gap:18px;
}
.gupiao-hero-main{position:relative;min-height:280px}
.gupiao-hero-card{
  position:relative;
  height:100%;
  border-radius:20px;
  overflow:hidden;
  background:radial-gradient(circle at top,var(--gupiao-surface),var(--gupiao-bg));
  border:1px solid rgba(148,163,184,.4);
  box-shadow:0 24px 60px rgba(0,0,0,.7);
}
.gupiao-hero-img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.1);
  transform:scale(1.02);
}
.gupiao-hero-mask{
  position:absolute;inset:0;
  background:
    radial-gradient(110% 60% at 10% 0,rgba(56,189,248,.22),transparent 55%),
    radial-gradient(110% 60% at 90% 0,rgba(245,158,11,.18),transparent 58%),
    linear-gradient(180deg,rgba(11,36,54,.05),rgba(11,36,54,.55));
}
.gupiao-hero-link{
  position:relative;
  display:block;
  height:100%;
  padding:24px 22px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
}
.gupiao-hero-meta{
  display:flex;align-items:center;gap:10px;
  font-size:12px;color:#e5e7eb;
}
.gupiao-hero-cat{
  padding:3px 9px;
  border-radius:999px;
  background:rgba(11,36,54,.25);
  border:1px solid rgba(255,255,255,.35);
  font-weight:700;
}
.gupiao-hero-time{opacity:.9}
.gupiao-hero-title{
  margin:4px 0 0;
  font-size:24px;line-height:1.4;
  font-weight:800;
  letter-spacing:.01em;
  color:#f9fafb;
}
.gupiao-hero-desc{
  margin:0;
  font-size:14px;
  color:#e5e7eb;
  max-width:720px;
}

.gupiao-hero-side{
  background:#fff;
  border-radius:18px;
  border:1px solid var(--gupiao-border);
  box-shadow:0 18px 44px rgba(2,6,23,.08);
  display:flex;
  flex-direction:column;
}
.gupiao-hero-side-head{
  padding:12px 14px 8px;
  border-bottom:1px solid rgba(30,64,175,.5);
}
.gupiao-hero-side-label{
  font-size:13px;
  color:var(--gupiao-muted);
}
.gupiao-hero-side-label i{color:var(--gupiao-gold);margin-right:6px}
.gupiao-hero-side-list{
  padding:8px 10px 10px;
  display:flex;flex-direction:column;gap:4px;
  max-height:320px;
  overflow:auto;
}
.gupiao-hero-side-item{
  display:flex;align-items:center;gap:8px;
  padding:8px 8px;
  border-radius:10px;
  color:var(--gupiao-text);
}
.gupiao-hero-side-item:hover{
  background:rgba(2,6,23,.03);
}
.gupiao-hero-side-title{
  flex:1;min-width:0;
  font-size:13px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.gupiao-hero-side-time{
  font-size:12px;color:var(--gupiao-muted);
}

/* 區塊與列表 */
.gupiao-section{padding:18px 0}
.gupiao-section-alt{
  background:linear-gradient(180deg,rgba(14,165,233,.06),transparent);
}
.gupiao-sec-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:12px;margin-bottom:12px;
}
.gupiao-sec-title{
  margin:0;
  font-size:18px;font-weight:800;
}
.gupiao-sec-title i{color:var(--gupiao-accent);margin-right:8px}
.gupiao-sec-desc{
  margin:2px 0 0;
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-sec-more{
  font-size:13px;
  color:var(--gupiao-accent);
}

.gupiao-list{
  display:flex;flex-direction:column;gap:14px;
}
.gupiao-list-row{
  display:flex;flex-direction:row;
  gap:14px;
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 12px 28px rgba(2,6,23,.06);
}
.gupiao-list-thumb{
  flex:0 0 210px;
  border-radius:10px;
  overflow:hidden;
  background:#f1f5f9;
}
.gupiao-list-thumb img{
  width:100%;height:140px;object-fit:cover;
}
.gupiao-list-body{
  flex:1;min-width:0;
  display:flex;flex-direction:column;gap:6px;
}
.gupiao-list-meta{
  display:flex;align-items:center;flex-wrap:wrap;
  gap:10px;
  font-size:12px;color:var(--gupiao-muted);
}
.gupiao-list-cat{
  padding:3px 9px;
  border-radius:999px;
  background:rgba(14,165,233,.10);
  border:1px solid rgba(14,165,233,.22);
  color:var(--gupiao-accent);
  font-weight:700;
}
.gupiao-list-title{
  margin:0;font-size:17px;line-height:1.5;
}
.gupiao-list-title a{font-weight:600}
.gupiao-list-text{
  margin:0;
  font-size:14px;color:var(--gupiao-muted);
  display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.gupiao-list-more{
  margin-top:4px;font-size:13px;
  color:var(--gupiao-accent);
}

.gupiao-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.gupiao-topic-card{
  border-radius:12px;
  padding:12px 14px;
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  display:flex;align-items:center;justify-content:space-between;
  font-size:14px;
}
.gupiao-topic-name{font-weight:600}
.gupiao-topic-arrow{color:var(--gupiao-accent)}

/* 列表/搜尋佈局 */
.gupiao-page-bar{
  border-top:1px solid var(--gupiao-bg);
  border-bottom:1px solid var(--gupiao-bg);
  background:linear-gradient(180deg, rgba(250, 253, 255, 1) 0%, rgba(247, 247, 248, 1) 100%);
  padding:14px 0 12px;
  color:rgba(244,246,251,1);
}
.gupiao-breadcrumb{
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-bc-sep{margin:0 6px}
.gupiao-bc-current{color:var(--gupiao-text)}
.gupiao-page-title{
  margin:4px 0 0;
  font-size:22px;
}
.gupiao-page-desc{
  margin:4px 0 0;
  font-size:13px;color:var(--gupiao-muted);
}

.gupiao-layout{padding:18px 0}
.gupiao-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) 320px;
  gap:18px;
}
.gupiao-col-main{display:flex;flex-direction:column;gap:14px}
.gupiao-empty{
  padding:32px 20px;
  text-align:center;
  border-radius:14px;
  border:1px dashed var(--gupiao-border);
  color:var(--gupiao-muted);
}
.gupiao-empty i{font-size:40px;margin-bottom:10px;color:var(--gupiao-accent)}
.gupiao-empty-search .gupiao-empty-icon i{color:var(--gupiao-gold)}
.gupiao-empty-actions{margin-top:14px}
.gupiao-btn-primary{
  display:inline-flex;align-items:center;justify-content:center;
  height:38px;padding:0 18px;
  border-radius:999px;
  border:0;
  background:linear-gradient(135deg,#38bdf8,#2563eb);
  color:#fff;font-weight:800;
}

.gupiao-search-info{font-size:13px;color:var(--gupiao-muted);margin-bottom:4px}

.gupiao-pagination{
  padding-top:12px;
  border-top:1px solid var(--gupiao-border);
}
.gupiao-pagination-inner{
  display:flex;justify-content:center;
}

.gupiao-sidebar{
  display:flex;flex-direction:column;gap:14px;
  position:sticky;top:88px;align-self:flex-start;
}
.gupiao-widget{
  border-radius:14px;
  background:#fff;
  border:1px solid var(--gupiao-border);
  box-shadow:0 10px 22px rgba(2,6,23,.05);
  padding:14px 14px 16px;
}
.gupiao-widget-title{
  margin:0 0 8px;
  font-size:15px;font-weight:700;
}
.gupiao-widget-posts{
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:12px;
}
.gupiao-widget-link{
  display:flex;align-items:flex-start;gap:10px;
}
.gupiao-widget-thumb{
  flex:0 0 88px;
  height:64px;
  border-radius:10px;
  overflow:hidden;
  background:#f1f5f9;
}
.gupiao-widget-thumb img{
  width:100%;height:100%;object-fit:cover;
}
.gupiao-widget-body{
  min-width:0;
  display:flex;flex-direction:column;gap:4px;
}
.gupiao-widget-name{
  font-size:13px;font-weight:600;
  display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.gupiao-widget-meta{
  display:flex;align-items:center;gap:8px;
  font-size:11px;color:var(--gupiao-muted);
}
.gupiao-widget-links{
  display:flex;flex-wrap:wrap;gap:8px;
}
.gupiao-friend-link{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--gupiao-border);
  font-size:12px;
}

/* 舊暗色文章 Hero 相關樣式已替換為文章頁排版 */

/* 友情鏈接區與頁腳 */
.gupiao-linkqu{
  padding:18px 0;
}
.gupiao-linkqu-box{
  background:#fff;
  border:1px solid var(--gupiao-border);
  border-radius:12px;
  padding:14px 16px 16px;
  box-shadow:0 10px 22px rgba(2,6,23,.05);
}
.gupiao-linkqu-title{
  font-size:14px;
  font-weight:900;
  color:#1e40af;
}
.gupiao-linkqu-divider{
  height:1px;
  background:rgba(226,232,240,.95);
  margin:10px 0 12px;
}
.gupiao-linkqu-list{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}
.gupiao-linkqu-item{
  padding:2px 0;
  border:0;
  border-radius:0;
  font-size:13px;
  color:rgba(2,6,23,.72);
  text-decoration:none;
}
.gupiao-linkqu-item:hover{
  color:var(--gupiao-accent);
  text-decoration:underline;
  text-underline-offset:3px;
}

.gupiao-footer{
  border-top:1px solid var(--gupiao-border);
  background:#0b2436;
  margin-top:18px;
}
.gupiao-footer, .gupiao-footer a{color:rgba(255,255,255,.86)}
.gupiao-footer-title{color:#fff}
.gupiao-footer-text, .gupiao-footer-links a, .gupiao-footer-contact{color:rgba(255,255,255,.7)}
.gupiao-footer-bottom{border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.65)}
.gupiao-footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:20px 0 16px;
}
.gupiao-footer-title{
  margin:0 0 8px;
  font-size:14px;font-weight:700;
}
.gupiao-footer-text{
  margin:0;
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-footer-links{
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:6px;
}
.gupiao-footer-links a{
  font-size:13px;color:var(--gupiao-muted);
}
.gupiao-footer-contact{
  list-style:none;margin:0;padding:0;
  font-size:13px;color:var(--gupiao-muted);
  display:flex;flex-direction:column;gap:6px;
}
.gupiao-footer-contact i{color:var(--gupiao-accent);margin-right:6px}
.gupiao-footer-bottom{
  border-top:1px solid var(--gupiao-border);
  padding:12px 0 14px;
  text-align:center;
  font-size:12px;
  color:var(--gupiao-muted);
}
.gupiao-footer-bottom a{color:var(--gupiao-accent)}

/* TOP 按鈕 */
.gupiao-topbtn{
  position:fixed;
  right:20px;bottom:20px;
  width:56px;height:56px;
  border-radius:18px;
  border:0;
  background:linear-gradient(135deg,var(--gupiao-accent),#2563eb);
  box-shadow:0 18px 40px rgba(2,6,23,.18);
  color:#fff;
  display:grid;place-items:center;
  opacity:0;pointer-events:none;
  transform:translateY(8px);
  transition:opacity .16s ease,transform .16s ease;
  z-index:50;
}
.gupiao-topbtn-text{
  font-weight:800;
  letter-spacing:.08em;
  font-size:12px;
}
.gupiao-topbtn.gupiao-topbtn-show{
  opacity:1;pointer-events:auto;transform:translateY(0);
}

/* 404 */
.gupiao-error{
  padding:60px 0 50px;
}
.gupiao-error-box{
  max-width:480px;margin:0 auto;
  text-align:center;
  padding:32px 26px 30px;
  border-radius:18px;
  border:1px solid var(--gupiao-border);
  background:#fff;
  box-shadow:0 18px 40px rgba(2,6,23,.10);
}
.gupiao-error-code{
  font-size:52px;font-weight:800;
  background:linear-gradient(120deg,var(--gupiao-gold),var(--gupiao-accent));
  -webkit-background-clip:text;background-clip:text;
  color:transparent;
}
.gupiao-error-title{margin:10px 0 6px;font-size:20px}
.gupiao-error-text{margin:0;color:var(--gupiao-muted);font-size:14px}
.gupiao-error-actions{margin-top:18px}

/* 響應式 */
@media (max-width:1040px){
  .gupiao-hero-grid,
  .gupiao-grid,
  .gupiao-article-grid{
    grid-template-columns:1fr;
  }
  .gupiao-home-topgrid{
    grid-template-columns:1fr;
  }
  .gupiao-home-new{margin-top:20px}
  .gupiao-sidebar{position:static}
  .gupiao-aside{position:static}
}
@media (max-width:860px){
  .gupiao-head-row{
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    grid-template-areas:
      "logo search"
      "nav nav";
    row-gap:6px;
    min-height:0;
    padding:10px 0 9px;
  }
  .gupiao-logo{grid-area:logo}
  .gupiao-nav{grid-area:nav;justify-content:flex-start}
  .gupiao-head-search{
    grid-area:search;
    justify-content:flex-end;
  }
  .gupiao-nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .gupiao-nav-menu{
    position:absolute;
    left:16px;right:16px;top:100%;
    margin-top:8px;
    padding:10px;
    border-radius:14px;
    background:linear-gradient(180deg,var(--gupiao-brand),var(--gupiao-brand-2));
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 20px 40px rgba(2,6,23,.28);
    flex-direction:column;
    display:none;
  }
  .gupiao-nav-menu .gupiao-nav-link{width:100%;justify-content:space-between;padding:12px 12px;border-radius:12px}
  .gupiao-nav-menu.gupiao-nav-open{display:flex}
  .gupiao-topic-grid{grid-template-columns:repeat(2,1fr)}
  .gupiao-footer-grid{grid-template-columns:repeat(2,1fr)}
  .gupiao-home-mini-row{grid-template-columns:1fr}
  .gupiao-ftabs-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .gupiao-shell{padding:0 12px}
  .gupiao-head-input{min-width:0;width:100%;max-width:190px}
  .gupiao-hero-grid{gap:12px}
  .gupiao-hero-card{min-height:230px}
  .gupiao-hero-title{font-size:20px}
  .gupiao-hero-desc{font-size:13px}
  .gupiao-home-hero{min-height:0}
  .gupiao-home-hero-link{flex-direction:column;min-height:0}
  .gupiao-home-hero-left{flex:1 1 auto;min-width:0}
  .gupiao-home-hero-right{min-height:200px}
  .gupiao-home-hero-img{min-height:200px}
  .gupiao-home-hero-title{font-size:18px}
  .gupiao-home-hot-link{grid-template-columns:120px 1fr;min-height:90px}
  .gupiao-home-hot-thumb{width:120px;height:90px}
  .gupiao-home-hot-title{font-size:15px}
  .gupiao-home-hot-bottom{grid-template-columns:1fr}
  .gupiao-home-hot-card-link{grid-template-columns:88px 1fr}
  .gupiao-home-hot-card-img{width:88px;height:64px}
  .gupiao-home-mini-link{grid-template-columns:104px 1fr}
  .gupiao-home-mini-img{width:104px;height:74px}
  .gupiao-home-banner{padding:14px 12px}
  .gupiao-home-banner-title{font-size:14px}
  .gupiao-home-newitem{grid-template-columns:84px 1fr}
  .gupiao-home-newthumb{width:84px;height:58px}
  .gupiao-branchnav-box{padding:12px 12px 14px}
  .gupiao-branchnav-tags{gap:8px}
  .gupiao-branchnav-tag{padding:8px 12px;font-size:12px}
  .gupiao-branch-ad-box{height:110px}
  .gupiao-adrow-grid{grid-template-columns:1fr;gap:12px}
  .gupiao-adrow-big,.gupiao-adrow-small{height:110px}
  .gupiao-ftabs-box{padding:10px 10px 12px}
  .gupiao-ftabs-tab{font-size:13px}
  .gupiao-ftabs-grid{grid-template-columns:1fr;gap:12px}
  .gupiao-ftabs-img{height:150px}
  .gupiao-texttabs-box{padding:10px 10px 12px}
  .gupiao-texttabs-tab{font-size:13px}
  .gupiao-texttabs-cols{grid-template-columns:1fr;gap:12px}
  .gupiao-texttabs-link{white-space:normal;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .gupiao-list-row{flex-direction:column}
  .gupiao-list-thumb{flex:0 0 auto;width:100%}
  .gupiao-list-thumb img{height:180px}
  .gupiao-topic-grid{grid-template-columns:1fr}
  .gupiao-related-grid{grid-template-columns:1fr}
  .gupiao-article-nav{grid-template-columns:1fr}
  .gupiao-article-next{grid-column:auto}
  .gupiao-article-prev,.gupiao-article-next{text-align:left;justify-items:start}
  .gupiao-footer-grid{grid-template-columns:1fr}
  .gupiao-topbtn{right:14px;bottom:14px}
}

