/* ============================================
   2026世界杯官网入口
   官方合作指定网站
   STYLE — Emerald · Coral · Asymmetric
   ============================================ */

:root {
  --emerald: #0b7a5a;
  --emerald-dark: #07503a;
  --emerald-light: #12a87e;
  --coral: #ff6b4a;
  --coral-light: #ff8f75;
  --coral-dark: #d94a2a;
  --bg: #0e0e10;
  --bg-2: #1a1a1e;
  --bg-3: #232329;
  --bg-card: #1e1e23;
  --text: #efeee6;
  --text-dim: #96949e;
  --text-mute: #62607a;
  --line: rgba(255,255,255,0.06);
  --line-strong: rgba(255,255,255,0.12);
  --sharp: 0px;
  --shadow: 0 20px 60px rgba(0,0,0,0.4);
  --font-mono: "SF Mono", "Roboto Mono", "JetBrains Mono", monospace;
  --font-sans: "Inter", -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  background-image:
    linear-gradient(90deg, rgba(11,122,90,0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11,122,90,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
::selection { background: var(--emerald); color: var(--bg); }
a { text-decoration:none; color:var(--coral); transition:all 0.2s; }
a:hover { color:var(--coral-light); }
img { max-width:100%; display:block; }
ul { list-style:none; }
strong { font-weight: 700; }

.coral { color: var(--coral); }
.emerald { color: var(--emerald); }

.box-w { max-width:1160px; margin:0 auto; padding:0 24px; }

/* ===== BAR ===== */
.bar-top {
  background: var(--emerald-dark);
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  padding: 8px 0;
  letter-spacing: 0.5px;
  font-family: var(--font-mono);
}
.bar-top .box-w { display:flex; justify-content:space-between; flex-wrap:wrap; gap:4px; }
.bar-top .hide-sm { color: var(--coral); }

/* ===== HEADER — floating, left-aligned ===== */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14,14,16,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--coral);
  color: var(--bg);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.logo-icon:hover { transform: rotate(90deg); }
.logo-icon span { transform: rotate(-45deg); display:block; }
.logo-text strong {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
}
.logo-text em {
  font-style: normal;
  color: var(--emerald);
}
.logo-text small {
  font-size: 9px;
  color: var(--text-mute);
  letter-spacing: 1px;
  display: block;
  margin-top: -2px;
}

nav ul { display:flex; gap:0; }
nav a {
  display:block;
  color: var(--text-dim);
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  transition: all 0.2s;
}
nav a:hover { color: var(--text); }
nav a.cur { color: var(--coral); }
nav a.cur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--coral);
}

.menu-toggle {
  display:none;
  background:none; border:1px solid var(--line-strong);
  width:40px;height:40px;
  color:var(--text);font-size:20px;cursor:pointer;
}

.header-cta-wrap { display:flex; align-items:center; gap:12px; }
.header-cta-btns { display:flex; gap:8px; }

.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  padding:12px 28px;
  font-size:12px; font-weight:700;
  letter-spacing:1px; text-transform:uppercase;
  border:0; cursor:pointer; font-family:inherit;
  transition:all 0.25s;
}
.btn-coral { background:var(--coral); color:var(--bg); }
.btn-coral:hover { background:var(--coral-light); color:var(--bg); transform:translateY(-2px); }
.btn-outline { background:transparent; border:1.5px solid var(--line-strong); color:var(--text); }
.btn-outline:hover { border-color:var(--coral); color:var(--coral); }
.btn-emerald { background:var(--emerald); color:var(--bg); }
.btn-emerald:hover { background:var(--emerald-light); color:var(--bg); transform:translateY(-2px); }
.btn-ghost { background:transparent; color:var(--text-dim); padding:12px 4px; }
.btn-ghost:hover { color:var(--coral); }

