/* only repetitors v2 page */
:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .wrapper-course {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  transition: none !important;
  width: 100%;
}

:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) #page-header {
  display: none;
}
@media (min-width: 768px) {
  :is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .wrapper-course {
    max-width: 1280px;
    align-content: center;
  }
}
/* ===============================================
   RESET & BASE STYLES
   =============================================== */
.ou-repetitors-v2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ou-repetitors-v2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background: #f9fafb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ou-repetitors-v2 button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.ou-repetitors-v2 a {
  color: inherit;
  text-decoration: none;
}

/* ===============================================
   CONTAINER & LAYOUT
   =============================================== */
.ou-repetitors-v2 .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.ou-repetitors-v2 .page-wrapper {
  min-height: 100vh;
  padding: 24px 0;
}

/* ===============================================
   HEADER
   =============================================== */
.ou-repetitors-v2 .page-header {
  margin-bottom: 32px;
}

.ou-repetitors-v2 .header-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.ou-repetitors-v2 .page-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
}

.ou-repetitors-v2 .results-info {
  font-size: 14px;
  color: #6b7280;
}

.ou-repetitors-v2 .header-controls {
  display: none;
}

/* View Toggle */
.ou-repetitors-v2 .view-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f3f4f6;
  padding: 4px;
  border-radius: 8px;
}

.ou-repetitors-v2 .view-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  transition: all 150ms;
}

.ou-repetitors-v2 .view-btn:hover {
  color: #374151;
  background: rgba(0, 0, 0, 0.05);
}

.ou-repetitors-v2 .view-btn.active {
  color: #030213;
  background: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ou-repetitors-v2 .view-btn svg {
  width: 16px;
  height: 16px;
}

.ou-repetitors-v2 .view-btn span {
  display: none;
}

/* ===============================================
   MAIN CONTENT LAYOUT
   =============================================== */
.ou-repetitors-v2 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===============================================
   MOBILE FILTERS TRIGGER
   =============================================== */
.ou-repetitors-v2 .mobile-filters-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 8px 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: background 200ms;
}

.ou-repetitors-v2 .mobile-filters-trigger:hover {
  background: #f9fafb;
}

.ou-repetitors-v2 .mobile-filters-trigger svg {
  width: 20px;
  height: 20px;
}

.ou-repetitors-v2 .filters-badge {
  margin-left: auto;
  padding: 2px 8px;
  background: #030213;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 9999px;
}

.ou-repetitors-v2 .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

/* ===============================================
   FILTERS SIDEBAR (DESKTOP)
   =============================================== */
.ou-repetitors-v2 .filters-sidebar {
  display: none;
  width: 320px;
  flex-shrink: 0;
}

.ou-repetitors-v2 .filters-sticky {
  position: sticky;
  top: 80px;
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ou-repetitors-v2 .filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 20px;
}

.ou-repetitors-v2 .filters-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.ou-repetitors-v2 .filters-reset {
  font-size: 14px;
  font-weight: 500;
  color: #030213;
  transition: opacity 200ms;
}

.ou-repetitors-v2 .filters-reset:hover {
  opacity: 0.8;
}

.ou-repetitors-v2 .filter-group {
  margin-bottom: 20px;
}

.ou-repetitors-v2 .filter-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 10px;
}

.ou-repetitors-v2 .filter-select {
  width: 100%;
  padding: 8px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  transition: all 200ms;
}

.ou-repetitors-v2 .filter-select:focus {
  outline: none;
  border-color: #030213;
  box-shadow: 0 0 0 3px rgba(3, 2, 19, 0.1);
}

.ou-repetitors-v2 .language-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ou-repetitors-v2 .language-chips--with-reset {
  flex-wrap: nowrap;
  align-items: center;
}

.ou-repetitors-v2 .language-chip {
  padding: 8px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  color: #111827;
  cursor: pointer;
  transition: all 200ms;
}

