
/* Support — auth theme */
.page-pad.kx-sup,
body.kx-on-sup,
body.kx-on-sup .shell,
body.kx-on-sup .shell-main {
  background: radial-gradient(120% 80% at 50% 0%, #FFF1D6 0%, #FFD9A3 100%) !important;
}
body.kx-on-sup .shell-main { padding-top: 0 !important; }
.kx-sup {
  padding: calc(12px + env(safe-area-inset-top)) 16px calc(28px + var(--nav-h, 64px)) !important;
  font-family: "Space Grotesk", Inter, sans-serif !important;
}
.kx-sup > *:not(.kx-su):not(.thread-page) { display: none !important; }

.kx-su { color: #14213D; }
.kx-su-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.kx-su-top .kh-logo { width: 40px; height: 40px; object-fit: contain; }
.kx-su-top b {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.kx-su-top span { display: block; color: #8A7A5E; font-size: 12px; }

.kx-su-hero {
  background: #14213D;
  color: #fff;
  border-radius: 20px;
  padding: 18px 16px 16px;
  margin-bottom: 16px;
}
.kx-su-kicker {
  color: #FF6B1A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kx-su-hero > b {
  display: block;
  margin: 8px 0 6px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.kx-su-hero p { color: #ffffffb8; font-size: 13px; margin: 0 0 14px; }
.kx-su-new, .kx-su-tg {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 12px;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
}
.kx-su-new {
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255,107,26,.28);
  margin-bottom: 8px;
}
.kx-su-tg { background: #fff; color: #14213D; }

.kx-su-list { display: flex; flex-direction: column; gap: 8px; }
.kx-su-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 14px;
  padding: 12px 14px;
  color: #14213D;
}
.kx-su-row b { display: block; font-size: 14px; }
.kx-su-row span { display: block; color: #8A7A5E; font-size: 11px; margin-top: 3px; }
.kx-su-row em {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FF6B1A;
}
.kx-su-empty {
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  color: #8A7A5E;
}

body.kx-on-sup .sheet { background: #FFF8EC !important; }
body.kx-on-sup .sheet-title { color: #14213D !important; }
body.kx-on-sup .sheet .bm-btn {
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
}
body.kx-on-sup .thread-page { background: #FFF1D6 !important; }
body.kx-on-sup .thread-head { background: #14213D !important; color: #fff !important; }
body.kx-on-sup .thread-send {
  background: #FF6B1A !important;
  color: #fff !important;
}

body.kx-on-sup .bottomnav {
  background: #FFF1D6 !important;
  border-top: 1px solid #E5D6B5 !important;
}
body.kx-on-sup .nav-pill { background: #14213D !important; }
body.kx-on-sup .nav-content.active,
body.kx-on-sup .nav-item:has(.active) .nav-content,
body.kx-on-sup .nav-content.active .nav-label { color: #FF6B1A !important; }

/* hide the React telegram-channel button on the support page (skin already removed its own) */
.page-pad .bm-btn-block.bm-btn-lg[href*="t.me"],
.page-pad a.bm-btn[href*="t.me"],
.page-pad button.bm-btn-lg a[href*="t.me"]{display:none !important}
.page-pad a.tg-group-card{display:none !important}