/* ===== HERO — asymmetrical ===== */
.hero {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(11,122,90,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,107,74,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  align-items: center;
  position: relative; z-index: 2;
}
.hero-visual {
  position: relative;
}
.hero-visual .diamond {
  width: 180px; height: 180px;
  background: linear-gradient(135deg, var(--emerald), var(--coral));
  transform: rotate(45deg);
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}
.hero-visual .diamond:hover { transform: rotate(135deg); }
.hero-visual .diamond span {
  transform: rotate(-45deg);
  color: var(--bg);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-visual-line {
  position: absolute;
  top: 50%; right: -60px;
  width: 60px; height: 1px;
  background: var(--line-strong);
}
.hero-content {
  padding-right: 40px;
}
.hero-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(11,122,90,0.12);
  border: 1px solid rgba(11,122,90,0.2);
  color: var(--emerald);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--font-mono);
}
.hero h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.hero h1 .coral-line {
  display: block;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 4px;
  color: var(--coral);
}
.hero p {
  color: var(--text-dim);
  font-size: 14px;
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.8;
}
.hero-cta { display:flex; gap:12px; flex-wrap:wrap; margin-bottom: 40px; }
.hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.hero-meta dt { font-size:10px; color:var(--text-mute); text-transform:uppercase; letter-spacing:1px; font-weight:600; font-family:var(--font-mono); }
.hero-meta dd { font-size:22px; font-weight:800; color:var(--text); font-family:var(--font-mono); letter-spacing:0.5px; }

/* ===== SECTION ===== */
section { padding: 80px 0; }
.s-head {
  margin-bottom: 40px;
  max-width: 560px;
}
.s-head.r { margin-left: auto; text-align: right; }
.s-head label {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(11,122,90,0.08);
  border: 1px solid rgba(11,122,90,0.15);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--emerald);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 14px;
}
.s-head h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.3px;
}
.s-head h2 .em-accent {
  display: block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--coral);
  margin-top: 4px;
}
.s-head p {
  color: var(--text-dim);
  margin-top: 10px;
  font-size: 14px;
}
.bg-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ===== ASYMMETRIC GRID (section đẩy lệch trái/phải) ===== */
.asym-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.asym-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 32px;
  transition: all 0.25s;
  position: relative;
}
.asym-card::before {
  content: '◆';
  position: absolute;
  top: -10px; left: 24px;
  color: var(--emerald);
  font-size: 18px;
}
.asym-card:hover { border-color: rgba(11,122,90,0.3); transform: translateX(6px); }
.asym-card .num {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 800;
  color: rgba(11,122,90,0.15);
  display: block;
  margin-bottom: 8px;
}
.asym-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.asym-card p { color: var(--text-dim); font-size: 13px; }

/* ===== TIMELINE (list kiểu timeline dọc) ===== */
.timeline { display:grid; gap:8px; }
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.2s;
}
.timeline-item:hover { padding-left: 12px; }
.timeline-item:last-child { border-bottom:0; }
.timeline-item .t-date { font-family:var(--font-mono); font-size:13px; color:var(--text-mute); letter-spacing:1px; }
.timeline-item .t-info { }
.timeline-item .t-title { font-weight:600; font-size:15px; }
.timeline-item .t-sub { color:var(--text-dim); font-size:13px; }
.timeline-item .t-badge {
  display:inline-block;
  margin-top:4px;
  padding:2px 10px;
  background:rgba(255,107,74,0.08);
  color:var(--coral);
  font-size:10px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  font-family:var(--font-mono);
}

/* ===== STADIUM CARDS ===== */
.stadium-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.stadium-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 24px;
  text-align: center;
  transition: all 0.25s;
}
.stadium-card:hover { border-color: var(--emerald); background: var(--bg-3); }
.stadium-card strong { display:block; font-size:22px; color: var(--coral); font-family: var(--font-mono); }
.stadium-card span { font-size:12px; color:var(--text-dim); display:block; margin-top:4px; }

