:root{--bg:#07140f;--navy:#0b1c2e;--grass:#1f7a3f;--grass2:#2ea85a;--ink:#f2f7f4;--muted:#a9c0b4;--line:#1e3a2c;--max:1120px;--font:"Trebuchet MS","PingFang SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--ink);background:linear-gradient(180deg,#07140f,#0b1c2e 45%,#0a1824);line-height:1.75}a{color:#7dffb0}img{max-width:100%;display:block}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}
.skip{position:absolute;left:-999px}.topbar{background:linear-gradient(90deg,#0b1c2e,#1f7a3f);padding:.5rem 0;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem}
.site-header{position:sticky;top:0;z-index:40;background:rgba(7,20,15,.94);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px}.brand{display:flex;gap:.7rem;align-items:center;text-decoration:none;color:inherit}.brand img{border-radius:10px}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text b{color:#b6ffd0}.brand-text span{font-size:.76rem;color:var(--muted)}
.nav a{color:#d7ebe0;text-decoration:none;padding:.45rem .7rem;border-radius:999px;font-size:.9rem}.nav{display:flex;gap:.25rem}.nav a.active,.nav a:hover{background:rgba(46,168,90,.2);color:#fff}
.menu-toggle{display:none;border:1px solid var(--line);background:#0f241a;width:44px;height:44px;border-radius:10px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:18px;height:2px;background:#b6ffd0}
.hero-match{padding:2rem 0 1rem}.hero-board{display:grid;grid-template-columns:1.15fr .85fr;gap:1.2rem;background:linear-gradient(135deg,#0d2a1a,#0b1c2e 60%);border:1px solid #245c3b;border-radius:20px;padding:1.4rem;box-shadow:0 20px 40px rgba(0,0,0,.35)}.hero-board h1{margin:0 0 .8rem;font-size:clamp(1.55rem,2.6vw,2.3rem);line-height:1.25}.hero-board p{margin:0;color:var(--muted)}.hero-board img{border-radius:14px;border:1px solid #2f6848}
.ads-wrap{margin:1rem 0}.fixture{margin:1.2rem 0 1.6rem;border:1px solid #2a5a40;border-radius:14px;overflow:hidden;background:#0a1a14}.fixture-head{background:#1f7a3f;padding:.7rem 1rem;font-weight:700;letter-spacing:.04em}.fixture table{width:100%;border-collapse:collapse}.fixture th,.fixture td{padding:.75rem .9rem;border-bottom:1px solid #1e3a2c;text-align:left}.fixture th{color:#9dffc0;font-size:.82rem}.fixture td{color:#e7f6ee}
.article{background:rgba(11,28,46,.85);border:1px solid #1e3a2c;border-radius:16px;padding:1.35rem 1.45rem;margin-bottom:2rem}.article h2{margin:1.5rem 0 .7rem;font-size:1.28rem;color:#b6ffd0}.article h2:first-child{margin-top:0}
.grid-shots{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.shot{border:1px solid #234833;border-radius:12px;overflow:hidden;background:#07140f}.shot figcaption{padding:.45rem .65rem;font-size:.84rem;color:var(--muted)}
.grid-partners{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.partner{background:#0a1a14;border:1px solid #234833;border-radius:12px;padding:.4rem;text-align:center}.partner figcaption{font-size:.76rem;color:var(--muted)}
.outlinks a{display:inline-block;margin:.25rem .4rem .25rem 0;padding:.55rem 1rem;background:#1f7a3f;color:#fff;border-radius:999px;text-decoration:none;font-weight:700}
.page-hero{padding:1.4rem 0 .4rem}.simple-card{background:#0b1c2e;border:1px solid #1e3a2c;border-radius:14px;padding:1.2rem;margin-bottom:2rem}
.site-footer{background:#040b08;padding:2rem 0 1rem;color:#a9c0b4;border-top:1px solid #1e3a2c}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem}.footer-grid ul{list-style:none;padding:0;margin:0}.site-footer a{color:#7dffb0}.copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:1rem;padding-top:.9rem;font-size:.88rem}
.error-page{min-height:100vh;display:grid;place-items:center;padding:2rem}.error-box{background:#0b1c2e;border:1px solid #234833;border-radius:14px;padding:1.3rem;max-width:520px;width:100%;text-align:center}.btn-primary{display:inline-flex;background:var(--grass2);color:#04140b!important;padding:.6rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:700}
@media(max-width:900px){.hero-board,.footer-grid{grid-template-columns:1fr}.grid-shots,.grid-partners{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.menu-toggle{display:flex}.nav{display:none;position:absolute;left:0;right:0;top:72px;background:#0a1a14;flex-direction:column;padding:1rem;border-bottom:1px solid var(--line)}.nav.open{display:flex}}

/* official topbar - readable header strip */
.topbar{
  background:linear-gradient(90deg,#0b4ea2,#1260c4);
  color:#eef5ff;
  font-size:.86rem;
  padding:.45rem 0;
  line-height:1.4;
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:.75rem;
  flex-wrap:nowrap;
}
.topbar-brand{font-weight:600;color:#fff;white-space:nowrap}
.topbar-domain{opacity:.92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:760px){
  .topbar{font-size:.8rem;padding:.4rem 0}
  .topbar .container{justify-content:center;gap:.35rem}
  .topbar-domain::before{content:"· ";opacity:.7}
}


/* ads: keep square, avoid oversized icons */
.ads-wrap.ads-header{
  margin:0;
  padding:.5rem .75rem .35rem;
  border:none;
  border-bottom:1px solid rgba(0,0,0,.06);
  border-radius:0;
  background:#fff;
}
.ads-wrap #ads{
  margin:4px 0 !important;
  gap:8px 12px !important;
}
.ads-wrap #ads img,.ads-header #ads img,#ads img{
  width:56px !important;
  height:56px !important;
  max-width:56px !important;
  max-height:56px !important;
  aspect-ratio:1/1 !important;
  object-fit:cover !important;
  object-position:center center;
  display:block;
  border-radius:12px;
}
.ads-wrap #ads figure{margin:0;width:56px}
.ads-wrap #ads > div{width:60px;flex:0 0 60px}
.ads-wrap #ads .caption,.ads-wrap #ads figcaption{
  font-size:11px;
  max-width:60px;
  margin-top:3px;
  color:#666;
}

/* full domain outlink chain */
.outlinks-chain{margin:1.2rem 0 1.6rem}
.outlinks-chain h2,.outlinks-chain h3{margin:0 0 .7rem;font-size:1.15rem}
.outlinks-chain p.note{margin:0 0 .8rem;color:#5b6b7f;font-size:.92rem}
.outlinks{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem .65rem;
  margin:0;
}
.outlinks a{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:1px solid #c9daf0;
  border-radius:999px;
  padding:.4rem .85rem;
  color:#083a7a;
  text-decoration:none;
  font-weight:600;
  font-size:.88rem;
  line-height:1.3;
}
.outlinks a:hover{background:#eaf2fc;color:#0b4ea2;text-decoration:none}
.outlinks a .dom{
  margin-left:.35rem;
  font-weight:500;
  color:#5b6b7f;
  font-size:.8rem;
}
@media (max-width:760px){
  .outlinks a{font-size:.82rem;padding:.38rem .7rem}
  .outlinks a .dom{display:none}
}

