/* ==========================================================
   27-预测结果数据更新 · 全站样式（靛蓝主色 #4f46e5 · 深色导航+深色Hero）
   与 Tailwind CDN 配合使用，仅包含组件级自定义样式
   ========================================================== */
html{scroll-behavior:smooth}
body{font-family:'-apple-system','BlinkMacSystemFont','PingFang SC','Microsoft YaHei','Helvetica Neue','Arial','sans-serif'}

/* ── 滚动渐入 ── */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ── 按钮 ── */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#4f46e5;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 25px -5px rgba(79,70,229,.45);transition:all .25s}
.btn-primary:hover{background:#6366f1;transform:translateY(-2px);box-shadow:0 14px 30px -6px rgba(79,70,229,.55)}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.06);color:#e2e8f0;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.18);transition:all .25s}
.btn-secondary:hover{border-color:#818cf8;color:#fff;transform:translateY(-2px);background:rgba(255,255,255,.1)}

/* ── 段落小标签 ── */
.sec-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:9999px;background:#eef2ff;color:#4f46e5;font-size:.75rem;font-weight:600;letter-spacing:.08em}
.sec-tag.on-dark{background:rgba(99,102,241,.16);color:#a5b4fc}

/* ── 深色导航 ── */
.nav-link{padding:.55rem 1.1rem;border-radius:9999px;font-weight:500;transition:all .2s;color:#cbd5e1}
.nav-link:hover{color:#fff}
.nav-link.active{background:#4f46e5;color:#fff}

/* ── 深色 Hero ── */
.hero-dark{background:#0f172a}

/* ── 大小单双徽章 ── */
.badge{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:700}
.badge-big{background:#e0e7ff;color:#4338ca}
.badge-small{background:#ffe4e6;color:#e11d48}
.hit{color:#059669;font-weight:700}
.miss{color:#941b2f;font-weight:700}

/* ── 开奖球 ── */
.num-ball{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;box-shadow:0 4px 10px -2px rgba(79,70,229,.45)}

/* ── 分布条 ── */
.dist-track{display:flex;gap:2px;height:10px;border-radius:9999px;overflow:hidden}
.dist-seg{height:100%;border-radius:9999px;transition:width .7s ease}
.dist-pos{background:#4f46e5}
.dist-neg{background:#e11d48}
.sw{width:8px;height:8px;border-radius:9999px;display:inline-block}

/* ── 数据表格 ── */
.tbl th{font-size:.75rem;font-weight:500;color:#94a3b8;background:#f8fafc;padding:.7rem 1rem;text-align:left;white-space:nowrap}
.tbl td{padding:.65rem 1rem;border-bottom:1px solid #f8fafc;font-size:.875rem;white-space:nowrap}
.tbl tbody tr{transition:background .15s}
.tbl tbody tr:hover{background:#eef2ff}

/* ── 置信度仪表 ── */
.meter-track{background:#e0e7ff;border-radius:9999px;overflow:hidden}
.meter-fill{background:#4f46e5;border-radius:9999px;height:100%;transition:width .7s ease}
.meter-track.on-dark{background:rgba(255,255,255,.2)}
.meter-fill.on-dark{background:#fff}

/* ── 图标磁贴特性卡 ── */
.feat-tile{transition:all .3s}
.feat-tile:hover{transform:translateY(-6px);box-shadow:0 20px 35px -16px rgba(79,70,229,.25)}

/* ── 顶部横线评价卡 ── */
.rev-top{border-top:4px solid #4f46e5}

/* ── 底部 CTA 光晕带 ── */
.cta-glow{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);background-image:radial-gradient(rgba(255,255,255,.16) 1.5px,transparent 1.5px),linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);background-size:22px 22px,100% 100%}

/* ── FAQ ── */
details summary::-webkit-details-marker{display:none}
details summary{list-style:none}
