/* KSC BOOKGATE VISUAL SYNC V1 */
/* Scope: /tr/kitap/ only */
/* Unified yellow: #FFD300 */

:root {
  --ksc-yellow: #FFD300 !important;
  --ksc-gold: #FFD300 !important;
  --ksc-accent: #FFD300 !important;
}

html body.ksc-bookgate-visual-sync-v1 {
  --ksc-yellow: #FFD300 !important;
  --ksc-gold: #FFD300 !important;
  --ksc-accent: #FFD300 !important;
  --yellow: #FFD300 !important;
  --gold: #FFD300 !important;
  --accent: #FFD300 !important;
  accent-color: #FFD300 !important;
}

/* Page rhythm */
html body.ksc-bookgate-visual-sync-v1 main > section {
  margin-bottom: 0 !important;
}

html body.ksc-bookgate-visual-sync-v1 main > section + section {
  margin-top: 26px !important;
}

/* Compact first hero */
html body.ksc-bookgate-visual-sync-v1 main > section:first-child {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Yellow normalization */
html body.ksc-bookgate-visual-sync-v1 [class*="kicker"],
html body.ksc-bookgate-visual-sync-v1 [class*="eyebrow"],
html body.ksc-bookgate-visual-sync-v1 [class*="badge"],
html body.ksc-bookgate-visual-sync-v1 [class*="pill"],
html body.ksc-bookgate-visual-sync-v1 [class*="yellow"],
html body.ksc-bookgate-visual-sync-v1 [class*="gold"],
html body.ksc-bookgate-visual-sync-v1 [class*="accent"] {
  color: #FFD300 !important;
  border-color: rgba(255, 211, 0, .52) !important;
}

html body.ksc-bookgate-visual-sync-v1 .btn-primary,
html body.ksc-bookgate-visual-sync-v1 .primary,
html body.ksc-bookgate-visual-sync-v1 button.primary,
html body.ksc-bookgate-visual-sync-v1 a.primary,
html body.ksc-bookgate-visual-sync-v1 [class*="btn-primary"] {
  background-color: #FFD300 !important;
  border-color: #FFD300 !important;
  color: #050505 !important;
}

/* Cards */
html body.ksc-bookgate-visual-sync-v1 article,
html body.ksc-bookgate-visual-sync-v1 .card,
html body.ksc-bookgate-visual-sync-v1 [class*="card"],
html body.ksc-bookgate-visual-sync-v1 [class*="chapter"],
html body.ksc-bookgate-visual-sync-v1 [class*="durak"] {
  border-color: rgba(255, 211, 0, .26) !important;
}

html body.ksc-bookgate-visual-sync-v1 article:hover,
html body.ksc-bookgate-visual-sync-v1 .card:hover,
html body.ksc-bookgate-visual-sync-v1 [class*="card"]:hover {
  border-color: rgba(255, 211, 0, .55) !important;
}

/* Links */
html body.ksc-bookgate-visual-sync-v1 a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

html body.ksc-bookgate-visual-sync-v1 a[href*="/tr/durak/"] {
  border-color: rgba(255, 211, 0, .25) !important;
}

html body.ksc-bookgate-visual-sync-v1 a[href*="/tr/durak/"]:hover {
  border-color: rgba(255, 211, 0, .60) !important;
}

/* Locked/open chips stay readable */
html body.ksc-bookgate-visual-sync-v1 [class*="lock"],
html body.ksc-bookgate-visual-sync-v1 [class*="locked"],
html body.ksc-bookgate-visual-sync-v1 [class*="open"],
html body.ksc-bookgate-visual-sync-v1 [class*="status"] {
  border-color: rgba(255, 211, 0, .36) !important;
}

/* Mobile spacing */
@media (max-width: 640px) {
  html body.ksc-bookgate-visual-sync-v1 main > section + section {
    margin-top: 20px !important;
  }
}