
/* ==========================================================
   TISIAS PATCH V168
   MOBILE CONTENT RECOVERY
   TARGET ONLY: /ican-finals2026test

   Desktop/tablet layout remains untouched.
   On phone-size screens V168 guarantees that the complete Finals
   content appears after the existing top Banner/Countdown area.
   ========================================================== */

#tisias-v168-mobile-content {
  display: none;
}

@media (max-width: 820px) {
  /*
    On mobile, use one deterministic fallback content stack.
    If the desktop dynamic builders happened to create these blocks,
    V168 hides those duplicate instances only on mobile.
  */
  .tisias-v168-mobile-old-dynamic {
    display: none !important;
  }

  #tisias-v168-mobile-content {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #edf2f3;
  }

  .tisias-v168-section {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 28px 14px;
    border: 0;
    border-radius: 0;
  }

  .tisias-v168-dark {
    color: #fff;
    background:
      radial-gradient(circle at 88% 8%, rgba(138,255,74,.09), transparent 25%),
      linear-gradient(145deg, #020c08, #061a12 58%, #082317);
    border-top: 1px solid rgba(152,255,79,.20);
  }

  .tisias-v168-light {
    color: #08111b;
    background:
      radial-gradient(circle at 88% 10%, rgba(239,200,93,.10), transparent 28%),
      linear-gradient(180deg, #fffdf8, #fff7e9);
    border-top: 1px solid #ead8ae;
  }

  .tisias-v168-head {
    margin-bottom: 18px;
  }

  .tisias-v168-kicker {
    margin: 0 0 6px;
    color: #aaff55;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .tisias-v168-light .tisias-v168-kicker {
    color: #c12828;
  }

  .tisias-v168-head h2 {
    margin: 0;
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.02;
    letter-spacing: -.025em;
  }

  .tisias-v168-head p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.58;
    color: #dce8e0;
  }

  .tisias-v168-light .tisias-v168-head p {
    color: #4a5560;
  }

  /* HERO */
  .tisias-v168-hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tisias-v168-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 0 13px;
    border: 1px solid rgba(150,255,79,.34);
    border-radius: 999px;
    color: #bcff6b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
  }

  .tisias-v168-live::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #36e975;
    box-shadow: 0 0 0 5px rgba(54,233,117,.11);
  }

  .tisias-v168-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 13vw, 68px);
    line-height: .97;
    letter-spacing: -.04em;
  }

  .tisias-v168-hero-copy {
    margin: 16px 0 18px;
    color: #dce9e1;
    font-size: 15px;
    line-height: 1.68;
  }

  .tisias-v168-hero img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 13px;
    box-shadow: 0 18px 42px rgba(0,0,0,.28);
  }

  .tisias-v168-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .tisias-v168-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(164,255,89,.35);
    border-radius: 10px;
    background: linear-gradient(135deg,#9fff54,#55e197);
    color: #06110b !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
  }

  .tisias-v168-btn--outline {
    background: rgba(255,255,255,.04);
    color: #fff6b3 !important;
    border-color: rgba(244,211,103,.38);
  }

  .tisias-v168-light .tisias-v168-btn--outline {
    color: #6d4a09 !important;
    background: #fff;
    border-color: #d9bc7e;
  }

  /* QUICK */
  .tisias-v168-quick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tisias-v168-quick-card {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px;
    background: rgba(255,255,255,.035);
  }

  .tisias-v168-quick-card b {
    display: block;
    color: #baff62;
    font-size: 11px;
    letter-spacing: .10em;
  }

  .tisias-v168-quick-card h3 {
    margin: 6px 0 4px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
  }

  .tisias-v168-quick-card p {
    margin: 0;
    color: #d9e6de;
    font-size: 14px;
    line-height: 1.52;
  }

  /* VIDEO */
  .tisias-v168-video-card {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: #020705;
  }

  .tisias-v168-poster {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
  }

  .tisias-v168-poster > img,
  .tisias-v168-poster > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
  }

  .tisias-v168-poster > iframe {
    display: none;
  }

  .tisias-v168-video-card.tisias-v168-playing .tisias-v168-poster > img,
  .tisias-v168-video-card.tisias-v168-playing .tisias-v168-play {
    display: none !important;
  }

  .tisias-v168-video-card.tisias-v168-playing .tisias-v168-poster > iframe {
    display: block !important;
  }

  .tisias-v168-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(221,24,39,.94);
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
  }

  .tisias-v168-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    transform: translateX(3px);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;
  }

  .tisias-v168-video-meta {
    padding: 12px 13px 14px;
  }

  .tisias-v168-video-meta b {
    display: block;
    color: #aaff56;
    font-size: 11px;
    letter-spacing: .11em;
  }

  .tisias-v168-video-meta h3 {
    margin: 5px 0 4px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
  }

  .tisias-v168-video-meta p {
    margin: 0;
    color: #d8e5dd;
    font-size: 14px;
    line-height: 1.52;
  }

  /* AWARDS */
  .tisias-v168-cover-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .tisias-v168-cover-grid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 11px;
  }

  .tisias-v168-award-copy {
    margin-top: 17px;
    color: #dbe8e0;
    font-size: 15px;
    line-height: 1.62;
  }

  /* CATALOGUE */
  .tisias-v168-catalogue-cover {
    display: block;
    width: min(100%, 520px);
    height: auto;
    margin: 0 auto 18px;
    border-radius: 12px;
    box-shadow: 0 15px 38px rgba(97,72,25,.14);
  }

  .tisias-v168-light h3 {
    margin: 0 0 8px;
    color: #a91d24;
    font-size: 27px;
    line-height: 1.12;
  }

  .tisias-v168-light p {
    font-size: 15px;
    line-height: 1.62;
  }

  /* DOWNLOADS */
  .tisias-v168-download-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tisias-v168-download-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px;
    background: rgba(255,255,255,.025);
  }

  .tisias-v168-download-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .tisias-v168-download-meta {
    padding: 11px 12px 13px;
  }

  .tisias-v168-download-meta b {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
  }

  .tisias-v168-download-meta a {
    color: #b7ff65 !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
  }
}