/* ===== PREDICT GRID ===== */
.pred-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pred-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.pred-card:hover { border-color: var(--coral); transform: translateY(-4px); }
.pred-card .flag-bar {
  height: 6px;
  background: linear-gradient(90deg, var(--emerald), var(--coral));
}
.pred-card .body { padding: 24px; }
.pred-card .tag {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--emerald);
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.pred-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.pred-card p { color: var(--text-dim); font-size: 13px; margin-bottom: 14px; }
.pred-card .odds {
  display: inline-block;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-light));
  color: var(--bg);
  padding: 4px 18px;
  font-size: 15px;
  font-weight: 800;
  font-family: var(--font-mono);
  letter-spacing: 0.5px;
}

/* ===== INFO STRIP ===== */
.info-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.info-cell { background:var(--bg-card); border:1px solid var(--line); padding:24px; text-align:center; transition:border-color 0.2s; }
.info-cell:hover { border-color:var(--coral); }
.info-cell strong { display:block; font-size:28px; color:var(--coral); font-family:var(--font-mono); font-weight:800; }
.info-cell span { font-size:12px; color:var(--text-dim); }

/* ===== NEWS ===== */
.news-list { display:grid; gap:12px; }
.news-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  transition: all 0.2s;
}
.news-item:first-child { border-top: 1px solid var(--line); }
.news-item:hover { padding-left: 12px; background: var(--bg-2); margin: 0 -16px; padding: 18px 16px; }
.news-item .date { font-family:var(--font-mono); font-size:12px; color:var(--text-mute); letter-spacing:0.5px; }
.news-item h3 { font-size:16px; font-weight:600; }
.news-item h3 a { color:var(--text); }
.news-item h3 a:hover { color:var(--coral); }
.news-item .sub { color:var(--text-dim); font-size:13px; margin-top:2px; }

.news-list.bg-dark .news-item { border-bottom-color: var(--line); }
.news-list.bg-dark .news-item:first-child { border-top-color: var(--line); }

/* ===== ARTICLE ===== */
.article-wrap { max-width:760px; margin:0 auto; background:var(--bg-card); border:1px solid var(--line); padding:44px 48px; }
.article-wrap .meta { color:var(--text-mute); font-size:13px; display:flex; gap:16px; margin-bottom:16px; font-family:var(--font-mono); }
.article-wrap h1 { font-size:30px; font-weight:800; margin-bottom:18px; }
.article-wrap .main-img { width:100%; margin-bottom:22px; border:1px solid var(--line); }
.article-wrap h2 { font-size:20px; font-weight:700; margin:28px 0 12px; border-left:3px solid var(--coral); padding-left:18px; }
.article-wrap p { color:var(--text-dim); margin-bottom:16px; }
.post-nav { display:flex; gap:12px; margin-top:28px; padding-top:22px; border-top:1px solid var(--line); }

.pager { display:flex; justify-content:center; gap:16px; margin-top:28px; font-size:13px; font-weight:600; font-family:var(--font-mono); }
.pager a { color:var(--text-dim); }
.pager a:hover { color:var(--coral); }
.pager span { color:var(--text-mute); }

