
:root{
  --bg:#f5f7fb;--card:#fff;--ink:#111827;--muted:#667085;--line:#e5eaf2;
  --blue:#1475d1;--blue2:#0b5fb3;--green:#0fa37f;--red:#e11d2e;--yellow:#f6b300;
  --dark:#101828;--soft:#eef6ff;--shadow:0 14px 34px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}
.os-shell{max-width:1180px;margin:0 auto;padding:0 22px}
.os-app{min-height:100vh;background:linear-gradient(180deg,#f8fbff,#f3f6fb 46%,#f7f8fb)}
.os-top{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(180deg,#0870c9,#0663b6);
  color:white;box-shadow:0 8px 24px rgba(7,99,182,.18)
}
.os-top-main{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.os-brand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:-.02em}
.os-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#27d3a2,#1775ff);display:grid;place-items:center;box-shadow:0 12px 26px rgba(0,0,0,.18)}
.os-sport-switch{display:flex;background:rgba(0,0,0,.18);border-radius:999px;padding:4px}
.os-sport-switch span{padding:8px 18px;border-radius:999px;font-weight:900;color:#dbeafe}
.os-sport-switch .on{background:rgba(255,255,255,.24);color:#fff}
.os-icons{display:flex;gap:10px;font-size:22px}
.os-tabs{display:flex;gap:22px;overflow:auto;white-space:nowrap;padding:0 0 10px;scrollbar-width:none}
.os-tabs::-webkit-scrollbar{display:none}
.os-tabs a{font-weight:900;color:#dbeafe;padding:8px 0;position:relative}
.os-tabs a.active{color:#fff}
.os-tabs a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:4px;background:white;border-radius:8px}
.os-tabs .hot{color:#ffe66d}
.os-hero{padding:26px 0 18px}
.os-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}
.os-hero-card{
  background:linear-gradient(135deg,#ffffff,#eff7ff);
  border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)
}
.os-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--blue);font-weight:950;font-size:13px}
.os-hero-card h1{font-size:42px;line-height:1.08;letter-spacing:-.055em;margin:16px 0 10px}
.os-hero-card p{color:var(--muted);line-height:1.72;margin:0;font-size:16px}
.os-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.os-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 16px;font-weight:950;border:1px solid var(--line);background:white}
.os-btn.red{background:var(--red);color:white;border-color:var(--red)}
.os-dash{
  background:#0f172a;color:white;border-radius:24px;padding:18px;box-shadow:var(--shadow)
}
.os-dash h2{margin:0 0 12px;font-size:22px}
.os-dash-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;margin-top:10px}
.os-dash-item b{display:block;font-size:18px}
.os-dash-item span{display:block;color:#cbd5e1;margin-top:6px;font-size:13px;font-weight:800}
.os-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}
.os-module{background:white;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.os-module .ico{font-size:24px;margin-bottom:10px}
.os-module b{display:block;font-size:17px}
.os-module span{display:block;color:var(--muted);font-weight:750;font-size:13px;margin-top:6px;line-height:1.45}
.os-section{padding:18px 0}
.os-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:12px}
.os-head h2{font-size:27px;margin:0;letter-spacing:-.04em}
.os-head p{color:var(--muted);margin:6px 0 0;line-height:1.6}
.os-list{display:grid;gap:10px}
.os-row{
  background:white;border:1px solid var(--line);border-radius:18px;padding:14px;
  display:grid;grid-template-columns:90px 1fr 90px 110px;gap:12px;align-items:center;
  box-shadow:0 8px 22px rgba(15,23,42,.05)
}
.os-league{font-size:13px;font-weight:950;color:#8a6d00}
.os-time{font-size:12px;color:var(--muted);font-weight:850;margin-top:4px}
.os-teams{font-size:19px;font-weight:950;letter-spacing:-.03em}
.os-odds{font-size:13px;color:#8b95a5;font-weight:850;margin-top:6px}
.os-score{text-align:center;font-size:22px;font-weight:950;color:#111827}
.os-score.live{color:#078b34}
.os-link{text-align:center;background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:10px 12px;font-weight:950}
.os-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.os-card{background:white;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.os-badge{display:inline-flex;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:7px 10px;font-weight:950;font-size:12px}
.os-card h3{font-size:23px;line-height:1.18;margin:12px 0 10px;letter-spacing:-.04em}
.os-card p{color:#475569;line-height:1.68;margin:0 0 12px}
.os-focus{background:#eef6ff;border:1px solid #bfdbfe;border-radius:15px;color:#1d4ed8;padding:12px;font-weight:950;line-height:1.5}
.os-chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.os-chip{background:#f1f5f9;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;color:#334155}
.os-risk{background:#fff7ed;border-color:#fed7aa}
.os-risk .os-badge{background:#ffedd5;color:#c2410c}
.os-detail-hero{background:linear-gradient(135deg,#101828,#173a6a);border-radius:26px;color:white;padding:24px;box-shadow:var(--shadow)}
.os-detail-hero h1{font-size:34px;margin:0 0 8px;letter-spacing:-.04em}
.os-detail-hero p{margin:0;color:#dbeafe}
.os-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}
.os-detail-box{background:white;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.os-detail-box h2{font-size:23px;margin:0 0 12px}
.os-kv{display:grid;gap:0}
.os-kv div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #eef2f7;padding:11px 0;color:#667085}
.os-kv b{color:#111827}
.os-member-box{background:linear-gradient(135deg,#fff,#fff5f5);border:1px solid #fee2e2;border-radius:22px;padding:18px}
.os-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:14px 16px;font-weight:850;line-height:1.55}
.os-footer{padding:34px 0 92px;color:#667085}
.os-bottom{display:none}
@media(max-width:760px){
  .os-shell{padding:0 14px}
  .os-top-main{height:56px}
  .os-brand span:last-child{font-size:14px}
  .os-mark{width:34px;height:34px}
  .os-sport-switch span{padding:7px 14px}
  .os-icons{font-size:19px}
  .os-tabs{gap:20px;padding-bottom:9px}
  .os-hero{padding:16px 0 10px}
  .os-hero-grid{grid-template-columns:1fr}
  .os-hero-card{padding:18px;border-radius:22px}
  .os-hero-card h1{font-size:29px;line-height:1.16}
  .os-hero-card p{font-size:14px}
  .os-dash{border-radius:22px;padding:16px}
  .os-modules{grid-template-columns:repeat(2,1fr);gap:10px}
  .os-module{padding:14px;border-radius:18px}
  .os-module b{font-size:15px}
  .os-head{display:block}
  .os-head h2{font-size:24px}
  .os-row{grid-template-columns:60px 1fr 52px;gap:8px;padding:12px}
  .os-row .os-link{grid-column:1 / -1}
  .os-league{font-size:12px}
  .os-teams{font-size:17px}
  .os-odds{font-size:12px}
  .os-score{font-size:20px}
  .os-grid{grid-template-columns:1fr}
  .os-card{padding:16px;border-radius:20px}
  .os-card h3{font-size:22px}
  .os-detail-hero{border-radius:23px;padding:18px}
  .os-detail-hero h1{font-size:28px}
  .os-detail-grid{grid-template-columns:1fr}
  .os-bottom{
    display:grid;grid-template-columns:repeat(5,1fr);gap:6px;
    position:fixed;left:10px;right:10px;bottom:10px;z-index:60;
    background:rgba(255,255,255,.92);backdrop-filter:blur(18px);
    border:1px solid var(--line);border-radius:22px;padding:7px;box-shadow:0 16px 40px rgba(15,23,42,.18)
  }
  .os-bottom a{text-align:center;font-size:12px;font-weight:950;color:#334155;padding:9px 4px;border-radius:16px}
  .os-bottom a.active{background:#0f172a;color:white}
}

/* ===== V80I3 Matchnote SEO/brand polish ===== */
.os-football-only{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-weight:950;
  white-space:nowrap;
}
.os-footer{
  margin-top:28px;
  padding:28px 0 112px;
  color:#667085;
  font-size:14px;
  line-height:1.8;
}
@media(max-width:760px){
  .os-football-only{padding:7px 12px;font-size:13px}
  .os-footer{padding:24px 14px 128px;font-size:12px}
}

/* ===== V80J home polish ===== */
.os-dash{
  background:linear-gradient(135deg,#ffffff,#f2f7ff) !important;
  color:#111827 !important;
  border:1px solid #e5eaf2 !important;
  box-shadow:0 14px 34px rgba(15,23,42,.08) !important;
}
.os-dash h2{
  color:#111827 !important;
}
.os-dash-item{
  background:#ffffff !important;
  border:1px solid #e5eaf2 !important;
  color:#111827 !important;
}
.os-dash-item span{
  color:#667085 !important;
}
.os-module{
  min-height:118px;
}

/* ===== V80J2 live score state ===== */
.os-score.upcoming{
  font-size:14px !important;
  color:#667085 !important;
  font-weight:950 !important;
  background:#f1f5f9;
  border:1px solid #e5eaf2;
  border-radius:999px;
  padding:8px 10px;
}

/* ===== V80L real live score source ===== */
.mn-real-live-panel{
  margin:0 0 14px;
  padding:16px;
  border-radius:22px;
  background:linear-gradient(135deg,#0f6fbd,#0b8bdc);
  color:white;
  box-shadow:0 18px 48px rgba(0,91,180,.22);
}
.mn-real-live-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.mn-real-live-title b{
  font-size:20px;
  font-weight:950;
}
.mn-real-live-title span{
  opacity:.82;
  font-size:13px;
  font-weight:800;
}
.mn-real-live-list{
  display:grid;
  gap:9px;
}
.mn-real-live-item{
  display:grid;
  grid-template-columns:80px 1fr 64px;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.14);
}
.mn-real-live-item span,
.mn-real-live-item i{
  opacity:.86;
  font-style:normal;
  font-weight:850;
}
.mn-real-live-item b{
  font-weight:950;
}
.mn-real-live-item em{
  font-style:normal;
  font-size:22px;
  padding:0 8px;
}
.os-score.live{
  color:#12833b !important;
  background:#eafff0 !important;
  border-color:#bcecc7 !important;
}
.os-score.finished{
  color:#dc2626 !important;
  background:#fff1f2 !important;
  border-color:#fecdd3 !important;
}
.os-score.upcoming{
  color:#667085 !important;
  background:#f1f5f9 !important;
  border:1px solid #e5eaf2 !important;
  border-radius:999px !important;
  padding:8px 10px !important;
}
#mnGoalToastWrap{
  position:fixed;
  left:18px;
  right:18px;
  bottom:92px;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:10px;
  pointer-events:none;
}
.mn-goal-toast{
  max-width:560px;
  margin:0 auto;
  width:100%;
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#1785dd,#0a65be);
  color:white;
  box-shadow:0 18px 48px rgba(0,91,180,.35);
  transform:translateY(20px);
  opacity:0;
  transition:.35s ease;
}
.mn-goal-toast.show{
  transform:translateY(0);
  opacity:1;
}
.mn-goal-toast .ball{
  width:52px;
  height:52px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:30px;
  background:rgba(255,255,255,.18);
}
.mn-goal-toast .txt{
  flex:1;
  text-align:center;
}
.mn-goal-toast .line1{
  font-size:13px;
  opacity:.82;
  font-weight:900;
}
.mn-goal-toast .line2{
  font-size:22px;
  font-weight:950;
}
.mn-goal-toast b{
  font-size:26px;
  padding:0 12px;
}
@media(max-width:760px){
  .mn-real-live-panel{
    margin:0 0 12px;
    padding:13px;
    border-radius:20px;
  }
  .mn-real-live-item{
    grid-template-columns:54px 1fr 50px;
    padding:9px 10px;
  }
  .mn-real-live-title b{font-size:18px}
  .mn-real-live-title span{font-size:11px}
  .mn-real-live-item em{font-size:20px}
  #mnGoalToastWrap{bottom:112px}
  .mn-goal-toast{padding:11px 14px}
  .mn-goal-toast .ball{width:46px;height:46px;font-size:26px}
  .mn-goal-toast .line2{font-size:18px}
}

/* ===== V80L2 live-first homepage ===== */
.os-live-first{padding:22px 0 10px}
.os-live-head{margin-bottom:14px}
.os-live-head h1{font-size:42px;line-height:1.05;letter-spacing:-.05em;margin:14px 0 8px}
.os-live-compact .os-row{grid-template-columns:90px 1fr 76px 96px}
.os-module-section{padding-top:8px}
@media(max-width:760px){
  .os-live-first{padding:14px 0 6px}
  .os-live-head h1{font-size:34px}
  .os-live-compact .os-row{grid-template-columns:70px 1fr 74px}
  .os-live-compact .os-row .os-link{grid-column:1 / -1}
}

/* ===== V80L4 live frontend polish ===== */
.mn-real-live-panel-v80l4{
  background:linear-gradient(135deg,#eaf5ff,#f7fbff) !important;
  color:#0f172a !important;
  border:1px solid #dbeafe !important;
  box-shadow:0 14px 34px rgba(15,23,42,.08) !important;
}
.mn-real-live-panel-v80l4 .mn-real-live-title b{
  color:#0f172a !important;
}
.mn-real-live-panel-v80l4 .mn-real-live-title span{
  color:#64748b !important;
}
.mn-real-live-panel-v80l4 .mn-real-live-item{
  text-decoration:none !important;
  color:#0f172a !important;
  background:#ffffff !important;
  border:1px solid #e5eaf2 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
.mn-real-live-panel-v80l4 .mn-real-live-item.clickable,
.mn-clickable-row{
  cursor:pointer;
}
.mn-real-live-panel-v80l4 .mn-real-live-item.clickable:active,
.mn-clickable-row:active{
  transform:scale(.992);
}
.mn-real-live-panel-v80l4 .mn-real-live-item span{
  color:#9a7a00 !important;
}
.mn-real-live-panel-v80l4 .mn-real-live-item i{
  color:#2563eb !important;
}
.mn-real-live-panel-v80l4 .mn-real-live-item em{
  color:#ef233c !important;
  font-weight:950;
}
@media(max-width:760px){
  .mn-real-live-panel-v80l4{
    margin-top:10px !important;
    border-radius:22px !important;
  }
  .mn-real-live-panel-v80l4 .mn-real-live-item{
    grid-template-columns:64px 1fr 54px !important;
    border-radius:16px !important;
  }
}

/* ===== V80L5 live score UI polish ===== */
#mnRealLivePanel.mn-real-live-panel-v80l5{
  display:block;
  margin:18px 0 16px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#111827 !important;
}

.mn-live-head-v80l5{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}

.mn-live-head-v80l5 b{
  display:block;
  font-size:22px;
  font-weight:950;
  letter-spacing:-.03em;
  color:#111827;
}

.mn-live-head-v80l5 span{
  display:block;
  margin-top:3px;
  font-size:13px;
  color:#667085;
  font-weight:800;
}

.mn-live-head-v80l5 a{
  flex:0 0 auto;
  text-decoration:none;
  color:#111827;
  font-weight:900;
  border:1px solid #e5eaf2;
  background:#fff;
  padding:10px 14px;
  border-radius:999px;
}

.mn-live-list-v80l5{
  display:grid;
  gap:10px;
}

.mn-live-card{
  display:grid;
  grid-template-columns:72px 1fr 56px;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:12px 14px;
  border-radius:18px;
  text-decoration:none !important;
  background:#ffffff;
  color:#111827 !important;
  border:1px solid #e5eaf2;
  box-shadow:0 8px 20px rgba(15,23,42,.045);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.mn-live-card.clickable{
  cursor:pointer;
}

.mn-live-card.clickable:active{
  transform:scale(.992);
}

.mn-live-card.live{
  border-left:4px solid #12b981;
}

.mn-live-card.finished{
  border-left:4px solid #94a3b8;
  opacity:.88;
}

.mn-live-card.upcoming{
  border-left:4px solid #cbd5e1;
}

.mn-live-league{
  font-size:13px;
  color:#9a7a00;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-teams{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-width:0;
}

.mn-live-teams span{
  font-size:16px;
  color:#111827;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-teams span:first-child{
  text-align:right;
}

.mn-live-teams span:last-child{
  text-align:left;
}

.mn-live-teams strong{
  min-width:54px;
  text-align:center;
  font-size:24px;
  line-height:1;
  color:#ef233c;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}

.mn-live-state{
  justify-self:end;
  min-width:44px;
  text-align:center;
  padding:7px 8px;
  border-radius:999px;
  background:#f1f5f9;
  color:#2563eb;
  font-size:13px;
  font-weight:950;
}

.mn-clickable-row{
  cursor:pointer;
}

.mn-clickable-row:active{
  transform:scale(.996);
}

@media(max-width:760px){
  #mnRealLivePanel.mn-real-live-panel-v80l5{
    margin:14px 0 12px !important;
  }

  .mn-live-head-v80l5{
    margin-bottom:9px;
  }

  .mn-live-head-v80l5 b{
    font-size:20px;
  }

  .mn-live-head-v80l5 span{
    font-size:12px;
  }

  .mn-live-head-v80l5 a{
    padding:9px 12px;
    font-size:13px;
  }

  .mn-live-card{
    grid-template-columns:52px 1fr 48px;
    gap:8px;
    min-height:58px;
    padding:11px 12px;
    border-radius:17px;
  }

  .mn-live-league{
    font-size:12px;
  }

  .mn-live-teams{
    gap:6px;
  }

  .mn-live-teams span{
    font-size:15px;
  }

  .mn-live-teams strong{
    min-width:48px;
    font-size:22px;
  }

  .mn-live-state{
    min-width:40px;
    padding:6px 7px;
    font-size:12px;
  }
}

/* ===== V80M Matchnote brand UI: not a traditional score app ===== */

/* 顶部从传统比分站高饱和蓝，降成数据平台蓝黑渐变 */
.os-top{
  background:
    radial-gradient(circle at 12% 0%, rgba(20,184,166,.28), transparent 28%),
    linear-gradient(135deg,#0f3f7a 0%, #0b5ea8 48%, #064f8f 100%) !important;
  box-shadow:0 10px 28px rgba(8,47,73,.16) !important;
}

.os-brand,
.os-top a,
.os-top button{
  letter-spacing:.01em;
}

/* 顶部胶囊更像“数据平台”而不是比分站 tab */
.os-sport-pill,
.os-top .pill,
.os-top [class*="pill"]{
  background:rgba(255,255,255,.18) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  backdrop-filter:blur(12px);
}

/* 首页头部留白更稳，减少比分站拥挤感 */
.os-live-first{
  background:
    linear-gradient(180deg,#f7fbff 0%, #f3f7fb 100%) !important;
  padding-top:24px !important;
}

.os-kicker{
  background:#ffffff !important;
  color:#155e75 !important;
  border:1px solid #dbeafe !important;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

/* 大标题更像分析平台 */
.os-live-head h1{
  color:#0f172a !important;
  letter-spacing:-.06em !important;
}

.os-live-head p{
  color:#667085 !important;
  font-weight:750 !important;
}

/* 实时面板从“比分列表”变成“观察看板” */
#mnRealLivePanel.mn-real-live-panel-v80l5{
  position:relative;
  margin-top:18px !important;
  padding:16px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(14,165,233,.10), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(16,185,129,.10), transparent 30%),
    #ffffff !important;
  border:1px solid #e5edf7 !important;
  box-shadow:0 16px 42px rgba(15,23,42,.075) !important;
}

.mn-live-head-v80l5{
  padding:2px 2px 8px !important;
  border-bottom:1px solid #eef2f7;
}

.mn-live-head-v80l5 b{
  font-size:21px !important;
  color:#0f172a !important;
}

.mn-live-head-v80l5 span{
  color:#64748b !important;
}

.mn-live-head-v80l5 a{
  background:#f8fafc !important;
  border-color:#e2e8f0 !important;
  color:#0f172a !important;
}

/* 单场卡片更像数据卡，而不是蓝色比分条 */
.mn-live-list-v80l5{
  margin-top:12px;
}

.mn-live-card{
  background:
    linear-gradient(180deg,#ffffff 0%, #fbfdff 100%) !important;
  border:1px solid #e7eef7 !important;
  box-shadow:0 8px 20px rgba(15,23,42,.045) !important;
}

.mn-live-card.live{
  border-left:4px solid #10b981 !important;
}

.mn-live-card.finished{
  border-left:4px solid #94a3b8 !important;
}

.mn-live-league{
  color:#64748b !important;
}

.mn-live-teams strong{
  color:#0f172a !important;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:7px 10px;
  min-width:62px !important;
}

.mn-live-state{
  background:#ecfdf5 !important;
  color:#047857 !important;
  border:1px solid #bbf7d0;
}

/* 首页功能入口：突出分析工具，而不是比分站栏目 */
.os-modules .os-module{
  border:1px solid #e8eef6 !important;
  box-shadow:0 10px 28px rgba(15,23,42,.055) !important;
  transition:transform .14s ease, box-shadow .14s ease;
}

.os-modules .os-module:active{
  transform:scale(.992);
}

/* 移动端更清爽，减少头晕感 */
@media(max-width:760px){
  .os-top{
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .os-live-first{
    padding-top:18px !important;
  }

  #mnRealLivePanel.mn-real-live-panel-v80l5{
    padding:13px !important;
    border-radius:24px !important;
  }

  .mn-live-card{
    min-height:62px !important;
  }

  .mn-live-teams strong{
    min-width:54px !important;
    font-size:20px !important;
  }
}

/* ===== V80N nav active fix + naming polish ===== */
.os-top a,
header a,
nav a{
  text-decoration:none;
}

.os-top a.active,
header a.active{
  color:#ffffff !important;
  position:relative;
}

.os-top a.active::after,
header a.active::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-9px;
  height:3px;
  border-radius:999px;
  background:#ffffff;
  opacity:.9;
}

.os-top a:not(.active)::after,
header a:not(.active)::after{
  display:none !important;
}

.os-live-head h1{
  letter-spacing:-.065em !important;
}

.mn-live-head-v80l5 b::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-left:8px;
  border-radius:999px;
  background:#10b981;
  vertical-align:middle;
  box-shadow:0 0 0 5px rgba(16,185,129,.12);
}

/* 临时测试比分不做可点击，避免误进无分析页 */
.mn-live-card:not(.clickable){
  cursor:default !important;
}

/* ===== V80O live metadata/cards/goal effect ===== */
#mnRealLivePanel.mn-real-live-panel-v80o{
  display:block;
  margin:18px 0 16px !important;
  padding:16px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(14,165,233,.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(16,185,129,.08), transparent 30%),
    #ffffff !important;
  border:1px solid #e5edf7 !important;
  box-shadow:0 16px 42px rgba(15,23,42,.07) !important;
  color:#111827 !important;
}

.mn-live-head-v80o{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:2px 2px 10px;
  border-bottom:1px solid #eef2f7;
}

.mn-live-head-v80o b{
  display:block;
  font-size:21px;
  font-weight:950;
  color:#0f172a;
  letter-spacing:-.03em;
}

.mn-live-head-v80o b::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-left:8px;
  border-radius:999px;
  background:#10b981;
  vertical-align:middle;
  box-shadow:0 0 0 5px rgba(16,185,129,.12);
}

.mn-live-head-v80o span{
  display:block;
  margin-top:3px;
  font-size:13px;
  color:#64748b;
  font-weight:800;
}

.mn-live-head-v80o a{
  flex:0 0 auto;
  text-decoration:none;
  color:#111827;
  font-weight:900;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  padding:10px 14px;
  border-radius:999px;
}

.mn-live-list-v80o{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.mn-live-card-v80o{
  display:block;
  padding:11px 13px;
  border-radius:18px;
  text-decoration:none !important;
  color:#111827 !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #e7eef7;
  box-shadow:0 8px 20px rgba(15,23,42,.045);
}

.mn-live-card-v80o.live{border-left:4px solid #10b981}
.mn-live-card-v80o.finished{border-left:4px solid #94a3b8; opacity:.92}
.mn-live-card-v80o.clickable{cursor:pointer}
.mn-live-card-v80o.clickable:active{transform:scale(.992)}

.mn-live-row-main{
  display:grid;
  grid-template-columns:70px minmax(0,1fr) 62px minmax(0,1fr) 52px;
  align-items:center;
  gap:8px;
}

.mn-live-league-v80o{
  color:#64748b;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-team{
  min-width:0;
  color:#111827;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-team.home{text-align:right}
.mn-live-team.away{text-align:left}

.mn-live-score-v80o{
  text-align:center;
  font-size:21px;
  line-height:1;
  font-weight:950;
  font-variant-numeric:tabular-nums;
  color:#0f172a;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:7px 8px;
}

.mn-live-state-v80o{
  justify-self:end;
  min-width:42px;
  text-align:center;
  padding:6px 7px;
  border-radius:999px;
  background:#ecfdf5;
  color:#047857;
  border:1px solid #bbf7d0;
  font-size:12px;
  font-weight:950;
}

.mn-live-meta-v80o{
  margin-top:8px;
  padding-left:78px;
  font-size:12px;
  color:#667085;
  font-weight:750;
}

.mn-card-badge{
  display:inline-grid;
  place-items:center;
  min-width:14px;
  height:16px;
  margin:0 3px;
  padding:0 3px;
  border-radius:3px;
  font-size:10px;
  line-height:1;
  font-weight:950;
  vertical-align:middle;
}

.mn-card-badge.yellow{
  background:#facc15;
  color:#713f12;
}

.mn-card-badge.red{
  background:#ef4444;
  color:#fff;
}

.mn-goal-fx-demo{
  position:fixed;
  right:22px;
  bottom:94px;
  z-index:10000;
  display:flex;
  align-items:center;
  gap:14px;
  max-width:420px;
  padding:16px 18px;
  border-radius:24px;
  background:linear-gradient(135deg,#0f172a,#0b5ea8);
  color:#fff;
  box-shadow:0 22px 60px rgba(15,23,42,.36);
  transform:translateY(18px) scale(.98);
  opacity:0;
  transition:.32s ease;
  cursor:pointer;
}

.mn-goal-fx-demo.show{
  transform:translateY(0) scale(1);
  opacity:1;
}

.mn-goal-fx-ball{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  font-size:32px;
  animation:mnGoalBounce .9s infinite alternate ease-in-out;
}

.mn-goal-fx-demo strong{
  display:block;
  font-size:18px;
  font-weight:950;
}

.mn-goal-fx-demo p{
  margin:4px 0 0;
  font-size:13px;
  opacity:.82;
  font-weight:750;
}

@keyframes mnGoalBounce{
  from{transform:translateY(0) rotate(-8deg)}
  to{transform:translateY(-8px) rotate(8deg)}
}

@media(max-width:760px){
  #mnRealLivePanel.mn-real-live-panel-v80o{
    margin:14px 0 12px !important;
    padding:13px !important;
    border-radius:24px !important;
  }

  .mn-live-row-main{
    grid-template-columns:50px minmax(0,1fr) 54px minmax(0,1fr) 44px;
    gap:6px;
  }

  .mn-live-team{
    font-size:14px;
  }

  .mn-live-score-v80o{
    font-size:19px;
    padding:7px 6px;
  }

  .mn-live-meta-v80o{
    padding-left:56px;
    font-size:11px;
  }

  .mn-goal-fx-demo{
    left:16px;
    right:16px;
    bottom:112px;
    max-width:none;
  }
}

/* ===== V80P real source cards only, no demo rows ===== */
#mnRealLivePanel.mn-real-live-panel-v80p{
  display:block;
  margin:18px 0 16px !important;
  padding:16px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(14,165,233,.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(16,185,129,.08), transparent 30%),
    #ffffff !important;
  border:1px solid #e5edf7 !important;
  box-shadow:0 16px 42px rgba(15,23,42,.07) !important;
  color:#111827 !important;
}

.mn-live-head-v80p{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:2px 2px 10px;
  border-bottom:1px solid #eef2f7;
}

.mn-live-head-v80p b{
  display:block;
  font-size:21px;
  font-weight:950;
  color:#0f172a;
  letter-spacing:-.03em;
}

.mn-live-head-v80p b::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-left:8px;
  border-radius:999px;
  background:#10b981;
  vertical-align:middle;
  box-shadow:0 0 0 5px rgba(16,185,129,.12);
}

.mn-live-head-v80p span{
  display:block;
  margin-top:3px;
  font-size:13px;
  color:#64748b;
  font-weight:800;
}

.mn-live-head-v80p a{
  flex:0 0 auto;
  text-decoration:none;
  color:#111827;
  font-weight:900;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  padding:10px 14px;
  border-radius:999px;
}

.mn-live-list-v80p{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.mn-live-card-v80p{
  display:block;
  padding:11px 13px;
  border-radius:18px;
  text-decoration:none !important;
  color:#111827 !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid #e7eef7;
  box-shadow:0 8px 20px rgba(15,23,42,.045);
}

.mn-live-card-v80p.live{border-left:4px solid #10b981}
.mn-live-card-v80p.finished{border-left:4px solid #94a3b8; opacity:.92}
.mn-live-card-v80p.clickable{cursor:pointer}
.mn-live-card-v80p.clickable:active{transform:scale(.992)}

.mn-live-row-main{
  display:grid;
  grid-template-columns:70px minmax(0,1fr) 62px minmax(0,1fr) 52px;
  align-items:center;
  gap:8px;
}

.mn-live-league-v80p{
  color:#64748b;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-team{
  min-width:0;
  color:#111827;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-team.home{text-align:right}
.mn-live-team.away{text-align:left}

.mn-live-score-v80p{
  text-align:center;
  font-size:21px;
  line-height:1;
  font-weight:950;
  font-variant-numeric:tabular-nums;
  color:#0f172a;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:7px 8px;
}

.mn-live-state-v80p{
  justify-self:end;
  min-width:42px;
  text-align:center;
  padding:6px 7px;
  border-radius:999px;
  background:#ecfdf5;
  color:#047857;
  border:1px solid #bbf7d0;
  font-size:12px;
  font-weight:950;
}

.mn-live-meta-v80p{
  margin-top:8px;
  padding-left:78px;
  font-size:12px;
  color:#667085;
  font-weight:750;
}

@media(max-width:760px){
  #mnRealLivePanel.mn-real-live-panel-v80p{
    margin:14px 0 12px !important;
    padding:13px !important;
    border-radius:24px !important;
  }

  .mn-live-row-main{
    grid-template-columns:50px minmax(0,1fr) 54px minmax(0,1fr) 44px;
    gap:6px;
  }

  .mn-live-team{
    font-size:14px;
  }

  .mn-live-score-v80p{
    font-size:19px;
    padding:7px 6px;
  }

  .mn-live-meta-v80p{
    padding-left:56px;
    font-size:11px;
  }
}

/* ===== V80P2 independent live mount fix ===== */
.mn-real-live-panel-v80p2{
  margin:16px auto 18px;
  max-width:980px;
  padding:16px;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #e5edf7;
  box-shadow:0 16px 42px rgba(15,23,42,.08);
  color:#111827;
}

.mn-live-head-v80p2{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:10px;
  border-bottom:1px solid #edf2f7;
}

.mn-live-head-v80p2 b,
.mn-live-empty-v80p2 b{
  display:block;
  font-size:21px;
  font-weight:950;
  letter-spacing:-.03em;
}

.mn-live-head-v80p2 span,
.mn-live-empty-v80p2 span{
  display:block;
  margin-top:3px;
  color:#667085;
  font-size:13px;
  font-weight:800;
}

.mn-live-head-v80p2 a{
  text-decoration:none;
  color:#111827;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:9px 13px;
  font-size:13px;
  font-weight:950;
}

.mn-live-list-v80p2{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.mn-live-card-v80p2{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:8px 10px;
  align-items:center;
  padding:12px 13px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e7eef7;
  text-decoration:none !important;
  color:#111827 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.045);
}

.mn-live-card-v80p2.clickable{
  cursor:pointer;
  border-left:4px solid #10b981;
}

.mn-live-card-v80p2 .league{
  grid-row:1 / span 2;
  font-size:12px;
  color:#64748b;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-live-card-v80p2 .teams{
  display:grid;
  grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);
  align-items:center;
  gap:8px;
}

.mn-live-card-v80p2 .teams span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:950;
  font-size:15px;
}

.mn-live-card-v80p2 .teams span:first-child{text-align:right}
.mn-live-card-v80p2 .teams span:last-child{text-align:left}

.mn-live-card-v80p2 .teams strong{
  text-align:center;
  font-size:21px;
  font-weight:950;
  color:#0f172a;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:7px 8px;
  font-variant-numeric:tabular-nums;
}

.mn-live-card-v80p2 .meta{
  color:#667085;
  font-size:12px;
  font-weight:800;
}

.mn-live-empty-v80p2{
  padding:8px 4px;
}

@media(max-width:760px){
  .mn-real-live-panel-v80p2{
    margin:12px 12px 14px;
    padding:13px;
    border-radius:22px;
  }

  .mn-live-card-v80p2{
    grid-template-columns:48px 1fr;
    padding:11px;
  }

  .mn-live-card-v80p2 .teams{
    grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);
  }

  .mn-live-card-v80p2 .teams span{
    font-size:14px;
  }

  .mn-live-card-v80p2 .teams strong{
    font-size:19px;
    padding:7px 6px;
  }
}

/* ===== V80P3 running match priority ===== */
.mn-live-card-v80p2.running{
  border-left:4px solid #16a34a !important;
  background:linear-gradient(90deg, rgba(240,253,244,.95), #fff 34%) !important;
}

.mn-live-card-v80p2.running .meta::before{
  content:"● ";
  color:#16a34a;
  font-weight:950;
}

.mn-live-card-v80p2.running .teams strong{
  background:#ecfdf5 !important;
  border-color:#bbf7d0 !important;
  color:#065f46 !important;
}

/* ===== V80P4 single live renderer anti-flicker ===== */
.mn-real-live-panel-v80p4 .mn-live-card-v80p2.running{
  border-left:4px solid #16a34a !important;
  background:linear-gradient(90deg, rgba(240,253,244,.95), #fff 36%) !important;
}

.mn-real-live-panel-v80p4 .mn-live-card-v80p2.running .meta::before{
  content:"● ";
  color:#16a34a;
  font-weight:950;
}

.mn-real-live-panel-v80p4 .mn-live-card-v80p2.running .teams strong{
  background:#ecfdf5 !important;
  border-color:#bbf7d0 !important;
  color:#065f46 !important;
}

/* ===== V80Q red/yellow cards ===== */
.mn-card-badge-v80q{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:15px;
  height:18px;
  padding:0 4px;
  margin:0 4px;
  border-radius:4px;
  font-size:11px;
  line-height:1;
  font-weight:950;
  vertical-align:middle;
  box-shadow:0 1px 4px rgba(15,23,42,.16);
}

.mn-card-badge-v80q.red{
  background:#ef4444;
  color:#fff;
}

.mn-card-badge-v80q.yellow{
  background:#facc15;
  color:#111827;
}

.mn-live-card-v80p2 .team{
  display:inline-flex;
  align-items:center;
  min-width:0;
  gap:2px;
}

.mn-live-card-v80p2 .team.home{
  justify-content:flex-end;
}

.mn-live-card-v80p2 .team.away{
  justify-content:flex-start;
}

/* ===== V80Q2 stoppage-time live protection ===== */
.mn-real-live-panel-v80q2 .mn-live-card-v80p2.running{
  border-left:4px solid #16a34a !important;
  background:linear-gradient(90deg, rgba(240,253,244,.96), #fff 36%) !important;
}

.mn-real-live-panel-v80q2 .mn-live-card-v80p2.running .meta{
  color:#047857 !important;
  font-weight:800;
}

.mn-real-live-panel-v80q2 .mn-live-card-v80p2.running .meta::before{
  content:"● ";
  color:#16a34a;
  font-weight:950;
}

.mn-real-live-panel-v80q2 .mn-live-card-v80p2.running .teams strong{
  background:#ecfdf5 !important;
  border-color:#bbf7d0 !important;
  color:#065f46 !important;
}

/* ===== V80R Matchnote visual rebuild ===== */
:root{
  --mn-ink:#0f172a;
  --mn-muted:#64748b;
  --mn-line:#e5e7eb;
  --mn-paper:#fffaf1;
  --mn-green:#10b981;
  --mn-green-2:#047857;
  --mn-soft:#f8fafc;
}

/* 顶部去 Titan007 蓝色感：改为深墨绿 + 玻璃质感 */
body > header,
.os-top,
.os-header,
.os-nav,
.os-navbar,
header.os-header{
  background:linear-gradient(135deg,#0f2f3a 0%,#0b4a5a 46%,#0f766e 100%) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.10) !important;
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(16,185,129,.10), transparent 28%),
    linear-gradient(180deg,#f8fafc 0%,#f3f4f6 100%) !important;
}

/* 观察台整体 */
.mn-observe-board-v80r{
  max-width:980px;
  margin:34px auto 22px;
  padding:22px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,250,245,.93)),
    radial-gradient(circle at 0% 0%,rgba(16,185,129,.12),transparent 30%);
  box-shadow:0 22px 58px rgba(15,23,42,.08);
}

.mn-observe-head-v80r{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:16px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(15,23,42,.07);
}

.mn-observe-head-v80r h2{
  margin:2px 0 4px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.04em;
  color:var(--mn-ink);
}

.mn-observe-head-v80r p{
  margin:0;
  color:var(--mn-muted);
  font-size:13px;
  line-height:1.55;
}

.mn-eyebrow-v80r{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#047857;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.mn-eyebrow-v80r::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#10b981;
  box-shadow:0 0 0 5px rgba(16,185,129,.12);
}

.mn-observe-head-v80r a{
  flex:0 0 auto;
  text-decoration:none;
  color:#0f172a;
  font-weight:900;
  padding:10px 17px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.mn-observe-list-v80r{
  display:grid;
  gap:12px;
}

/* 赛况卡：不像比分站，做成研究卡片 */
.mn-observe-card-v80r{
  display:grid;
  grid-template-columns:108px 1fr 68px;
  align-items:center;
  gap:12px;
  min-height:76px;
  padding:14px 16px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:
    linear-gradient(90deg,rgba(240,253,244,.82),#fff 36%);
  color:var(--mn-ink);
  text-decoration:none;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.mn-observe-card-v80r.clickable:hover{
  transform:translateY(-1px);
  border-color:rgba(16,185,129,.38);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}

.mn-observe-card-v80r.is-live{
  border-left:5px solid #10b981;
}

.mn-observe-side-v80r{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.mn-observe-side-v80r span{
  color:#334155;
  font-size:12px;
  font-weight:900;
}

.mn-observe-side-v80r em{
  width:max-content;
  font-style:normal;
  padding:5px 9px;
  border-radius:999px;
  background:#ecfdf5;
  color:#047857;
  font-size:11px;
  font-weight:900;
}

.mn-teams-v80r{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:12px;
  font-size:16px;
  font-weight:950;
}

.mn-teams-v80r .team{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mn-teams-v80r .home{
  justify-content:flex-end;
  text-align:right;
}

.mn-teams-v80r .away{
  justify-content:flex-start;
  text-align:left;
}

.mn-teams-v80r strong{
  min-width:74px;
  text-align:center;
  padding:8px 14px;
  border-radius:999px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#065f46;
  font-size:22px;
  line-height:1;
  letter-spacing:.02em;
}

.mn-meta-v80r{
  margin-top:9px;
  text-align:center;
  color:#64748b;
  font-size:12px;
  font-weight:800;
}

.mn-observe-card-v80r.is-live .mn-meta-v80r{
  color:#047857;
}

.mn-observe-card-v80r.is-live .mn-meta-v80r::before{
  content:"● ";
  color:#10b981;
}

.mn-observe-action-v80r{
  justify-self:end;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  color:#0f172a;
  font-size:12px;
  font-weight:900;
}

.mn-card-pill-v80r{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:15px;
  height:18px;
  padding:0 4px;
  border-radius:4px;
  font-size:11px;
  line-height:1;
  font-weight:950;
  vertical-align:middle;
  box-shadow:0 1px 4px rgba(15,23,42,.16);
}

.mn-card-pill-v80r.red{
  background:#ef4444;
  color:#fff;
}

.mn-card-pill-v80r.yellow{
  background:#facc15;
  color:#111827;
}

.mn-observe-empty-v80r{
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
}

.mn-observe-empty-v80r b{
  display:block;
  margin-bottom:4px;
  font-size:18px;
}

.mn-observe-empty-v80r span{
  color:#64748b;
}

/* 手机端：卡片更像产品，不像传统比分表 */
@media (max-width: 760px){
  .mn-observe-board-v80r{
    margin:20px 18px;
    padding:18px;
    border-radius:26px;
  }

  .mn-observe-head-v80r{
    align-items:center;
  }

  .mn-observe-head-v80r h2{
    font-size:22px;
  }

  .mn-observe-head-v80r p{
    max-width:210px;
  }

  .mn-observe-card-v80r{
    grid-template-columns:72px 1fr;
    gap:10px;
    padding:14px;
  }

  .mn-observe-action-v80r{
    display:none;
  }

  .mn-teams-v80r{
    gap:8px;
    font-size:15px;
  }

  .mn-teams-v80r strong{
    min-width:62px;
    font-size:20px;
    padding:8px 10px;
  }

  .mn-meta-v80r{
    text-align:left;
    padding-left:4px;
  }
}

/* ===== V80R2 time fallback polish ===== */
.mn-meta-v80r{
  letter-spacing:.01em;
}
.mn-observe-card-v80r.is-live .mn-meta-v80r{
  background:rgba(236,253,245,.72);
  display:inline-flex;
  justify-content:center;
  padding:5px 10px;
  border-radius:999px;
  margin-left:auto;
  margin-right:auto;
}

/* V80T JC pool only */
.mn-jc-only-v80t .mn-live-head,
#mnRealLivePanel .mn-live-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(15,23,42,.08);
}

.mn-jc-only-v80t .mn-live-kicker,
#mnRealLivePanel .mn-live-kicker {
  color:#0f8b68;
  font-weight:900;
  font-size:12px;
  letter-spacing:.08em;
}

.mn-jc-only-v80t h2,
#mnRealLivePanel h2 {
  margin:4px 0 6px;
  font-size:26px;
  line-height:1.1;
}

.mn-jc-only-v80t p,
#mnRealLivePanel p {
  margin:0;
  color:#667085;
  font-size:14px;
}

.mn-jc-only-v80t .mn-live-all,
#mnRealLivePanel .mn-live-all {
  flex:0 0 auto;
  text-decoration:none;
  color:#0f172a;
  background:#fff;
  border:1px solid rgba(15,23,42,.1);
  border-radius:999px;
  padding:10px 16px;
  font-weight:800;
}

.mn-jc-only-v80t .mn-live-list,
#mnRealLivePanel .mn-live-list {
  display:flex;
  flex-direction:column;
  gap:12px;
  padding-top:14px;
}

.mn-jc-only-v80t .mn-jc-live-card,
#mnRealLivePanel .mn-jc-live-card {
  display:grid;
  grid-template-columns:92px 1fr 64px;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:linear-gradient(90deg, rgba(16,185,129,.08), #fff 34%);
  border:1px solid rgba(15,23,42,.08);
  border-left:4px solid #10b981;
  border-radius:18px;
  text-decoration:none;
  color:#0f172a;
}

.mn-jc-only-v80t .mn-live-league,
#mnRealLivePanel .mn-live-league {
  font-weight:900;
  color:#334155;
  font-size:13px;
}

.mn-jc-only-v80t .mn-live-state,
#mnRealLivePanel .mn-live-state {
  margin-top:8px;
  display:inline-flex;
  border-radius:999px;
  background:rgba(16,185,129,.1);
  color:#047857;
  padding:4px 8px;
  font-size:12px;
  font-weight:800;
}

.mn-jc-only-v80t .mn-live-teams,
#mnRealLivePanel .mn-live-teams {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
}

.mn-jc-only-v80t .mn-team,
#mnRealLivePanel .mn-team {
  display:inline-flex;
  align-items:center;
  gap:4px;
  max-width:210px;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight:900;
  font-size:17px;
}

.mn-jc-only-v80t .mn-score,
#mnRealLivePanel .mn-score {
  flex:0 0 auto;
  min-width:64px;
  text-align:center;
  padding:8px 12px;
  border-radius:16px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#065f46;
  font-size:22px;
  line-height:1;
  font-weight:1000;
}

.mn-jc-only-v80t .mn-live-meta,
#mnRealLivePanel .mn-live-meta {
  margin-top:8px;
  text-align:center;
  color:#047857;
  font-size:13px;
  font-weight:800;
}

.mn-jc-only-v80t .mn-live-action,
#mnRealLivePanel .mn-live-action {
  justify-self:end;
  border:1px solid rgba(15,23,42,.1);
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:900;
  color:#0f172a;
  background:#fff;
}

.mn-card-yellow,
.mn-card-red {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:14px;
  height:16px;
  padding:0 3px;
  border-radius:3px;
  font-size:11px;
  font-weight:900;
  line-height:1;
  color:#111827;
}

.mn-card-yellow {
  background:#facc15;
}

.mn-card-red {
  background:#ef4444;
  color:#fff;
}

@media (max-width:760px){
  .mn-jc-only-v80t .mn-jc-live-card,
  #mnRealLivePanel .mn-jc-live-card {
    grid-template-columns:72px 1fr;
    grid-template-areas:
      "left main"
      "action action";
    padding:13px 12px;
    gap:10px;
  }

  .mn-jc-only-v80t .mn-live-left,
  #mnRealLivePanel .mn-live-left {
    grid-area:left;
  }

  .mn-jc-only-v80t .mn-live-main,
  #mnRealLivePanel .mn-live-main {
    grid-area:main;
    min-width:0;
  }

  .mn-jc-only-v80t .mn-live-action,
  #mnRealLivePanel .mn-live-action {
    grid-area:action;
    justify-self:stretch;
    text-align:center;
  }

  .mn-jc-only-v80t .mn-live-teams,
  #mnRealLivePanel .mn-live-teams {
    gap:8px;
    justify-content:flex-start;
  }

  .mn-jc-only-v80t .mn-team,
  #mnRealLivePanel .mn-team {
    max-width:96px !important;
    font-size:16px !important;
  }

  .mn-jc-only-v80t .mn-score,
  #mnRealLivePanel .mn-score {
    min-width:54px !important;
    padding:8px 10px !important;
    font-size:20px !important;
  }

  .mn-jc-only-v80t .mn-live-meta,
  #mnRealLivePanel .mn-live-meta {
    text-align:left;
    font-size:12px;
  }
}
