
/* TISIAS PATCH V136
   TARGET: /ican-finals2026 only
   Scope: restyle ONLY the V135 moved Official Finals Information Pack hero card.
*/

#tisias-v135-finals-hero-card {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(137,255,77,.25) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(129,255,73,.13), transparent 30%),
    radial-gradient(circle at 9% 86%, rgba(255,205,67,.07), transparent 26%),
    linear-gradient(145deg, #03110c 0%, #061b13 52%, #081f16 100%) !important;
  color: #f7fff9 !important;
  box-shadow: 0 17px 42px rgba(0,0,0,.22) !important;
}

/* Remove any inherited pale/white card backgrounds from descendants,
   while leaving the actual image area untouched. */
#tisias-v135-finals-hero-card > div,
#tisias-v135-finals-hero-card > section,
#tisias-v135-finals-hero-card > article {
  background-color: transparent !important;
}

/* Main copy */
#tisias-v135-finals-hero-card h1,
#tisias-v135-finals-hero-card h2,
#tisias-v135-finals-hero-card h3,
#tisias-v135-finals-hero-card h4,
#tisias-v135-finals-hero-card h5,
#tisias-v135-finals-hero-card strong,
#tisias-v135-finals-hero-card b {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.32) !important;
}

#tisias-v135-finals-hero-card p {
  color: #e6f2e9 !important;
  -webkit-text-fill-color: #e6f2e9 !important;
}

/* The bright "THE FINALS" emphasis */
#tisias-v135-finals-hero-card [class*="title"] strong,
#tisias-v135-finals-hero-card [class*="title"] b,
#tisias-v135-finals-hero-card [class*="headline"] strong,
#tisias-v135-finals-hero-card [class*="headline"] b {
  color: #a6ff52 !important;
  -webkit-text-fill-color: #a6ff52 !important;
}

/* Official information badge / kicker */
#tisias-v135-finals-hero-card .tisias-v136-kicker,
#tisias-v135-finals-hero-card [class*="eyebrow"],
#tisias-v135-finals-hero-card [class*="kicker"] {
  color: #c8ff66 !important;
  -webkit-text-fill-color: #c8ff66 !important;
}

/* Pills / small facts */
#tisias-v135-finals-hero-card .tisias-v136-fact,
#tisias-v135-finals-hero-card [class*="pill"],
#tisias-v135-finals-hero-card [class*="chip"],
#tisias-v135-finals-hero-card [class*="fact"] {
  border-color: rgba(163,255,78,.27) !important;
  background: rgba(8,38,27,.72) !important;
  color: #ffe488 !important;
  -webkit-text-fill-color: #ffe488 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

/* Generic text that inherited dark colors */
#tisias-v135-finals-hero-card span,
#tisias-v135-finals-hero-card small {
  color: inherit;
}

/* Buttons: clearly distinguish primary/secondary actions */
#tisias-v135-finals-hero-card .tisias-v136-view-pdf {
  border: 1px solid rgba(190,255,117,.55) !important;
  background: linear-gradient(135deg, #a8ff54 0%, #55e296 100%) !important;
  color: #04110a !important;
  -webkit-text-fill-color: #04110a !important;
  box-shadow: 0 8px 22px rgba(76,224,137,.18) !important;
  text-shadow: none !important;
}

#tisias-v135-finals-hero-card .tisias-v136-download-pdf {
  border: 1px solid rgba(244,206,88,.46) !important;
  background: rgba(11,33,24,.84) !important;
  color: #ffe47d !important;
  -webkit-text-fill-color: #ffe47d !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025) !important;
  text-shadow: none !important;
}

#tisias-v135-finals-hero-card .tisias-v136-view-pdf:hover,
#tisias-v135-finals-hero-card .tisias-v136-view-pdf:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#tisias-v135-finals-hero-card .tisias-v136-download-pdf:hover,
#tisias-v135-finals-hero-card .tisias-v136-download-pdf:focus-visible {
  border-color: rgba(255,229,131,.78) !important;
  background: rgba(20,55,40,.94) !important;
  transform: translateY(-1px);
}

/* Preserve the combined poster exactly as-is. */
#tisias-v135-finals-hero-card img {
  filter: none !important;
  opacity: 1 !important;
}

/* Add a subtle dark green frame around the image side if the original
   card structure provides a media wrapper. */
#tisias-v135-finals-hero-card [class*="media"],
#tisias-v135-finals-hero-card [class*="preview"],
#tisias-v135-finals-hero-card [class*="image"] {
  border-color: rgba(154,255,89,.12) !important;
}

/* Mobile keeps the same high-contrast palette. */
@media (max-width: 650px) {
  #tisias-v135-finals-hero-card {
    border-radius: 13px !important;
  }
}
