/* KISURE FE906 — square native profile media + visible auth retry countdown.
 * Native player/coach media remains untouched. The browser only clips the
 * original image inside a square rounded card with object-fit: cover.
 */

/* FE906 owns the compact player + coach media geometry after FE905. */
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
  grid-template-columns:92px minmax(220px,.82fr) minmax(420px,1.55fr) !important;
  min-height:124px !important;
  padding:12px 22px !important;
  align-items:center !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-profile-media-card="1"] {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:center !important;
  width:80px !important;
  height:80px !important;
  min-width:80px !important;
  max-width:80px !important;
  min-height:80px !important;
  max-height:80px !important;
  aspect-ratio:1 / 1 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#ffffff !important;
  background-image:none !important;
  border:1px solid rgba(7,69,73,.16) !important;
  border-radius:16px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.05) !important;
}
html[data-theme="dark"][data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-profile-media-card="1"] {
  background:#f7fbfb !important;
  border-color:rgba(255,255,255,.24) !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-profile-media-card="1"] > img.ks-player-face-img--hero {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center 12% !important;
  aspect-ratio:1 / 1 !important;
  transform:none !important;
  filter:none !important;
  image-rendering:auto !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

/* Coach hero: current team appears once, as the linked club chip below facts.
 * The facts row therefore contains only nationality, career teams and honours. */
html[data-kisure-design="865"] body .football-coach-hero .football-coach-hero__quick {
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
html[data-kisure-design="865"] body .football-coach-hero .football-player-team-link img {
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  max-width:28px !important;
  object-fit:contain !important;
  border-radius:50% !important;
  background:#fff !important;
  padding:2px !important;
}

/* Visible countdown used by branded login warnings and the 429 fallback page. */
.kisure-auth-retry-countdown {
  display:flex;
  align-items:baseline;
  gap:6px;
  margin-top:8px;
  font-weight:800;
}
.kisure-auth-retry-countdown strong {
  display:inline-grid;
  min-width:2.4ch;
  font-variant-numeric:tabular-nums;
  color:#087c78;
}
html[data-theme="dark"] .kisure-auth-retry-countdown strong { color:#8be9e6; }
.kisure-auth-retry-countdown.is-ready strong { color:#0b9ca0; }

@media (max-width:1080px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:80px minmax(0,1fr) !important;
    min-height:112px !important;
    padding:10px 16px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-profile-media-card="1"] {
    width:70px !important;
    height:70px !important;
    min-width:70px !important;
    max-width:70px !important;
    min-height:70px !important;
    max-height:70px !important;
    border-radius:14px !important;
  }
}
@media (max-width:760px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:68px minmax(0,1fr) !important;
    min-height:100px !important;
    padding:9px 12px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-profile-media-card="1"] {
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    max-width:60px !important;
    min-height:60px !important;
    max-height:60px !important;
    border-radius:12px !important;
  }
  html[data-kisure-design="865"] body .football-coach-hero .football-coach-hero__quick {
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
