/*! fczst.com v4.1 - 2026-05-20 */
*,:after,:before{box-sizing:border-box}
body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;font-size:16px;line-height:1.8;color:#1f2937;background:#f6f8fb;font-weight:500}
a{text-decoration:none;color:#2563eb;transition:color .2s}
a:focus,a:hover{color:#dc2626}
img{max-width:100%;height:auto}
ul,li{list-style:none;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.4}
h1{font-size:20px;height:auto;overflow:visible;position:static;display:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
/* Section title with red left border */
.section-title{font-size:20px;color:#1e3a5f;padding-left:12px;border-left:4px solid #dc2626;margin-bottom:20px;line-height:1.4;font-weight:600}
/* Card base */
.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);overflow:hidden}
.card-body{padding:18px 20px}
.card-body p{margin:0}
.spacer{margin-bottom:20px}
/* Top bar */
.site-sticky{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.top-bar{background:#f3f7fc;color:#52677f;font-size:13px;padding:4px 0;border-bottom:1px solid #e2e8f0}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-right a{color:#2563eb}
.top-right a:hover{color:#dc2626}
.top-right{display:flex;align-items:center;gap:12px}
/* Header */
.header{position:static;background:#fff;border-bottom:0;box-shadow:none}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;gap:16px}
.logo{display:flex;align-items:center;flex-shrink:0}
.logo img{display:block;width:auto;height:48px;max-width:none}
.header-search{display:flex;align-items:center;gap:4px;flex-shrink:0}
.header-search input{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:14px;width:180px;max-width:180px;outline:0;transition:border-color .2s}
.header-search input:focus{border-color:#2563eb}
.header-search form{display:flex;align-items:center;gap:6px}
.header-search button{background:#1e3a5f;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:14px;cursor:pointer;transition:background .2s}
.header-search button:hover{background:#2563eb}
/* Nav */
.nav-toggle{display:none;background:0 0;border:none;font-size:22px;cursor:pointer;color:#1e3a5f;padding:5px;line-height:1}
.nav-wrap{background:#1e3a5f}
.nav{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}
.nav li{position:relative}
.nav a{display:block;padding:12px 16px;color:#e0e7ff;font-size:16px;font-weight:600;white-space:nowrap;transition:background .2s}
.nav a:focus,.nav a:hover{background:#2563eb;color:#fff;text-decoration:none}
.nav .active a{background:#dc2626;color:#fff}
/* Hero - 3 columns */
.hero-grid{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:24px;margin-bottom:24px}
.hero-col{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:20px;display:flex;flex-direction:column}
.hero-col .result-more{margin-top:auto}
.hero-col h2{font-size:15px;color:#1e3a5f;padding-left:10px;border-left:3px solid #dc2626;margin-bottom:12px}
/* Results */
.result-item{
 display:grid;
 grid-template-columns:64px 1fr 72px;
 align-items:center;
 gap:8px;
 padding:9px 0;
 border-bottom:1px dashed #e5e7eb;
}
.lottery-name{
 font-weight:600;
 color:#1e3a5f;
 font-size:14px;
}
.lottery-nums{
 display:flex;
 align-items:center;
 gap:4px;
 flex-wrap:nowrap;
 min-width:0;
}
.ball{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 width:24px;
 height:24px;
 border-radius:50%;
 font-size:12px;
 font-weight:700;
 color:#fff;
}
.ball.red{
 background:linear-gradient(135deg,#ef4444,#b91c1c);
}
.ball.blue{
 background:linear-gradient(135deg,#3b82f6,#1d4ed8);
}
.issue-no{
 font-size:12px;
 color:#94a3b8;
 white-space:nowrap;
 text-align:right;
}
.result-more{text-align:right;margin-top:6px}
.result-more a{font-size:14px;color:#2563eb}
/* AI insight items */
.ai-insight{padding:7px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.ai-insight:last-child{border-bottom:none}
.ai-insight .insight-tag{color:#dc2626;font-weight:600;font-size:14px}
.ai-insight a{color:#1f2937}
.ai-insight a:hover{color:#dc2626}
.ai-insight .insight-brief{color:#6b7280;font-size:14px;margin-top:2px}
/* Chart cards */
.chart-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.chart-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px;text-align:center;transition:all .2s;display:flex;flex-direction:column;justify-content:center;min-height:60px}
.chart-card:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-3px);border-color:#2563eb;text-decoration:none}
.chart-card .chart-name{font-size:16px;font-weight:700;color:#1e3a5f;display:block}
.chart-card .chart-desc{font-size:14px;color:#6b7280;display:block;margin-top:2px}
/* Hot lotteries - 5 cards */
.hot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.hot-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px 12px;text-align:center;transition:all .2s;display:flex;flex-direction:column;min-height:130px}
.hot-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}
.hot-card .hot-name{font-size:16px;font-weight:700;color:#1e3a5f;margin-bottom:8px}
.hot-card .hot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:auto}
.hot-card .hot-links a{font-size:14px;color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 8px;transition:all .15s}
.hot-card .hot-links a:hover{background:#2563eb;color:#fff;text-decoration:none}
/* Data nav cards */
.data-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.data-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:14px;transition:all .2s}
.data-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}
.data-card h4{font-size:16px;font-weight:700;color:#1e3a5f;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}
.data-card ul li{padding:3px 0}
.data-card a{font-size:14px;color:#475569}
.data-card a:hover{color:#dc2626}
/* AI data center */
.ai-center{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}
.ai-summary-item{padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.ai-summary-item:last-child{border-bottom:none}
.ai-summary-item .ai-tag{color:#1e3a5f;font-weight:600;font-size:14px}
.ai-summary-item p{color:#4b5563;font-size:14px;margin:2px 0 0}
.ai-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ai-entry{padding:8px 12px;background:#f1f5f9;border-radius:8px;font-size:14px;font-weight:600;color:#1e3a5f;display:block;text-align:center;transition:all .15s}
.ai-entry:hover{background:#2563eb;color:#fff;text-decoration:none}
/* 推荐区 PC 2列2行 */
.rec-grid{
 display:grid;
 grid-template-columns:repeat(2, minmax(0,1fr));
 gap:16px;
 align-items:start;
}
.rec-col{
 background:#fff;
 border:1px solid #e5e7eb;
 border-radius:10px;
 padding:12px 14px;
 min-width:0;
 overflow:hidden;
}
.rec-col h4{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:8px;
 font-size:15px;
 color:#1e3a5f;
 margin:0 0 10px;
 padding-bottom:8px;
 border-bottom:1px solid #e5e7eb;
}
.rec-count{
 font-size:12px;
 color:#94a3b8;
 font-weight:400;
 white-space:nowrap;
}
.rec-col ul{
 margin:0;
 padding:0;
 list-style:none;
}
.rec-col ul li{
 display:flex;
 align-items:center;
 gap:8px;
 height:32px;
 line-height:32px;
 border-bottom:1px dashed #e5e7eb;
 overflow:hidden;
}
.rec-col ul li a{
 flex:1;
 min-width:0;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 font-size:14px;
 color:#334155;
 max-width:none;
}
.rec-col ul li a:hover{
 color:#dc2626;
}
.rec-date{
 width:44px;
 text-align:right;
 flex-shrink:0;
 font-size:12px;
 color:#94a3b8;
}
.more-mini{
 display:block;
 text-align:right;
 margin-top:8px;
 font-size:13px;
 color:#2563eb;
}
/* Chart zones */
.chart-zone{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:18px;margin-bottom:20px}
.chart-group{margin-bottom:16px}
.chart-group:last-child{margin-bottom:0}
.chart-group h4{font-size:14px;color:#1e3a5f;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}
.chart-links{display:flex;flex-wrap:wrap;gap:4px}
.chart-links a{font-size:14px;color:#475569;background:#f1f5f9;border-radius:4px;padding:3px 10px;transition:all .15s}
.chart-links a:hover{background:#2563eb;color:#fff;text-decoration:none}
/* Miss zone */
.miss-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.miss-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:14px}
.miss-card h4{font-size:14px;color:#1e3a5f;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}
.miss-card ul li{padding:4px 0}
.miss-card ul li a{font-size:14px;color:#475569;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.miss-card ul li a:hover{color:#dc2626}
.more-link{text-align:right;margin-top:8px}
.more-link a{font-size:14px;color:#2563eb}
/* FAQ */
.faq-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:20px;padding:18px}
.faq-item{border-bottom:1px solid #f1f5f9;padding:10px 0}
.faq-item:last-child{border-bottom:0}
.faq-q{font-size:14px;font-weight:600;color:#1e3a5f;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-q::after{content:"+";font-size:16px;color:#94a3b8;transition:transform .2s}
.faq-item.active .faq-q::after{content:"-"}
.faq-a{font-size:14px;color:#4b5563;padding-top:6px;display:none;line-height:1.7}
.faq-item.active .faq-a{display:block}
/* Topic zone */
.topic-zone{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:20px;padding:18px}
.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.topic-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;text-align:center;font-size:14px;transition:all .15s;display:block}
.topic-card:hover{background:#2563eb;color:#fff;border-color:#2563eb;text-decoration:none}
/* Experts tag cloud */
.tag-cloud{display:flex;flex-wrap:wrap;gap:4px}
.tag-cloud a{font-size:14px;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;padding:2px 10px;border-radius:4px;transition:all .15s}
.tag-cloud a:focus,.tag-cloud a:hover{background:#2563eb;color:#fff;border-color:#2563eb;text-decoration:none}
/* Footer */
.footer{background:#1e3a5f;color:#94a3b8;padding:30px 0 20px;margin-top:30px;font-size:14px}
.footer .container{text-align:center}
.footer a{color:#93c5fd}
.footer a:hover{color:#fff}
.footer-links{margin-bottom:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:5px 15px}
.footer-links a{font-size:14px}
.footer-info p{margin:4px 0;font-size:14px;color:#64748b}
/* Divider */
.content-divider{border:none;border-top:1px solid #e2e8f0;margin:20px 0}
/* Recommend grid mobile - handled in rec-grid media queries below */

/* Card hover effect for data portal */
.card:hover,.data-card:hover,.hot-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.1)}

/* 今日数据中心 */
.data-center-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.data-center-col{display:flex;flex-direction:column;gap:12px}
.data-card-compact{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px}
.data-card-compact h4{font-size:15px;color:#1e3a5f;font-weight:700;margin-bottom:10px;padding-left:10px;border-left:3px solid #dc2626}
.data-metric{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:14px}
.data-metric .label{color:#6b7280;min-width:80px;font-weight:500}
.data-metric .value{color:#2563eb;font-size:20px;font-weight:700}
.data-metric .detail{color:#1f2937;font-size:13px}
.stat-badge{display:inline-block;background:#e8f3ff;color:#2563eb;font-size:12px;padding:0 8px;border-radius:4px;margin-right:4px}
/* 排行榜 */
.rank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.rank-col{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px}
.rank-col h4{font-size:15px;color:#1e3a5f;font-weight:700;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}
.rank-item{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.rank-item:last-child{border-bottom:0}
.rank-num-circle{width:20px;height:20px;background:#e2e8f0;border-radius:50%;text-align:center;line-height:20px;font-size:11px;font-weight:700;color:#475569;flex-shrink:0}
.rank-item:nth-child(1) .rank-num-circle{background:#dc2626;color:#fff}
.rank-item:nth-child(2) .rank-num-circle{background:#2563eb;color:#fff}
.rank-item:nth-child(3) .rank-num-circle{background:#ea580c;color:#fff}
.rank-item a{color:#1f2937;flex:1}
.rank-item a:hover{color:#dc2626}

/* ===== v5 Data Portal Styles ===== */

/* Stat bar - today update stats */
.stat-bar{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}
.stat-item{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px 20px;flex:1;min-width:100px;text-align:center;transition:all .2s}
.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.stat-item .stat-num{font-size:30px;font-weight:700;color:#2563eb;line-height:1.2}
.stat-item .stat-label{font-size:14px;color:#6b7280;margin-top:2px}
.stat-item .stat-desc{font-size:14px;color:#94a3b8;margin-top:1px}

/* Real-time data stream */
.data-stream{max-height:480px;overflow-y:auto;font-family:"SF Mono","Menlo","Consolas","Courier New",monospace;font-size:14px}
.stream-item{display:flex;align-items:flex-start;padding:7px 8px;border-bottom:1px solid #f1f5f9;gap:10px;transition:background .15s;border-left:3px solid transparent}
.stream-item:hover{background:#f8fafc}
.stream-time{color:#6b7280;font-size:14px;flex-shrink:0;font-family:inherit;min-width:70px}
.stream-type{font-size:14px;padding:1px 6px;border-radius:3px;flex-shrink:0;white-space:nowrap;font-weight:600;font-family:inherit}
.stream-text{flex:1;color:#1f2937;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.stream-item:hover .stream-text{color:#2563eb}
.stream-item.data-highlight{border-left:3px solid #dc2626;background:#fef2f2}

/* Data dashboard */
.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}
.dash-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:20px;transition:all .2s;display:flex;flex-direction:column}
.dash-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-3px)}
.dash-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1}
.dash-card-fc3d{border-top:3px solid #dc2626}
.dash-card-ssq{border-top:3px solid #2563eb}
.dash-card-dlt{border-top:3px solid #ea580c}
.dash-title{font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}
.dash-title-fc3d{color:#dc2626}
.dash-title-ssq{color:#2563eb}
.dash-title-dlt{color:#ea580c}
.dash-metric{padding:8px 10px;border-radius:8px;background:#f8fafc}
.dash-metric-label{font-size:14px;color:#6b7280;margin-bottom:4px}
.dash-metric-value{font-size:16px;font-weight:700;color:#2563eb;line-height:1.3}
.dash-metric-value-hot{color:#dc2626}
.dash-metric-value-cold{color:#2563eb}
.dash-fullwidth{grid-column:1/-1}

/* Hot Rankings */
.ranking-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px;margin-bottom:24px}
.rank-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px}
.rank-card h4{font-size:14px;color:#1e3a5f;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}
.rank-table{width:100%;border-collapse:collapse}
.rank-table td{padding:6px 4px;font-size:14px;border-bottom:1px solid #f1f5f9}
.rank-table tr:last-child td{border-bottom:none}
.rank-table .rank-num{color:#6b7280;font-weight:600;width:24px;text-align:center}
.rank-table .rank-num-1{color:#dc2626;font-weight:700}
.rank-table .rank-num-2{color:#ea580c;font-weight:700}
.rank-table .rank-num-3{color:#ca8a04;font-weight:700}
.rank-table .rank-name{color:#1f2937}
.rank-table .rank-follow{color:#6b7280;font-size:14px}
.rank-table .rank-trend{color:#16a34a;font-size:14px}
.rank-list-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.rank-list-item:last-child{border-bottom:none}
.rank-list-item .rank-l-name{color:#1f2937;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rank-list-item .rank-l-visits{color:#2563eb;font-weight:600;flex-shrink:0;margin-left:8px}
.rank-topic-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:6px;transition:all .15s}
.rank-topic-card:hover{background:#2563eb;color:#fff;border-color:#2563eb}
.rank-topic-card:hover .rank-topic-visits{color:#fff}
.rank-topic-name{color:#1f2937;font-weight:500}
.rank-topic-visits{color:#6b7280;font-size:14px}

/* Card group for data stats */
.card-group{
  background:#fff;
  border-radius:12px;
  box-shadow:0 1px 3px rgba(0,0,0,.06);
  padding:18px;
  display:flex;
  flex-direction:column;
  height:100%;
}
.card-group h4{
  font-size:16px;
  font-weight:700;
  color:#1e3a5f;
  margin-bottom:10px;
  padding-bottom:6px;
  border-bottom:2px solid #e2e8f0;
}
.card-group ul li{
  padding:4px 0;
}
.card-group a{
  font-size:14px;
  color:#2563eb;
  display:block;
  padding:3px 0;
}
.card-group a:hover{
  color:#dc2626;
}

.tool-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.tool-card{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:8px;
  padding:12px 14px;
  text-align:center;
  font-size:14px;
  transition:all .2s;
}
.tool-card:hover{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
  text-decoration:none;
}

details.old-charts{
  margin-top:15px;
  background:#f8fafc;
  border-radius:8px;
  padding:10px 14px;
}
details.old-charts summary{
  font-size:14px;
  font-weight:600;
  color:#1e3a5f;
  cursor:pointer;
  padding:4px 0;
}
details.old-charts a{
  font-size:13px;
  color:#6b7280;
  display:block;
  padding:3px 8px;
}
details.old-charts a:hover{
  color:#dc2626;
}

.announce-list{list-style:none;margin:0;padding:0}
.announce-list li{padding:6px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.announce-list li:last-child{border-bottom:none}
.announce-list a{color:#1f2937}
.announce-list a:hover{color:#dc2626}
.announce-list .ann-date{color:#94a3b8;font-size:14px;margin-left:8px}

/* Num highlight */
.num-highlight{font-size:30px;font-weight:700;color:#2563eb;line-height:1.2}

/* Responsive */
@media(max-width:992px){
.hero-grid{grid-template-columns:1fr}
.hot-grid{grid-template-columns:repeat(3,1fr)}
.data-grid{grid-template-columns:repeat(3,1fr)}
.rec-grid{grid-template-columns:repeat(2,1fr)}
.ai-center{grid-template-columns:1fr}
.topic-grid{grid-template-columns:repeat(2,1fr)}
.chart-cards{grid-template-columns:1fr 1fr}
.miss-grid{grid-template-columns:repeat(2,1fr)}
.dashboard-grid{grid-template-columns:1fr}
.ranking-grid{grid-template-columns:1fr}
.stat-item{flex:1 1 calc(33% - 8px);min-width:80px}
.tool-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
body{font-size:15px;line-height:1.85}
.header-search{display:none}
.nav-toggle{width:40px;height:40px;font-size:22px;display:flex;align-items:center;justify-content:center;margin-left:auto;color:#fff;background:#2563eb;border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer}
.nav-wrap{display:none}
.nav-wrap.open{display:block}
.nav{flex-direction:column;justify-content:flex-start}
.nav a{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.top-bar{background:#1e3a5f;color:#e0e7ff;border-bottom:1px solid rgba(255,255,255,.12)}
.top-bar a{color:#bfdbfe}
.top-bar a:hover{color:#fff}
.top-bar-inner{justify-content:center;flex-wrap:wrap;gap:6px 12px;text-align:center}
.top-welcome{white-space:normal;width:100%;text-align:center;color:#e0e7ff}
.top-right{margin-left:0;justify-content:center}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;min-height:60px}
.logo img{height:42px;width:auto;max-width:150px}
.hot-grid{grid-template-columns:repeat(2,1fr)}
.data-grid{grid-template-columns:repeat(2,1fr)}
.rec-grid{grid-template-columns:1fr}
.topic-grid{grid-template-columns:1fr 1fr}
.chart-cards{grid-template-columns:repeat(2,1fr)}
.miss-grid{grid-template-columns:repeat(2,1fr)}
.hero-grid{gap:14px}
.hero-col{padding:14px}
.card-body{padding:14px}
.section-title{font-size:18px;margin-bottom:15px}
.container{padding:0 12px}
.spacer{margin-bottom:16px}
.dashboard-grid{gap:12px}
.data-center-grid{grid-template-columns:1fr}
.rank-grid{grid-template-columns:repeat(2,1fr)}
.tool-grid{grid-template-columns:repeat(2,1fr)}
.main-container{padding-top:14px !important}
}

.main-container{
 padding-top:18px;
}

@media(max-width:420px){
 .header-inner{
 min-height:56px;
 padding:10px 12px;
 }
 .logo img{
 height:38px;
 max-width:140px;
 }
}
@media(max-width:640px){
body{font-size:14px;font-weight:500}
.container{padding:0 10px}
.hero-grid{gap:12px}
.hero-col{padding:12px}
.card-body{padding:12px}
.section-title{font-size:18px;margin-bottom:12px}
.spacer{margin-bottom:15px}
.hot-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.hot-card{padding:12px 10px;min-height:110px}
.data-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.data-card{padding:12px}
.chart-cards{grid-template-columns:repeat(2,1fr);gap:8px}
.rec-grid{
 grid-template-columns:1fr;
 gap:12px;
}
.rec-col{
 padding:12px;
}
.topic-grid{grid-template-columns:repeat(2,1fr);gap:8px}
.tool-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.tool-card{padding:12px 10px;font-size:14px;min-height:52px;display:flex;align-items:center;justify-content:center;text-align:center}
.miss-grid{
 display:grid !important;
 grid-template-columns:repeat(2,minmax(0,1fr)) !important;
 gap:10px !important;
}
.dashboard-grid{grid-template-columns:1fr;gap:12px}
.ranking-grid{grid-template-columns:1fr;gap:12px}
.ai-center{grid-template-columns:1fr}
.ai-entry-grid{grid-template-columns:repeat(2,1fr)}
.header-search input{width:90px;max-width:100px;font-size:14px}
.result-item{font-size:14px}
.data-stream{font-size:14px}
.chart-card{padding:8px;min-height:50px}
.chart-card .chart-name{font-size:14px}
.miss-card{
 min-width:0;
 padding:12px 10px;
}
.miss-card h4{
 font-size:14px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.miss-card ul li a{
 display:block;
 font-size:13px;
 max-width:100%;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}

.rank-grid{grid-template-columns:1fr}

 .main-container{
 padding-top:12px !important;
 }

 .result-item{
  grid-template-columns:52px 1fr 62px;
  gap:5px;
  padding:8px 0;
 }
 .ball{width:21px;height:21px;font-size:11px}
 .lottery-name{font-size:13px}
 .issue-no{font-size:11px}

 .hot-grid{
 display:flex;
 flex-wrap:wrap;
 gap:12px;
 }
 .hot-card{
 flex:1 1 calc(50% - 6px);
 min-width:0;
 }
 .hot-ssq{order:1}
 .hot-fc3d{order:2}
 .hot-dlt{order:3}
 .hot-pl5{order:4}
 .hot-p3{order:5}
}

@media(max-width:360px){

 .result-item{
  gap:4px;
 }
 .ball{width:19px;height:19px;font-size:11px}
 .issue-no{font-size:11px}

}



/* 实时动态链接 */
.stream-item{
 display:flex;
 align-items:flex-start;
 gap:8px;
 padding:7px 0;
 border-bottom:1px solid #f1f5f9;
 font-size:14px;
}
.stream-time{
 flex-shrink:0;
 color:#64748b;
 font-family:monospace;
 min-width:45px;
}
.stream-type{
 flex-shrink:0;
 color:#2563eb;
 font-size:12px;
 background:#eff6ff;
 padding:0 6px;
 border-radius:3px;
}
.stream-text{
 flex:1;
 color:#1f2937;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.stream-text:hover{
 color:#dc2626;
}

/* 查看更多按钮 */
.show-more-btn{
 display:inline-block;
 background:#2563eb;
 color:#fff;
 border:none;
 border-radius:6px;
 padding:8px 24px;
 font-size:14px;
 cursor:pointer;
 font-weight:500;
 text-decoration:none;
}
.show-more-btn:hover{
 background:#1d4ed8;
 color:#fff;
}



/* == 今日数据中心 == */
.data-center-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}
.data-center-col{display:contents}
@media(max-width:992px){.data-center-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.data-center-grid{grid-template-columns:1fr;gap:12px}}

/* == 排行榜手机版 == */
@media(max-width:640px){
 .rank-grid{grid-template-columns:repeat(2,1fr);gap:10px}
 .rank-col{padding:12px}
 .rank-col h4{font-size:14px}
 .rank-item{gap:6px;font-size:13px}
 .rank-num-circle{width:18px;height:18px;line-height:18px;font-size:10px}
}
@media(max-width:360px){
 .rank-grid{grid-template-columns:1fr}
}



/* 数据中心2列3行 */
.data-center-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}
.data-card-compact{min-height:138px;background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:16px}
.data-card-compact h4{font-size:15px;color:#1e3a5f;font-weight:700;margin-bottom:10px;padding-left:10px;border-left:3px solid #dc2626}

/* 排行榜手机版 */
@media(max-width:640px){
 .rec-grid{grid-template-columns:1fr;gap:12px}
 .rec-col{padding:12px}
 .data-center-grid{grid-template-columns:1fr;gap:12px}
 .rank-grid{grid-template-columns:repeat(2,1fr);gap:10px}
 .rank-col{padding:12px}
 .rank-col h4{font-size:14px}
 .rank-item{gap:6px;font-size:13px}
 .rank-num-circle{width:18px;height:18px;line-height:18px;font-size:10px}
}
@media(max-width:360px){
 .rank-grid{grid-template-columns:1fr}
}

/* mini-ball for data center numbers */
.mini-ball{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 width:22px;
 height:22px;
 border-radius:50%;
 font-size:12px;
 font-weight:700;
 color:#fff;
 margin-right:2px;
 box-shadow:0 2px 5px rgba(15,23,42,.12);
}
.mini-ball.red{
 background:linear-gradient(135deg,#ef4444,#b91c1c);
}
.mini-ball.blue{
 background:linear-gradient(135deg,#3b82f6,#1d4ed8);
}
.num-balls{
 display:inline-flex;
 align-items:center;
 flex-wrap:wrap;
 gap:3px;
}
.data-metric{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:8px;
}
@media(max-width:640px){
 .mini-ball{width:20px;height:20px;font-size:11px}
}
/* tumi */
.tumi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tumi-col{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}
.tumi-col h4{font-size:15px;color:#1e3a5f;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}
.tumi-col li{display:flex;align-items:center;justify-content:space-between;gap:8px;height:32px;line-height:32px;border-bottom:1px dashed #e5e7eb;overflow:hidden}
.tumi-col li a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#334155}
.tumi-col li a:hover{color:#dc2626}
.tumi-date{flex-shrink:0;font-size:12px;color:#94a3b8}
@media(max-width:768px){.tumi-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.tumi-grid{grid-template-columns:1fr}}

/* 图谜分类导航 */
.tumi-cat-nav{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}
.tumi-cat-link{padding:6px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#475569;background:#fff;transition:all .2s}
.tumi-cat-link:hover,.tumi-cat-link.active{border-color:#2563eb;color:#2563eb;background:#eff6ff;text-decoration:none}
/* 图谜列表 */
.tumi-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}
.tumi-item{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:all .2s}
.tumi-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}
.tumi-item-link{display:block;text-decoration:none;color:inherit}
.tumi-item-img{background:#f1f5f9;min-height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.tumi-item-img img{width:100%;height:auto;display:block}
.tumi-item-placeholder{color:#94a3b8;font-size:24px;font-weight:700}
.tumi-item-info{padding:10px 12px}
.tumi-item-info h3{font-size:14px;color:#1e3a5f;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tumi-item-meta{font-size:12px;color:#94a3b8}
/* 图谜详情 */
.tumi-detail{max-width:800px;margin:0 auto}
.tumi-detail h1{font-size:22px;color:#1e3a5f;margin-bottom:16px}
.tumi-meta{display:flex;gap:20px;font-size:14px;color:#64748b;margin-bottom:20px;flex-wrap:wrap}
.tumi-image-box{background:#f8fafc;border-radius:10px;padding:16px;text-align:center;margin-bottom:20px}
.tumi-content,.tumi-analysis{background:#fff;border-radius:10px;padding:16px 20px;margin-bottom:16px;border:1px solid #e5e7eb}
.tumi-content h3,.tumi-analysis h3{font-size:16px;color:#1e3a5f;margin-bottom:10px}
.tumi-disclaimer{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-top:20px;font-size:13px;color:#991b1b}
/* 分页 */
.pagination{display:flex;gap:6px;justify-content:center;margin:20px 0}
.page-link{padding:6px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;color:#475569}
.page-link:hover,.page-link.active{border-color:#2563eb;color:#2563eb;background:#eff6ff}
/* 图谜手机版 */
@media(max-width:768px){.tumi-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.tumi-list{grid-template-columns:1fr}.tumi-meta{gap:10px;font-size:13px}}
/* 字谜网格 */
.zimi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.zimi-col{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}
.zimi-col h4{font-size:15px;color:#1e3a5f;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}
.zimi-col li{display:flex;align-items:center;justify-content:space-between;gap:8px;height:32px;border-bottom:1px dashed #e5e7eb;overflow:hidden}
.zimi-col li a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#334155}
.zimi-col li a:hover{color:#dc2626}
.zimi-date{flex-shrink:0;font-size:12px;color:#94a3b8}
@media(max-width:768px){.zimi-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.zimi-grid{grid-template-columns:1fr}}

/* 面包屑 */
.breadcrumb{font-size:14px;color:#64748b;margin-bottom:16px;padding:8px 0}
.breadcrumb a{color:#2563eb}

/* ===== 栏目页 ===== */
.cat-nav{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}
.cat-link{padding:6px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#475569;background:#fff}
.cat-link:hover,.cat-link.active{border-color:#2563eb;color:#2563eb;background:#eff6ff;text-decoration:none}
.article-list{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:20px}
.article-item{border-bottom:1px solid #f1f5f9}
.article-item:last-child{border-bottom:none}
.article-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:#334155;text-decoration:none}
.article-link:hover{background:#f8fafc;color:#dc2626}
.article-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.article-meta{flex-shrink:0;font-size:12px;color:#94a3b8;margin-left:12px}
.rel-section{margin-bottom:20px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}
.rel-section h3{font-size:15px;color:#1e3a5f;margin-bottom:10px}
.rel-links{display:flex;gap:8px;flex-wrap:wrap}
.rel-links a{padding:4px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;color:#475569}
.cat-desc{font-size:14px;color:#64748b;margin-bottom:20px;line-height:1.6}
@media(max-width:640px){
 .article-link{padding:10px 14px;flex-wrap:wrap}
 .article-meta{margin-left:auto;font-size:11px}
 .cat-link{font-size:13px;padding:5px 12px}
}

/* ===== 详情页 ===== */
.detail-article{max-width:800px;margin:0 auto}
.detail-article h1{font-size:22px;color:#1e3a5f;margin-bottom:16px}
.detail-meta{display:flex;gap:16px;font-size:13px;color:#64748b;margin-bottom:20px;flex-wrap:wrap}
.detail-content{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin-bottom:20px;font-size:15px;line-height:1.8}
.detail-enhance,.detail-rel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;margin-bottom:16px}
.detail-enhance h3,.detail-rel h3{font-size:15px;color:#1e3a5f;margin-bottom:10px}
.detail-enhance li,.detail-rel li{padding:4px 0}
.detail-enhance a,.detail-rel a{font-size:14px;color:#2563eb}
.detail-disclaimer{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-top:20px;font-size:13px;color:#991b1b}

/* === site-v7 移动端优化 === */
@media (max-width: 640px) {
  .hero-grid { grid-template-columns: 1fr !important; }
  .cat-nav { flex-wrap: wrap; gap: 6px; }
  .cat-nav a { font-size: 13px; padding: 6px 12px; }
  .result-item { padding: 12px; }
  .card-body { padding: 12px; }
  .data-grid { grid-template-columns: 1fr !important; }
  .ball-row { gap: 4px; }
  .ball-row span { width: 32px; height: 32px; font-size: 13px; }
}


/* ===== 开奖栏目 UI 全新设计 ===== */

/* 页面容器 */
.draw-page .main-container{padding:12px 0}

/* 面包屑 */
.draw-page .breadcrumb{font-size:12px;color:#94a3b8;margin-bottom:10px;padding:0 12px}
.draw-page .breadcrumb a{color:#2563eb;text-decoration:none}
.draw-page .breadcrumb .sep{margin:0 4px;color:#cbd5e1}

/* 标题 */
.draw-page h1{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px 12px}
.draw-page h2{font-size:16px;font-weight:600;color:#1e293b;margin:16px 0 12px 12px;padding-left:10px;border-left:3px solid #dc2626}
.draw-page .page-desc{font-size:13px;color:#64748b;margin:0 0 16px 12px}

/* 开奖卡片 */
.draw-page .draw-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #f0f0f0;margin-bottom:10px}
.draw-page .draw-card-header{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}
.draw-page .draw-card-header .issue{font-weight:400;font-size:12px;color:#94a3b8}

/* 号码球 */
.draw-page .draw-balls-row{display:flex;gap:5px;flex-wrap:wrap;align-items:center;margin:8px 0}
.draw-ball{display:inline-flex;width:36px;height:36px;border-radius:50%;color:#fff;align-items:center;justify-content:center;font-weight:700;font-size:14px;position:relative;box-shadow:0 3px 6px rgba(0,0,0,.2)}
.draw-ball::after{content:'';position:absolute;top:3px;left:6px;width:12px;height:6px;background:rgba(255,255,255,.3);border-radius:50%;transform:rotate(-20deg)}
.draw-ball-red{background:linear-gradient(180deg,#ef4444,#dc2626)}
.draw-ball-blue{background:linear-gradient(180deg,#3b82f6,#2563eb)}
.draw-ball-green{background:linear-gradient(180deg,#10b981,#059669)}
.draw-page .draw-divider{color:#cbd5e1;margin:0 4px;font-size:16px;font-weight:300}

/* 统计信息 */
.draw-page .draw-meta{font-size:12px;color:#94a3b8;margin-top:6px}
.draw-page .draw-link{font-size:12px;color:#2563eb;text-decoration:none;font-weight:500}

/* 统计网格 */
.draw-page .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}
.draw-page .stat-card{background:#f8fafc;border-radius:10px;padding:10px 8px;text-align:center}
.draw-page .stat-label{font-size:11px;color:#94a3b8;margin-bottom:4px}
.draw-page .stat-value{font-size:16px;font-weight:700;color:#1e293b}

/* 走势图按钮 */
.draw-page .chart-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px;padding:0 12px}
.draw-page .chart-item{background:#fff;border-radius:10px;padding:12px 8px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06);color:#1e293b;text-decoration:none;font-size:13px;font-weight:500;border:1px solid #f0f0f0;transition:all .2s}
.draw-page .chart-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}

/* 表格 */
.draw-page .draw-table-wrap{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);margin:0 12px 16px;border:1px solid #f0f0f0}
.draw-page .draw-table{width:100%;border-collapse:collapse;font-size:12px}
.draw-page .draw-table thead{background:#f8fafc}
.draw-page .draw-table th{padding:10px 8px;text-align:center;font-weight:600;color:#475569;font-size:12px;border-bottom:1px solid #e2e8f0}
.draw-page .draw-table td{padding:8px;text-align:center;border-bottom:1px solid #f1f5f9;font-size:12px;color:#334155}
.draw-page .draw-table tbody tr:nth-child(even){background:#fafbfc}
.draw-page .draw-table tbody tr:hover{background:#f1f5f9}
.draw-page .draw-table td.num{font-weight:600;color:#1e293b}
.draw-page .draw-table td.detail a{color:#2563eb;text-decoration:none;font-size:12px;font-weight:500}

/* 详情卡 */
.draw-page .detail-card{background:#fff;border-radius:16px;padding:20px;margin:0 12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #f0f0f0}
.draw-page .disclaimer{padding:12px 16px;background:#fff;border-radius:10px;margin:0 12px 20px}
.draw-page .disclaimer p{font-size:12px;color:#94a3b8;margin:0}

/* 三列网格（PC端总开奖页） */
.draw-page .draw-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;padding:0 12px}

/* 移动端 */
@media(max-width:640px){
  .draw-page .draw-grid-3{grid-template-columns:1fr;padding:0 8px}
  .draw-ball{width:30px;height:30px;font-size:12px}
  .draw-ball::after{top:2px;left:5px;width:10px;height:5px}
  .draw-page .stat-grid{grid-template-columns:repeat(2,1fr)}
  .draw-page .chart-grid{grid-template-columns:repeat(2,1fr);padding:0 8px}
  .draw-page .draw-table-wrap{margin:0 8px 12px}
  .draw-page h1{font-size:18px;margin-left:8px}
  .draw-page h2{font-size:15px;margin-left:8px}
  .draw-page .page-desc{margin-left:8px}
}
/* ===== 开奖公告栏目新模块样式 ===== */

.section-wrap {margin:28px 0;}
.section-wrap h2 {font-size:20px;font-weight:bold;color:#222;margin-bottom:16px;padding-left:12px;border-left:4px solid #d4380d;}

/* 最新开奖动态 */
.news-list {background:#fff;border-radius:12px;padding:4px 16px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.news-item {display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;gap:12px;}
.news-item:last-child {border-bottom:none;}
.news-time {font-size:13px;color:#999;white-space:nowrap;}
.tag {display:inline-block;font-size:11px;padding:2px 8px;border-radius:4px;color:#fff;white-space:nowrap;}
.tag-3d {background:#52c41a;}
.tag-ssq {background:#d4380d;}
.tag-dlt {background:#1677ff;}
.tag-p5 {background:#722ed1;}
.tag-qlc {background:#eb2f96;}
.tag-qxc {background:#fa8c16;}
.news-item a {color:#333;text-decoration:none;font-size:14px;flex:1;}
.news-item a:hover {color:#d4380d;}

/* 历史开奖查询入口 */
.entry-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.entry-card {display:block;background:#fff;border:2px solid #e8e8e8;border-radius:10px;padding:16px;text-align:center;text-decoration:none;color:#333;font-weight:bold;transition:all .2s;}
.entry-card:hover {border-color:#FFC107;box-shadow:0 2px 12px rgba(255,193,7,0.3);transform:translateY(-2px);}

/* 最近30期开奖 - 彩种切换 */
.lottery-tabs {display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;}
.lottery-tab {display:inline-block;padding:8px 18px;background:#f5f5f5;border-radius:8px;cursor:pointer;font-size:14px;color:#666;font-weight:500;transition:all .2s;border:1px solid #e8e8e8;}
.lottery-tab:hover {background:#fff;border-color:#d4380d;color:#d4380d;}
.lottery-tab.active {background:#d4380d;color:#fff;border-color:#d4380d;}
.recent-draw-table-wrap {overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.recent-draw-table {width:100%;border-collapse:collapse;font-size:14px;}
.recent-draw-table th {background:#fafafa;color:#666;padding:12px 10px;text-align:center;border-bottom:2px solid #e8e8e8;font-weight:600;}
.recent-draw-table td {padding:10px;text-align:center;border-bottom:1px solid #f0f0f0;color:#333;}
.recent-draw-table tr:hover td {background:#fafafa;}

/* 小号码球 */
.draw-ball-green-sm {display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;background:linear-gradient(135deg,#95de64,#52c41a);color:#fff;font-weight:bold;font-size:12px;margin:0 1px;}
.draw-ball-red-sm {display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;background:linear-gradient(135deg,#ff7875,#d4380d);color:#fff;font-weight:bold;font-size:12px;margin:0 1px;}
.draw-ball-blue-sm {display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;background:linear-gradient(135deg,#69b1ff,#1677ff);color:#fff;font-weight:bold;font-size:12px;margin:0 1px;}
.draw-divider-sm {display:inline-block;margin:0 3px;font-size:14px;font-weight:bold;color:#888;}

/* 开奖数据观察 */
.obs-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.obs-card {background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.obs-card h3 {font-size:16px;font-weight:bold;color:#222;margin-bottom:12px;}
.obs-table {width:100%;border-collapse:collapse;font-size:13px;}
.obs-table td {padding:6px 4px;border-bottom:1px solid #f0f0f0;color:#555;}
.obs-table td:first-child {color:#888;white-space:nowrap;width:90px;vertical-align:top;}
.draw-ball-green-xs {display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;background:linear-gradient(135deg,#95de64,#52c41a);color:#fff;font-weight:bold;font-size:11px;margin:0 1px;}
.draw-ball-blue-xs {display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;background:linear-gradient(135deg,#69b1ff,#1677ff);color:#fff;font-weight:bold;font-size:11px;margin:0 1px;}

/* 热门推荐 */
.rec-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.rec-card {background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.rec-card h3 {font-size:15px;font-weight:bold;color:#222;margin-bottom:10px;}
.rec-list {list-style:none;padding:0;margin:0;}
.rec-list li {padding:8px 0;border-bottom:1px dashed #f0f0f0;font-size:13px;}
.rec-list li:last-child {border-bottom:none;}
.rec-list a {color:#333;text-decoration:none;}
.rec-list a:hover {color:#d4380d;}

/* 手机端响应式 */
@media (max-width:768px) {
  .news-item {flex-wrap:wrap;}
  .entry-grid {grid-template-columns:1fr;}
  .obs-grid {grid-template-columns:1fr;}
  .rec-grid {grid-template-columns:1fr;}
  .lottery-tabs {gap:6px;}
  .lottery-tab {padding:6px 12px;font-size:13px;}
  .recent-draw-table {font-size:12px;}
  .draw-ball-green-sm, .draw-ball-red-sm, .draw-ball-blue-sm {width:22px;height:22px;line-height:22px;font-size:11px;}
}
.yl-page{background:#f5f5f5}
.yl-section{background:#fff;border-radius:12px;padding:20px;margin:20px 0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.yl-section h2{font-size:18px;font-weight:700;color:#222;margin-bottom:16px;padding-left:12px;border-left:4px solid #d4380d}
.yl-balls{display:flex;gap:8px;flex-wrap:wrap}
.yl-note{font-size:13px;color:#999;margin-top:8px}
.yl-table-wrap{overflow-x:auto}
.yl-table{width:100%;min-width:480px;border-collapse:collapse}
.yl-table th,.yl-table td{padding:8px 12px;text-align:center;border-bottom:1px solid #f0f0f0;font-size:14px}
.yl-table th{background:#fafafa;font-weight:600;color:#555}
.yl-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.yl-stat-card{background:#f8f8f8;border-radius:8px;padding:12px;text-align:center}
.yl-stat-label{font-size:12px;color:#888;margin-bottom:4px}
.yl-stat-value{font-size:20px;font-weight:700;color:#d4380d}
.yl-list{list-style:none;padding:0}
.yl-list li{padding:8px 0;border-bottom:1px solid #f0f0f0}
.yl-list li a{color:#1677ff;text-decoration:none;font-size:14px}
.yl-list li a:hover{color:#d4380d}
@media(max-width:768px){.yl-stats{grid-template-columns:repeat(2,1fr)}}

/* ===== 开奖公告栏目补充样式 ===== */
.section {margin:28px 0;padding:0 12px;}
.section h2 {font-size:20px;font-weight:bold;color:#222;margin-bottom:16px;padding-left:12px;border-left:4px solid #d4380d;}
.tab-bar {display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;}
.tab-bar button {display:inline-block;padding:8px 18px;background:#f5f5f5;border-radius:8px;cursor:pointer;font-size:14px;color:#666;font-weight:500;transition:all .2s;border:1px solid #e8e8e8;outline:none;font-family:inherit;}
.tab-bar button:hover {background:#fff;border-color:#d4380d;color:#d4380d;}
.tab-bar button.tab-active {background:#d4380d;color:#fff;border-color:#d4380d;}
.data-note {font-size:12px;color:#94a3b8;margin:8px 0 0;text-align:center;}
@media (max-width:768px) {
  .section {margin:20px 0;}
  .tab-bar {gap:6px;}
  .tab-bar button {padding:6px 12px;font-size:13px;}
}
