/* Kırıkkale FK — taraftar detay sayfası */
:root {
  --kf-red: #c8102e;
  --kf-red-dark: #9e0c24;
  --kf-navy: #0b1628;
  --kf-navy-mid: #152238;
  --kf-bg: #eef1f6;
  --kf-text: #111827;
  --kf-muted: #64748b;
  --kf-card: #ffffff;
  --kf-shadow: 0 2px 14px rgba(15, 23, 42, 0.08);
  --kf-radius: 18px;
}

body.kf-detay-page {
  background: var(--kf-bg);
}

body.kf-detay-page .footer,
body.kf-detay-page .bottom-nav {
  display: none !important;
}

body.kf-detay-page #main-content > .container {
  max-width: none;
  padding: 0;
}

@media (max-width: 1023px) {
  body.kf-detay-page .header {
    display: none !important;
  }

  body.kf-detay-page {
    overflow: hidden;
    background: var(--kf-navy);
  }

  body.kf-detay-page #main-content {
    padding: 0 !important;
    margin: 0;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .kf-shell {
    max-width: none;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    overflow: hidden;
  }
}

.kf-shell {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--kf-bg);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.kf-detay-page {
    background: linear-gradient(180deg, #dde3ec 0%, var(--kf-bg) 220px);
    overflow-x: hidden;
  }

  body.kf-detay-page #main-content {
    padding: 20px 16px 32px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100dvh - var(--header-h, 72px));
    box-sizing: border-box;
  }

  .kf-shell {
    width: 100%;
    max-width: 420px;
    height: min(92dvh, 820px);
    max-height: min(92dvh, 820px);
    min-height: 0;
    margin: 0 auto;
    flex: none;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(8, 18, 36, 0.28);
    border: 1px solid rgba(15, 23, 42, 0.08);
    animation: kfDeskIn 0.28s ease;
  }

  @keyframes kfDeskIn {
    from { transform: scale(0.97); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }

  .kf-shell:not(.is-home) .kf-hero,
  .kf-shell:not(.is-home) .kf-profile {
    display: none;
  }

  .kf-shell:not(.is-home) .kf-sheet {
    margin-top: 0;
    padding-top: 8px;
  }

  .kf-shell:not(.is-home) .kf-panel[hidden] {
    display: none !important;
  }

  .kf-shell:not(.is-home) .kf-panel:not([hidden]) {
    padding-top: 8px;
  }
}

/* Topbar */
.kf-topbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: max(12px, env(safe-area-inset-top)) 14px 12px;
  background: linear-gradient(180deg, var(--kf-navy) 0%, var(--kf-navy-mid) 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(11, 22, 40, 0.35);
  z-index: 20;
}

.kf-topbtn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}

.kf-topbtn:active { background: rgba(255, 255, 255, 0.22); }

.kf-toptitle {
  flex: 1;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Scroll */
.kf-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: 8px;
}

.kf-prod-scroll,
.kf-yonetim-scroll {
  max-width: 100%;
}

/* Hero */
.kf-hero {
  position: relative;
  min-height: 190px;
  background: linear-gradient(135deg, var(--kf-navy) 0%, #1a0508 55%, var(--kf-red-dark) 100%);
  overflow: hidden;
}

.kf-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.kf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 22, 40, 0.85) 0%, rgba(11, 22, 40, 0.2) 60%, transparent 100%);
}

.kf-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 190px;
  padding: 20px 16px 36px;
  text-align: center;
}

.kf-hero-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
  margin-bottom: 8px;
}

.kf-hero-slogan {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  max-width: 280px;
  line-height: 1.35;
}

/* Profile sheet */
.kf-sheet {
  margin-top: -28px;
  position: relative;
  z-index: 5;
  padding: 0 14px;
  max-width: 100%;
  overflow: hidden;
}

.kf-profile {
  background: var(--kf-card);
  border-radius: var(--kf-radius);
  padding: 18px 16px 14px;
  box-shadow: var(--kf-shadow);
  text-align: center;
}

.kf-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.kf-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--kf-text);
  line-height: 1.2;
}

.kf-verified {
  color: var(--kf-red);
  font-size: 0.9rem;
}

.kf-tagline {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--kf-red);
}

.kf-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 0.76rem;
  color: var(--kf-muted);
}

.kf-stars {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
  font-size: 0.78rem;
}

.kf-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.kf-meta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--kf-text);
}

.kf-meta-list i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f1f5f9;
  color: var(--kf-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
}

.kf-meta-list a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

/* Action grid 2x3 */
.kf-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 14px 0;
}