/* ===== CTA ===== */
.cta-section {
  background: linear-gradient(135deg, var(--emerald-dark), var(--bg));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 60px 0;
}
.cta-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.cta-wrap h2 { font-size:32px; font-weight:800; }
.cta-wrap h2 .coral { display:block; font-size:38px; font-weight:400; letter-spacing:2px; }
.cta-wrap p { color:var(--text-dim); margin:8px 0 24px; }
.cta-wrap .btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ===== ADMIN ===== */
.admin-2col { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.admin-box { background:var(--bg-card); border:1px solid var(--line); padding:28px; }
.admin-box h3 { font-size:17px; margin-bottom:16px; font-weight:700; }
.field { margin-bottom:14px; }
.field label { display:block; color:var(--text-dim); font-size:11px; margin-bottom:6px; font-weight:600; text-transform:uppercase; letter-spacing:1px; }
.field input, .field textarea, .field select {
  width:100%; padding:10px 14px; background:var(--bg-2); border:1px solid var(--line);
  color:var(--text); font-family:inherit; font-size:14px; border-radius:0;
}
.field input:focus, .field textarea:focus { outline:none; border-color:var(--emerald); }
.field textarea { min-height:120px; resize:vertical; }
.admin-list .item { padding:14px 0; border-bottom:1px solid var(--line); }
.admin-list .item:last-child { border-bottom:0; }

/* ===== GALLERY ===== */
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.gallery-cell { overflow:hidden; border:1px solid var(--line); transition:all 0.3s; }
.gallery-cell:hover { border-color:var(--coral); }
.gallery-cell img { width:100%; height:180px; object-fit:cover; transition:transform 0.4s, filter 0.3s; filter:grayscale(0.3); }
.gallery-cell:hover img { transform:scale(1.05); filter:grayscale(0); }

/* ===== FOOTER ===== */
footer {
  background: var(--bg-2);
  color: var(--text-dim);
  padding: 60px 0 0;
  border-top: 1px solid var(--line);
}
.foot-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:36px; margin-bottom:28px; }
.foot-grid h5 { color: var(--text); font-size:11px; margin-bottom:14px; font-weight:700; text-transform:uppercase; letter-spacing:2px; }
.foot-grid p { font-size:13px; line-height:1.7; }
.foot-grid ul li { padding:4px 0; font-size:13px; }
.foot-grid ul li a { color:var(--text-dim); }
.foot-grid ul li a:hover { color:var(--coral); }
.foot-brand { margin-bottom:14px; }
.foot-brand strong { font-size:16px; color:var(--text); letter-spacing:1px; text-transform:uppercase; }
.foot-brand em { font-style:normal; color:var(--emerald); }
.foot-bottom {
  border-top:1px solid var(--line);
  padding:16px 0;
  font-size:11px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:4px;
  color:var(--text-mute);
  font-family:var(--font-mono);
  letter-spacing:0.5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:38px; }
  .asym-grid { grid-template-columns:1fr; }
  .pred-grid { grid-template-columns:1fr 1fr; }
  .info-strip { grid-template-columns:1fr 1fr; }
  .stadium-grid { grid-template-columns:1fr 1fr; }
  .foot-grid { grid-template-columns:1fr 1fr; }
  .admin-2col { grid-template-columns:1fr; }
}

@media (max-width: 768px) {
  .menu-toggle { display:flex; align-items:center; justify-content:center; }
  nav {
    position:absolute; top:100%; left:0; right:0; background:var(--bg-2);
    border-top:1px solid var(--line); max-height:0; overflow:hidden; transition:max-height 0.3s;
  }
  nav.open { max-height:500px; }
  nav ul { flex-direction:column; }
  nav a { padding:14px 20px; border-bottom:1px solid var(--line); }
  .hero h1 { font-size:28px; }
  .hero h1 .coral-line { font-size:24px; }
  .hero-grid { gap:30px; }
  .hero-visual .diamond { width:120px; height:120px; }
  .pred-grid { grid-template-columns:1fr; }
  .info-strip { grid-template-columns:1fr 1fr; }
  .stadium-grid { grid-template-columns:1fr; }
  .foot-grid { grid-template-columns:1fr; }
  .article-wrap { padding:24px; }
  .bar-top .hide-sm { display:none; }
  .s-head h2 { font-size:26px; }
  .asym-card { padding:24px; }
}