.ou-repetitors-v2 .language-chip:hover {
  border-color: rgba(3, 2, 19, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ou-repetitors-v2 .language-chip.active {
  background-color: #030213;
  border-color: #030213;
  color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Price Inputs */
.ou-repetitors-v2 .price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.ou-repetitors-v2 .mobile-sheet .price-inputs {
  display: none;
}

.ou-repetitors-v2 .price-input {
  flex: 1;
  padding: 8px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  transition: all 200ms;
}

.ou-repetitors-v2 .price-input:focus {
  outline: none;
  border-color: #030213;
  box-shadow: 0 0 0 3px rgba(3, 2, 19, 0.1);
}

.ou-repetitors-v2 .price-separator {
  color: #9ca3af;
}

/* Dual Range Slider */
.ou-repetitors-v2 .price-slider-wrapper {
  position: relative;
  height: 24px;
  display: block;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .mobile-sheet .price-slider-wrapper {
  padding-top: 22px;
  height: 46px;
}

.ou-repetitors-v2 .mobile-sheet .price-slider-values {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  pointer-events: none;
}

.ou-repetitors-v2 .slider-track-bg,
.ou-repetitors-v2 .slider-range-fill {
  top: 50%;
  transform: translateY(-50%);
}

.ou-repetitors-v2 .slider-track-bg {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.ou-repetitors-v2 .slider-range-fill {
  height: 6px;
  background: #030213;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.ou-repetitors-v2 .price-slider {
  width: 100%;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.ou-repetitors-v2 .price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 2px solid #030213;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  margin-top: -5px;
}

.ou-repetitors-v2 .price-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 2px solid #030213;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}

.ou-repetitors-v2 .price-slider::-webkit-slider-runnable-track {
  background: transparent;
  border: none;
  height: 6px;
}

.ou-repetitors-v2 .price-slider::-moz-range-track {
  background: transparent;
  border: none;
  height: 6px;
}

.ou-repetitors-v2 .price-slider:focus {
  outline: none;
}

/* Tags/Subjects Filter */
.ou-repetitors-v2 .subjects-filter {
  max-height: 192px;
  overflow-y: auto;
  padding-right: 4px;
}

.ou-repetitors-v2 .subjects-filter::-webkit-scrollbar {
  width: 6px;
}

.ou-repetitors-v2 .subjects-filter::-webkit-scrollbar-track {
  background: transparent;
}

.ou-repetitors-v2 .subjects-filter::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}

.ou-repetitors-v2 .subjects-filter::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.ou-repetitors-v2 .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 16px 0;
}

.ou-repetitors-v2 .active-filters.hidden {
  display: none;
}

@media (min-width: 1024px) {
:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index) .ou-repetitors-v2 #activeFilters {
    max-height: 160px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 220ms ease, opacity 180ms ease, margin 220ms ease;
    will-change: max-height, opacity, margin;
  }

:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index) .ou-repetitors-v2 #activeFilters.hidden {
    display: flex !important;
    max-height: 0;
    opacity: 0;
    margin: 0;
    pointer-events: none;
  }
}

.ou-repetitors-v2 .active-filters-label {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.ou-repetitors-v2 .active-filters-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ou-repetitors-v2 .filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  background-color: #f3f4f6;
  color: #111827;
  border-radius: 9999px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 200ms, color 200ms;
}

.ou-repetitors-v2 .filter-tag:hover {
  background-color: rgba(212, 24, 61, 0.1);
}

.ou-repetitors-v2 .filter-tag svg {
  width: 12px;
  height: 12px;
}

.ou-repetitors-v2 .clear-all-btn {
  padding: 6px 10px;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #6b7280;
  cursor: pointer;
  border-radius: 9999px;
  transition: color 200ms;
}

.ou-repetitors-v2 .clear-all-btn:hover {
  color: #dc2626;
}

.ou-repetitors-v2 .filter-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 200ms;
  cursor: pointer;
  margin-bottom: 6px;
}

.ou-repetitors-v2 .filter-checkbox-item.is-disabled {
  cursor: not-allowed;
}

.ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox-label,
.ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox-count {
  color: #9ca3af;
}

.ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox {
  cursor: not-allowed;
  background: #f3f4f6;
  border-color: #e5e7eb;
}

.ou-repetitors-v2 .filter-checkbox-item:hover {
  background: #f9fafb;
}

.ou-repetitors-v2 .filter-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #030213;
}

