
/* site-vars for lordfilmnow2025.ru */
:root {
  --accent: #79c142 !important;
  --color-accent: #79c142 !important;
  --accent-darker: #619a35;
}
.dt, [data-theme="dark"] {
  --accent: #79c142;
  --color-accent: #79c142;
}
/* Overrides для наиболее заметных мест */
.hero-slider-badge,
.hs-filter-btn.is-active,
.seasons-chip.is-active,
.episode-btn.is-active,
.player-shell__play { background: #79c142 !important; }
.hero-slider-header__icon { background: linear-gradient(135deg, #79c142, #619a35) !important; }
.header__logo-icon { background: linear-gradient(135deg, #79c142 0%, #619a35 100%) !important; }
.btn-primary, .comment-form__submit, .filter-tag.is-active { background: #79c142 !important; border-color: #79c142 !important; }
