/* KISURE FE905 — friendly auth throttling + player portrait media card.
 * The player image remains native/original media: no trim, segmentation, canvas
 * cleanup, transform zoom, sharpening or destructive image processing.
 */

/* Player portrait card: 30% smaller than the FE904 128x148 presentation. */
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
  grid-template-columns:112px minmax(220px,.82fr) minmax(420px,1.55fr) !important;
  min-height:138px !important;
  padding:14px 22px !important;
  align-items:center !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] {
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  align-self:center !important;
  width:100px !important;
  height:114px !important;
  min-width:100px !important;
  max-width:100px !important;
  min-height:114px !important;
  max-height:114px !important;
  margin:0 !important;
  padding:5px 5px 0 !important;
  overflow:hidden !important;
  background:#ffffff !important;
  background-image:none !important;
  border:1px solid rgba(7,69,73,.14) !important;
  border-radius:18px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.04) !important;
}
html[data-theme="dark"][data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] {
  background:#f7fbfb !important;
  border-color:rgba(255,255,255,.22) !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] > img.ks-player-face-img--hero {
  display:block !important;
  width:90px !important;
  height:104px !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:90px !important;
  max-height:104px !important;
  margin:0 auto !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  aspect-ratio:auto !important;
  transform:none !important;
  filter:none !important;
  image-rendering:auto !important;
  background:transparent !important;
  border:0 !important;
  border-radius:13px 13px 0 0 !important;
  outline:0 !important;
  box-shadow:none !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__content,
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .ks-compact-profile-hero__facts {
  align-self:center !important;
  margin-bottom:0 !important;
}

/* Throttle warnings stay on the branded forms instead of the generic 429 page. */
.auth-form__alert--warning,
.ks-member-auth__alert.is-warning {
  border:1px solid #d9aa3a !important;
  background:#fff7df !important;
  color:#6d4a00 !important;
}
html[data-theme="dark"] .auth-form__alert--warning,
html[data-theme="dark"] .ks-member-auth__alert.is-warning {
  border-color:#8f6b24 !important;
  background:#2b2415 !important;
  color:#ffe4a1 !important;
}

@media (max-width:1080px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:96px minmax(0,1fr) !important;
    min-height:126px !important;
    padding:12px 16px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] {
    width:88px !important; height:104px !important; min-width:88px !important; max-width:88px !important; min-height:104px !important; max-height:104px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] > img.ks-player-face-img--hero {
    width:78px !important; height:92px !important; max-width:78px !important; max-height:92px !important;
  }
}
@media (max-width:760px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:82px minmax(0,1fr) !important;
    min-height:112px !important;
    padding:10px 12px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] {
    width:74px !important; height:90px !important; min-width:74px !important; max-width:74px !important; min-height:90px !important; max-height:90px !important; border-radius:15px !important; padding:4px 4px 0 !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media[data-kisure-player-media-card="1"] > img.ks-player-face-img--hero {
    width:66px !important; height:80px !important; max-width:66px !important; max-height:80px !important; border-radius:11px 11px 0 0 !important;
  }
}