.ou-repetitors-v2 .filter-checkbox-label {
  flex: 1;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: color 200ms;
}

.ou-repetitors-v2 .filter-checkbox-item:hover .filter-checkbox-label {
  color: #111827;
}

.ou-repetitors-v2 .filter-checkbox-count {
  font-size: 12px;
  color: #9ca3af;
}

.ou-repetitors-v2 .filters-apply {
  width: 100%;
  padding: 10px 16px;
  background: #030213;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: opacity 200ms;
  margin-top: 20px;
}

.ou-repetitors-v2 .filters-apply:hover {
  opacity: 0.9;
}

/* ===============================================
   MOBILE FILTERS SHEET
   =============================================== */
.ou-repetitors-v2 .mobile-sheet-overlay {
  position: fixed;
  top: var(--sheet-header-offset, 0px);
  right: 0;
  bottom: var(--sheet-bottom-offset, 0px);
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}

.ou-repetitors-v2 .mobile-sheet-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.ou-repetitors-v2 .mobile-sheet {
  position: fixed;
  top: var(--sheet-header-offset, 0px);
  bottom: var(--sheet-bottom-offset, 0px);
  left: 0;
  right: 0;
  z-index: 50;
  background: white;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -10px 25px -5px rgba(0, 0, 0, 0.1);
  max-height: none;
  transform: translateY(100%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.ou-repetitors-v2 .mobile-sheet.active {
  transform: translateY(0);
}

.ou-repetitors-v2 .sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #f3f4f6;
}

.ou-repetitors-v2 .sheet-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.ou-repetitors-v2 .sheet-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 200ms;
}

.ou-repetitors-v2 .sheet-close:hover {
  background: #f3f4f6;
}

.ou-repetitors-v2 .sheet-close svg {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.ou-repetitors-v2 .sheet-body {
  padding: 16px;
  flex: 1 1 auto;
  overflow-y: auto;
}

.ou-repetitors-v2 .sheet-reset {
  background: #f3f4f6;
  color: #374151;
}

.ou-repetitors-v2 .sheet-reset:hover {
  background: #e5e7eb;
}

.ou-repetitors-v2 .sheet-reset-inline {
  margin-left: auto;
  padding: 8px 14px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  white-space: nowrap;
}

.ou-repetitors-v2 .sheet-results {
  padding: 12px 16px 16px;
  border-top: 1px solid #f3f4f6;
  background: white;
}

.ou-repetitors-v2 .sheet-results-button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(59, 130, 246, 0.18);
  color: #1e3a8a;
  border: 1px solid rgba(59, 130, 246, 0.35);
  transition: background 200ms, box-shadow 200ms;
}

