/* kinogo-online.sbs — sky blue + coral online theme */

:root {
  --accent: #38bdf8;
  --accent-darker: #0284c7;
  --accent-2: #fb7185;
  --accent-hover: #7dd3fc;
  --kg-accent: #38bdf8;
  --kg-accent-soft: rgba(56, 189, 248, 0.12);
  --kg-hd: rgba(56, 189, 248, 1);
  --kg-hd-45: rgba(56, 189, 248, 0.45);
  --kg-hd-35: rgba(56, 189, 248, 0.35);
  --kg-hd-28: rgba(56, 189, 248, 0.28);
  --kg-hd-22: rgba(56, 189, 248, 0.22);
  --kg-hd-18: rgba(56, 189, 248, 0.18);
  --kg-hd-14: rgba(56, 189, 248, 0.14);
  --kg-hd-12: rgba(56, 189, 248, 0.12);
  --kg-hd-08: rgba(56, 189, 248, 0.08);
  --kg-hd-06: rgba(56, 189, 248, 0.06);
  --kg-hd-05: rgba(56, 189, 248, 0.05);
  --gradient-accent: linear-gradient(135deg, #38bdf8 0%, #fb7185 100%);
  --gradient-accent-hover: linear-gradient(135deg, #7dd3fc 0%, #fda4af 100%);
  --kg-gold-glow: 0 0 18px rgba(56, 189, 248, 0.28);
  --kg-kp: #ff9900;
  --kg-imdb: #f5c518;
}

::selection {
  background: var(--accent) !important;
  color: #0c1222 !important;
}

.wrapper::after {
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(56, 189, 248, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(251, 113, 133, 0.08) 0%, transparent 50%) !important;
}

.logo__accent { color: #38bdf8 !important; }
.logo__domain { color: #fb7185 !important; }

.kg-header .header__logo.logo,
.kg-header a.header__logo {
  background: url(../images/logo.svg) 0 50% / 38px 38px no-repeat !important;
  padding-left: 46px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.kg-header,
.kg-nav {
  border-color: var(--kg-hd-14) !important;
}

.kg-header .header__search button {
  color: var(--accent) !important;
}

.kg-nav a:hover,
.kg-nav a.is-active {
  background: var(--kg-hd-12) !important;
  border-color: var(--kg-hd-35) !important;
  color: var(--accent) !important;
}

.kg-nav a:hover,
.kg-sidebar a:hover,
.kg-bottom-nav a:hover,
.kg-bottom-nav button:hover {
  color: var(--accent) !important;
}

.kg-header .header__btn:hover,
.kg-watch-bar .btn,
.btn--primary {
  background: var(--gradient-accent) !important;
  border-color: transparent !important;
  color: #0c1222 !important;
}

.kg-header .header__btn:hover {
  filter: brightness(1.08);
}

.sect__title,
.kg-sidebar__title,
.site-desc h1 {
  color: #e2e8f0 !important;
}

.site-desc a,
.category-seo__text a {
  color: var(--accent) !important;
  text-decoration-color: var(--kg-hd-35) !important;
}

.site-desc a:hover,
.category-seo__text a:hover {
  color: var(--accent-hover) !important;
}

.kg-carou .owl-dot.active span,
.kg-carou .owl-dot:hover span {
  background: var(--accent) !important;
}

.kon-body .kg-footer {
  border-top-color: var(--kg-hd-14) !important;
}