#tc-home-root {
  --primary: #0057b8;
  --primary-dark: #003d82;
  --accent: #e11d48;
  --text: #222;
  --muted: #6b7280;
  --bg: #f3f4f6;
  --line: #e5e7eb;
  background: #f3f4f6;
  color: #222;
  font-size: 15px;
  line-height: 1.55;
  padding: 18px 0 40px;
}
#tc-home-root * { box-sizing: border-box; }
#tc-home-root a { color: inherit; text-decoration: none; }
#tc-home-root img { max-width: 100%; display: block; }
#tc-home-root picture { display: block; }
#tc-home-root .tc-wrap { max-width: 1230px; margin: 0 auto; padding: 0 16px; }
#tc-home-root .tc-ad {
  background: #eef2f7; border: 1px dashed #9aa7b8; color: #5b6b7c;
  text-align: center; font-size: 12px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  margin: 12px 0 16px; min-height: 90px;
}
#tc-home-root .tc-ad.has-code { background: transparent; border: 0; min-height: 0; }
#tc-home-root .tc-ad.sidebar { min-height: 250px; margin: 0 0 16px; }
#tc-home-root .tc-ad.sidebar.tall { min-height: 280px; }
#tc-home-root .tc-grid {
  display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; align-items: start;
}
#tc-home-root .tc-featured {
  display: grid; grid-template-columns: 1.45fr 1fr; gap: 10px; margin-bottom: 8px;
}
#tc-home-root .tc-feat-main {
  position: relative; min-height: 360px; overflow: hidden; background: #111; display: block; color: #fff;
}
#tc-home-root .tc-feat-main img,
#tc-home-root .tc-feat-main picture,
#tc-home-root .tc-feat-main picture img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .88;
}
#tc-home-root .tc-feat-main .tc-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px;
  background: linear-gradient(transparent, rgba(0,0,0,.82)); color: #fff; z-index: 1;
}
#tc-home-root .tc-feat-main h2 { margin: 6px 0 0; font-size: 24px; line-height: 1.3; color: #fff; }
#tc-home-root .tc-feat-side { display: flex; flex-direction: column; gap: 10px; }
#tc-home-root .tc-feat-card {
  display: grid; grid-template-columns: 130px 1fr; gap: 10px; background: #fff; min-height: 113px;
}
#tc-home-root .tc-feat-card img,
#tc-home-root .tc-feat-card picture img { width: 130px; height: 113px; object-fit: cover; }
#tc-home-root .tc-feat-card h3 { margin: 4px 8px 0 0; font-size: 15px; line-height: 1.35; }
#tc-home-root .tc-badge {
  display: inline-block; background: #0057b8; color: #fff; font-size: 11px; font-weight: 700;
  padding: 3px 7px; margin-bottom: 6px;
}
#tc-home-root .tc-badge.red { background: #e11d48; }
#tc-home-root .tc-badge.green { background: #15803d; }
#tc-home-root .tc-meta { font-size: 12px; color: #6b7280; margin-top: 6px; }
#tc-home-root .tc-feat-main .tc-meta { color: rgba(255,255,255,.85); }
#tc-home-root .tc-block { margin: 8px 0 18px; }
#tc-home-root .tc-block-head {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 3px solid #0057b8; margin-bottom: 12px;
}
#tc-home-root .tc-block-head h2 {
  margin: 0; background: #0057b8; color: #fff; font-size: 15px; padding: 8px 14px;
}
#tc-home-root .tc-block-head a { font-size: 13px; color: #0057b8; font-weight: 600; }
#tc-home-root .tc-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
#tc-home-root .tc-card { background: #fff; display: block; }
#tc-home-root .tc-card img,
#tc-home-root .tc-card picture img { width: 100%; height: 150px; object-fit: cover; }
#tc-home-root .tc-card-body { padding: 12px; }
#tc-home-root .tc-card h3 { margin: 0; font-size: 15px; line-height: 1.4; }
#tc-home-root .tc-list { display: flex; flex-direction: column; gap: 10px; }
#tc-home-root .tc-list-item {
  display: grid; grid-template-columns: 100px 1fr; gap: 10px; background: #fff;
}
#tc-home-root .tc-list-item img,
#tc-home-root .tc-list-item picture img { width: 100px; height: 72px; object-fit: cover; }
#tc-home-root .tc-list-item h3 { margin: 8px 8px 0 0; font-size: 14px; }
#tc-home-root .tc-sidebar { display: flex; flex-direction: column; gap: 16px; }
#tc-home-root .tc-widget { background: #fff; }
#tc-home-root .tc-widget-title {
  background: #0057b8; color: #fff; font-size: 13px; font-weight: 700;
  padding: 10px 14px; text-transform: uppercase; margin: 0;
}
#tc-home-root .tc-widget-title.x { background: #111827; }
#tc-home-root .tc-widget-title.yt { background: #dc2626; }
#tc-home-root .tc-widget-body { padding: 12px 14px; }
#tc-home-root .tc-pop { list-style: none; margin: 0; padding: 0; }
#tc-home-root .tc-pop li {
  display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid #e5e7eb;
  font-size: 13px; font-weight: 600;
}
#tc-home-root .tc-pop li:last-child { border-bottom: 0; }
#tc-home-root .tc-num {
  width: 22px; height: 22px; background: #eef4fb; color: #0057b8;
  display: grid; place-items: center; font-size: 12px; font-weight: 800; flex-shrink: 0;
}
#tc-home-root .tc-wa {
  background: linear-gradient(135deg,#25D366,#128C7E); color: #fff;
  padding: 18px 16px; text-align: center;
}
#tc-home-root .tc-wa h3 { margin: 0 0 6px; color: #fff; }
#tc-home-root .tc-wa p { margin: 0 0 12px; font-size: 13px; }
#tc-home-root .tc-wa a {
  display: block; background: #fff; color: #128C7E; padding: 10px; font-weight: 700; border-radius: 6px;
}
#tc-home-root .tc-x-item { display: block; padding: 10px 0; border-bottom: 1px solid #e5e7eb; }
#tc-home-root .tc-x-item:last-child { border-bottom: 0; }
#tc-home-root .tc-x-item p { font-size: 13px; margin: 0 0 4px; }
#tc-home-root .tc-follow {
  display: inline-block; margin: 0 14px 12px; padding: 7px 12px;
  background: #111827; color: #fff !important; border-radius: 20px; font-size: 12px; font-weight: 700;
}
#tc-home-root .tc-follow.yt { background: #dc2626; }
#tc-home-root .tc-yt-item {
  display: grid; grid-template-columns: 108px 1fr; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid #e5e7eb;
}
#tc-home-root .tc-yt-item:last-child { border-bottom: 0; }
#tc-home-root .tc-yt-thumb { position: relative; height: 64px; background: #111; overflow: hidden; }
#tc-home-root .tc-yt-thumb img { width: 100%; height: 100%; object-fit: cover; }
#tc-home-root .tc-yt-thumb span {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; background: rgba(0,0,0,.28); font-size: 16px;
}
#tc-home-root .tc-yt-item h4 { margin: 0; font-size: 13px; line-height: 1.35; }
#tc-home-root .tc-follow-strip {
  background: #111827; color: #fff; padding: 16px 18px;
  display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin: 20px 0 0;
}
#tc-home-root .tc-follow-strip a { color: #cbd5e1; font-size: 14px; }
#tc-home-root .tc-follow-strip a:hover { color: #fff; }
@media (max-width: 980px) {
  #tc-home-root .tc-grid,
  #tc-home-root .tc-featured,
  #tc-home-root .tc-cards { grid-template-columns: 1fr; }
  #tc-home-root .tc-feat-main { min-height: 240px; }
}
@media (max-width: 600px) {
  #tc-home-root .tc-cards { grid-template-columns: 1fr; }
}