.ou-repetitors-v2 .sheet-results-button:hover {
  background: rgba(59, 130, 246, 0.28);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

/* ===============================================
   COURSES GRID/LIST
   =============================================== */
.ou-repetitors-v2 .courses-container{
  flex: 1 1 auto;
  width: 100%;
  min-width: 0; /* критично, чтобы grid мог нормально занимать ширину во flex */
}

.ou-repetitors-v2 .courses-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .courses-grid{
  display: grid;
  gap: 24px;

  /* SSR-safe fallback: count columns from MIN=273 (same principle as JS). */
  grid-template-columns: repeat(auto-fit, minmax(273px, 1fr));

  /* центруем всю сетку */
  justify-content: center;
  justify-items: center;

  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  .page-my-favorites [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .courses-grid {
    justify-content: start;
    justify-items: start;
  }

  .page-my-favorites [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .tutor-card {
    justify-self: start;
  }

  .page-my-learning [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .courses-grid {
    justify-content: start;
    justify-items: start;
  }

  .page-my-learning [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .tutor-card {
    justify-self: start;
  }
}

@media (min-width: 1280px) {
  .page-my-favorites [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .courses-grid {
    grid-template-columns: repeat(auto-fill, 282px);
  }

  .page-my-favorites [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .tutor-card {
    width: 282px;
    max-width: 282px;
  }

  .page-my-learning [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .courses-grid {
    grid-template-columns: repeat(auto-fill, 282px);
  }

  .page-my-learning [data-myfav-section="tutoring"] [data-myfav-wrapper][data-view="grid"] .tutor-card {
    width: 282px;
    max-width: 282px;
  }
}
:is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tutor-card{
  width: 100%;
  min-width: 273px;
  max-width: 340px;   /* ограничение карточки */
  justify-self: center; /* центрируем карточку внутри своей колонки */
}

.ou-repetitors-v2 .courses-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ou-repetitors-v2 #courses-pagination {
  margin-top: 32px;
}

/* ===============================================
   TUTOR CARD (GRID MODE)
   =============================================== */
.ou-repetitors-v2 .tutor-card {
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 300ms;
  position: relative;
  --card-content-height: 344px;
  --card-footer-height: 64px;
  height: calc(var(--card-content-height) + var(--card-footer-height));
  display: flex;
  flex-direction: column;
}

.ou-repetitors-v2 .tutor-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .card-content-wrapper {
  position: relative;
  height: var(--card-content-height);
  overflow: hidden;
}

.ou-repetitors-v2 .card-default-content {
  display: block;
}

.ou-repetitors-v2 .card-video-content {
  display: none;
}

.ou-repetitors-v2 .card-header {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 40px;
  z-index: 10;
}

.ou-repetitors-v2 .card-top-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  min-height: 40px;
}

.ou-repetitors-v2 .video-language-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  min-height: 40px;
}

.ou-repetitors-v2 .language-badge {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}
.page-repetitors-v2 .courses-container .ou-favourite-toggle {
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(156, 163, 175, 0.3);
  background: rgba(255, 255, 255, 0.95);
  color: #9ca3af;
  transition: all 0.2s ease;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease, fill 0.2s ease, color 0.2s ease;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle:hover {
  border-color: rgba(239, 68, 68, 0.4);
  color: #ef4444;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-active {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.4);
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-active svg {
  fill: currentColor;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-animating-add svg {
  animation: ou-heart-pop 0.3s ease;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-animating-remove svg {
  animation: ou-heart-unpop 0.25s ease;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-animating-add,
.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-animating-remove {
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-repetitors-v2 .courses-container .ou-favourite-toast {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle.is-toast-visible .ou-favourite-toast {
  opacity: 1;
  transform: translate(-50%, 2px);
}

.page-repetitors-v2 .courses-container .ou-favourite-toast-text {
  display: none;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.75);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-repetitors-v2 .courses-container .ou-favourite-toggle[data-toast="add"] .ou-favourite-toast-add,
.page-repetitors-v2 .courses-container .ou-favourite-toggle[data-toast="remove"] .ou-favourite-toast-remove {
  display: inline-flex;
}

.page-repetitors-v2 .courses-container .ou-favourite-toast .multilang {
  display: none;
}

html[lang^="ru"] .page-repetitors-v2 .courses-container .ou-favourite-toast .multilang[lang="ru"],
html[lang^="kk"] .page-repetitors-v2 .courses-container .ou-favourite-toast .multilang[lang="kk"],
html[lang^="en"] .page-repetitors-v2 .courses-container .ou-favourite-toast .multilang[lang="en"] {
  display: inline;
}

.page-repetitors-v2 .courses-container .courses-list .ou-favourite-toggle {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 12px;
  left: 12px;
}

.ou-favourite-toast-layer {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0;
  z-index: 2000;
  pointer-events: none;
}

.ou-favourite-toast--global {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ou-favourite-toast--global.is-visible {
  opacity: 1;
  transform: translate(-50%, 2px);
}

.ou-favourite-toast--global .ou-favourite-toast-text {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.75);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.theme-dark .ou-favourite-toast--global .ou-favourite-toast-text,
body.dark-mode .ou-favourite-toast--global .ou-favourite-toast-text {
  background: rgba(15, 23, 42, 0.92);
}

.ou-repetitors-v2 .video-language-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ou-repetitors-v2 .video-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.5);
  transition: all 500ms;
  position: relative;
  overflow: hidden;
}

.ou-repetitors-v2 .video-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.5);
}

.ou-repetitors-v2 .video-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.ou-repetitors-v2 .video-btn svg {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
  transition: transform 300ms;
}

.ou-repetitors-v2 .video-btn:hover svg {
  transform: scale(1.1);
}

.ou-repetitors-v2 .language-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 6px 8px;
}

.ou-repetitors-v2 .language-icon {
  width: 14px;
  height: 14px;
  color: #6b7280;
}

.ou-repetitors-v2 .language-item {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  text-align: center;
}

.ou-repetitors-v2 .card-body {
  padding: 48px 12px 6px;
}

.ou-repetitors-v2 .card-avatar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .avatar-large {
  position: relative;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .avatar-story-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: #d1d5db;
  padding: 5px;
  z-index: 1;
}

.ou-repetitors-v2 .tutor-card.has-stories .avatar-story-ring,
.ou-repetitors-v2 .tutor-card-list.has-stories .avatar-story-ring {
  background: linear-gradient(45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.ou-repetitors-v2 .avatar-story-ring::after {
  content: '';
  position: absolute;
  inset: 5px;
  background: white;
  border-radius: 50%;
}

.ou-repetitors-v2 .avatar-img {
  position: relative;
  z-index: 10;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .online-indicator {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid white;
  z-index: 20;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .online-indicator.online {
  background: #10b981;
  animation: pulse-online 2s infinite;
}

.ou-repetitors-v2 .online-indicator.offline {
  background: #9ca3af;
}

@keyframes pulse-online {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.ou-repetitors-v2 .instructor-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ou-repetitors-v2 .instructor-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.ou-repetitors-v2 .instructor-name-link {
  color: inherit;
  text-decoration: none;
}

.ou-repetitors-v2 .verified-badge {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ou-repetitors-v2 .card-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ou-repetitors-v2 .stat-separator {
  color: #d1d5db;
}

.ou-repetitors-v2 .stat-icon {
  width: 14px;
  height: 14px;
}

.ou-repetitors-v2 .rating-value {
  font-weight: 600;
  color: #111827;
}

.ou-repetitors-v2 .rating-count {
  color: #6b7280;
}

.ou-repetitors-v2 .stat-text {
  font-weight: 500;
  color: #6b7280;
}

.ou-repetitors-v2 .card-subjects {
  margin-bottom: 8px;
  text-align: center;
}

.ou-repetitors-v2 .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.ou-repetitors-v2 .tutor-card .tags-list {
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.ou-repetitors-v2 .tag-item {
  padding: 4px 10px;
  background: rgba(3, 2, 19, 0.05);
  color: #030213;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(3, 2, 19, 0.1);
  border-radius: 9999px;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1.2;
}

.ou-repetitors-v2 .tutor-card .tag-item.is-hidden {
  display: none;
}

.ou-repetitors-v2 .card-summary {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.625;
  text-align: center;
  padding: 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ou-repetitors-v2 .card-footer {
  position: relative;
  z-index: 30;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  height: var(--card-footer-height);
  box-sizing: border-box;
}

.ou-repetitors-v2 .price-wrapper {
  display: flex;
  flex-direction: column;
}

.ou-repetitors-v2 .price-label {
  font-size: 12px;
  color: #6b7280;
}

.ou-repetitors-v2 .price-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.ou-repetitors-v2 .price-from {
  font-size: 12px;
  color: #6b7280;
  font-weight: 400;
}

.ou-repetitors-v2 .cta-btn {
  padding: 6px 16px;
  background: #030213;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 200ms;
  text-decoration: none;
}

.ou-repetitors-v2 .cta-btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .ou-repetitors-v2 .tutor-card {
    --card-content-height: 320px;
  }
}

@media (min-width: 768px) {
  .ou-repetitors-v2 .tutor-card {
    --card-content-height: 384px;
  }

  .ou-repetitors-v2 .card-summary {
    -webkit-line-clamp: 3;
  }

  .ou-repetitors-v2 .tutor-card .card-body {
    padding-bottom: 22px;
  }
}

/* ===============================================
   TUTOR CARD (LIST MODE)
   =============================================== */
.ou-repetitors-v2 .tutor-card-list {
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 300ms;
  position: relative;
}

.ou-repetitors-v2 .tutor-card-list:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .card-list-wrapper {
  display: flex;
  flex-direction: row;
  padding: 12px;
  gap: 12px;
}

.ou-repetitors-v2 .card-list-left {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 8px;
  min-height: 120px;
}

.ou-repetitors-v2 .avatar-small {
  position: relative;
}

.ou-repetitors-v2 .avatar-small .avatar-img {
  width: 56px;
  height: 56px;
  border: 3px solid white;
}

.ou-repetitors-v2 .avatar-small .online-indicator {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  bottom: 0;
  right: 0;
}

.ou-repetitors-v2 .favourite-btn-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 200ms;
}

.ou-repetitors-v2 .favourite-btn-list:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .favourite-btn-list svg {
  width: 16px;
  height: 16px;
}

.ou-repetitors-v2 .card-list-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.ou-repetitors-v2 .card-list-top {
  flex: 1;
}

.ou-repetitors-v2 .list-name-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.ou-repetitors-v2 .list-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ou-repetitors-v2 .list-name-link {
  color: inherit;
  text-decoration: none;
}

.ou-repetitors-v2 .list-name-wrapper .verified-badge {
  width: 16px;
  height: 16px;
}

.ou-repetitors-v2 .list-label {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .list-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.ou-repetitors-v2 .list-rating .stat-icon {
  width: 16px;
  height: 16px;
}

.ou-repetitors-v2 .list-tags {
  margin-bottom: 8px;
}

.ou-repetitors-v2 .list-tags .tags-list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}

.ou-repetitors-v2 .list-tags .tag-item.is-hidden {
  display: none;
}

.ou-repetitors-v2 .list-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  margin-bottom: 8px;
}

.ou-repetitors-v2 .list-stats .stat-icon {
  width: 14px;
  height: 14px;
}

.ou-repetitors-v2 .list-summary {
  display: none;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.625;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ou-repetitors-v2 .card-list-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}

.ou-repetitors-v2 .list-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.ou-repetitors-v2 .list-price-from {
  font-size: 12px;
  color: #6b7280;
}

.ou-repetitors-v2 .list-price-value {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.ou-repetitors-v2 .list-cta-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #030213;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 200ms;
  text-decoration: none;
}

.ou-repetitors-v2 .list-cta-btn:hover {
  opacity: 0.9;
}

.ou-repetitors-v2 .list-cta-btn svg {
  width: 16px;
  height: 16px;
}

/* ===============================================
   RESPONSIVE BREAKPOINTS
   =============================================== */

/* Tablet & Desktop: show view toggle */
@media (min-width: 640px) {
.ou-repetitors-v2 .view-btn span {
    display: inline;
  }



.ou-repetitors-v2 .avatar-small .avatar-img {
    width: 64px;
    height: 64px;
  }

.ou-repetitors-v2 .list-summary {
    display: -webkit-box;
  }

.ou-repetitors-v2 .list-price-value {
    font-size: 18px;
  }

.ou-repetitors-v2 .list-cta-btn {
    padding: 6px 16px;
    font-size: 18px;
  }

.ou-repetitors-v2 .list-cta-btn svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 639px) {
.ou-repetitors-v2 .list-cta-btn {
    font-size: 14px;
  }

.ou-repetitors-v2 .list-summary {
    display: none;
  }
}

@media (max-width: 1023px) {
.ou-repetitors-v2 .list-label {
    display: none;
  }
}

@media (max-width: 520px) {
.ou-repetitors-v2 .list-stats .stat-label {
    display: none;
  }

.ou-repetitors-v2 .list-tags .tags-list {
    flex-wrap: nowrap;
    overflow: hidden;
  }

.ou-repetitors-v2 .list-tags .tag-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

.ou-repetitors-v2 .tutor-card-list .avatar-story-ring {
    inset: -4px;
    padding: 4px;
  }

.ou-repetitors-v2 .tutor-card-list .avatar-story-ring::after {
    inset: 4px;
  }
}

@media (max-width: 370px) {
.ou-repetitors-v2 .list-price-value {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
.ou-repetitors-v2 .page-wrapper {
    padding: 32px 0;
  }

.ou-repetitors-v2 .page-header {
    margin-bottom: 48px;
  }

.ou-repetitors-v2 .page-title {
    font-size: 32px;
  }

.ou-repetitors-v2 .avatar-img {
    width: 160px;
    height: 160px;
  }

.ou-repetitors-v2 .avatar-small .avatar-img {
    width: 80px;
    height: 80px;
  }

.ou-repetitors-v2 .avatar-small .online-indicator {
    width: 14px;
    height: 14px;
  }
}

/* Desktop: 3 columns + sidebar */
@media (min-width: 1024px) {
.ou-repetitors-v2 .header-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

.ou-repetitors-v2 .header-controls {
    display: block;
  }

.ou-repetitors-v2 .mobile-filters-trigger {
    display: none;
  }

.ou-repetitors-v2 .mobile-header {
    display: none;
  }

.ou-repetitors-v2 .content-wrapper {
    flex-direction: row;
    gap: 32px;
  }

.ou-repetitors-v2 .filters-sidebar {
    display: block;
  }


.ou-repetitors-v2 .avatar-small .avatar-img {
    width: 96px;
    height: 96px;
  }

.ou-repetitors-v2 .avatar-small .online-indicator {
    width: 16px;
    height: 16px;
    border: 3px solid white;
  }

.ou-repetitors-v2 .favourite-btn-list {
    width: 40px;
    height: 40px;
  }

.ou-repetitors-v2 .list-name {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
.ou-repetitors-v2 .card-list-wrapper {
    padding: 16px;
    gap: 16px;
  }
}

/* ===============================================
   VIDEO MODE (if needed)
   =============================================== */
.ou-repetitors-v2 .card-video-content.active {
  display: block;
}

.ou-repetitors-v2 .card-default-content.hidden {
  display: none;
}

.ou-repetitors-v2 .video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: white;
  border-bottom: 1px solid #f3f4f6;
}

.ou-repetitors-v2 .video-instructor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ou-repetitors-v2 .video-instructor img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.ou-repetitors-v2 .video-instructor-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ou-repetitors-v2 .video-instructor-name {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}

.ou-repetitors-v2 .video-back-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: #6b7280;
  font-size: 14px;
  border-radius: 8px;
  transition: all 200ms;
}

.ou-repetitors-v2 .video-back-btn:hover {
  color: #111827;
  background: #f3f4f6;
}

.ou-repetitors-v2 .video-back-btn svg {
  width: 16px;
  height: 16px;
}

.ou-repetitors-v2 .video-player {
  padding: 16px;
  background: #f9fafb;
  height: calc(420px - 56px - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ou-repetitors-v2 .video-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ou-repetitors-v2 .video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ou-repetitors-v2 .video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: background 200ms;
}

.ou-repetitors-v2 .video-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.ou-repetitors-v2 .video-play-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 300ms;
}

.ou-repetitors-v2 .video-play-btn:hover {
  background: #f3f4f6;
  transform: scale(1.1);
}

.ou-repetitors-v2 .video-play-btn svg {
  width: 32px;
  height: 32px;
  color: #030213;
  margin-left: 4px;
}

.ou-repetitors-v2 .video-description {
  margin-top: 12px;
  padding: 0 8px;
}

/* ===============================================
   UTILITIES
   =============================================== */
.ou-repetitors-v2 .hidden {
  display: none !important;
}

/* ===============================================
   DARK MODE OVERRIDES (REPETITORS)
   =============================================== */
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) {
  background-color: #0b1120;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) #page,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) #page-wrapper,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .region-main,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .region-main-content,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .pagelayout-frontpage .region-main-content {
  background-color: #0b1120;
  background-image: none;
  box-shadow: none;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .wrapper-course {
  background-color: #0b1120 !important;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 {
  background: #0b1120;
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .page-title {
  color: #f8fafc;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .results-info,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .active-filters-label,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-separator {
  color: #94a3b8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .view-toggle {
  background: #1f2937;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .view-btn {
  color: #94a3b8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .view-btn:hover {
  color: #e2e8f0;
  background: rgba(148, 163, 184, 0.12);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .view-btn.active {
  color: #f8fafc;
  background: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.6);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .mobile-filters-trigger {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .mobile-filters-trigger:hover {
  background: #0f172a;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-sticky {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-header,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-header,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-results,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-header {
  border-color: rgba(148, 163, 184, 0.2);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-title,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-title,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-label,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-label {
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-reset,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .clear-all-btn,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-close svg,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-count {
  color: #94a3b8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-reset:hover,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .clear-all-btn:hover {
  color: #f87171;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-select,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-input {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-select:focus,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-input:focus {
  border-color: #4f7cf3;
  box-shadow: 0 0 0 3px rgba(79, 124, 243, 0.2);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .language-chip {
  background-color: #111827;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .language-chip:hover {
  border-color: rgba(79, 124, 243, 0.5);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.4);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .language-chip.active {
  background-color: #4f7cf3;
  border-color: #4f7cf3;
  color: #f8fafc;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .slider-track-bg {
  background: #1f2937;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .slider-range-fill {
  background: linear-gradient(to right, rgb(139, 92, 246), rgb(168, 85, 247), rgb(99, 102, 241));
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-slider::-webkit-slider-thumb,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-slider::-moz-range-thumb {
  background: linear-gradient(to right, rgb(139, 92, 246), rgb(168, 85, 247), rgb(99, 102, 241));
  border-color: #0b1120;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .subjects-filter::-webkit-scrollbar-thumb {
  background: #475569;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .subjects-filter::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-tag {
  background-color: #1f2937;
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-tag:hover {
  background-color: rgba(248, 113, 113, 0.18);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-item:hover {
  background: rgba(148, 163, 184, 0.12);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox {
  border-color: rgba(148, 163, 184, 0.5);
  accent-color: #4f7cf3;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox-label,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox-count {
  color: #64748b;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filter-checkbox-item.is-disabled .filter-checkbox {
  background: #1f2937;
  border-color: rgba(148, 163, 184, 0.2);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .filters-apply {
  background: #4f7cf3;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .mobile-sheet-overlay {
  background: rgba(3, 7, 18, 0.65);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .mobile-sheet,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-results {
  background: #111827;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-close:hover {
  background: rgba(148, 163, 184, 0.12);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-reset {
  background: #1f2937;
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-reset:hover {
  background: rgba(148, 163, 184, 0.12);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .sheet-results-button {
  background: rgba(79, 124, 243, 0.18);
  color: #e2e8f0;
  border-color: rgba(79, 124, 243, 0.35);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .page-repetitors-v2 .courses-container .ou-favourite-toggle {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.35);
  color: #94a3b8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .page-repetitors-v2 .courses-container .ou-favourite-toggle:hover {
  border-color: rgba(248, 113, 113, 0.5);
  color: #f87171;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .page-repetitors-v2 .courses-container .ou-favourite-toggle.is-active {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.5);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tutor-card,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tutor-card-list {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.45);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tutor-card:hover,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tutor-card-list:hover {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.6);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .instructor-name,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-name,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-instructor-name {
  color: #f8fafc;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .card-summary,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-summary,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .stat-text,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .rating-count,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-label,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .stat-separator {
  color: #cbd5f5;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .stat-icon {
  stroke: #9aa5c1;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .rating-value {
  color: #fbbf24;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tags-list .tag-item {
  background: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .tag-item--overflow {
  background: rgba(94, 234, 212, 0.18);
  color: #5eead4;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .language-item {
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-label,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-from,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-price-from {
  color: #94a3b8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .price-value,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-price-value {
  color: #f8fafc;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .cta-btn,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-cta-btn {
  background: #2563eb;
  border-color: #2563eb;
  color: #f8fafc;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .cta-btn:hover,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .list-cta-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .card-footer,
:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .card-list-footer {
  background: rgba(15, 23, 42, 0.85);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .language-badge {
  background: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .card-video-content.active {
  background: #0f172a;
  color: #e2e8f0;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-header {
  background: #0f172a;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-back-btn {
  color: #cbd5f5;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-back-btn:hover {
  color: #f8fafc;
  background: rgba(148, 163, 184, 0.12);
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-player {
  background: #0b1120;
}

:is(body.theme-dark, body.dark-mode, html.theme-dark body, html.dark-mode body):is(body#page-local-ou_repetitors_v2-index, body#page-repetitors-index, body.page-repetitors-v2) .ou-repetitors-v2 .video-preview {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.6);
}
