/* cqmb1 — sports broadcast theme */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+SC:wght@400;500;700;900&display=swap");

:root{
  --cq-ink:#0f1b2d;
  --cq-ink-soft:#243247;
  --cq-muted:#6b7c8f;
  --cq-line:rgba(15,27,45,.08);
  --cq-surface:#ffffff;
  --cq-surface-2:#f3f7f5;
  --cq-bg:#e8eef2;
  --cq-accent:#0b8f5c;
  --cq-accent-deep:#066644;
  --cq-accent-soft:#d8f3e7;
  --cq-warm:#e86b2a;
  --cq-live:#e11d48;
  --cq-night:#0b1624;
  --cq-night-2:#132338;
  --cq-radius:14px;
  --cq-radius-sm:10px;
  --cq-shadow:0 10px 30px rgba(15,27,45,.08);
  --cq-shadow-lg:0 18px 50px rgba(15,27,45,.14);
  --cq-font:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --cq-display:"Bebas Neue","Noto Sans SC",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body.cq-body{
  margin:0;
  font-family:var(--cq-font);
  color:var(--cq-ink);
  background:
    radial-gradient(1200px 500px at 10% -10%,rgba(11,143,92,.14),transparent 55%),
    radial-gradient(900px 420px at 90% 0%,rgba(232,107,42,.10),transparent 50%),
    linear-gradient(180deg,#dfe8e4 0%,var(--cq-bg) 32%,#f5f7f9 100%);
  min-height:100vh;
  line-height:1.6;
  max-width:100%;
  overflow-x:hidden;
}
a{color:var(--cq-accent-deep);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--cq-warm)}
img{max-width:100%;height:auto;vertical-align:middle}
.cq-wrap{max-width:1180px;width:100%;min-width:0;margin:0 auto;padding:0 18px}

/* Editorial home: quiet, spacious first viewport inspired by the reference layout. */
.cq-main{background:#f7f8f6}
.cq-hero--editorial{margin:0 0 34px;background:#fff;border-bottom:1px solid #dfe5e1;padding:72px 0 62px}
.cq-hero--editorial .cq-hero__inner{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:48px;align-items:end}
.cq-hero--editorial .cq-hero__copy{max-width:700px}
.cq-hero--editorial .cq-hero__eyebrow{color:var(--cq-accent-deep);font-size:.75rem;letter-spacing:.16em;font-weight:800}
.cq-hero--editorial .cq-hero__eyebrow i{background:var(--cq-warm);box-shadow:none}
.cq-hero--editorial h1{margin:14px 0 10px;color:var(--cq-ink);font-size:clamp(2.8rem,6vw,5.8rem);line-height:1.02;letter-spacing:-.02em}
.cq-hero--editorial p{color:var(--cq-muted);font-size:1.08rem;max-width:30rem;margin:0}
.cq-hero__links{display:flex;gap:24px;margin-top:28px;align-items:center;font-size:.92rem;font-weight:700}
.cq-hero__links a:first-child{color:var(--cq-accent-deep)}
.cq-hero__links a:first-child span{font-size:1.3em;margin-left:6px}
.cq-hero__links a:last-child{color:var(--cq-muted);border-bottom:1px solid #b9c4be;padding-bottom:3px}
.cq-hero--editorial .cq-hero__stats{border-left:1px solid #dfe5e1;padding-left:28px;display:grid;grid-template-columns:1fr;gap:20px}
.cq-hero--editorial .cq-hero__stat{display:flex;align-items:baseline;gap:14px;border:0;padding:0}
.cq-hero--editorial .cq-hero__stat b{font-family:var(--cq-display);font-size:2.2rem;color:var(--cq-warm);letter-spacing:.04em}
.cq-hero--editorial .cq-hero__stat span{color:var(--cq-muted);font-size:.84rem}
.cq-news-spotlight-wrap{padding-top:0}
.cq-section{background:#fff;border:1px solid #e2e8e4;border-radius:8px;box-shadow:none}
.cq-card{box-shadow:none;border-radius:0}
.cq-breadcrumb{display:flex;gap:10px;align-items:center;padding:0 0 18px;color:var(--cq-muted);font-size:.84rem}.cq-breadcrumb a{color:var(--cq-accent-deep)}.cq-breadcrumb strong{color:var(--cq-ink);font-weight:700}
.cq-qa{margin-top:24px}.cq-qa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 18px 20px}.cq-qa-card{display:grid;grid-template-columns:28px 1fr;gap:4px 10px;padding:14px;border:1px solid #e2e8e4;border-radius:6px;color:var(--cq-ink);background:#fbfcfb}.cq-qa-card span{grid-row:span 2;color:var(--cq-warm);font-weight:900;font-size:1.1rem}.cq-qa-card strong{font-size:.92rem}.cq-qa-card em{font-style:normal;color:var(--cq-muted);font-size:.75rem}.cq-qa-card:hover{border-color:var(--cq-accent);background:#fff}
@media (max-width:760px){.cq-qa-grid{grid-template-columns:1fr 1fr;padding-left:12px;padding-right:12px}.cq-breadcrumb{padding-top:4px}}

/* ---------- header ---------- */
.cq-header{
  position:sticky;top:0;z-index:1030;
  background:linear-gradient(180deg,#0b1624 0%,#132338 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 28px rgba(0,0,0,.22);
  max-width:100%;
}
.cq-header__inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;min-height:70px;min-width:0;
}
.cq-brand{
  display:flex;align-items:center;gap:12px;color:#fff;font-weight:800;font-size:1.2rem;
  letter-spacing:.02em;
}
.cq-brand > span:not(.cq-brand__mark){display:none}
.cq-brand:hover{color:#fff}
.cq-brand img{
  height:38px;width:auto;border-radius:8px;
  background:rgba(255,255,255,.08);padding:4px;
}
.cq-brand__mark{
  width:10px;height:10px;border-radius:50%;background:var(--cq-accent);
  box-shadow:0 0 0 4px rgba(11,143,92,.25);display:inline-block;
}
.cq-nav{display:flex;flex-wrap:wrap;gap:2px 4px;align-items:center}
.cq-nav__list{
  display:flex;flex-wrap:wrap;gap:2px 4px;align-items:center;
  list-style:none;margin:0;padding:0;
}
.cq-nav__item{margin:0;padding:0}
.cq-nav a,.cq-nav__link{
  color:rgba(255,255,255,.72);font-size:.9rem;font-weight:500;
  padding:8px 12px;border-radius:999px;border:1px solid transparent;
  display:inline-block;
}
.cq-nav a:hover,.cq-nav__link:hover{color:#fff;background:rgba(255,255,255,.08)}
.cq-nav a.is-active,.cq-nav__link.is-active{
  color:#fff;background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  border-color:rgba(255,255,255,.12);box-shadow:0 6px 16px rgba(11,143,92,.35);
}
.cq-header__actions{display:flex;align-items:center;gap:8px;min-width:0;flex:1;justify-content:flex-end}
.cq-search{position:relative;min-width:0;flex:1;max-width:280px}
.cq-search input{
  border:1px solid rgba(255,255,255,.14);border-radius:999px;
  padding:8px 16px 8px 38px;width:100%;min-width:0;max-width:100%;font-size:.9rem;
  background:rgba(255,255,255,.08);color:#fff;outline:0;
}
.cq-search input::placeholder{color:rgba(255,255,255,.45)}
.cq-search input:focus{border-color:rgba(11,143,92,.6);background:rgba(255,255,255,.12)}
.cq-search::before{
  content:"";position:absolute;left:14px;top:50%;width:14px;height:14px;
  transform:translateY(-50%);
  background:radial-gradient(circle at 35% 35%,transparent 45%,rgba(255,255,255,.75) 48%,transparent 54%),
    linear-gradient(135deg,transparent 55%,rgba(255,255,255,.75) 55%,rgba(255,255,255,.75) 70%,transparent 70%);
  opacity:.7;pointer-events:none;
}
.cq-burger{
  display:none;border:0;background:rgba(255,255,255,.08);border-radius:10px;
  width:42px;height:42px;padding:10px;cursor:pointer;
}
.cq-burger span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px;transition:.2s}

/* ---------- header match ticker ---------- */
.cq-ticker{padding:14px 0 8px;max-width:100%;overflow:hidden}
.cq-ticker__grid{
  display:grid;gap:14px;min-width:0;max-width:100%;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.cq-ticker__grid:has(> .cq-ticker-card:nth-child(1):last-child){grid-template-columns:1fr}
.cq-ticker__grid:has(> .cq-ticker-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.cq-ticker__grid:has(> .cq-ticker-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.cq-ticker-card{
  display:block;background:#fff;border:1px solid var(--cq-line);
  border-radius:14px;overflow:hidden;box-shadow:var(--cq-shadow);color:var(--cq-ink);
  transition:transform .18s ease,box-shadow .18s ease;
}
.cq-ticker-card:hover{transform:translateY(-2px);box-shadow:var(--cq-shadow-lg);color:var(--cq-ink)}
.cq-ticker-card__head{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:8px 12px;color:#fff;font-size:.76rem;font-weight:800;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
  background:
    linear-gradient(180deg,rgba(8,28,22,.42),rgba(8,28,22,.58)),
    url("/cqmb1/images/card_head_bg.jpg") center/cover no-repeat;
}
.cq-ticker-card__head span,.cq-ticker-card__head time{
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.cq-ticker-card__head time{opacity:.92;flex:0 0 auto}
.cq-ticker-card__body{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;
  padding:12px 10px 6px;
}
.cq-ticker-card .team{text-align:center;min-width:0}
.cq-ticker-card .team img{
  width:42px;height:42px;object-fit:contain;border-radius:50%;
  background:#fff;border:1px solid var(--cq-line);
}
.cq-ticker-card .team b{
  display:-webkit-box;margin-top:6px;font-size:.78rem;font-weight:800;line-height:1.25;
  overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  white-space:normal;min-height:2.5em;
}
.cq-ticker-card .score{
  font-family:var(--cq-display);font-size:1.55rem;letter-spacing:.04em;font-weight:400;
  color:var(--cq-ink);white-space:nowrap;
}
.cq-ticker-card__foot{text-align:center;padding:4px 10px 12px}
.cq-ticker-card .st{
  display:inline-block;padding:3px 10px;border-radius:999px;
  font-size:.72rem;font-weight:800;font-style:normal;color:#fff;
  background:var(--cq-accent);
}
.cq-ticker-card .st.is-live{background:var(--cq-live)}
.cq-ticker-card .st.is-end{background:#94a3b8}
.cq-fanerji .cq-ticker{display:none!important}

/* ---------- hero / section ---------- */
.cq-main{padding:0 0 56px}
.cq-hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    linear-gradient(120deg,rgba(11,22,36,.88),rgba(11,143,92,.55) 55%,rgba(232,107,42,.45)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(160deg,var(--cq-night),var(--cq-night-2));
  padding:42px 0 36px;margin-bottom:28px;
}
.cq-hero::after{
  content:"";position:absolute;right:-80px;top:-40px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.12),transparent 65%);pointer-events:none;
}
.cq-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr .9fr;gap:28px;align-items:end}
.cq-hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;font-size:.78rem;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:10px;font-weight:700;
}
.cq-hero__eyebrow i{
  width:8px;height:8px;border-radius:50%;background:var(--cq-live);
  box-shadow:0 0 0 0 rgba(225,29,72,.6);animation:cq-pulse 1.6s infinite;
}
.cq-hero h1{
  font-family:var(--cq-display);font-size:clamp(2.4rem,5vw,3.6rem);line-height:.95;
  margin:0 0 12px;letter-spacing:.04em;font-weight:400;
}
.cq-hero p{margin:0;max-width:42rem;color:rgba(255,255,255,.82);font-size:1.02rem}
.cq-hero__stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
}
.cq-hero__stat{
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--cq-radius-sm);padding:14px 12px;backdrop-filter:blur(6px);text-align:center;
}
.cq-hero__stat b{
  display:block;font-family:var(--cq-display);font-size:1.8rem;line-height:1;letter-spacing:.04em;
}
.cq-hero__stat span{font-size:.78rem;opacity:.75}
.cq-quick{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:-48px auto 28px;position:relative;z-index:2;
}
.cq-quick__item{
  display:flex;align-items:center;gap:12px;padding:16px 14px;
  background:var(--cq-surface);border-radius:var(--cq-radius);box-shadow:var(--cq-shadow);
  border:1px solid var(--cq-line);color:var(--cq-ink);cursor:default;
}
.cq-quick__ico{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;
  font-weight:800;color:#fff;font-size:.85rem;
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
}
.cq-quick__item:nth-child(2) .cq-quick__ico{background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.cq-quick__item:nth-child(3) .cq-quick__ico{background:linear-gradient(135deg,var(--cq-warm),#c2410c)}
.cq-quick__item:nth-child(4) .cq-quick__ico{background:linear-gradient(135deg,var(--cq-blue),#0f5878)}
.cq-quick strong{display:block;font-size:.98rem}
.cq-quick small{color:var(--cq-muted);font-size:.78rem}

.visually-hidden{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.cq-news-spotlight-wrap{padding-top:16px;padding-bottom:4px}
.cq-news-spotlight{
  display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,.92fr);
  gap:14px;padding:12px;min-height:292px;align-items:stretch;
  background:#fff;border:1px solid var(--cq-line);border-radius:14px;box-shadow:var(--cq-shadow);
  min-width:0;max-width:100%;
}
.cq-news-spotlight__feature{
  position:relative;display:block;border-radius:10px;overflow:hidden;min-height:268px;
  background:linear-gradient(135deg,#16382e,#0b8f5c 58%,#c9ddd4);color:#fff;
}
.cq-news-spotlight__feature:hover{color:#fff}
.cq-news-spotlight__feature img{
  position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;
  transition:transform .35s ease;
}
.cq-news-spotlight__feature:hover img{transform:scale(1.04)}
.cq-news-spotlight__feature span{
  position:absolute;left:0;right:0;bottom:0;z-index:1;
  padding:36px 16px 14px;text-align:center;font-weight:800;font-size:1.02rem;line-height:1.4;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  text-shadow:0 1px 8px rgba(0,0,0,.45);
}
.cq-news-spotlight__list{
  list-style:none;margin:0;padding:2px 2px 2px 0;
  display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:0;
}
.cq-news-spotlight__list li{margin:0}
.cq-news-spotlight__list a{
  display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;
  color:var(--cq-ink);min-width:0;
}
.cq-news-spotlight__list a:hover{color:var(--cq-ink)}
.cq-news-spotlight__list a:hover .title{color:var(--cq-accent-deep)}
.cq-news-spotlight__list .cover{
  width:92px;aspect-ratio:16/10;border-radius:6px;overflow:hidden;flex:0 0 auto;
  background:linear-gradient(135deg,#d7e5df,#eef2f5);
}
.cq-news-spotlight__list .cover img{width:100%;height:100%;object-fit:cover}
.cq-news-spotlight__list .title{
  font-size:.9rem;font-weight:700;line-height:1.4;margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}

.cq-card{
  background:var(--cq-surface);border:1px solid var(--cq-line);
  border-radius:var(--cq-radius);box-shadow:var(--cq-shadow);overflow:hidden;
}
.cq-section{margin-bottom:28px}
.cq-section__head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:12px;margin-bottom:14px;
}
.cq-section__title{display:flex;flex-direction:column;gap:2px}
.cq-section__title .eyebrow{
  font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--cq-accent);
  font-weight:800;
}
.cq-section__head h1,.cq-section__head h2{
  margin:0;font-size:1.55rem;font-weight:900;color:var(--cq-ink);
  position:relative;padding-left:14px;
}
.cq-section__head h1::before,.cq-section__head h2::before{
  content:"";position:absolute;left:0;top:18%;bottom:18%;width:4px;border-radius:4px;
  background:linear-gradient(180deg,var(--cq-accent),var(--cq-warm));
}
.cq-section__head .more{
  font-size:.88rem;color:#fff;background:var(--cq-ink);border-radius:999px;
  padding:7px 14px;font-weight:600;
}
.cq-section__head .more:hover{background:var(--cq-accent-deep);color:#fff}
.cq-breadcrumb{
  font-size:.86rem;color:var(--cq-muted);margin:18px 0 14px;
  display:flex;flex-wrap:wrap;gap:6px;align-items:center;
}
.cq-breadcrumb a{color:var(--cq-muted)}
.cq-breadcrumb a:hover{color:var(--cq-accent)}

/* ---------- filters ---------- */
.cq-filters{
  display:flex;flex-wrap:nowrap;gap:8px;padding:14px 16px 4px;
  overflow-x:auto;scrollbar-width:thin;min-width:0;max-width:100%;
  -webkit-overflow-scrolling:touch;
}
.cq-filters button,.cq-filters a{
  border:1px solid var(--cq-line);background:var(--cq-surface-2);border-radius:999px;
  padding:6px 14px;font-size:.84rem;color:var(--cq-muted);cursor:pointer;
  white-space:nowrap;font-weight:600;transition:.2s;
}
.cq-filters .active,.cq-filters button.active,.cq-filters a.active{
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  color:#fff;border-color:transparent;box-shadow:0 6px 14px rgba(11,143,92,.28);
}

/* ---------- match list ---------- */
.cq-match-list{list-style:none;margin:0;padding:8px 10px 12px;min-width:0;max-width:100%}
.cq-match-item{
  display:grid;grid-template-columns:minmax(0,150px) minmax(0,1fr) minmax(0,118px);
  gap:12px;align-items:center;padding:14px 14px;margin:8px 0;
  border:1px solid var(--cq-line);border-radius:12px;
  background:linear-gradient(180deg,#fff,var(--cq-surface-2));
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  min-width:0;max-width:100%;
}
.cq-match-item:hover{
  transform:translateY(-2px);box-shadow:var(--cq-shadow);
  border-color:rgba(11,143,92,.28);background:#fff;
}
.cq-match-meta{font-size:.82rem;color:var(--cq-muted)}
.cq-match-meta .league{
  display:inline-block;color:var(--cq-accent-deep);font-weight:800;margin-bottom:6px;
  background:var(--cq-accent-soft);padding:2px 8px;border-radius:999px;font-size:.75rem;
}
.cq-match-meta time{display:block;font-variant-numeric:tabular-nums}
.cq-match-teams{
  display:flex;align-items:center;justify-content:center;gap:8px;
  min-width:0;color:inherit;
}
.cq-match-teams:hover{color:inherit}
.cq-match-teams .team{
  display:flex;align-items:center;gap:6px;min-width:0;
  flex:0 1 auto;max-width:calc(50% - 18px);
}
.cq-match-teams .team.home{justify-content:flex-end;text-align:right}
.cq-match-teams .team.away{flex-direction:row-reverse;justify-content:flex-end;text-align:left}
.cq-match-teams img{
  width:34px;height:34px;object-fit:contain;border-radius:50%;flex:0 0 auto;
  background:#fff;border:1px solid var(--cq-line);padding:2px;
  box-shadow:0 4px 10px rgba(15,27,45,.08);
}
.cq-match-teams .name{
  font-weight:800;font-size:.92rem;line-height:1.25;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;
}
.cq-match-teams .vs{
  font-family:var(--cq-display);font-size:.92rem;font-weight:800;letter-spacing:.04em;
  color:var(--cq-muted);line-height:1;flex:0 0 auto;padding:0 2px;
}
.cq-match-status{
  text-align:right;font-size:.84rem;font-weight:800;
  display:flex;flex-direction:column;align-items:flex-end;gap:4px;
}
.cq-match-status span,.cq-match-status{
  display:inline-flex;align-items:center;gap:6px;justify-content:flex-end;
}
.cq-match-status.is-live{color:var(--cq-live)}
.cq-match-status.is-live::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--cq-live);
  box-shadow:0 0 0 0 rgba(225,29,72,.55);animation:cq-pulse 1.4s infinite;
}
.cq-match-status.is-wait{color:var(--cq-accent-deep)}
.cq-date-head{
  margin:10px 4px 2px;padding:10px 14px;border-radius:10px;
  background:linear-gradient(90deg,rgba(11,143,92,.14),rgba(11,143,92,.03));
  font-weight:800;font-size:.9rem;color:var(--cq-accent-deep);
  border:1px solid rgba(11,143,92,.12);
}
.cq-empty{padding:36px 20px;text-align:center;color:var(--cq-muted)}

@keyframes cq-pulse{
  0%{box-shadow:0 0 0 0 rgba(225,29,72,.55)}
  70%{box-shadow:0 0 0 10px rgba(225,29,72,0)}
  100%{box-shadow:0 0 0 0 rgba(225,29,72,0)}
}

/* ---------- match detail ---------- */
.cq-live-detail .cq-page-shell{padding-top:12px}
.cq-live-panel{
  background:#fff;border:1px solid var(--cq-line);border-radius:18px;
  box-shadow:var(--cq-shadow);overflow:hidden;margin-bottom:18px;
}
.cq-live-panel__head{padding:22px 22px 8px;text-align:center}
.cq-live-panel__head h1{
  margin:0 0 10px;font-size:clamp(1.35rem,2.8vw,1.9rem);font-weight:900;line-height:1.25;
}
.cq-live-panel__head h1 span{color:var(--cq-muted);font-weight:700;padding:0 .35em}
.cq-live-panel__meta{
  display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:center;
  color:var(--cq-muted);font-size:.9rem;margin-bottom:12px;
}
.cq-live-panel__meta .pill{
  background:var(--cq-accent-soft);color:var(--cq-accent-deep);
  padding:3px 12px;border-radius:999px;font-weight:800;font-size:.78rem;
}
.cq-live-panel__links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.cq-live-panel__links a{
  display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;
  background:var(--cq-surface-2);border:1px solid var(--cq-line);color:var(--cq-ink);
  font-size:.84rem;font-weight:700;
}
.cq-live-panel__links a:hover{border-color:rgba(11,143,92,.35);color:var(--cq-accent-deep)}
.cq-live-panel__links img{width:18px;height:18px;border-radius:50%;object-fit:contain;background:#fff}
.cq-live-panel .cq-scoreboard{margin:8px 16px 14px;border-radius:16px}
.cq-scoreboard{
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;gap:18px;
  padding:30px 16px 26px;border-radius:var(--cq-radius);color:#fff;margin-bottom:16px;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.14),transparent 42%),
    radial-gradient(circle at 82% 78%,rgba(232,107,42,.22),transparent 48%),
    linear-gradient(135deg,#08261d 0%,#0c6a46 50%,#134f34 100%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),var(--cq-shadow-lg);
}
.cq-scoreboard::before{
  content:"";position:absolute;inset:12px;border:1px dashed rgba(255,255,255,.16);border-radius:12px;pointer-events:none;
}
.cq-scoreboard .side{flex:1;text-align:center;min-width:0;position:relative;z-index:1}
.cq-scoreboard img{
  width:72px;height:72px;object-fit:contain;margin-bottom:10px;
  background:rgba(255,255,255,.14);border-radius:50%;padding:8px;
  border:1px solid rgba(255,255,255,.2);
}
.cq-scoreboard .tname{font-weight:800;font-size:1.08rem}
.cq-scoreboard .role{opacity:.72;font-size:.78rem;margin-top:2px}
.cq-scoreboard .mid{flex:0 0 auto;text-align:center;position:relative;z-index:1;min-width:128px}
.cq-scoreboard .league{
  display:block;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.04em;
  margin:0 auto 8px;line-height:1.3;max-width:168px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.cq-scoreboard a.league:hover{color:#fff;opacity:.88}
.cq-scoreboard .score{
  font-family:var(--cq-display);font-size:2.9rem;font-weight:400;letter-spacing:.08em;line-height:1;
}
.cq-scoreboard .half{opacity:.75;font-size:.82rem;margin-top:4px}
.cq-scoreboard .status-pill{
  display:inline-block;margin-top:10px;padding:5px 14px;border-radius:999px;
  background:rgba(255,255,255,.16);font-size:.78rem;font-weight:800;
}
.cq-scoreboard .status-pill.is-live{
  background:var(--cq-live);box-shadow:0 0 0 0 rgba(225,29,72,.45);animation:cq-pulse 1.5s infinite;
}
.cq-scoreboard .kickoff{
  display:block;margin-top:8px;font-size:.78rem;font-weight:600;opacity:.82;color:#fff;
}
.cq-live-panel .cq-signal{margin:0 16px 16px}
.cq-signal{
  border-radius:14px;overflow:hidden;
  background:#f3f4f6;border:1px solid var(--cq-line);
}
.cq-signal__bar{
  display:flex;align-items:center;gap:8px;padding:10px 14px;
  background:#fff;border-bottom:1px solid var(--cq-line);
}
.cq-signal__dot{width:8px;height:8px;border-radius:50%;background:var(--cq-live);box-shadow:0 0 0 4px rgba(225,29,72,.16)}
.cq-signal__bar strong{font-size:.92rem;color:var(--cq-ink)}
.cq-signal__bar em{margin-left:auto;font-style:normal;font-size:.78rem;color:var(--cq-muted);opacity:.9}
.cq-signal__body{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px 14px;
}
.cq-signal__body a,.cq-signal__body .live-signal-btn{
  display:flex;align-items:center;justify-content:center;
  padding:11px 10px;min-height:42px;border-radius:8px;border:0;
  font-weight:800;font-size:.86rem;line-height:1.25;letter-spacing:.02em;
  color:#fff!important;text-align:center;text-decoration:none;white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;
  box-shadow:0 2px 6px rgba(15,27,45,.14);
  transition:filter .15s ease,transform .15s ease,box-shadow .15s ease;
}
.cq-signal__body a::before,.cq-signal__body .live-signal-btn::before,
.cq-signal__body a::after,.cq-signal__body .live-signal-btn::after{content:none;display:none}
.cq-signal__body a:nth-of-type(4n+1),.cq-signal__body .live-signal-btn:nth-of-type(4n+1){
  background:#ef4444;box-shadow:0 3px 8px rgba(239,68,68,.32);
}
.cq-signal__body a:nth-of-type(4n+2),.cq-signal__body .live-signal-btn:nth-of-type(4n+2){
  background:#3b82f6;box-shadow:0 3px 8px rgba(59,130,246,.32);
}
.cq-signal__body a:nth-of-type(4n+3),.cq-signal__body .live-signal-btn:nth-of-type(4n+3){
  background:#10b981;box-shadow:0 3px 8px rgba(16,185,129,.32);
}
.cq-signal__body a:nth-of-type(4n+4),.cq-signal__body .live-signal-btn:nth-of-type(4n+4){
  background:#f59e0b;box-shadow:0 3px 8px rgba(245,158,11,.32);
}
.cq-signal__body a:hover,.cq-signal__body .live-signal-btn:hover{
  color:#fff!important;filter:brightness(1.08);transform:translateY(-1px);
}
.cq-signal__body a:active,.cq-signal__body .live-signal-btn:active{transform:translateY(0);filter:brightness(.96)}
.cq-signal__title{
  font-weight:800;margin:0 0 8px;color:var(--cq-ink);
  display:flex;align-items:center;gap:8px;
}
.cq-live-info{padding:4px 22px 20px}
.cq-live-facts{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 14px;
}
.cq-live-facts > div{
  padding:12px 14px;border-radius:12px;background:var(--cq-surface-2);border:1px solid var(--cq-line);
}
.cq-live-facts span{display:block;font-size:.75rem;color:var(--cq-muted);margin-bottom:4px;font-weight:700}
.cq-live-facts strong{font-size:.92rem;font-weight:800;color:var(--cq-ink);line-height:1.35}
.cq-live-info > p{margin:0 0 10px;color:var(--cq-ink-soft);line-height:1.85;font-size:.95rem}
.cq-live-info > p:last-child{margin-bottom:0}
.cq-live-extra{padding:0 16px 18px}
.cq-pills{gap:8px;margin-bottom:12px}
.cq-pills .nav-link{
  border-radius:999px;padding:6px 14px;font-size:.86rem;font-weight:700;
  color:var(--cq-muted);background:var(--cq-surface-2);border:1px solid transparent;
}
.cq-pills .nav-link.active{
  color:#fff;background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
}

.cq-tabs{
  gap:6px;border:0;padding:0 4px;flex-wrap:nowrap;overflow-x:auto;
}
.cq-tabs .nav-link{
  color:var(--cq-muted);border:0!important;border-radius:999px!important;
  padding:8px 14px;font-weight:700;white-space:nowrap;background:var(--cq-surface-2);
}
.cq-tabs .nav-link:hover{color:var(--cq-accent-deep)}
.cq-tabs .nav-link.active{
  color:#fff!important;
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep))!important;
  box-shadow:0 6px 14px rgba(11,143,92,.28);
}
.cq-article{line-height:1.95;font-size:1.05rem;padding:4px 0;color:var(--cq-ink-soft)}
.cq-article p{margin:0 0 1.15em}
.cq-article img{max-width:100%;height:auto;border-radius:12px;margin:12px 0;display:block}
.cq-article blockquote{
  margin:16px 0;padding:12px 16px;border-left:3px solid var(--cq-accent);
  background:var(--cq-surface-2);border-radius:0 12px 12px 0;
  color:var(--cq-ink);font-weight:700;font-size:.98rem;
}
.cq-news-article{padding:0 0 8px;overflow:hidden}
.cq-news-article__cover{
  display:block;width:100%;max-width:none;aspect-ratio:16/8;object-fit:cover;
  border-radius:0;margin:0;background:var(--cq-surface-2);
}
.cq-news-article__hero{
  position:relative;min-height:156px;margin:0;padding:22px 28px;
  display:flex;align-items:flex-end;overflow:hidden;color:#fff;
  background:
    linear-gradient(180deg,rgba(8,18,14,.05) 20%,rgba(8,18,14,.55) 100%),
    radial-gradient(520px 180px at 88% -10%,rgba(255,255,255,.16),transparent 58%),
    linear-gradient(125deg,#10261d 0%,#0b8f5c 58%,#0b1624 100%);
}
.cq-news-article__hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
  background:
    linear-gradient(90deg,transparent 0,transparent 48%,rgba(255,255,255,.18) 50%,transparent 52%),
    repeating-linear-gradient(90deg,transparent,transparent 46px,rgba(255,255,255,.07) 47px);
}
.cq-news-article.is-lq .cq-news-article__hero{
  background:
    linear-gradient(180deg,rgba(12,18,32,.08) 20%,rgba(12,18,32,.58) 100%),
    radial-gradient(520px 180px at 88% -10%,rgba(255,255,255,.14),transparent 58%),
    linear-gradient(125deg,#1e3a5f 0%,#2563eb 55%,#0b1624 100%);
}
.cq-news-article__hero .kicker{
  position:relative;z-index:1;
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 14px;border-radius:999px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);
  font-size:.82rem;font-weight:800;letter-spacing:.1em;
  text-transform:none;color:#fff;
}
.cq-news-article__body{padding:22px 28px 24px}
.cq-news-article__title{
  font-size:clamp(1.42rem,3vw,1.92rem);font-weight:900;margin:0 0 12px;line-height:1.35;color:var(--cq-ink);
}
.cq-news-article__meta{
  color:var(--cq-muted);font-size:.9rem;display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 16px;
}
.cq-news-article__meta .pill{
  background:var(--cq-accent-soft);color:var(--cq-accent-deep);padding:2px 10px;border-radius:999px;font-weight:700;font-size:.78rem;
}
.cq-news-article__lead{
  font-size:1.05rem;color:var(--cq-ink-soft);line-height:1.8;
  padding:14px 18px;margin:0 0 18px;
  border-left:3px solid var(--cq-accent);
  background:var(--cq-surface-2);border-radius:0 12px 12px 0;
}
.cq-news-tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding-top:18px;border-top:1px dashed var(--cq-line)}
.cq-news-tag{
  display:inline-block;padding:4px 12px;border-radius:999px;
  background:var(--cq-accent-soft);color:var(--cq-accent-deep);
  font-size:.82rem;font-weight:700;
}
a.cq-news-tag:hover{color:var(--cq-accent-deep);background:#c8eadc}
.cq-aside-news{list-style:none;margin:0;padding:0}
.cq-aside-news li{border-bottom:1px solid var(--cq-line)}
.cq-aside-news li:last-child{border-bottom:0}
.cq-aside-news a{
  display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;
  padding:10px 0;color:var(--cq-ink);
}
.cq-aside-news a:hover{color:var(--cq-accent-deep)}
.cq-aside-news img{width:72px;height:52px;object-fit:cover;border-radius:8px;background:var(--cq-surface-2)}
.cq-aside-news span{font-size:.88rem;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.cq-aside .cq-card{padding:16px;margin-bottom:16px}
.cq-aside h2{
  font-size:1rem;margin:0 0 14px;font-weight:900;padding-bottom:10px;
  border-bottom:1px dashed var(--cq-line);
}
.cq-aside-list{list-style:none;margin:0;padding:0}
.cq-aside-list li{border-bottom:1px solid var(--cq-line);padding:11px 0}
.cq-aside-list li:last-child{border-bottom:0}
.cq-aside-list a{color:var(--cq-ink);display:block;font-weight:600;font-size:.92rem}
.cq-aside-list a:hover{color:var(--cq-accent-deep)}

/* ---------- media / news / team ---------- */
.cq-media-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;list-style:none;margin:0;padding:0;
}
.cq-media-card{
  overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;
}
.cq-media-card:hover{transform:translateY(-4px);box-shadow:var(--cq-shadow-lg)}
.cq-media-card a{display:block;color:var(--cq-ink)}
.cq-media-card .cover{
  aspect-ratio:16/10;background:linear-gradient(135deg,#d7e5df,#eef2f5);
  overflow:hidden;position:relative;
}
.cq-media-card .cover::after{
  content:"";position:absolute;inset:auto 12px 12px auto;width:34px;height:34px;border-radius:50%;
  background:rgba(15,27,45,.72);box-shadow:0 4px 12px rgba(0,0,0,.25);
  background-image:linear-gradient(135deg,transparent 38%,#fff 40%,#fff 60%,transparent 62%),
    linear-gradient(45deg,transparent 38%,#fff 40%,#fff 60%,transparent 62%);
  background-size:10px 10px;background-repeat:no-repeat;background-position:center;
}
.cq-media-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.cq-media-card:hover img{transform:scale(1.05)}
.cq-media-card .title{font-weight:800;font-size:.95rem;line-height:1.45;padding:12px 14px 14px}
.cq-topic-index .title{padding-bottom:8px}
.cq-topic-index .excerpt{
  margin:0;padding:0 14px 14px;color:var(--cq-muted);font-size:.82rem;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}

.cq-replay-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;list-style:none;margin:0;padding:0}

.cq-news-list{list-style:none;margin:0;padding:4px 8px 12px}
.cq-news-list li{border-bottom:1px dashed var(--cq-line)}
.cq-news-list li:last-child{border-bottom:0}
.cq-news-list a{
  display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:16px 8px;color:var(--cq-ink);
  align-items:center;min-width:0;
}
.cq-news-list a:hover{color:var(--cq-ink)}
.cq-news-list a figure{display:contents;margin:0}
.cq-news-list .cover{
  width:150px;max-width:100%;min-width:0;aspect-ratio:4/3;border-radius:12px;overflow:hidden;
  background:linear-gradient(135deg,#d7e5df,#eef2f5);box-shadow:var(--cq-shadow);
}
.cq-news-list img{width:100%;max-width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.cq-news-list a:hover img{transform:scale(1.04)}
.cq-news-list__txt,.cq-news-list figcaption,.cq-news-list article{min-width:0;overflow:hidden}
.cq-news-list .title,.cq-news-list figcaption span{
  font-weight:900;margin-bottom:6px;font-size:1.05rem;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.cq-news-list .excerpt,.cq-news-list figcaption p{
  color:var(--cq-muted);font-size:.9rem;line-height:1.55;margin:0;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}

.cq-news-list--feed{padding:0;display:flex;flex-direction:column;gap:12px}
.cq-news-list--feed li,.cq-news-list--feed .cq-news-item{
  margin:0;border:1px solid var(--cq-line);background:#fff;
  border-radius:16px;overflow:hidden;box-shadow:var(--cq-shadow);
  transition:transform .18s ease,box-shadow .18s ease;
}
.cq-news-list--feed li:last-child{border-bottom:1px solid var(--cq-line)}
.cq-news-list--feed li:hover,.cq-news-list--feed .cq-news-item:hover{
  transform:translateY(-2px);box-shadow:var(--cq-shadow-lg);
}
.cq-news-list--feed a{
  grid-template-columns:200px minmax(0,1fr);gap:0;padding:0;align-items:stretch;
}
.cq-news-list--feed .cover{
  position:relative;width:200px;max-width:200px;min-width:0;aspect-ratio:16/11;border-radius:0;box-shadow:none;
  background:linear-gradient(135deg,#1a3d32,#0b8f5c 55%,#d7e5df);overflow:hidden;
}
.cq-news-list--feed .cover img{
  position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;
}
.cq-news-list--feed .cover::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(11,22,36,.18));
}
.cq-news-list--feed .cover img[src*="notimg"],
.cq-news-list--feed .cover img[src*="nopic"],
.cq-news-list--feed .cover img[src*="default.png"]{opacity:0}
.cq-news-list--feed .cover:has(img[src*="notimg"])::before,
.cq-news-list--feed .cover:has(img[src*="nopic"])::before,
.cq-news-list--feed .cover:has(img[src*="default.png"])::before{
  content:"NEWS";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  z-index:1;font-size:.72rem;letter-spacing:.28em;font-weight:800;color:rgba(255,255,255,.72);
}
.cq-news-list--feed a:hover img{transform:scale(1.06)}
.cq-news-list--feed .cq-news-list__txt{
  padding:16px 18px 14px;display:flex;flex-direction:column;justify-content:center;gap:8px;
}
.cq-news-list--feed .title{margin:0;font-size:1.08rem;transition:color .15s ease}
.cq-news-list--feed a:hover .title{color:var(--cq-accent-deep)}
.cq-news-list--feed .excerpt{-webkit-line-clamp:2;line-height:1.6}
.cq-news-list__meta{
  display:flex;align-items:center;gap:10px;margin-top:6px;
  font-size:.78rem;color:var(--cq-muted);font-weight:700;
}
.cq-news-list__meta time{display:inline-flex;align-items:center;gap:6px}
.cq-news-list__meta time::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--cq-accent);
}
.cq-news-list__meta .more{margin-left:auto;color:var(--cq-accent-deep);font-weight:800}
.cq-news-list--feed a:hover .more{text-decoration:underline}
@media (min-width:992px){
  .cq-news-list--feed > li:first-child a{
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
    min-height:210px;
  }
  .cq-news-list--feed > li:first-child .cover{width:auto;max-width:none;min-width:0;aspect-ratio:auto;min-height:210px}
  .cq-news-list--feed > li:first-child .title{font-size:1.28rem;-webkit-line-clamp:3}
  .cq-news-list--feed > li:first-child .excerpt{-webkit-line-clamp:3}
}

.cq-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;list-style:none;margin:0;padding:0}
.cq-team-card{
  text-align:center;padding:22px 14px;color:var(--cq-ink);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cq-team-card:hover{transform:translateY(-3px);box-shadow:var(--cq-shadow-lg);color:var(--cq-ink)}
.cq-team-card img{
  width:72px;height:72px;object-fit:contain;margin-bottom:10px;
  background:#fff;border-radius:50%;padding:8px;border:1px solid var(--cq-line);
}
.cq-team-card .name{font-weight:800}

.cq-stats-table{width:100%;font-size:.9rem}
.cq-stats-table th,.cq-stats-table td{padding:10px 8px;border-bottom:1px solid var(--cq-line);text-align:center}
.cq-stats-table thead th{background:var(--cq-surface-2);font-weight:800}
.cq-stats-row{display:grid;grid-template-columns:48px 1fr 48px;gap:8px;align-items:center;margin-bottom:12px}
.cq-stats-row .bar{height:9px;background:#e8eef0;border-radius:999px;display:flex;overflow:hidden}
.cq-stats-row .home-bar{background:linear-gradient(90deg,var(--cq-accent-deep),var(--cq-accent));height:100%}
.cq-stats-row .away-bar{background:linear-gradient(90deg,var(--cq-warm),#fb923c);height:100%;margin-left:auto}

.cq-pagination{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:18px 0;list-style:none;margin:0}
.cq-pagination a,.cq-pagination strong{
  display:inline-block;min-width:38px;padding:7px 11px;text-align:center;
  border:1px solid var(--cq-line);border-radius:10px;color:var(--cq-ink);background:#fff;font-weight:700;
}
.cq-pagination strong{
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  color:#fff;border-color:transparent;
}

.cq-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,var(--cq-night-2),var(--cq-night));
  padding:36px 0 28px;margin-top:24px;color:rgba(255,255,255,.65);font-size:.88rem;line-height:1.75;
}
.cq-footer a{color:rgba(255,255,255,.8)}
.cq-footer a:hover{color:#fff}
.cq-footer__brand{color:#fff;font-weight:800;font-size:1.05rem;margin-bottom:8px}

/* detail page shell */
.cq-page-shell{padding-top:8px}

/* team detail */
.cq-team-hero{
  display:grid;grid-template-columns:120px 1fr;gap:22px;align-items:center;
  padding:24px;margin-bottom:22px;
  background:
    radial-gradient(600px 180px at 100% 0%,rgba(11,143,92,.16),transparent 55%),
    linear-gradient(180deg,#fff,var(--cq-surface-2));
}
.cq-team-hero__logo img{
  width:96px;height:96px;object-fit:contain;border-radius:24px;padding:12px;
  background:#fff;border:1px solid var(--cq-line);box-shadow:var(--cq-shadow);
}
.cq-team-hero__eyebrow{
  font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--cq-accent);font-weight:800;margin-bottom:6px;
}
.cq-team-hero h1{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:900}
.cq-team-meta{
  list-style:none;margin:0 0 16px;padding:0;display:flex;flex-wrap:wrap;gap:8px;
}
.cq-team-meta li{
  display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;
  background:rgba(15,27,45,.04);border:1px solid var(--cq-line);font-size:.86rem;
}
.cq-team-meta span{color:var(--cq-muted)}
.cq-team-meta strong{font-weight:800;color:var(--cq-ink)}
.cq-team-actions{display:flex;flex-wrap:wrap;gap:8px}
.cq-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px 14px;border-radius:999px;border:1px solid var(--cq-line);
  background:#fff;color:var(--cq-ink);font-weight:700;font-size:.88rem;
}
.cq-btn:hover{color:var(--cq-accent-deep);border-color:rgba(11,143,92,.35)}
.cq-btn--primary{
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(11,143,92,.28);
}
.cq-btn--primary:hover{color:#fff;filter:brightness(1.05)}
.cq-team-intro{padding:20px 22px}
.cq-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.cq-tag-cloud a,.cq-tag-cloud span{
  display:inline-block;padding:4px 10px;border-radius:999px;font-size:.8rem;
  background:var(--cq-surface-2);border:1px solid var(--cq-line);color:var(--cq-muted);
}
.cq-tag-cloud a:hover{color:var(--cq-accent-deep);border-color:rgba(11,143,92,.3)}
.cq-side-hot{
  display:flex;align-items:flex-start;gap:8px;margin:0 0 12px;padding-bottom:12px;
  border-bottom:1px solid var(--cq-line);
}
.cq-side-hot__lab{
  flex:0 0 auto;margin-top:2px;padding:3px 8px;border-radius:6px;
  background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.04em;
}
.cq-tag-cloud--side{flex:1;min-width:0;gap:6px;max-height:88px;overflow:hidden}
.cq-tag-cloud--side a{padding:2px 8px;font-size:.74rem}

/* channel + related hubs */
.cq-channel{
  display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:12px;
  background:rgba(255,255,255,.72);border:1px solid var(--cq-line);
  border-radius:var(--cq-radius);box-shadow:var(--cq-shadow);
}
.cq-channel__item{
  padding:7px 14px;border-radius:999px;font-size:.86rem;font-weight:700;
  color:var(--cq-muted);background:var(--cq-surface-2);border:1px solid transparent;
}
.cq-channel__item:hover{color:var(--cq-accent-deep);border-color:rgba(11,143,92,.25)}
.cq-channel__item.is-active{
  color:#fff;background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));
  box-shadow:0 6px 14px rgba(11,143,92,.28);
}
.cq-hub-links{display:flex;flex-wrap:wrap;gap:8px}
.cq-hub-links a{
  padding:6px 12px;border-radius:999px;font-size:.82rem;font-weight:700;
  background:var(--cq-accent-soft);color:var(--cq-accent-deep);
}
.cq-hub-links a:hover{filter:brightness(0.97)}
.cq-aside-title-link{color:inherit}
.cq-aside-title-link:hover{color:var(--cq-accent-deep)}
.cq-aside-teams a{display:flex;align-items:center;gap:8px}
.cq-aside-teams img{border-radius:50%;border:1px solid var(--cq-line);background:#fff}
.cq-related-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
}
.cq-related-card{
  display:flex;flex-direction:column;gap:6px;padding:16px;color:var(--cq-ink);
  transition:transform .18s ease,box-shadow .18s ease;
}
.cq-related-card:hover{transform:translateY(-3px);box-shadow:var(--cq-shadow-lg);color:var(--cq-ink)}
.cq-related-card strong{font-size:1rem}
.cq-related-card span{font-size:.82rem;color:var(--cq-muted)}
.cq-entity-links{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
.cq-entity-links a{
  display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;
  background:#fff;border:1px solid var(--cq-line);color:var(--cq-ink);font-size:.84rem;font-weight:700;
}
.cq-entity-links a:hover{border-color:rgba(11,143,92,.35);color:var(--cq-accent-deep)}
.cq-entity-links img{width:18px;height:18px;border-radius:50%;object-fit:contain}

/* ranked cross blocks + mini schedule */
.cq-cross{display:grid;grid-template-columns:1fr;gap:16px;margin-top:4px}
.cq-cross-panel{
  background:#fff;border:1px solid var(--cq-line);border-radius:18px;
  box-shadow:var(--cq-shadow);padding:16px;overflow:hidden;
}
.cq-cross__block{padding:16px}
.cq-cross__head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
  margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--cq-line);
}
.cq-cross__head .eyebrow{
  display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--cq-accent);font-weight:800;margin-bottom:4px;
}
.cq-cross__head h2{margin:0;font-size:1.08rem;font-weight:900}
.cq-cross__head .more{font-size:.84rem;font-weight:700;white-space:nowrap}
.cq-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cq-hot-data{
  background:#fff;border:1px solid var(--cq-line);border-radius:18px;
  box-shadow:var(--cq-shadow);padding:16px 16px 18px;margin:16px 0;
}
.cq-hot-data__head{
  margin:0 0 14px;padding:0 2px 10px;border-bottom:1px solid var(--cq-line);
}
.cq-hot-data__head h2{
  margin:0;font-size:1.08rem;font-weight:900;padding-left:12px;position:relative;line-height:1.3;
}
.cq-hot-data__head h2::before{
  content:"";position:absolute;left:0;top:12%;bottom:12%;width:4px;border-radius:4px;
  background:linear-gradient(180deg,var(--cq-warm),#c45d1e);
}
.cq-hot-data__grid{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px 10px;
}
.cq-hot-data__card{color:var(--cq-ink);min-width:0;display:block}
.cq-hot-data__card:hover{color:var(--cq-ink)}
.cq-hot-data__card .pic{
  display:block;aspect-ratio:16/9;border-radius:8px;overflow:hidden;
  background:var(--cq-surface-2);margin:0 0 8px;
}
.cq-hot-data__card img{width:100%;height:100%;object-fit:cover;display:block}
.cq-hot-data__card .name{
  display:block;text-align:center;font-size:.78rem;font-weight:700;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.cq-live-detail .cq-side-hot,
.cq-live-detail .cq-live-info .cq-tag-cloud{display:none!important}
.cq-story-card{
  display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;
  min-width:0;padding:8px;border-radius:12px;border:1px solid var(--cq-line);color:var(--cq-ink);
  background:#fff;overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.cq-story-card:hover{
  border-color:rgba(11,143,92,.28);color:var(--cq-ink);
  box-shadow:0 6px 16px rgba(15,27,45,.07);
}
.cq-story-card .thumb{
  position:relative;width:92px;aspect-ratio:16/10;border-radius:8px;overflow:hidden;
  background:
    radial-gradient(circle at 28% 30%,rgba(255,255,255,.18),transparent 42%),
    linear-gradient(145deg,#1a3d32 0%,#0d5a3d 55%,#0b1624 100%);
}
.cq-story-card .thumb.is-ph::after{
  content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;
  border-radius:50%;border:2px solid rgba(255,255,255,.35);
}
.cq-story-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.cq-story-card .thumb.is-ph img{opacity:0}
.cq-story-card:hover .thumb img{transform:none}
.cq-story-card .play{
  position:absolute;left:50%;top:50%;width:26px;height:26px;margin:-13px 0 0 -13px;z-index:2;
  border-radius:50%;background:rgba(11,22,36,.72);
}
.cq-story-card .play::after{
  content:"";position:absolute;left:10px;top:8px;
  border-style:solid;border-width:5px 0 5px 8px;
  border-color:transparent transparent transparent #fff;
}
.cq-story-card .copy{min-width:0;padding:0 2px 0 0;display:flex;flex-direction:column;gap:4px}
.cq-story-card h3{
  margin:0;font-size:.86rem;font-weight:800;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.cq-story-card p{display:none}
.cq-story-card time{margin:0;font-size:.72rem;color:var(--cq-muted);font-weight:600}
.cq-side-sheet{
  background:#fff;border:1px solid var(--cq-line);border-radius:18px;
  box-shadow:var(--cq-shadow);padding:16px;position:sticky;top:86px;
}
.cq-side-sheet__head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
  margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--cq-line);
}
.cq-side-sheet__head .eyebrow{
  display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--cq-accent);font-weight:800;margin-bottom:4px;
}
.cq-side-sheet__head h2{margin:0;font-size:1.05rem;font-weight:900}
.cq-side-sheet__head .more{display:none}
.cq-side-fixtures{list-style:none;margin:0;padding:0;max-height:70vh;overflow:auto}
.cq-side-fixtures li{border-bottom:1px solid var(--cq-line)}
.cq-side-fixtures li:last-child{border-bottom:0}
.cq-side-fixtures a{display:block;padding:12px 2px;color:var(--cq-ink);border-radius:10px}
.cq-side-fixtures a:hover{color:var(--cq-ink);background:var(--cq-surface-2)}
.cq-side-fixtures .top{
  display:flex;flex-wrap:wrap;gap:6px 8px;align-items:center;
  font-size:.76rem;color:var(--cq-muted);margin-bottom:8px;
}
.cq-side-fixtures .top em{
  margin-left:auto;font-style:normal;font-weight:800;color:var(--cq-accent-deep);
  background:var(--cq-accent-soft);padding:2px 8px;border-radius:999px;
}
.cq-side-fixtures .pair{display:flex;align-items:center;justify-content:space-between;gap:8px}
.cq-side-fixtures .pair > span{display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.cq-side-fixtures .pair > span.away{flex-direction:row-reverse;text-align:right}
.cq-side-fixtures img{
  width:24px;height:24px;object-fit:contain;border-radius:50%;
  background:#fff;border:1px solid var(--cq-line);flex:0 0 auto;
}
.cq-side-fixtures b{font-size:.86rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cq-side-fixtures i{font-style:normal;font-weight:900;color:var(--cq-muted);font-size:.75rem}
.cq-live-extra__title{font-size:.86rem;font-weight:900;margin:0 0 8px;padding-bottom:8px;border-bottom:1px dashed var(--cq-line);color:var(--cq-accent-deep)}
.cq-analysis-block{
  background:var(--cq-surface-2);border:1px solid var(--cq-line);border-radius:12px;
  padding:12px 12px 4px;margin:0 0 10px;
}
.cq-analysis-list{list-style:none;margin:0;padding:0}
.cq-analysis-list li{border-bottom:1px solid var(--cq-line)}
.cq-analysis-list li:last-child{border-bottom:0}
.cq-analysis-list a,.cq-analysis-row{
  display:grid;grid-template-columns:72px minmax(0,1fr) 26px;
  align-items:center;gap:8px;padding:10px 2px;color:var(--cq-ink);text-decoration:none;
}
.cq-analysis-list a:hover{color:var(--cq-ink)}
.cq-analysis-list a:hover .cq-analysis-score{border-color:var(--cq-accent)}
.cq-analysis-when{display:flex;flex-direction:column;min-width:0;line-height:1.3}
.cq-analysis-when b{font-size:.8rem;font-weight:800}
.cq-analysis-when em{font-style:normal;font-size:.7rem;color:var(--cq-muted);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cq-analysis-fixture{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0}
.cq-analysis-fixture .team{
  flex:1;min-width:0;display:flex;align-items:center;gap:4px;font-size:.82rem;font-weight:700;
}
.cq-analysis-fixture .team.home{justify-content:flex-end;text-align:right}
.cq-analysis-fixture .team.away{justify-content:flex-start}
.cq-analysis-fixture .team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cq-analysis-fixture img{width:20px;height:20px;object-fit:contain;flex:0 0 auto}
.cq-analysis-score{
  flex:0 0 auto;min-width:44px;padding:3px 8px;border-radius:8px;text-align:center;
  font-size:.88rem;font-weight:900;background:#fff;border:1px solid var(--cq-line);
}
.cq-analysis-score.is-win{color:#15803d;border-color:#86efac;background:#f0fdf4}
.cq-analysis-score.is-loss{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}
.cq-analysis-score.is-draw{color:#475569;border-color:#cbd5e1;background:#f8fafc}
.cq-analysis-res{
  width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;
  font-size:.7rem;font-weight:900;justify-self:end;
}
.cq-analysis-res.is-win{background:#dcfce7;color:#15803d}
.cq-analysis-res.is-loss{background:#fee2e2;color:#b91c1c}
.cq-analysis-res.is-draw{background:#e2e8f0;color:#475569}
.cq-rank-list{list-style:none;margin:0;padding:0}
.cq-rank-list li{border-bottom:1px solid var(--cq-line)}
.cq-rank-list li:last-child{border-bottom:0}
.cq-rank-list a{
  display:flex;align-items:flex-start;gap:10px;padding:10px 2px;color:var(--cq-ink);font-weight:600;font-size:.92rem;
}
.cq-rank-list a:hover{color:var(--cq-accent-deep)}
.cq-rank-list em{
  flex:0 0 22px;width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;
  font-style:normal;font-size:.75rem;font-weight:800;background:var(--cq-surface-2);color:var(--cq-muted);
}
.cq-rank-list li:nth-child(-n+3) em{background:var(--cq-accent-soft);color:var(--cq-accent-deep)}
.cq-rank-list span{flex:1;min-width:0;line-height:1.45}
.cq-media-list{list-style:none;margin:0;padding:0}
.cq-media-list li{border-bottom:1px solid var(--cq-line)}
.cq-media-list li:last-child{border-bottom:0}
.cq-media-list a{
  display:grid;grid-template-columns:96px 1fr;gap:12px;padding:12px 2px;
  align-items:center;color:var(--cq-ink);
}
.cq-media-list a:hover{color:var(--cq-ink)}
.cq-media-list .cover{
  position:relative;aspect-ratio:4/3;border-radius:10px;overflow:hidden;
  background:linear-gradient(135deg,#d7e5df,#eef2f5);
}
.cq-media-list img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.cq-media-list a:hover img{transform:scale(1.05)}
.cq-media-list__play::after{
  content:"";position:absolute;left:50%;top:50%;width:28px;height:28px;margin:-14px 0 0 -14px;
  border-radius:50%;background:rgba(11,22,36,.62);
  box-shadow:0 0 0 6px rgba(255,255,255,.18);
  background-image:linear-gradient(135deg,transparent 42%,#fff 42%,#fff 58%,transparent 58%);
  background-size:10px 12px;background-repeat:no-repeat;background-position:11px 8px;
}
.cq-media-list .title{
  font-weight:800;font-size:.92rem;line-height:1.4;margin:0 0 4px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.cq-media-list .excerpt{
  color:var(--cq-muted);font-size:.8rem;line-height:1.45;margin:0 0 4px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.cq-media-list time{font-size:.75rem;color:var(--cq-muted)}
.cq-schedule-side .cq-day-tabs--side{padding:0 0 10px;margin:0}
.cq-day-panel[hidden]{display:none!important}
.cq-day-panel.is-show{display:block}
.cq-mini-match{list-style:none;margin:0;padding:0}
.cq-mini-match li{border-bottom:1px solid var(--cq-line)}
.cq-mini-match li:last-child{border-bottom:0}
.cq-mini-match a{display:block;padding:10px 0;color:var(--cq-ink)}
.cq-mini-match a:hover{color:var(--cq-accent-deep)}
.cq-mini-match .meta{
  display:flex;flex-wrap:wrap;gap:6px 10px;font-size:.78rem;color:var(--cq-muted);margin-bottom:6px;
}
.cq-mini-match .meta em{font-style:normal;color:var(--cq-accent-deep);font-weight:700}
.cq-mini-match .teams{display:flex;align-items:center;justify-content:space-between;gap:8px}
.cq-mini-match .t{display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.cq-mini-match .t.away{flex-direction:row-reverse;text-align:right}
.cq-mini-match img{width:22px;height:22px;object-fit:contain;border-radius:50%;background:#fff;border:1px solid var(--cq-line)}
.cq-mini-match b{font-size:.86rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cq-mini-match i{font-style:normal;font-weight:800;color:var(--cq-muted);font-size:.78rem}
.cq-aside .cq-card{padding:14px 16px;margin-bottom:14px}
.cq-aside .cq-card > .cq-cross__head{margin-bottom:8px;padding-bottom:8px}

/* page hero / schedule / leagues / tags */
.cq-page-hero{
  position:relative;overflow:hidden;color:#fff;margin-bottom:18px;
  background:
    linear-gradient(115deg,rgba(11,22,36,.78),rgba(11,143,92,.42) 58%,rgba(8,28,22,.72)),
    url("/cqmb1/images/card_head_bg.jpg") center/cover no-repeat;
  padding:28px 0 24px;
}
.cq-page-hero__inner{
  display:flex;justify-content:space-between;gap:20px;align-items:flex-end;flex-wrap:wrap;
}
.cq-page-hero__eyebrow{
  font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.68);font-weight:800;margin-bottom:8px;
}
.cq-page-hero h1{margin:0 0 8px;font-size:clamp(1.55rem,3vw,2.1rem);font-weight:900}
.cq-page-hero p{margin:0;max-width:620px;color:rgba(255,255,255,.78);font-size:.95rem}
.cq-page-hero__actions{display:flex;flex-wrap:wrap;gap:8px}
.cq-page-hero .cq-btn{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff}
.cq-page-hero .cq-btn:hover{background:rgba(255,255,255,.16);color:#fff}
.cq-page-hero .cq-btn--primary{background:linear-gradient(135deg,var(--cq-accent),var(--cq-accent-deep));border-color:transparent}
.cq-league-chip{
  display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;
}
.cq-league-chip a{
  padding:7px 14px;border-radius:999px;font-size:.84rem;font-weight:700;
  background:#fff;border:1px solid var(--cq-line);color:var(--cq-ink);
}
.cq-league-chip a:hover{border-color:rgba(11,143,92,.35);color:var(--cq-accent-deep)}
.cq-day-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:14px 14px 0}
.cq-day-tabs button{
  border:1px solid var(--cq-line);background:var(--cq-surface-2);color:var(--cq-muted);
  border-radius:999px;padding:6px 14px;font-size:.84rem;font-weight:700;cursor:pointer;
}
.cq-day-tabs button.active{
  color:#fff;background:linear-gradient(135deg,var(--cq-ink),var(--cq-night-2));border-color:transparent;
}
.cq-stat-pills{display:flex;flex-wrap:wrap;gap:8px}
.cq-stat-pills span{
  display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;
  background:var(--cq-surface-2);border:1px solid var(--cq-line);font-size:.78rem;color:var(--cq-muted);font-weight:700;
}
.cq-stat-pills b{color:var(--cq-ink)}
.cq-match-status.is-end{color:var(--cq-muted)}
.cq-league-grid .cq-team-card img{object-fit:contain;background:#fff;padding:10px}
.cq-topic-intro{padding:16px}
.cq-topic-intro__media{
  display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:14px;
}
.cq-topic-intro__cover{
  display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin:0;
}
.cq-topic-intro__copy h2{font-size:1.25rem;font-weight:900;margin:0 0 8px}
.cq-topic-intro__copy p{margin:0 0 12px;color:var(--cq-ink-soft);line-height:1.7;font-size:.92rem}
.cq-topic-intro .cq-entity-links{margin:0}
.cq-topic-intro .cq-signal{margin:0}
.cq-side-fixtures .top em.is-live{background:var(--cq-live);color:#fff}
.cq-footer__nav{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 12px}
.cq-footer__nav a{font-weight:600}
.cq-tags-block .cq-tag-cloud{padding:14px 16px}
.cq-related-grid{grid-template-columns:repeat(3,1fr)}

/* legacy API blocks fallback if still injected */
.team-related-matches,.luxiangtuijian{margin-top:0}
.team-related-matches .lmtit,.luxiangtuijian .lmtit{
  display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:900;
}
.team-match-list{list-style:none;margin:0;padding:0}
.team-match-list li{border-bottom:1px solid var(--cq-line)}
.team-match-list a{display:block;padding:12px 0;color:var(--cq-ink)}
.team-match-list .meta{display:flex;gap:10px;color:var(--cq-muted);font-size:.82rem;margin-bottom:6px}
.team-match-list .teams{display:flex;align-items:center;justify-content:space-between;gap:10px}
.team-match-list .team{display:flex;align-items:center;gap:8px;flex:1;min-width:0}
.team-match-list .team.away{flex-direction:row-reverse}
.team-match-list img{width:28px!important;height:28px!important;object-fit:contain;border-radius:50%}
.team-match-list em{font-style:normal;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.team-match-list .vs{font-weight:800;color:var(--cq-muted)}
.team-empty{padding:24px;text-align:center;color:var(--cq-muted)}

@media (max-width:991.98px){
  .cq-nav{display:none}
  .cq-nav.is-open{
    display:flex;flex-direction:column;position:absolute;left:0;right:0;top:70px;
    background:var(--cq-night-2);border-bottom:1px solid rgba(255,255,255,.08);
    padding:14px 16px;gap:6px;box-shadow:0 16px 30px rgba(0,0,0,.3);
  }
  .cq-nav.is-open .cq-nav__list{flex-direction:column;align-items:stretch;width:100%}
  .cq-nav.is-open .cq-nav__link{display:block}
  .cq-burger{display:block}
  .cq-search{max-width:none}
  .cq-search input{font-size:16px}
  .cq-hero__inner,.cq-quick,.cq-news-spotlight{grid-template-columns:1fr}
  .cq-signal__body{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cq-news-spotlight__feature{min-height:200px;aspect-ratio:16/9}
  .cq-hero__stats{grid-template-columns:repeat(3,1fr)}
  .cq-quick{margin-top:8px}
  .cq-match-item{
    grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;
    grid-template-areas:"meta status" "teams teams";
  }
  .cq-match-meta{grid-area:meta}
  .cq-match-teams{grid-area:teams;justify-content:flex-start}
  .cq-match-status{grid-area:status;text-align:right;align-items:flex-end}
  .cq-match-status span,.cq-match-status{justify-content:flex-end}
  .cq-media-grid{grid-template-columns:repeat(2,1fr)}
  .cq-replay-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cq-team-grid{grid-template-columns:repeat(3,1fr)}
  .cq-news-list a{grid-template-columns:110px minmax(0,1fr);gap:12px}
  .cq-news-list .cover{width:110px}
  .cq-news-list--feed a{grid-template-columns:120px minmax(0,1fr);gap:0}
  .cq-news-list--feed .cover{width:120px;max-width:120px;aspect-ratio:4/3}
  .cq-news-list--feed .cq-news-list__txt{padding:12px 12px 10px}
  .cq-hot-data__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cq-team-hero{grid-template-columns:84px 1fr;gap:14px;padding:18px}
  .cq-team-hero__logo img{width:72px;height:72px;border-radius:18px}
  .cq-related-grid{grid-template-columns:repeat(2,1fr)}
  .cq-page-hero__inner{align-items:flex-start}
  .cq-ticker{overflow:visible}
  .cq-ticker__grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;min-width:0;width:100%;max-width:100%}
  .cq-ticker__grid::-webkit-scrollbar{display:none}
  .cq-ticker-card{flex:0 0 220px;max-width:80vw}
  .cq-live-facts{grid-template-columns:1fr}
  .cq-analysis-list a,.cq-analysis-row{grid-template-columns:64px minmax(0,1fr) 24px;gap:6px}
  .cq-analysis-fixture img{display:none}
  .cq-side-sheet{position:static}
  .cq-topic-intro__media{grid-template-columns:1fr}
  .cq-topic-intro__cover{aspect-ratio:16/7}
}
@media (max-width:575.98px){
  .cq-hero{padding:28px 0 24px}
  .cq-hero h1{font-size:2.1rem}
  .cq-media-grid,.cq-team-grid{grid-template-columns:1fr 1fr}
  .cq-replay-grid{grid-template-columns:1fr}
  .cq-scoreboard{gap:8px;padding:22px 10px}
  .cq-scoreboard img{width:48px;height:48px}
  .cq-scoreboard .score{font-size:2rem}
  .cq-team-hero{grid-template-columns:1fr;text-align:center}
  .cq-team-hero__logo{display:flex;justify-content:center}
  .cq-team-meta,.cq-team-actions{justify-content:center}
  .cq-card-grid{grid-template-columns:1fr}
  .cq-hot-data__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cq-news-article__body{padding:16px 16px 20px}
  .cq-news-article__hero{padding:18px 16px;min-height:128px}
  .cq-live-panel__head,.cq-live-info{padding-left:16px;padding-right:16px}
  .cq-live-panel .cq-scoreboard,.cq-live-panel .cq-signal{margin-left:12px;margin-right:12px}
}

@media (max-width:760px){.cq-hero--editorial{padding:46px 0 40px;margin-bottom:22px}.cq-hero--editorial .cq-hero__inner{grid-template-columns:1fr;gap:30px}.cq-hero--editorial h1{font-size:3.15rem}.cq-hero--editorial .cq-hero__stats{border-left:0;border-top:1px solid #dfe5e1;padding:18px 0 0;grid-template-columns:repeat(3,1fr);gap:10px}.cq-hero--editorial .cq-hero__stat{display:block}.cq-hero--editorial .cq-hero__stat b{display:block;font-size:1.7rem}}
.cq-reference-side{margin-bottom:14px}.cq-side-tags{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 18px}.cq-side-tags a{border:1px solid #dfe7e2;border-radius:4px;padding:5px 8px;font-size:.78rem;color:var(--cq-ink-soft);background:#fbfcfb}.cq-side-tags a:hover{border-color:var(--cq-accent);color:var(--cq-accent-deep)}

/* ---------- inner channel refresh ----------
 * The channel pages share one restrained editorial system.  Keeping this
 * layer at the end makes it safe for existing list variables and detail
 * templates, while also making future CMS regeneration inherit the same UI.
 */
:root{
  --cq-ink:#172330;
  --cq-ink-soft:#3b5967;
  --cq-muted:#6f7d89;
  --cq-line:#dfe6ea;
  --cq-surface:#fff;
  --cq-surface-2:#e8f0f2;
  --cq-bg:#f3f6f7;
  --cq-blue:#146c94;
  --cq-accent:#0b8b83;
  --cq-accent-deep:#146c94;
  --cq-accent-soft:#e6eff1;
  --cq-warm:#e88635;
  --cq-radius:2px;
  --cq-radius-sm:2px;
  --cq-shadow:0 3px 12px rgba(29,55,66,.05);
  --cq-shadow-lg:0 8px 20px rgba(29,55,66,.1);
}
body.cq-body{
  background:var(--cq-bg);
  color:var(--cq-ink);
}
.cq-header{
  background:#132b3a;
  border-bottom:3px solid var(--cq-warm);
  box-shadow:none;
}
.cq-header__inner{min-height:72px}
.cq-brand__mark{border-radius:2px;box-shadow:none}
.cq-nav a,.cq-nav__link{border-radius:0;padding:8px 11px;border-bottom:3px solid transparent}
.cq-nav a.is-active,.cq-nav__link.is-active{
  background:rgba(255,255,255,.08);
  border-color:var(--cq-warm);
  box-shadow:none;
}
.cq-search input{border-radius:0;background:rgba(255,255,255,.1)}
.cq-search input:focus{background:rgba(255,255,255,.12)}
.cq-main{background:var(--cq-bg)}
.cq-ticker-card{border-radius:2px;box-shadow:var(--cq-shadow)}
.cq-ticker-card__head{background:var(--cq-blue);text-shadow:none}
.cq-ticker-card .st{border-radius:2px;background:var(--cq-accent)}
.cq-ticker-card .st.is-live{background:#d94a42}
.cq-ticker-card .st.is-end{background:#82939c}
.cq-page-shell{padding-top:10px}
.cq-page-shell .cq-breadcrumb{
  margin:14px 0 12px;padding:0 0 10px;border-bottom:1px solid var(--cq-line);
  font-size:.8rem;
}
.cq-page-shell .cq-breadcrumb a{color:#607484}
.cq-page-shell .cq-breadcrumb span:last-child{color:var(--cq-ink);font-weight:700}
.cq-page-hero{
  background:#172f3e;
  border-bottom:3px solid var(--cq-warm);
  box-shadow:none;padding:30px 0 26px;margin-bottom:0;
}
.cq-page-hero::after{display:none}
.cq-page-hero h1{font-size:clamp(1.6rem,3vw,2.25rem);letter-spacing:0}
.cq-page-hero p{max-width:680px;color:#c5d2da}
.cq-page-hero .cq-btn{border-radius:6px;box-shadow:none}
.cq-page-hero .cq-btn--primary{background:var(--cq-blue)}
.cq-section{border-radius:8px;box-shadow:none}
.cq-page-shell .cq-section{background:transparent;border:0;margin-bottom:22px;overflow:visible}
.cq-page-shell .cq-section__head{
  align-items:center;margin:0;padding:12px 0 11px;border-bottom:1px solid var(--cq-line);
}
.cq-page-shell .cq-section__head h1,.cq-page-shell .cq-section__head h2{
  padding-left:12px;font-size:1.32rem;letter-spacing:0;
}
.cq-page-shell .cq-section__head h1::before,.cq-page-shell .cq-section__head h2::before{
  width:4px;top:12%;bottom:12%;background:var(--cq-warm);
}
.cq-page-shell .cq-section__title .eyebrow{color:var(--cq-accent);letter-spacing:.12em}
.cq-page-shell .cq-section__head .more{
  padding:5px 9px;border-radius:2px;background:transparent;color:var(--cq-blue);
  border:1px solid #bdd7cc;font-size:.8rem;
}
.cq-page-shell .cq-section__head .more:hover{background:var(--cq-accent-soft);color:var(--cq-accent-deep)}
.cq-page-shell .cq-card,
.cq-page-shell .cq-hot-data,
.cq-page-shell .cq-side-sheet{
  border-radius:2px;box-shadow:none;border:1px solid var(--cq-line);background:#fff;
}
.cq-page-shell .cq-hot-data{padding:12px;margin:14px 0}
.cq-page-shell .cq-hot-data__head{margin-bottom:10px;padding-bottom:8px}
.cq-page-shell .cq-hot-data__head h2{font-size:1rem}
.cq-page-shell .cq-hot-data__grid{gap:8px}
.cq-page-shell .cq-hot-data__card .pic{border-radius:5px}
.cq-page-shell .cq-match-list{padding:0 12px 10px}
.cq-page-shell .cq-match-item{
  border:0;border-top:1px solid var(--cq-line);border-radius:0;margin:0;padding:13px 6px;
  background:#fff;box-shadow:none;transform:none;
}
.cq-page-shell .cq-match-item:first-child{border-top:0}
.cq-page-shell .cq-match-item:hover{
  background:#f8fbf9;border-color:var(--cq-line);box-shadow:none;transform:none;
}
.cq-page-shell .cq-date-head{border:0;border-left:3px solid var(--cq-warm);border-radius:0;padding:8px 11px;margin:10px 0 0;background:#e8f0f2}
.cq-page-shell .cq-filters{padding:12px 12px 4px}
.cq-page-shell .cq-filters button,.cq-page-shell .cq-filters a,
.cq-page-shell .cq-day-tabs button,.cq-page-shell .cq-league-chip a{
  border-radius:5px;background:#f5f7f8;padding:6px 11px;box-shadow:none;
}
.cq-page-shell .cq-filters .active,.cq-page-shell .cq-day-tabs button.active{
  background:var(--cq-blue);box-shadow:none;
}
.cq-page-shell .cq-league-chip{margin:0 0 14px}
.cq-page-shell .cq-league-chip a:hover{background:var(--cq-accent-soft);border-color:#bdd7cc}
.cq-page-shell .cq-news-list--feed{gap:0}
.cq-page-shell .cq-news-list--feed li,
.cq-page-shell .cq-news-list--feed .cq-news-item{
  border:0;border-bottom:1px solid var(--cq-line);border-radius:0;box-shadow:none;background:#fff;
}
.cq-page-shell .cq-news-list--feed li:hover,
.cq-page-shell .cq-news-list--feed .cq-news-item:hover{transform:none;box-shadow:none;background:#fbfcfc}
.cq-page-shell .cq-news-list--feed a{grid-template-columns:170px minmax(0,1fr)}
.cq-page-shell .cq-news-list--feed .cover{width:170px;aspect-ratio:16/10}
.cq-page-shell .cq-news-list--feed .cq-news-list__txt{padding:14px 16px}
.cq-page-shell .cq-news-list--feed .title{font-size:1rem}
.cq-page-shell .cq-news-list--feed > li:first-child a{min-height:0}
.cq-page-shell .cq-news-list--feed > li:first-child .cover{min-height:0;aspect-ratio:16/10}
.cq-page-shell .cq-news-list--feed > li:first-child .title{font-size:1rem;-webkit-line-clamp:2}
.cq-page-shell .cq-news-list--feed > li:first-child .excerpt{-webkit-line-clamp:2}
.cq-page-shell .cq-news-list{padding-left:0;padding-right:0}
.cq-page-shell .cq-replay-grid{gap:10px}
.cq-page-shell .cq-replay-grid > li,
.cq-page-shell .cq-media-grid > li{border:1px solid var(--cq-line);border-radius:2px;box-shadow:none;background:#fff}
.cq-page-shell .cq-replay-grid > li:hover,
.cq-page-shell .cq-media-grid > li:hover{transform:none;box-shadow:var(--cq-shadow)}
.cq-page-shell .cq-team-grid{gap:10px}
.cq-page-shell .cq-team-card{padding:16px 10px;border:1px solid var(--cq-line);border-radius:2px;background:#fff;box-shadow:none}
.cq-page-shell .cq-team-card:hover{transform:none;box-shadow:var(--cq-shadow);border-color:#b8d4c8}
.cq-page-shell .cq-team-card img{width:60px;height:60px}
.cq-page-shell .cq-pagination{padding:16px 0 2px}
.cq-page-shell .cq-pagination a,.cq-page-shell .cq-pagination strong{border-radius:5px;min-width:34px;padding:6px 9px}
.cq-page-shell .cq-aside .cq-card{border-radius:8px;box-shadow:none;margin-bottom:12px;padding:13px 14px}
.cq-page-shell .cq-aside .cq-cross__head{margin-bottom:8px;padding-bottom:8px}
.cq-page-shell .cq-aside .cq-cross__head h2{font-size:1rem}
.cq-page-shell .cq-aside .cq-rank-list a{font-size:.86rem;padding:9px 1px}
.cq-page-shell .cq-aside .cq-side-tags{padding:0 0 4px}
.cq-page-shell .cq-aside .cq-side-tags a{border-radius:4px;background:#f7f9fa}
.cq-page-shell .cq-schedule-side .cq-day-tabs{padding:6px 0 2px}
.cq-page-shell .cq-mini-match a{padding:9px 0}
.cq-page-shell .cq-empty{padding:30px 16px}

@media (max-width:991.98px){
  .cq-nav.is-open{top:70px;background:#102232}
  .cq-page-shell .cq-news-list--feed a{grid-template-columns:135px minmax(0,1fr)}
  .cq-page-shell .cq-news-list--feed .cover{width:135px}
}
@media (max-width:575.98px){
  .cq-page-hero{padding:24px 0 22px}
  .cq-page-shell .cq-section__head{padding-top:10px}
  .cq-page-shell .cq-news-list--feed a{grid-template-columns:112px minmax(0,1fr)}
  .cq-page-shell .cq-news-list--feed .cover{width:112px}
  .cq-page-shell .cq-news-list--feed .cq-news-list__txt{padding:10px 11px}
  .cq-page-shell .cq-news-list--feed .excerpt{display:none}
  .cq-page-shell .cq-news-list--feed .title{font-size:.92rem}
  .cq-page-shell .cq-replay-grid{grid-template-columns:1fr 1fr}
  .cq-page-shell .cq-team-grid{gap:8px}
}