.kf-act {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 92px;
  padding: 12px 8px;
  border: none;
  border-radius: var(--kf-radius);
  background: var(--kf-card);
  box-shadow: var(--kf-shadow);
  color: var(--kf-text);
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.kf-act:active { transform: scale(0.98); }

.kf-act i {
  font-size: 1.25rem;
  color: var(--kf-navy);
}

.kf-act i.ico-red { color: var(--kf-red); }
.kf-act i.ico-wa { color: #25d366; }
.kf-act i.ico-blue { color: #2563eb; }

.kf-act strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
}

.kf-act span {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--kf-muted);
  line-height: 1.25;
}

/* CTA banner */
.kf-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: var(--kf-radius);
  background: linear-gradient(135deg, var(--kf-navy) 0%, var(--kf-red-dark) 100%);
  color: #fff;
  margin-bottom: 14px;
  box-shadow: var(--kf-shadow);
  border: none;
  width: 100%;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.kf-cta-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.7;
  font-size: 1.2rem;
}

.kf-cta-copy { flex: 1; min-width: 0; }

.kf-cta-copy strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 2px;
}

.kf-cta-copy span {
  display: block;
  font-size: 0.65rem;
  opacity: 0.85;
  line-height: 1.35;
}

.kf-cta-go {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--kf-red);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

/* Products */
.kf-products {
  margin-bottom: 14px;
}

.kf-sec-title {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--kf-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.kf-sec-title a {
  font-size: 0.68rem;
  color: var(--kf-red);
  text-decoration: none;
  font-weight: 700;
}

.kf-sec-link {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 0.68rem;
  color: var(--kf-red);
  font-weight: 700;
  cursor: pointer;
}

/* Standings card */
.kf-stand-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border: none;
  border-radius: var(--kf-radius);
  background: #fff;
  box-shadow: var(--kf-shadow);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.kf-stand-rank {
  flex-shrink: 0;
  width: 56px;
  text-align: center;
}

.kf-stand-rank span {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: var(--kf-red);
}

.kf-stand-rank small {
  display: block;
  margin-top: 4px;
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--kf-muted);
}

.kf-stand-copy {
  flex: 1;
  min-width: 0;
}

.kf-stand-copy strong {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 4px;
  color: var(--kf-text);
}

.kf-stand-copy span {
  display: block;
  font-size: 0.65rem;
  color: var(--kf-muted);
  line-height: 1.35;
}

.kf-stand-go {
  color: var(--kf-red);
  font-size: 0.9rem;
}

.kf-stand-hero {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: var(--kf-radius);
  background: linear-gradient(135deg, var(--kf-navy) 0%, var(--kf-red-dark) 100%);
  color: #fff;
}

.kf-stand-hero-rank {
  flex-shrink: 0;
  width: 72px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.kf-stand-hero-rank span {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0.85;
  margin-top: 4px;
}

.kf-stand-hero-meta strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 4px;
}

.kf-stand-hero-meta span {
  display: block;
  font-size: 0.68rem;
  opacity: 0.9;
  line-height: 1.35;
}

/* Yönetim */
.kf-yonetim-home {
  margin-bottom: 14px;
}

.kf-yonetim-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.kf-yonetim-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.kf-yonetim-card {
  flex: 0 0 108px;
  scroll-snap-align: start;
  background: var(--kf-card);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--kf-shadow);
  text-align: center;
}

.kf-yonetim-card img {
  width: 88px;
  height: 104px;
  border-radius: 12px;
  object-fit: contain;
  object-position: center center;
  background: #f1f5f9;
  margin: 0 auto 8px;
  display: block;
}

.kf-yonetim-card img.kf-yonetim-img--logo {
  padding: 14px;
  background: #fff;
  box-sizing: border-box;
}

.kf-yonetim-ph {
  width: 88px;
  height: 104px;
  border-radius: 12px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--kf-navy), var(--kf-red-dark));
}

.kf-yonetim-ph--lg {
  width: 100%;
  height: 168px;
  font-size: 2rem;
}

.kf-yonetim-card strong {
  display: block;
  font-size: 0.68rem;
  line-height: 1.25;
  margin-bottom: 4px;
  color: var(--kf-text);
}

.kf-yonetim-card span {
  display: block;
  font-size: 0.58rem;
  color: var(--kf-muted);
  line-height: 1.3;
}

.kf-yonetim-card--full {
  flex: none;
}

.kf-yonetim-card--full img {
  width: 100%;
  height: 168px;
  object-fit: contain;
  object-position: center center;
}

.kf-yonetim-card--full img.kf-yonetim-img--logo {
  padding: 20px;
  background: #fff;
}

.kf-yonetim-card--full .kf-yonetim-ph--lg {
  width: 100%;
}

.kf-prod-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.kf-prod-card {
  flex: 0 0 140px;
  scroll-snap-align: start;
  background: var(--kf-card);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--kf-shadow);
  text-decoration: none;
  color: inherit;
}

.kf-prod-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  background: #f1f5f9;
  margin-bottom: 8px;
}

.kf-prod-ph {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kf-red);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.kf-prod-card strong {
  display: block;
  font-size: 0.68rem;
  line-height: 1.3;
  margin-bottom: 4px;
}

.kf-prod-card em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--kf-red);
}

/* Live score */
.kf-live {
  background: linear-gradient(135deg, var(--kf-navy) 0%, #1a3050 100%);
  border-radius: var(--kf-radius);
  padding: 14px;
  margin-bottom: 14px;
  color: #fff;
}

.kf-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 800;
}