/* ===== STADIUM SCROLL (3D flip cards horizontal) ===== */
.stadium-scroll { overflow-x: auto; padding: 0 0 24px; scrollbar-width: thin; }
.stadium-scroll::-webkit-scrollbar { height: 4px; }
.stadium-scroll::-webkit-scrollbar-thumb { background: var(--coral); }
.s-scroll-track { display: flex; gap: 20px; padding: 0 24px; perspective: 1500px; }
.s-card { flex: 0 0 280px; height: 360px; }
.s-card-inner { position: relative; width: 100%; height: 100%; transition: transform 0.7s; transform-style: preserve-3d; }
.s-card:hover .s-card-inner { transform: rotateY(180deg); }
.s-card-front, .s-card-back { position: absolute; inset: 0; backface-visibility: hidden; }
.s-card-front img { width:100%; height:100%; object-fit:cover; filter: brightness(0.7); }
.s-label { position: absolute; left: 16px; right: 16px; bottom: 16px; color: #fff; font-weight: 700; font-size: 14px; text-shadow: 0 2px 8px rgba(0,0,0,0.8); }
.s-card-back { background: var(--bg-2); border: 1px solid var(--coral); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotateY(180deg); padding: 30px; text-align: center; }
.s-card-back strong { font-family: var(--font-mono); font-size: 36px; color: var(--coral); margin-bottom: 8px; }
.s-card-back span { color: var(--text-dim); font-size: 13px; margin-bottom: 12px; }
.s-card-back p { color: var(--text-mute); font-size: 12px; }

/* ===== 3D FLIP TEAM CARDS ===== */
.flip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; perspective: 1500px; }
.flip-card { height: 380px; cursor: pointer; }
.flip-inner { position: relative; width: 100%; height: 100%; transition: transform 0.7s; transform-style: preserve-3d; }
.flip-card:hover .flip-inner { transform: rotateY(180deg); }
.flip-front, .flip-back { position: absolute; inset: 0; backface-visibility: hidden; overflow: hidden; }
.flip-front img { width:100%; height:100%; object-fit:cover; filter: brightness(0.4); }
.flip-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; background: linear-gradient(180deg, transparent, rgba(0,0,0,0.95)); }
.flip-label .tag { color: var(--coral); }
.flip-label h3 { color: #fff; }
.flip-back { background: var(--bg-2); border: 1px solid var(--coral); display: flex; flex-direction: column; justify-content: center; padding: 30px; text-align: center; transform: rotateY(180deg); }
.flip-back .tag { font-size: 10px; }
.flip-back h3 { font-size: 22px; margin: 6px 0 10px; }
.flip-back p { color: var(--text-dim); font-size: 13px; margin-bottom: 14px; }
.flip-back .odds { background: var(--coral); color: var(--bg); padding: 6px 20px; align-self: center; }

/* ===== PROGRESS BAR ODDS ===== */
.progress-odds { display: grid; gap: 14px; }
.p-row { display: grid; grid-template-columns: 80px 1fr 60px; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.p-team { font-weight: 700; font-size: 14px; }
.p-bar { background: var(--bg-2); height: 28px; position: relative; overflow: hidden; }
.p-fill { background: linear-gradient(90deg, var(--coral), var(--emerald)); height: 100%; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; color: #fff; font-size: 12px; font-weight: 700; font-family: var(--font-mono); transition: width 1s ease; }
.p-val { font-family: var(--font-mono); font-weight: 700; color: var(--coral); text-align: right; }

/* ===== NEWS CARD GRID (image top) ===== */
.news-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.news-card { background: var(--bg-2); border: 1px solid var(--line); transition: all 0.3s; }
.news-card:hover { border-color: var(--coral); }
.news-card-img { aspect-ratio: 16/10; overflow: hidden; }
.news-card-img img { width:100%; height:100%; object-fit:cover; filter: brightness(0.7) saturate(0.8); transition: all 0.3s; }
.news-card:hover .news-card-img img { filter: brightness(1) saturate(1.2); transform: scale(1.05); }
.news-card-body { padding: 14px 16px 18px; }
.news-card-date { font-family: var(--font-mono); font-size: 10px; color: var(--text-mute); letter-spacing: 1px; }
.news-card h3 { font-size: 14px; font-weight: 600; margin-top: 4px; }
.news-card h3 a { color: var(--text); }
.news-card h3 a:hover { color: var(--coral); }

@media (max-width: 768px) {
  .flip-grid { grid-template-columns: 1fr; }
  .news-card-grid { grid-template-columns: 1fr 1fr; }
  .s-card { flex: 0 0 220px; height: 280px; }
}
