#tcshr-home-rescue,
.tcshr-home {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 26px;
  background: #ffffff;
  color: #0f172a;
  border-radius: 0 0 22px 22px;
  box-sizing: border-box;
}

.tcshr-section {
  margin: 0 0 34px;
}
.tcshr-section:last-child { margin-bottom: 0; }
.tcshr-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 2px solid #172033;
  padding-bottom: 8px;
  margin-bottom: 16px;
  gap: 14px;
}
.tcshr-section-head span {
  order: 2;
  color: #b7791f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  white-space: nowrap;
}
.tcshr-section-head h2 {
  margin: 0 !important;
  color: #0b1220 !important;
  text-shadow: none !important;
  font-size: clamp(25px, 3vw, 36px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em;
}

.tcshr-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tcshr-card,
.tcshr-mini-card,
.tcshr-release-card {
  background: #ffffff;
  border: 1px solid #d9dee9;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .09);
  overflow: hidden;
}
.tcshr-card-media { display: block; text-decoration: none; }
.tcshr-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #ffc857 0%, #ef476f 55%, #3a86ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  overflow: hidden;
}
.tcshr-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  filter: none !important;
  opacity: 1 !important;
}
.tcshr-placeholder span {
  background: rgba(0,0,0,.24);
  padding: 8px 12px;
  border-radius: 999px;
}
.tcshr-card-body { padding: 14px 16px 16px; }
.tcshr-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 9px;
}
.tcshr-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  background: #fff3d6;
  color: #8a4b00;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
  font-weight: 900;
}
.tcshr-badge.marvel { background: #fee2e2; color: #991b1b; }
.tcshr-badge.dc { background: #dbeafe; color: #1d4ed8; }
.tcshr-card h3,
.tcshr-mini-card h3,
.tcshr-release-card h4 {
  margin: 0 0 8px !important;
  color: #07111f !important;
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
  word-break: normal;
  overflow-wrap: anywhere;
}
.tcshr-card h3 a,
.tcshr-release-card h4 a {
  color: inherit !important;
  text-decoration: none !important;
}
.tcshr-card p,
.tcshr-mini-card p,
.tcshr-release-card p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.48;
}
.tcshr-link {
  color: #0b1220 !important;
  font-weight: 900;
  text-decoration: none !important;
  font-size: 13px;
}

.tcshr-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tcshr-mini-card {
  padding: 16px;
  min-height: 132px;
  background: #fbfcff;
}
.tcshr-mini-card h3 { font-size: 16px !important; }
.tcshr-mini-card p {
  font-size: 12.5px;
  margin-bottom: 6px;
}
.tcshr-button {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  background: #07111f;
  color: #fff !important;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

.tcshr-release-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.tcshr-release-panel {
  border: 2px solid #d8e1ef;
  border-radius: 16px;
  padding: 14px;
  background: #f8fafc;
  min-width: 0;
}
.tcshr-release-panel.marvel { border-top-color: #e11d48; }
.tcshr-release-panel.dc { border-top-color: #2563eb; }
.tcshr-release-panel > h3 {
  margin: 0 0 12px !important;
  color: #0b1220 !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
}
.tcshr-release-list {
  display: grid;
  gap: 12px;
}
.tcshr-release-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  align-items: start;
  box-shadow: 0 8px 18px rgba(15,23,42,.07);
}
.tcshr-release-img .tcshr-thumb {
  aspect-ratio: 4/3;
  border-radius: 11px;
}
.tcshr-release-copy { min-width: 0; }
.tcshr-release-card h4 { font-size: 16px !important; }
.tcshr-release-card p {
  font-size: 12.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcshr-empty {
  background: rgba(15,23,42,.05);
  border-radius: 12px;
  padding: 14px;
}

/* Do not allow older Hub cards/sections to show inside the rescue wrapper. */
#tcshr-home-rescue .tcsh-premium-nav,
#tcshr-home-rescue .tcsh-homepage-shell { display: none !important; }

@media (max-width: 1024px) {
  #tcshr-home-rescue { padding: 18px; }
  .tcshr-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tcshr-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tcshr-release-panels { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #tcshr-home-rescue { padding: 14px; border-radius: 0; }
  .tcshr-news-grid, .tcshr-mini-grid { grid-template-columns: 1fr; }
  .tcshr-release-card { grid-template-columns: 94px minmax(0, 1fr); }
  .tcshr-section-head { align-items: start; flex-direction: column; }
  .tcshr-section-head span { order: 0; }
}

/* v1.1 hard legacy blocker: hide known old homepage wrappers that appear after rescue. */
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcsh-homepage-shell,
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcsh-home-section,
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcsh-premium-nav,
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcs-home-wrap,
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcsh-clean-home,
.tcshr-homepage-rescue-active #tcshr-home-rescue ~ .tcsh-pro-home,
.tcshr-homepage-rescue-active [data-tcshr-hidden-legacy="1"] {
  display: none !important;
}