.kf-live-head a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.65rem;
}

.kf-live-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.kf-live-score {
  font-size: 1.3rem;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.kf-live-team {
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.3;
  word-break: break-word;
}

.kf-live-meta {
  margin: 8px 0 0;
  text-align: center;
  font-size: 0.65rem;
  opacity: 0.8;
}

/* Map */
.kf-map-card {
  background: var(--kf-card);
  border-radius: var(--kf-radius);
  padding: 14px;
  box-shadow: var(--kf-shadow);
  margin-bottom: 14px;
}

.kf-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.kf-map-head h3 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.kf-map-head h3 i { color: var(--kf-red); }

.kf-map-head a {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--kf-red);
  text-decoration: none;
}

.kf-map-embed {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8ecf2;
}

.kf-map-embed iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
  max-width: 100%;
}

/* Panels */
.kf-panel {
  padding: 4px 14px 16px;
}

.kf-panel[hidden] { display: none !important; }

.kf-panel-title {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--kf-text);
}

.kf-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e8ecf2;
  background: #fff;
}

.kf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.68rem;
}

.kf-table th,
.kf-table td {
  padding: 8px 6px;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}

.kf-table th {
  background: #fafbfc;
  color: var(--kf-muted);
  font-weight: 800;
}

.kf-table td:nth-child(2) {
  text-align: left;
  font-weight: 700;
  min-width: 120px;
}

.kf-table tr.is-us {
  background: #fff5f5;
}

.kf-table tr.is-us td { color: var(--kf-red); }

.kf-mac-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kf-mac-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef0f3;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.kf-mac-item time {
  grid-column: 1 / -1;
  font-size: 0.62rem;
  color: var(--kf-muted);
  font-weight: 600;
  text-align: left;
}

.kf-mac-score {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--kf-red);
}

.kf-duyuru {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eef0f3;
  margin-bottom: 10px;
}

.kf-duyuru strong { display: block; margin-bottom: 6px; font-size: 0.84rem; }
.kf-duyuru p { margin: 0 0 6px; font-size: 0.78rem; color: #4b5563; line-height: 1.45; }
.kf-duyuru time { font-size: 0.65rem; color: var(--kf-muted); }

.kf-muted {
  font-size: 0.78rem;
  color: var(--kf-muted);
  line-height: 1.45;
}

.kf-muted a { color: var(--kf-red); }

.kf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--kf-red), var(--kf-red-dark));
  color: #fff;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}

.kf-field {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  margin: 10px 0 4px;
}

.kf-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.84rem;
}

.kf-alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.kf-alert-ok { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.kf-alert-err { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

.kf-stars-pick {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 10px 0;
}

.kf-star-btn {
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #d1d5db;
  cursor: pointer;
  padding: 4px;
}

.kf-star-btn.is-on { color: #f59e0b; }

.kf-yorum-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kf-yorum-item {
  padding: 12px 0;
  border-bottom: 1px solid #eef0f3;
  font-size: 0.78rem;
}

.kf-yorum-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.kf-basari-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kf-basari-list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef0f3;
  font-size: 0.8rem;
  font-weight: 600;
}

.kf-basari-yil {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--kf-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

/* Bottom nav */
.kf-nav {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 2px;
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom, 0));
  background: #fff;
  border-top: 1px solid #e8ecf2;
  box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
}

.kf-nav-btn {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 2px;
  border: none;
  background: none;
  color: var(--kf-muted);
  font-family: inherit;
  font-size: 0.52rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.kf-nav-btn i { font-size: 1.05rem; }

.kf-nav-btn.is-active { color: var(--kf-navy); }
.kf-nav-btn.is-active i { color: var(--kf-red); }

.kf-badge {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(14px);
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--kf-red);
  color: #fff;
  font-size: 0.48rem;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  font-style: normal;
}

.kf-badge--blue { background: #2563eb; }

/* Kadro */
.kf-kadro-grup {
  margin-bottom: 14px;
}

.kf-kadro-poz {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--kf-red);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kf-kadro-poz span {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--kf-muted);
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 999px;
}

.kf-kadro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  border: 1px solid #eef0f3;
  background: #fff;
  overflow: hidden;
}

.kf-kadro-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.78rem;
}

.kf-kadro-item:last-child {
  border-bottom: none;
}

.kf-kadro-photo {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  background: #f1f5f9;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.kf-kadro-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kf-kadro-stat {
  font-size: 0.62rem;
  color: var(--kf-muted);
  font-weight: 600;
}

.kf-kadro-ad {
  font-weight: 700;
  color: var(--kf-text);
  text-decoration: none;
}

a.kf-kadro-ad:hover {
  color: var(--kf-red);
}

.kf-kadro-badge {
  flex-shrink: 0;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--kf-navy), var(--kf-navy-mid));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kf-kadro-no {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--kf-navy), var(--kf-navy-mid));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kf-magaza-item {
  padding: 12px;
}

.kf-magaza-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  background: #f1f5f9;
}

.kf-magaza-thumb--ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kf-red);
  font-size: 1.4rem;
}
