/**
 * Modern home — dark UI (scoped under body.ish-home-modern).
 * Canvas tones aligned with cursor.com–style soft charcoal (not pure black).
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) {
  /* Modern dark streaming UI with Apple Glass aesthetic (named modes use their own tokens). */
  --ish-canvas: #0e0e10;
  --ish-canvas-deep: #08080a;
  --ish-canvas-raised: #1c1c1e;
  --ish-canvas-muted: #161618;
  --ish-rgb: 14, 14, 16;
  --ish-glass-bg: rgba(28, 28, 32, 0.65);
  --ish-glass-border: rgba(255, 255, 255, 0.12);
  --ish-glass-blur: blur(40px) saturate(210%);
  --ish-accent: #e50914;
  --ish-accent-glow: rgba(229, 9, 20, 0.4);
  
  background: var(--ish-canvas);
  color: rgba(255, 255, 255, 0.94);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.011em;
}

/* Dark mode picker — true black on every ish-home-modern page (not charcoal). */
body.ish-home-modern.ish-modern-dark {
  --ish-canvas: #000000;
  --ish-canvas-deep: #000000;
  --ish-canvas-raised: #000000;
  --ish-canvas-muted: #000000;
  --ish-rgb: 0, 0, 0;
  --ish-glass-bg: #000000;
  --ish-glass-border: rgba(255, 255, 255, 0.14);
  --ish-accent: #e50914;
  --ish-accent-glow: rgba(229, 9, 20, 0.35);
  background: #000000 !important;
  color: rgba(255, 255, 255, 0.94) !important;
}

body.ish-home-modern.ish-modern-dark::before {
  display: none !important;
}

body.ish-home-modern.ish-modern-dark #container,
body.ish-home-modern.ish-modern-dark #content-section,
body.ish-home-modern.ish-modern-dark main#content,
body.ish-home-modern.ish-modern-dark .ish-home-modern-main {
  background: #000000 !important;
  background-color: #000000 !important;
}

body.ish-home-modern.ish-modern-dark header .top-line,
body.ish-home-modern.ish-modern-dark .ish-nav-modern,
body.ish-home-modern.ish-modern-dark header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-dark header.active .ish-nav-modern::before {
  color: rgba(255, 255, 255, 0.94) !important;
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-dark header .top-line a,
body.ish-home-modern.ish-modern-dark header .top-line i,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__link,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-dark .ish-nav-modern button {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-dark .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-dark .ish-nav-modern__link--active {
  color: #ffffff !important;
  background: #e50914 !important;
  border-color: #e50914 !important;
}

body.ish-home-modern {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.011em;
}

/* Subtle Mesh Gradient Background */
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: 
    radial-gradient(circle at 20% 30%, rgba(229, 9, 20, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(47, 95, 169, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

body.ish-home-modern #container {
  background: var(--ish-canvas);
}

body.ish-home-modern {
  --ish-shell-width: 1300px;
  --ish-shell-gutter: 16px;
}

body.ish-home-modern .ish-hm-search > .container,
body.ish-home-modern .ish-hm-brief > .container-fluid,
body.ish-home-modern .ish-hm-row > .container-fluid,
body.ish-home-modern .ish-hm-aside-wrap > .container {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

/* Slim top bar: match shell (toggle stays readable) */
body.ish-home-modern .top-line {
  background: rgba(8, 8, 10, 0.4) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 10001;
}

body.ish-home-modern .info-list li a,
body.ish-home-modern .social-icons li a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px;
  transition: color 0.2s ease;
}

body.ish-home-modern .info-list li a:hover,
body.ish-home-modern .social-icons li a:hover {
  color: #fff !important;
}

body.ish-home-modern.ish-modern-light .top-line .info-list li a,
body.ish-home-modern.ish-modern-light .top-line .social-icons li a {
  color: rgba(34, 36, 47, 0.72) !important;
}

body.ish-home-modern.ish-modern-light .top-line .info-list li a:hover,
body.ish-home-modern.ish-modern-light .top-line .social-icons li a:hover {
  color: #22242f !important;
}

body.ish-home-modern #header-banner {
  display: none !important;
}

/*
 * Stacking: <main> comes after <header> in the DOM. Without an explicit order, the page
 * body paints later siblings on top, so the hero sits above the mega dropdown and steals
 * every hover/touch even though the menu looks visible.
 */
body.ish-home-modern header {
  position: relative;
  z-index: 10000;
  overflow: visible;
}

body.ish-home-modern header.active {
  padding-bottom: 92px;
}

body.ish-home-modern main#content {
  position: relative;
  z-index: 0;
}

/* ——— Modern nav ——— */
.ish-nav-modern {
  position: sticky;
  top: 15px;
  z-index: 2000;
  overflow: visible;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: rgba(18, 18, 22, 0.96);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  width: calc(100% - 32px);
  max-width: 1300px;
  margin: 10px auto 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255,255,255,0.05);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.ish-home-modern header.active .ish-nav-modern {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-bottom: 0;
  background: #121216;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  z-index: 10002;
}

body.ish-home-modern header.active .ish-nav-modern::before {
  content: "";
  position: fixed;
  top: -12px;
  left: 50%;
  width: 100vw;
  height: calc(100% + 24px);
  transform: translateX(-50%);
  background: #121216;
  z-index: -1;
}

body.ish-home-modern header.active .ish-nav-modern--open {
  left: 0;
  transform: none;
}

body.ish-home-modern.ish-modern-light header.active .ish-nav-modern {
  background: #fffaf0;
}

body.ish-home-modern.ish-modern-light header.active .ish-nav-modern::before {
  background: #fffaf0;
}

.ish-nav-modern--open {
  width: 100% !important;
  max-width: none !important;
  top: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background: rgba(12, 12, 15, 0.98) !important;
  backdrop-filter: blur(34px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(34px) saturate(180%) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern--open {
  background: #fffaf0 !important;
  border-bottom: 1px solid #d6c6ad !important;
}

body.ish-nav-modern--lock .ish-nav-modern {
  z-index: 10001;
}

.ish-nav-modern__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 8px 14px;
  flex-wrap: wrap;
}

.ish-nav-modern__start {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.ish-nav-modern__brand {
  display: flex;
  align-items: center;
  z-index: 2;
}

.ish-nav-modern__logo {
  height: 36px;
  width: auto;
  filter: brightness(1.05);
}

.ish-nav-modern__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.ish-nav-modern__burger span {
  display: block;
  height: 2px;
  width: 22px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ish-nav-modern--open .ish-nav-modern__burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.ish-nav-modern--open .ish-nav-modern__burger span:nth-child(2) {
  opacity: 0;
}

.ish-nav-modern--open .ish-nav-modern__burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ish-nav-modern__panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
  min-width: 0;
}

.ish-nav-modern__center {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  flex-basis: 100%;
  order: 3;
}

.ish-nav-modern__start { order: 1; }
.ish-nav-modern__actions { order: 2; }

@media (min-width: 992px) {
  .ish-nav-modern__center {
    flex: 1 1 auto;
    flex-basis: auto;
    order: 2;
    padding: 0;
  }

  .ish-nav-modern__start { order: 1; }
  .ish-nav-modern__actions { order: 3; }

  /* One shell on .ish-nav-modern only — inner wrappers must stay clear on desktop. */
  body.ish-theme-modern .ish-nav-modern__bar,
  body.ish-theme-modern .ish-nav-modern__center,
  body.ish-theme-modern .ish-nav-modern__panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

.ish-nav-modern__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 12px;
  min-width: 0;
}

.ish-nav-modern__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* Desktop: stretch each <li> to full nav row height so hover/focus isn’t lost in the
   vertical gap between the link and the mega panel (classic “can’t reach dropdown” bug). */
@media (min-width: 992px) {
  .ish-nav-modern__list {
    align-items: stretch;
  }

  .ish-nav-modern__item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .ish-nav-modern__item--mega > .ish-nav-modern__link {
    touch-action: manipulation;
  }
}

.ish-nav-modern__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  min-width: auto;
  width: auto;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  border-radius: 10px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  outline: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.ish-nav-modern__link::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 8px;
  height: 2px;
  background: linear-gradient(90deg, #ff4b4b, #e50914);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
}

.ish-nav-modern__link:hover,
.ish-nav-modern__link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
.ish-nav-modern__link--home.active,
.ish-nav-modern__link--active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .ish-nav-modern__item--mega:hover .ish-nav-mega {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .ish-nav-modern__item--mega:hover > .ish-nav-modern__link {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.24);
  }
}

.ish-nav-modern__link:hover::after,
.ish-nav-modern__link:focus-visible::after {
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .ish-nav-modern__link {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* Category row uses <button>; match <a> styling (label does not navigate — use “All” in mega). */
button.ish-nav-modern__link--mega-trigger {
  font: inherit;
  font-family: "Open Sans", sans-serif;
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-align: inherit;
  color: inherit;
  width: auto;
  min-width: auto;
  max-width: none;
  justify-content: center;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

button.ish-nav-modern__link--mega-trigger:focus,
button.ish-nav-modern__link--mega-trigger:active {
  outline: none;
  box-shadow: none;
}

.ish-nav-modern__chev {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.65);
  transition: transform 0.25s ease;
}

.ish-nav-modern__item--mega.ish-nav-modern__item--mega-open .ish-nav-modern__chev,
.ish-nav-modern__item--mega:focus-within .ish-nav-modern__chev {
  transform: rotate(180deg);
}

.ish-nav-modern__search {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.ish-nav-modern__search:focus-within {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.ish-nav-modern__search input {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 8px 12px;
  min-width: 120px;
  width: 160px;
  font-size: 0.85rem;
  line-height: 1.35;
  font-family: "Inter", sans-serif;
}

.ish-nav-modern__search button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ish-nav-modern__search button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.ish-nav-modern__search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.ish-nav-modern__search button {
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ish-nav-modern__search button:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Mega panel (desktop): wide panel — anchor to full nav row, not the narrow <li>,
   or left-side categories center a 1100px box on the link and spill off the viewport left. */
.ish-nav-modern__item--mega {
  position: relative;
}

@media (min-width: 992px) {
  .ish-nav-modern__bar-inner {
    position: relative;
  }

  /* Let .ish-nav-mega position against .ish-nav-modern__bar-inner (full row width). */
  .ish-nav-modern__item--mega {
    position: static;
  }

  .ish-nav-mega {
    position: absolute;
    left: 50%;
    top: calc(100% - 8px);
    width: min(1180px, 96vw);
    padding: 40px 32px 48px;
    background: rgba(18, 18, 22, 0.97);
    backdrop-filter: blur(30px) saturate(170%);
    -webkit-backdrop-filter: blur(30px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(255,255,255,0.05);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 15px) scale(0.98);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
    z-index: 6000;
  }

  /* Boost z-index for the open one to prevent overlap artifacts */
  .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open .ish-nav-mega {
    z-index: 6005;
  }

  .ish-nav-modern__item--mega:hover .ish-nav-mega,
  .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open .ish-nav-mega,
  .ish-nav-modern__item--mega:focus-within .ish-nav-mega,
  .ish-nav-mega:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) scale(1) !important;
    pointer-events: auto !important;
  }
}

.ish-nav-mega__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.ish-nav-mega__pill {
  --ish-subcat-color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ish-nav-mega__pill:hover,
.ish-nav-mega__pill:focus-visible,
.ish-nav-mega__pill--active {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.ish-nav-mega__card {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.ish-nav-mega__card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.ish-nav-mega__thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.ish-nav-mega__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ish-nav-mega__thumb a.category {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 14px 14px 0;
  padding: 5px 14px;
  font-size: 11px;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
}

.ish-nav-mega__thumb a.category-news {
  background: rgba(47, 95, 169, 0.9);
}

.ish-nav-mega__thumb a.category-entertainment {
  background: rgba(194, 24, 7, 0.9);
}

.ish-nav-mega__thumb a.category-deaf_buzz {
  background: rgba(245, 205, 31, 0.9);
  color: #232323;
}

.ish-nav-mega__thumb a.category-awareness {
  background: rgba(175, 204, 51, 0.9);
}

.ish-nav-mega__thumb a.category-tv {
  background: rgba(119, 25, 170, 0.9);
}

.ish-nav-mega__card:hover .ish-nav-mega__thumb img {
  transform: scale(1.08);
}

.ish-nav-mega__card-title {
  display: block;
  padding: 14px 14px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ish-nav-mega__card:hover .ish-nav-mega__card-title {
  color: #fff;
}

.ish-nav-mega__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 0 14px 16px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.ish-nav-mega__card-meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.ish-nav-mega__card-meta i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.42);
}

.ish-nav-mega-slider {
  position: relative;
  min-width: 0;
}

.ish-nav-mega-slider__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

.ish-nav-mega-slider__track::-webkit-scrollbar {
  display: none;
}

.ish-nav-mega-slider__slide {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 220px;
  scroll-snap-align: start;
}

.ish-nav-mega-slider__btn {
  position: absolute;
  top: 36%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.ish-nav-mega-slider:hover .ish-nav-mega-slider__btn,
.ish-nav-modern__item--mega-open .ish-nav-mega-slider__btn {
  opacity: 0.92;
}

.ish-nav-mega-slider__btn:hover,
.ish-nav-mega-slider__btn:focus {
  background: #ffffff;
  transform: translateY(-1px) scale(1.04);
}

.ish-nav-mega-slider__btn--prev {
  left: -12px;
}

.ish-nav-mega-slider__btn--next {
  right: -12px;
}

@media (max-width: 991px) {
  .ish-nav-mega-slider {
    display: block;
  }

  .ish-nav-mega-slider__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .ish-nav-mega-slider__slide {
    min-width: 0;
    scroll-snap-align: none;
  }

  .ish-nav-mega-slider__slide:nth-child(n+5) {
    display: none;
  }

  .ish-nav-mega-slider__btn {
    display: none;
  }
}

.ish-nav-mega__empty {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.ish-nav-mega__empty a {
  color: #8ab4ff;
}

.ish-nav-modern__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(var(--ish-rgb), 0.42);
  z-index: 1998;
  backdrop-filter: blur(4px);
}

@media (min-width: 992px) {
  .ish-nav-modern__backdrop {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .ish-nav-modern__burger {
    display: flex;
  }

  .ish-nav-modern__panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 80px 24px 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: transparent;
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: none;
    border-radius: 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10002;
    overflow: hidden;
    box-shadow: none;
    display: flex;
  }

  .ish-nav-modern__start,
  .ish-nav-modern__actions {
    position: relative;
    z-index: 10005;
  }

  .ish-nav-modern--open .ish-nav-modern__panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background: rgba(12, 12, 15, 0.98) !important;
    backdrop-filter: blur(34px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(34px) saturate(180%) !important;
  }

  body.ish-home-modern.ish-modern-light .ish-nav-modern--open .ish-nav-modern__panel {
    background: #fffaf0 !important;
  }

  /* Beautify Mega Content on Mobile (Remove Bootstrap Clutter) */
  .ish-nav-mega__inner.container {
    padding: 0 !important;
    max-width: none !important;
  }

  .ish-nav-mega__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Reset bootstrap columns in mega menu */
  .ish-nav-mega__grid > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  .ish-nav-mega__card {
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  body.ish-modern-light .ish-nav-mega__card {
    background: rgba(0, 0, 0, 0.03) !important;
  }

  .ish-nav-mega__card-title {
    font-size: 13px !important;
    padding: 10px 12px 14px !important;
    font-weight: 500 !important;
  }

  .ish-nav-mega-slider {
    margin-top: 10px;
  }

  .ish-nav-mega-slider__track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .ish-nav-mega-slider__slide {
    min-width: 0;
    scroll-snap-align: none;
  }

  .ish-nav-mega-slider__slide:nth-child(n+5) {
    display: none;
  }

  .ish-nav-mega-slider__btn {
    display: none !important;
  }

  .ish-nav-mega-slider .ish-nav-mega__card {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: none !important;
  }

  .ish-nav-mega-slider .ish-nav-mega__card:hover {
    transform: none;
  }

  .ish-nav-mega-slider .ish-nav-mega__thumb {
    aspect-ratio: 16 / 9;
    border-radius: 12px 12px 0 0;
  }

  .ish-nav-mega-slider .ish-nav-mega__thumb a.category {
    display: none;
  }

  .ish-nav-mega-slider .ish-nav-mega__card-title {
    padding: 8px 9px 10px !important;
    font-size: 11.5px !important;
    font-weight: 650 !important;
    line-height: 1.28 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ish-nav-mega-slider .ish-nav-mega__card-meta {
    display: none;
    padding: 0 9px 10px !important;
    font-size: 10px;
    line-height: 1.2;
  }

  .ish-nav-mega__filters {
    gap: 6px !important;
    margin-bottom: 16px !important;
  }

  .ish-nav-mega__pill {
    padding: 5px 10px !important;
    font-size: 10px !important;
    border-radius: 6px !important;
  }

  .ish-nav-modern__list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 0 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.18) transparent;
  }

  .ish-nav-modern__list::-webkit-scrollbar {
    width: 4px;
  }

  .ish-nav-modern__list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.18);
    border-radius: 4px;
  }

  .ish-nav-modern__link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 16px 20px;
    line-height: 1.2;
    min-width: auto;
    width: auto;
    border-radius: 16px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
    text-transform: none;
    color: #fff;
  }

  .ish-nav-modern__item--mega {
    border-bottom: 0 !important;
  }

  .ish-nav-mega {
    position: static;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: none !important;
    pointer-events: none !important;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: transparent;
    transition: all 0.3s ease;
  }

  .ish-nav-modern__item--mega-open .ish-nav-mega {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
    pointer-events: auto !important;
    padding: 12px 0 20px;
  }

  .ish-nav-mega__grid {
    margin: 0 -6px;
  }

  .ish-nav-modern__search {
    width: 100%;
    flex-shrink: 0;
    margin-top: 0;
    padding: 12px 0 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  .ish-nav-modern__search input {
    flex: 1;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ish-nav-mega,
  .ish-nav-modern__panel,
  .ish-hm-hero__media img {
    transition: none !important;
  }
}

/* ——— Hero & content ——— */
.ish-hm-hero {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ish-hm-hero__media {
  position: absolute;
  inset: 0;
}

.ish-hm-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(0.96) brightness(0.92) contrast(1.03);
}

.ish-hm-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 90% 80% at 50% 35%,
    rgba(var(--ish-rgb), 0.12) 0%,
    rgba(var(--ish-rgb), 0.45) 45%,
    rgba(var(--ish-rgb), 0.88) 100%
  );
}

.ish-hm-hero__gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    var(--ish-canvas) 0%,
    rgba(var(--ish-rgb), 0.88) 38%,
    rgba(var(--ish-rgb), 0.38) 68%,
    rgba(var(--ish-rgb), 0.65) 100%
  );
}

.ish-hm-hero__missing-label {
  display: none;
}

.ish-hm-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  padding-top: 120px;
}

.ish-hm-hero__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 7px 22px;
  border-radius: 0 999px 999px 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.ish-hm-hero__cat:hover {
  color: #fff;
}

.ish-hm-hero__title {
  margin: 0;
  max-width: 920px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.ish-hm-hero__title a {
  color: #fff;
  text-decoration: none;
}

.ish-hm-hero__title a:hover {
  opacity: 0.88;
}

.ish-hm-hero__meta {
  margin: 16px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.ish-hm-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--ish-canvas-raised);
}

.ish-hm-strip__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 20px 16px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

.ish-hm-strip__track::-webkit-scrollbar {
  height: 5px;
}

.ish-hm-strip__track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.ish-hm-strip__track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.ish-hm-strip__cell {
  flex: 0 0 220px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(var(--ish-shadow), 0.26);
}

.ish-hm-strip__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(var(--ish-rgb), 0.12) 0%,
    rgba(var(--ish-rgb), 0.52) 100%
  );
}

.ish-hm-strip__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) saturate(0.95);
  transition: transform 0.45s ease, filter 0.35s ease;
}

.ish-hm-strip__cell:hover img {
  transform: scale(1.06);
  filter: brightness(0.95) saturate(1);
}

.ish-hm-strip__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px 12px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(transparent, rgba(var(--ish-rgb), 0.88));
  letter-spacing: 0.01em;
}

.ish-hm-search {
  padding: 80px 0 20px;
  text-align: center;
}

.ish-hm-search__form {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 8px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.ish-hm-search__form:focus-within {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  transform: translateY(-4px) scale(1.02);
}

.ish-hm-search__form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  font-family: "Inter", sans-serif;
}

.ish-hm-search__form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.ish-hm-search__form button {
  background: #fff;
  color: #000;
  border: none;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ish-hm-search__form button:hover {
  background: #eee;
  transform: scale(0.94);
}

.ish-hm-search__form label.error,
.ish-hm-search__form #sKeywordHomeModern-error,
.ish-hm-search__form #sKeyword-error {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: calc(100% - 32px);
  margin: 14px auto 4px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transform-origin: top center;
  animation: ishSearchValidationIn 0.28s ease both;
}

.ish-hm-search__form label.error::before,
.ish-hm-search__form #sKeywordHomeModern-error::before,
.ish-hm-search__form #sKeyword-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #fff;
  background: rgba(229, 9, 20, 0.86);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ish-hm-smartbar {
  padding: 8px 0 28px;
}

.ish-hm-brief {
  padding: 0 0 20px;
}

.ish-hm-brief__shell {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.ish-hm-brief__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.ish-hm-brief__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #0c0c0f;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .ish-hm-brief__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: right;
}

.ish-hm-brief__title {
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: right;
}

.ish-hm-brief__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ish-hm-brief-card {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ish-hm-brief-card--lead {
  min-height: 142px;
}

.ish-hm-brief-card__media,
.ish-hm-brief-card__media img,
.ish-hm-brief-card__overlay {
  position: absolute;
  inset: 0;
  display: block;
}

.ish-hm-brief-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(0.88);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.ish-hm-brief-card:hover .ish-hm-brief-card__media img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(0.96);
}

.ish-hm-brief-card__overlay {
  background: linear-gradient(180deg, rgba(4, 4, 7, 0.08), rgba(4, 4, 7, 0.86));
}

.ish-hm-brief-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

.ish-hm-brief-card__cat {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 0.6rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.ish-hm-brief-card__title {
  margin: 0;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  line-height: 1.22;
}

.ish-hm-brief-card--lead .ish-hm-brief-card__title {
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  line-height: 1.22;
}

.ish-hm-brief-card__title a {
  color: #ffffff !important;
  text-decoration: none;
}

.ish-hm-brief-card__body p {
  display: none;
  margin: 12px 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ish-hm-ticker {
  padding: 0 0 16px;
}

.ish-hm-ticker__shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  overflow: hidden;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.ish-hm-ticker__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 13px;
  color: #ffffff !important;
  background: #e50914;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ish-hm-ticker__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.ish-hm-ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ishHmTickerScroll 44s linear infinite;
}

.ish-hm-ticker__shell:hover .ish-hm-ticker__track,
.ish-hm-ticker__shell:focus-within .ish-hm-ticker__track {
  animation-play-state: paused;
}

.ish-hm-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(70vw, 520px);
  margin-right: 34px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.ish-hm-ticker__item::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  background: #65d3ff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(101, 211, 255, 0.12);
}

.ish-hm-ticker__item span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ish-hm-ticker__item time {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 800;
}

@keyframes ishHmTickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ish-hm-smartbar__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.ish-hm-smartbar__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ish-hm-smartbar__label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 4px 0 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-hm-smartbar__group--access {
  justify-content: flex-end;
  flex-shrink: 0;
}

.ish-hm-chip,
.ish-hm-tool,
.ish-hm-row__more--button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ish-hm-chip {
  padding: 9px 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ish-hm-tool {
  gap: 8px;
  padding: 9px 13px;
}

.ish-hm-tool i {
  font-size: 13px;
}

.ish-hm-chip:hover,
.ish-hm-chip:focus-visible,
.ish-hm-chip.is-active,
.ish-hm-tool:hover,
.ish-hm-tool:focus-visible,
.ish-hm-tool.is-active,
.ish-hm-row__more--button:hover,
.ish-hm-row__more--button:focus-visible {
  color: #0c0c0f;
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-1px);
}

.ish-hm-row__more--button {
  padding: 8px 14px;
}

.ish-hm-recent-row {
  padding-top: 12px;
}

.ish-hm-watchlater-row {
  padding-top: 12px;
}

.ish-hm-because-row {
  padding-top: 12px;
}

.ish-hm-recent-card .ish-hm-row-card__cat {
  background: rgba(255, 255, 255, 0.88);
  color: #111;
}

.ish-hm-watchlater-card .ish-hm-row-card__cat {
  color: #ffffff;
  background: #e50914;
}

.ish-hm-because-card .ish-hm-row-card__cat {
  color: #0c0c0f;
  background: #65d3ff;
}

.ish-hm-watchlater-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  color: #ffffff;
  background: rgba(12, 12, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ish-hm-editor-pick {
  padding: 4px 0 28px;
}

.ish-hm-editor-pick__card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.ish-hm-editor-pick__media {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  background: #0d0d11;
}

.ish-hm-editor-pick__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ish-hm-editor-pick__card:hover .ish-hm-editor-pick__media img {
  transform: scale(1.035);
}

.ish-hm-editor-pick__play {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  background: rgba(229, 9, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(229, 9, 20, 0.28);
}

.ish-hm-editor-pick__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
}

.ish-hm-editor-pick__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.ish-hm-editor-pick__kicker > span {
  color: #65d3ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ish-hm-editor-pick__kicker > a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ish-hm-editor-pick__body h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.ish-hm-editor-pick__body h2 a {
  color: #ffffff !important;
  text-decoration: none;
}

.ish-hm-editor-pick__body p {
  max-width: 62ch;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.6;
}

.ish-hm-editor-pick__meta,
.ish-hm-editor-pick__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 18px;
}

.ish-hm-editor-pick__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
  font-weight: 750;
}

.ish-hm-editor-pick__watch,
.ish-hm-editor-pick__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.ish-hm-editor-pick__watch {
  color: #0c0c0f !important;
  background: #ffffff;
}

.ish-hm-editor-pick__more {
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.ish-home-modern.ish-modern-large-text .ish-hm-row-card__title,
body.ish-home-modern.ish-modern-large-text .ish-hm-row__title {
  font-size: calc(1em + 2px);
}

body.ish-home-modern.ish-modern-large-text .ish-hm-search__form input,
body.ish-home-modern.ish-modern-large-text .ish-hm-chip,
body.ish-home-modern.ish-modern-large-text .ish-hm-tool {
  font-size: calc(1em + 2px);
}

body.ish-home-modern.ish-modern-high-contrast {
  --ish-canvas: #000;
  --ish-canvas-deep: #000;
  --ish-canvas-raised: #080808;
  --ish-canvas-muted: #050505;
}

body.ish-home-modern.ish-modern-high-contrast .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-high-contrast .ish-hm-row-card,
body.ish-home-modern.ish-modern-high-contrast .ish-hm-search__form,
body.ish-home-modern.ish-modern-high-contrast .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-high-contrast .ish-hm-editor-pick__card {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(0, 0, 0, 0.82);
}

body.ish-home-modern.ish-modern-high-contrast .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-high-contrast .ish-hm-row__title {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-reduced-motion *,
body.ish-home-modern.ish-modern-reduced-motion *::before,
body.ish-home-modern.ish-modern-reduced-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

body.ish-home-modern.ish-modern-reduced-motion #Sponsor-section .ish-sponsor-wall__track {
  animation-duration: 14s !important;
  animation-iteration-count: infinite !important;
  animation-name: ishSponsorWallSingleScroll !important;
  animation-timing-function: linear !important;
}

body.ish-home-modern.ish-modern-reduced-motion #Sponsor-section .ish-sponsor-wall__viewport[data-direction="right"] .ish-sponsor-wall__track {
  animation-name: ishSponsorWallScrollReverse !important;
}

body.ish-home-modern.ish-modern-reduced-motion #Sponsor-section .ish-modern-sponsors__track {
  animation-duration: 26s !important;
  animation-iteration-count: infinite !important;
  animation-name: ishModernSponsorScroll !important;
  animation-timing-function: linear !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-smartbar__panel {
  border-color: rgba(64, 49, 25, 0.14);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 18px 40px rgba(89, 72, 44, 0.12);
}

body.ish-home-modern.ish-modern-light .ish-hm-brief__shell {
  border-color: rgba(64, 49, 25, 0.14);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 14px 32px rgba(89, 72, 44, 0.1);
}

body.ish-home-modern.ish-modern-light .ish-hm-brief__kicker {
  color: #18130c;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(64, 49, 25, 0.14);
  box-shadow: 0 8px 18px rgba(89, 72, 44, 0.1);
}

body.ish-home-modern.ish-modern-light .ish-hm-brief__title {
  color: #18130c;
}

body.ish-home-modern.ish-modern-light .ish-hm-brief-card {
  border-color: rgba(64, 49, 25, 0.12);
  background: #fffaf0;
}

body.ish-home-modern.ish-modern-light .ish-hm-brief-card__media img {
  filter: saturate(1.02) brightness(1.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-brief-card:hover .ish-hm-brief-card__media img {
  filter: saturate(1.05) brightness(1.12);
}

body.ish-home-modern.ish-modern-light .ish-hm-brief-card__overlay {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.9));
}

body.ish-home-modern.ish-modern-light .ish-hm-brief-card__title a {
  color: #18130c !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__card {
  border-color: rgba(64, 49, 25, 0.14);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 18px 40px rgba(89, 72, 44, 0.12);
}

body.ish-home-modern.ish-modern-light .ish-hm-ticker__item {
  color: rgba(20, 16, 10, 0.84) !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__body p {
  color: rgba(20, 16, 10, 0.62);
}

body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__body h2 a {
  color: #18130c !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__play {
  color: #ffffff;
  background: rgba(229, 9, 20, 0.94);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.22);
}

body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__watch {
  color: #ffffff !important;
  background: #111111;
}

body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__more {
  color: rgba(20, 16, 10, 0.82) !important;
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(64, 49, 25, 0.14);
}

body.ish-home-modern.ish-modern-light .ish-hm-chip,
body.ish-home-modern.ish-modern-light .ish-hm-tool,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button {
  border-color: rgba(64, 49, 25, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(20, 16, 10, 0.72);
}

body.ish-home-modern.ish-modern-light .ish-hm-smartbar__label {
  color: rgba(20, 16, 10, 0.52);
}

body.ish-home-modern.ish-modern-light .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-light .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-light .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-light .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-light .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-light .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button:focus-visible {
  color: #ffffff !important;
  background: #111111 !important;
  border-color: #111111 !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-chip:hover *,
body.ish-home-modern.ish-modern-light .ish-hm-chip:focus-visible *,
body.ish-home-modern.ish-modern-light .ish-hm-chip.is-active *,
body.ish-home-modern.ish-modern-light .ish-hm-tool:hover *,
body.ish-home-modern.ish-modern-light .ish-hm-tool:focus-visible *,
body.ish-home-modern.ish-modern-light .ish-hm-tool.is-active * {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-recent-card .ish-hm-row-card__cat {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(64, 49, 25, 0.14);
  color: #18130c;
  box-shadow: 0 8px 18px rgba(89, 72, 44, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-watchlater-card .ish-hm-row-card__cat {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(64, 49, 25, 0.14);
  color: #18130c;
  box-shadow: 0 8px 18px rgba(89, 72, 44, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-because-card .ish-hm-row-card__cat {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(64, 49, 25, 0.14);
  color: #18130c;
  box-shadow: 0 8px 18px rgba(89, 72, 44, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-watchlater-card__badge {
  color: #111111;
  background: rgba(255, 250, 240, 0.86);
  border-color: rgba(31, 36, 48, 0.14);
}

@media (max-width: 767px) {
  .ish-hm-ticker {
    padding-bottom: 12px;
  }

  .ish-hm-ticker__shell {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }

  .ish-hm-ticker__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .ish-hm-ticker__item {
    max-width: 82vw;
    margin-right: 24px;
    font-size: 0.84rem;
  }

  .ish-hm-smartbar {
    padding-bottom: 20px;
  }

  .ish-hm-smartbar__panel {
    align-items: stretch;
    flex-direction: column;
    border-radius: 18px;
  }

  .ish-hm-brief__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ish-hm-brief__title {
    text-align: left;
  }

  .ish-hm-brief__grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .ish-hm-brief-card,
  .ish-hm-brief-card--lead {
    flex: 0 0 76%;
    min-height: 150px;
    scroll-snap-align: start;
  }

  .ish-hm-smartbar__group,
  .ish-hm-smartbar__group--access {
    justify-content: flex-start;
  }

  .ish-hm-tool span {
    display: none;
  }

  .ish-hm-tool {
    width: 40px;
    padding-right: 0;
    padding-left: 0;
  }

  .ish-hm-editor-pick {
    padding-bottom: 22px;
  }

  .ish-hm-editor-pick__card {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .ish-hm-editor-pick__media {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .ish-hm-editor-pick__body {
    padding: 20px;
  }

  .ish-hm-editor-pick__body h2 {
    font-size: 1.55rem;
    line-height: 1.12;
  }

  .ish-hm-editor-pick__actions a {
    flex: 1 1 auto;
  }
}

.ish-hm-section {
  padding: 40px 0 12px;
}

.ish-hm-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
}

.ish-hm-section__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ish-hm-section__more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ish-hm-section__more:hover {
  color: #fff;
}

.ish-hm-card {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ish-hm-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 48px rgba(var(--ish-shadow), 0.22);
}

.ish-hm-card__img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.ish-hm-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ish-hm-card:hover .ish-hm-card__img img {
  transform: scale(1.04);
}

.ish-hm-card__body {
  padding: 14px 16px 18px;
}

.ish-hm-card__cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.ish-hm-card__title {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.ish-hm-card__title a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.ish-hm-card__title a:hover {
  color: #fff;
}

.ish-hm-card--compact .ish-hm-card__title {
  font-size: 13px;
}

.ish-hm-aside-wrap {
  padding: 20px 0 60px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .ish-hm-sidebar .title-section h1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

body.ish-home-modern.ish-modern-light .ish-hm-sidebar .title-section h1,
body.ish-home-modern.ish-modern-sepia .ish-hm-sidebar .title-section h1,
body.ish-home-modern.ish-modern-contrast .ish-hm-sidebar .title-section h1,
body.ish-home-modern.ish-modern-ocean .ish-hm-sidebar .title-section h1 {
  color: var(--ish-hero-shell-text, #0f172a) !important;
  font-size: 1rem;
}

body.ish-home-modern .ish-hm-sidebar .news-post,
body.ish-home-modern .ish-hm-sidebar .posts-block {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
}

body.ish-home-modern .ish-hm-sidebar h2 a,
body.ish-home-modern .ish-hm-sidebar .news-post h2 a {
  color: rgba(255, 255, 255, 0.88);
}

body.ish-home-modern #content {
  background: var(--ish-canvas);
}

body.ish-home-modern #Sponsor-section {
  background: var(--ish-canvas-raised);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
}

body.ish-home-modern #Sponsor-section h2 {
  color: rgba(255, 255, 255, 0.85);
}

body.ish-home-modern footer {
  background: var(--ish-canvas-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 14px;
}

body.ish-home-modern footer > .container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
}

body.ish-home-modern footer .up-footer,
body.ish-home-modern footer .down-footer {
  color: rgba(255, 255, 255, 0.65);
}

body.ish-home-modern footer .up-footer {
  padding-bottom: 12px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.ish-home-modern footer .up-footer .row {
  align-items: center;
  row-gap: 10px;
}

@media (min-width: 992px) {
  body.ish-home-modern footer .up-footer .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -18px;
    margin-right: -18px;
  }

  body.ish-home-modern footer .up-footer .row > .col-lg-3 {
    flex: 1 1 0;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.ish-home-modern footer .up-footer .row > .col-lg-3:first-child {
    flex: 1.35 1 0;
  }

  body.ish-home-modern footer .up-footer .row > .col-lg-3:nth-child(2) {
    flex: 0.95 1 0;
  }

  body.ish-home-modern footer .up-footer .row > .col-lg-3:nth-child(3) {
    flex: 1.05 1 0;
  }

  body.ish-home-modern footer .up-footer .row > .col-lg-3:nth-child(4) {
    flex: 1.8 1 0;
  }
}

body.ish-home-modern footer .footer-widget {
  margin-bottom: 0;
}

body.ish-home-modern footer .footer-widget > h1 {
  min-height: 0;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

body.ish-home-modern footer .footer-widget h1,
body.ish-home-modern footer h2 a {
  color: rgba(255, 255, 255, 0.88);
}

body.ish-home-modern footer .footer-widget #footer-logo {
  width: 54px;
  height: auto;
  border-radius: 2px;
}

body.ish-home-modern footer p {
  max-width: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 8px;
}

body.ish-home-modern footer .text-widget p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.ish-home-modern footer .up-footer .footer-widget ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: visible;
}

body.ish-home-modern footer .up-footer .footer-widget ul.social-icons li {
  float: none;
  margin: 0;
}

body.ish-home-modern footer .up-footer .footer-widget ul.social-icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.ish-home-modern footer .up-footer .footer-widget ul.social-icons li a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li {
  display: flex;
  align-items: center;
  min-height: 44px;
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li > a {
  flex: 0 0 40px;
  width: 40px;
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li > a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li .post-cont {
  margin-left: 10px;
  padding-top: 0;
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li h2 {
  margin: 0 0 4px;
  line-height: 1.25;
}

body.ish-home-modern footer .up-footer .footer-widget ul.small-posts > li h2 a {
  font-size: 13px;
  font-weight: 600;
}

body.ish-home-modern footer .up-footer .footer-widget ul.post-tags {
  margin: 0;
}

body.ish-home-modern footer .up-footer .footer-widget ul.post-tags li,
body.ish-home-modern footer .up-footer .footer-widget ul.post-tags li a,
body.ish-home-modern footer .up-footer .footer-widget ul.post-tags li i {
  color: rgba(255, 255, 255, 0.58);
}

body.ish-home-modern footer .up-footer .featured-widget .news-post {
  margin-bottom: 0;
}

body.ish-home-modern footer .up-footer .featured-widget .news-post .post-image {
  display: none;
}

body.ish-home-modern footer .up-footer .featured-widget .news-post .post-image img {
  border-radius: 8px;
}

body.ish-home-modern footer .up-footer .featured-widget .news-post h2 {
  margin: 0 0 5px;
  line-height: 1.35;
}

body.ish-home-modern footer .up-footer .featured-widget .news-post h2 a {
  font-size: 13px;
  font-weight: 600;
}

body.ish-home-modern footer .up-footer .featured-widget .news-post h2 a:hover {
  color: #fff;
}

body.ish-home-modern footer .up-footer .tags-widget ul.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 0;
  overflow: visible;
  max-width: 100%;
}

body.ish-home-modern footer .up-footer .tags-widget ul.tags-list li {
  float: none;
  margin: 0;
}

body.ish-home-modern footer .up-footer .tags-widget ul.tags-list li a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

body.ish-home-modern footer .up-footer .tags-widget ul.tags-list li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.24);
}

body.ish-home-modern footer .down-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0 10px;
}

body.ish-home-modern footer .down-footer ul.list-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
}

body.ish-home-modern footer .down-footer ul.list-footer li {
  margin: 0;
}

body.ish-home-modern footer .down-footer ul.list-footer li a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.ish-home-modern footer .down-footer ul.list-footer li a:hover {
  color: #fff;
}

body.ish-home-modern footer .down-footer p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.5;
}

body.ish-home-modern footer .down-footer a.go-top {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  line-height: 1;
}

body.ish-home-modern footer .down-footer a.go-top:hover {
  background: rgba(255, 255, 255, 0.18);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer {
  background: #000000 !important;
  background-color: #000000 !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px;
  padding-left: 18px;
  padding-right: 18px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer > .container,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .row,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .row > [class*="col-"],
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget ul.small-posts,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget ul.small-posts > li,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget ul.small-posts > li .post-cont,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget ul.post-tags,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget ul.social-icons,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .tags-widget ul.tags-list,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer ul.list-footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer p {
  background: #000000 !important;
  background-color: #000000 !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .featured-widget .news-post {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer a.go-top {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer a.go-top:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 767px) {
  body.ish-home-modern footer {
    padding-top: 18px;
  }

  body.ish-home-modern footer .down-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Netflix-style row sections */
.ish-hm-row {
  padding: 36px 0 10px;
}

.ish-hm-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-right: 2px;
  min-width: 0;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .ish-hm-row__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  min-width: 0;
  flex: 1 1 32%;
}

.ish-hm-row__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  min-width: 0;
  flex: 1 1 32%;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .ish-hm-row__more {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ish-hm-row__more {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .ish-hm-row__more:hover {
  color: #fff;
}

.ish-hm-row__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px 14px;
  min-width: 0;
  flex: 0 1 auto;
}

.ish-hm-row__spark-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.ish-hm-row__spark-main,
.ish-hm-row__spark-mini {
  display: contents;
}

.ish-hm-row__spark--mini {
  padding: 4px 9px 4px 8px;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.ish-hm-row__spark--mini:hover,
.ish-hm-row__spark--mini:focus-visible {
  border-color: rgba(101, 211, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(101, 211, 255, 0.2);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark--mini {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark--mini:hover,
body.ish-home-modern.ish-modern-light .ish-hm-row__spark--mini:focus-visible {
  border-color: rgba(47, 95, 169, 0.45);
}

.ish-hm-row__spark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 7px;
  padding: 6px 12px 6px 10px;
  margin: 0;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.ish-hm-row__spark:hover,
.ish-hm-row__spark:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(229, 9, 20, 0.55);
  outline: none;
  box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.28);
}

.ish-hm-row__spark:active {
  transform: scale(0.97);
}

.ish-hm-row__spark i {
  font-size: 0.88rem;
  opacity: 0.95;
}

.ish-hm-row__spark--remix {
  border-color: rgba(255, 140, 200, 0.35);
}

.ish-hm-row__spark--surprise {
  border-color: rgba(120, 200, 255, 0.35);
}

.ish-hm-row__spark--cozy[aria-pressed='true'] {
  background: rgba(229, 9, 20, 0.22);
  border-color: rgba(229, 9, 20, 0.65);
}

.ish-hm-row__spark--beam {
  border-color: rgba(255, 214, 120, 0.4);
}

.ish-hm-row__spark--link {
  border-color: rgba(180, 255, 210, 0.3);
}

@media (min-width: 768px) {
  body.ish-home-modern .ish-hm-row--dense .ish-hm-row-card {
    flex: 0 0 calc((100% - 80px) / 6);
    min-width: calc((100% - 80px) / 6);
    max-width: calc((100% - 80px) / 6);
  }
}

@keyframes ish-hm-spark-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(229, 9, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 9, 20, 0);
  }
}

body.ish-home-modern .ish-hm-row-card--spark-flash {
  animation: ish-hm-spark-flash 0.85s ease-out 1;
}

@keyframes ish-hm-row-hash {
  0% {
    box-shadow: inset 0 0 0 0 rgba(229, 9, 20, 0);
  }
  35% {
    box-shadow: inset 0 0 0 3px rgba(229, 9, 20, 0.45);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(229, 9, 20, 0);
  }
}

body.ish-home-modern .ish-hm-row--hash-flash {
  animation: ish-hm-row-hash 1.25s ease-out 1;
}

.ish-hm-spark-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 100050;
  max-width: min(420px, calc(100vw - 32px));
  padding: 10px 18px;
  border-radius: 999px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  background: rgba(18, 18, 22, 0.92);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateX(-50%) translateY(14px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.ish-hm-spark-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 520px) {
  .ish-hm-row__spark-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .ish-hm-row__spark {
    position: relative;
    padding: 8px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ish-home-modern .ish-hm-row-card--spark-flash {
    animation: none;
  }

  body.ish-home-modern .ish-hm-row--hash-flash {
    animation: none;
  }

  body.ish-home-modern .ish-hm-row--shake {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-row__track--slots {
    filter: none !important;
  }

  body.ish-home-modern .ish-hm-row--disco .ish-hm-row__track {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-spark-fx__bit {
    animation: none !important;
    opacity: 0 !important;
  }

  body.ish-home-modern .ish-hm-row--celebrate::before {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-row--glitch .netflix-row-container,
  body.ish-home-modern .ish-hm-row--chroma .netflix-row-container,
  body.ish-home-modern .ish-hm-spark-pop,
  body.ish-home-modern .ish-hm-row__title--rave,
  body.ish-home-modern .ish-hm-spark-fx__spark {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-row--invert-flash {
    filter: none !important;
  }

  body.ish-home-modern .ish-hm-row--bloom .container-fluid::before,
  body.ish-home-modern .ish-hm-row--laser-scan .netflix-row-container::before {
    animation: none !important;
    opacity: 0 !important;
  }

  body.ish-home-modern .ish-hm-row--orbit .netflix-row-container {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-mini-flip .ish-hm-row__track,
  body.ish-home-modern .ish-hm-row-card--mini-wink {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-ping,
  body.ish-home-modern .ish-hm-row--swirl .netflix-row-container .ish-hm-row__track,
  body.ish-home-modern .ish-hm-row-card--stamp,
  body.ish-home-modern .ish-hm-row-card--tide,
  body.ish-home-modern .ish-hm-row--blinkwave .ish-hm-row-card,
  body.ish-home-modern .ish-hm-row__title--neon,
  body.ish-home-modern .ish-hm-forge-glow,
  body.ish-home-modern .ish-hm-row--shield {
    animation: none !important;
  }

  body.ish-home-modern .ish-hm-row--frost .netflix-row-container::after,
  body.ish-home-modern .ish-hm-row--ribbon .container-fluid::before,
  body.ish-home-modern .ish-hm-row--laser-up .netflix-row-container::after,
  body.ish-home-modern .ish-hm-row--meteor .netflix-row-container::after {
    animation: none !important;
    opacity: 0 !important;
  }

  body.ish-home-modern .ish-hm-track--vault-blur {
    filter: none !important;
  }

  body.ish-home-modern .ish-hm-row--mist .ish-hm-row-card {
    opacity: 1 !important;
  }
}

body.ish-home-modern .ish-hm-row[data-hm-row-slot] {
  position: relative;
}

body.ish-home-modern .ish-hm-row[data-hm-row-slot] .container-fluid {
  position: relative;
}

@keyframes ish-hm-row-shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-6px, 2px, 0) rotate(-0.2deg);
  }
  40% {
    transform: translate3d(7px, -1px, 0) rotate(0.25deg);
  }
  60% {
    transform: translate3d(-5px, 1px, 0);
  }
  80% {
    transform: translate3d(4px, -2px, 0);
  }
}

body.ish-home-modern .ish-hm-row--shake {
  animation: ish-hm-row-shake 0.62s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

body.ish-home-modern .ish-hm-row__track--slots {
  filter: blur(1.5px) saturate(1.15);
  transition: filter 0.12s ease;
}

@keyframes ish-hm-confetti-fly {
  0% {
    transform: translate3d(0, 32px, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(var(--ish-bit-dx, 0px), -260px, 0) rotate(var(--ish-bit-rot, 180deg));
    opacity: 0;
  }
}

.ish-hm-spark-fx--confetti {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: visible;
}

.ish-hm-spark-fx__bit {
  position: absolute;
  bottom: 8%;
  width: 7px;
  height: 13px;
  border-radius: 2px;
  opacity: 0;
  background: linear-gradient(180deg, #fff6c8, #e50914 55%, #65d3ff);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
  animation: ish-hm-confetti-fly 1.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes ish-hm-disco-hue {
  0% {
    filter: hue-rotate(0deg) saturate(1.12);
  }
  100% {
    filter: hue-rotate(360deg) saturate(1.4);
  }
}

body.ish-home-modern .ish-hm-row--disco .ish-hm-row__track {
  animation: ish-hm-disco-hue 1.08s linear infinite;
}

@keyframes ish-hm-stage-sweep {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body.ish-home-modern .ish-hm-row--stage-flash .container-fluid::after {
  content: '';
  position: absolute;
  inset: -6px 0 auto 0;
  height: min(100%, 420px);
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(
    118deg,
    transparent 38%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 62%
  );
  animation: ish-hm-stage-sweep 0.55s ease-out forwards;
}

body.ish-home-modern.ish-modern-light .ish-hm-row--stage-flash .container-fluid::after {
  background: linear-gradient(
    118deg,
    transparent 38%,
    rgba(229, 9, 20, 0.12) 50%,
    transparent 62%
  );
}

@keyframes ish-hm-celebrate-glow {
  0%,
  100% {
    box-shadow: inset 0 0 0 0 rgba(229, 9, 20, 0);
  }
  40% {
    box-shadow: inset 0 0 0 3px rgba(229, 9, 20, 0.35);
  }
}

body.ish-home-modern .ish-hm-row--celebrate .netflix-row-container {
  animation: ish-hm-celebrate-glow 1.1s ease-in-out 2;
  border-radius: 18px;
}

body.ish-home-modern .ish-hm-row-card--spark-flash-mega {
  animation: ish-hm-spark-flash-mega 1.35s ease-out 1;
  z-index: 3;
  position: relative;
}

@keyframes ish-hm-spark-flash-mega {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.65), 0 0 24px rgba(101, 211, 255, 0.45);
  }
  55% {
    box-shadow: 0 0 0 22px rgba(229, 9, 20, 0), 0 0 48px rgba(160, 123, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 9, 20, 0), 0 0 0 rgba(0, 0, 0, 0);
  }
}

body.ish-home-modern .ish-hm-row--wild .ish-hm-row-card {
  transform: translateY(-3px) rotate(var(--ish-wild-r, 0deg));
}

body.ish-home-modern .ish-hm-row--wild .ish-hm-row-card:hover {
  transform: translateY(-8px) rotate(var(--ish-wild-r, 0deg)) scale(1.02);
}

body.ish-home-modern .ish-hm-row-card--spotlit {
  position: relative;
  z-index: 2;
  border-color: rgba(229, 9, 20, 0.85) !important;
  box-shadow:
    0 0 0 2px hsla(var(--ish-spot-hue, 348), 92%, 58%, 0.78),
    0 22px 52px rgba(0, 0, 0, 0.38);
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card--spotlit {
  box-shadow:
    0 0 0 2px hsla(var(--ish-spot-hue, 348), 85%, 48%, 0.55),
    0 18px 40px rgba(31, 36, 48, 0.14);
}

@keyframes ish-hm-glitch-skew {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    filter: hue-rotate(0deg);
  }
  25% {
    transform: translate3d(-3px, 1px, 0) skewX(-0.6deg);
    filter: hue-rotate(70deg) contrast(1.08);
  }
  50% {
    transform: translate3d(3px, -1px, 0) skewX(0.5deg);
    filter: hue-rotate(-50deg);
  }
  75% {
    transform: translate3d(-2px, -1px, 0);
    filter: hue-rotate(120deg) saturate(1.15);
  }
}

body.ish-home-modern .ish-hm-row--glitch .netflix-row-container {
  animation: ish-hm-glitch-skew 0.26s steps(2, end) 5;
}

@keyframes ish-hm-chroma-ring {
  0% {
    box-shadow:
      0 0 0 2px rgba(229, 9, 20, 0.75),
      0 0 28px rgba(101, 211, 255, 0.35);
  }
  33% {
    box-shadow:
      0 0 0 2px rgba(101, 211, 255, 0.85),
      0 0 30px rgba(160, 123, 255, 0.45);
  }
  66% {
    box-shadow:
      0 0 0 2px rgba(255, 216, 107, 0.9),
      0 0 26px rgba(229, 9, 20, 0.4);
  }
  100% {
    box-shadow:
      0 0 0 2px rgba(229, 9, 20, 0.75),
      0 0 22px rgba(255, 120, 200, 0.35);
  }
}

body.ish-home-modern .ish-hm-row--chroma .netflix-row-container {
  animation: ish-hm-chroma-ring 0.72s linear infinite;
  border-radius: 18px;
}

@keyframes ish-hm-spark-pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}

body.ish-home-modern .ish-hm-spark-pop {
  animation: ish-hm-spark-pop 0.58s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

body.ish-home-modern .ish-hm-row--invert-flash {
  filter: invert(1) contrast(1.05);
  transition: filter 0.08s ease;
}

@keyframes ish-hm-bloom-pulse {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

body.ish-home-modern .ish-hm-row--bloom .container-fluid::before {
  content: '';
  position: absolute;
  inset: -18% -4% auto -4%;
  height: 115%;
  pointer-events: none;
  z-index: 4;
  background: radial-gradient(ellipse 58% 58% at 50% 88%, rgba(255, 214, 120, 0.5), transparent 74%);
  animation: ish-hm-bloom-pulse 1.22s ease-out forwards;
}

@keyframes ish-hm-laser-move {
  0% {
    transform: translateY(-6%);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    transform: translateY(105%);
    opacity: 0;
  }
}

body.ish-home-modern .ish-hm-row--laser-scan .netflix-row-container {
  position: relative;
}

body.ish-home-modern .ish-hm-row--laser-scan .netflix-row-container::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(101, 211, 255, 0.95),
    rgba(255, 105, 180, 0.92),
    transparent
  );
  box-shadow: 0 0 20px rgba(101, 211, 255, 0.55);
  z-index: 8;
  pointer-events: none;
  animation: ish-hm-laser-move 0.74s ease-in-out forwards;
}

@keyframes ish-hm-orbit-hue {
  to {
    filter: hue-rotate(360deg) saturate(1.25);
  }
}

body.ish-home-modern .ish-hm-row--orbit .netflix-row-container {
  position: relative;
  border-radius: 18px;
  animation: ish-hm-orbit-hue 2.35s linear infinite;
  box-shadow:
    0 0 0 2px rgba(229, 9, 20, 0.38),
    0 0 28px rgba(160, 123, 255, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

body.ish-home-modern .ish-hm-mini-flip {
  perspective: 1100px;
}

@keyframes ish-hm-flip-tilt {
  0%,
  100% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  35% {
    transform: rotateY(-13deg) rotateX(5deg);
  }
  65% {
    transform: rotateY(11deg) rotateX(-4deg);
  }
}

body.ish-home-modern .ish-hm-mini-flip .ish-hm-row__track {
  transform-style: preserve-3d;
  animation: ish-hm-flip-tilt 0.78s cubic-bezier(0.34, 1.35, 0.64, 1) both;
}

@keyframes ish-hm-mini-wink {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }
  40% {
    opacity: 0.72;
    filter: brightness(1.4) drop-shadow(0 0 14px rgba(229, 9, 20, 0.55));
  }
  70% {
    opacity: 1;
    filter: brightness(1.12);
  }
}

body.ish-home-modern .ish-hm-row-card--mini-wink {
  animation: ish-hm-mini-wink 0.7s ease-in-out 1;
  position: relative;
  z-index: 2;
}

body.ish-home-modern .ish-hm-row--mist .ish-hm-row-card {
  opacity: 0.34;
  transition: opacity 0.32s ease;
}

body.ish-home-modern .ish-hm-row--mist .ish-hm-row-card--mist-hero {
  opacity: 1 !important;
  filter: brightness(1.12);
}

@keyframes ish-hm-ping-scale {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.035);
  }
}

body.ish-home-modern .ish-hm-ping {
  animation: ish-hm-ping-scale 0.55s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

body.ish-home-modern .ish-hm-track--vault-blur {
  filter: blur(5px) saturate(1.08);
  transition: filter 0.2s ease;
}

@keyframes ish-hm-frost-fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body.ish-home-modern .ish-hm-row--frost .netflix-row-container::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  background: linear-gradient(180deg, rgba(120, 200, 255, 0.28), transparent 58%);
  animation: ish-hm-frost-fade 1.05s ease forwards;
}

@keyframes ish-hm-stamp {
  0%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.04);
  }
}

body.ish-home-modern .ish-hm-row-card--stamp {
  animation: ish-hm-stamp 0.88s cubic-bezier(0.34, 1.2, 0.64, 1) 1;
  box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.55);
}

@keyframes ish-hm-swirl-tilt {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2.6deg);
  }
}

body.ish-home-modern .ish-hm-row--swirl .netflix-row-container .ish-hm-row__track {
  animation: ish-hm-swirl-tilt 0.85s ease both;
}

@keyframes ish-hm-ribbon-slide {
  to {
    background-position: 200% 0;
  }
}

body.ish-home-modern .ish-hm-row--ribbon .container-fluid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #e50914, #65d3ff, #ffd86b, transparent);
  background-size: 200% 100%;
  animation: ish-hm-ribbon-slide 1.45s linear infinite;
  z-index: 6;
  pointer-events: none;
}

@keyframes ish-hm-tide-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

body.ish-home-modern .ish-hm-row-card--tide {
  animation: ish-hm-tide-y 0.52s ease-in-out 1;
}

@keyframes ish-hm-blink-card {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.42;
  }
}

body.ish-home-modern .ish-hm-row--blinkwave .ish-hm-row-card {
  animation: ish-hm-blink-card 0.52s ease-in-out 1;
}

body.ish-home-modern .ish-hm-row--blinkwave .ish-hm-row-card:nth-child(odd) {
  animation-delay: 0.07s;
}

@keyframes ish-hm-laser-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-520%);
    opacity: 0;
  }
}

body.ish-home-modern .ish-hm-row--laser-up .netflix-row-container {
  position: relative;
}

body.ish-home-modern .ish-hm-row--laser-up .netflix-row-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 105, 180, 0.95),
    rgba(101, 211, 255, 0.92),
    transparent
  );
  box-shadow: 0 0 16px rgba(255, 105, 180, 0.45);
  z-index: 8;
  pointer-events: none;
  animation: ish-hm-laser-up 0.7s ease-in-out forwards;
}

@keyframes ish-hm-neon-pulse {
  0%,
  100% {
    text-shadow: 0 0 8px rgba(101, 211, 255, 0.55), 0 0 2px rgba(255, 255, 255, 0.35);
  }
  50% {
    text-shadow: 0 0 20px rgba(229, 9, 20, 0.55), 0 0 10px rgba(255, 216, 107, 0.45);
  }
}

body.ish-home-modern .ish-hm-row__title--neon {
  animation: ish-hm-neon-pulse 0.52s ease-in-out infinite;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__title--neon {
  animation: ish-hm-neon-pulse 0.52s ease-in-out infinite;
}

@keyframes ish-hm-forge-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 120, 40, 0);
  }
  50% {
    box-shadow:
      0 0 36px rgba(255, 95, 30, 0.42),
      inset 0 0 22px rgba(255, 140, 60, 0.12);
  }
}

body.ish-home-modern .ish-hm-forge-glow {
  animation: ish-hm-forge-pulse 1.05s ease-in-out 2;
  border-radius: 18px;
}

@keyframes ish-hm-meteor-sweep {
  0% {
    transform: translate(-18%, -8%) rotate(12deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate(22%, 14%) rotate(12deg);
    opacity: 0;
  }
}

body.ish-home-modern .ish-hm-row--meteor .netflix-row-container {
  position: relative;
}

body.ish-home-modern .ish-hm-row--meteor .netflix-row-container::after {
  content: '';
  position: absolute;
  inset: -12% -24%;
  background: linear-gradient(118deg, transparent 40%, rgba(255, 255, 255, 0.42) 50%, transparent 60%);
  pointer-events: none;
  z-index: 9;
  animation: ish-hm-meteor-sweep 0.62s ease-out forwards;
}

@keyframes ish-hm-shield-pulse {
  50% {
    outline-color: rgba(120, 255, 180, 0.22);
  }
}

body.ish-home-modern .ish-hm-row--shield {
  outline: 3px solid rgba(120, 255, 180, 0.62);
  outline-offset: 2px;
  animation: ish-hm-shield-pulse 0.42s ease-in-out 3;
}

@keyframes ish-hm-title-rave {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

body.ish-home-modern .ish-hm-row__title--rave {
  background: linear-gradient(
    90deg,
    #e50914,
    #65d3ff,
    #ffd86b,
    #a07bff,
    #e50914
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(255, 255, 255, 0.12);
  -webkit-text-fill-color: transparent;
  animation: ish-hm-title-rave 0.9s linear infinite;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__title--rave {
  background: linear-gradient(
    90deg,
    #b10818,
    #1c6ba8,
    #c9a227,
    #6a3d9e,
    #b10818
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes ish-hm-spark-rise {
  0% {
    transform: rotate(var(--ish-spark-a, 0deg)) translateY(0) scale(0.25);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: rotate(var(--ish-spark-a, 0deg)) translateY(calc(-1 * var(--ish-spark-r, 80px))) scale(1);
    opacity: 0;
  }
}

.ish-hm-spark-fx--sparkles {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  overflow: visible;
}

.ish-hm-spark-fx__spark {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 214, 120, 0.95) 42%, rgba(101, 211, 255, 0.5) 70%, transparent 100%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.55);
  animation: ish-hm-spark-rise 1.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ish-hm-row__spark--chaos {
  border-color: rgba(255, 90, 200, 0.55);
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.28), rgba(160, 60, 255, 0.22));
}

.ish-hm-row__spark--chaos:hover,
.ish-hm-row__spark--chaos:focus-visible {
  border-color: rgba(255, 150, 230, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 90, 200, 0.45), 0 0 20px rgba(229, 9, 20, 0.35);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark--chaos {
  background: linear-gradient(135deg, rgba(255, 220, 235, 0.98), rgba(230, 210, 255, 0.95));
  border-color: rgba(200, 80, 160, 0.4);
}

@media (max-width: 620px) {
  .ish-hm-row__head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }

  .ish-hm-row__title {
    flex: 0 0 auto;
    width: 100%;
    font-size: 1.45rem;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ish-hm-row__actions {
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
  }

  .ish-hm-row__spark-wrap {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 4px;
  }

  .ish-hm-row__actions {
    gap: 6px 8px;
  }

  .ish-hm-row__more {
    flex: 0 0 auto;
    align-self: center;
    white-space: nowrap;
  }

  .ish-hm-row__spark {
    padding: 5px 8px 5px 6px;
    font-size: 0.64rem;
    letter-spacing: 0.04em;
  }

  .ish-hm-row__spark--mini {
    padding: 4px 7px 4px 6px;
    font-size: 0.58rem;
  }
}

.ish-hm-row__spark--jackpot {
  border-color: rgba(255, 214, 120, 0.55);
  background: linear-gradient(135deg, rgba(255, 200, 120, 0.22), rgba(160, 90, 255, 0.18));
}

.ish-hm-row__spark--jackpot:hover,
.ish-hm-row__spark--jackpot:focus-visible {
  border-color: rgba(255, 230, 160, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 214, 120, 0.45), 0 0 18px rgba(160, 123, 255, 0.25);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark--jackpot {
  background: linear-gradient(135deg, rgba(255, 236, 200, 0.95), rgba(230, 220, 255, 0.92));
  border-color: rgba(200, 160, 80, 0.45);
}

.ish-hm-row__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.ish-hm-row__track::-webkit-scrollbar {
  height: 6px;
}

.ish-hm-row__track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.ish-hm-row .ish-hm-row-card {
  flex: 0 0 calc((100% - 64px) / 5);
  width: calc((100% - 64px) / 5);
  min-width: calc((100% - 64px) / 5);
  max-width: calc((100% - 64px) / 5);
}

.ish-hm-row-card {
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(var(--ish-shadow), 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ish-hm-row-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(var(--ish-shadow), 0.24);
}

.ish-hm-row-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.ish-hm-row-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.ish-hm-row-card:hover .ish-hm-row-card__media img {
  transform: scale(1.06);
}

.ish-hm-row-card__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(var(--ish-rgb), 0.35) 100%);
}

.ish-hm-row-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px 20px;
  text-align: left;
}

.ish-hm-row-card__cat {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  margin: 0 0 0 -16px;
  padding: 4px 12px 4px 16px;
  border-radius: 0 999px 999px 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.ish-hm-row-card__title {
  width: 100%;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.ish-hm-row-card__title a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.ish-hm-row-card__title a:hover {
  color: #fff;
}

.ish-hm-row-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}

.ish-hm-row-card__meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.ish-hm-row-card__meta i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.42);
}

.ish-hm-aside-wrap--modern-hidden {
  display: none;
}

body.ish-home-modern #Sponsor-section:not(.ish-modern-sponsors) {
  display: none !important;
}

/* Modern Light mode: home/nav layer */
body.ish-home-modern.ish-modern-light {
  --ish-canvas: #f4ead8;
  --ish-canvas-deep: #efe1ca;
  --ish-canvas-raised: #faf1e0;
  --ish-canvas-muted: #e8dcc7;
  --ish-rgb: 244, 234, 216;
  --ish-shadow: 31, 36, 48;
  background: #f4ead8;
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light #container,
body.ish-home-modern.ish-modern-light main#content {
  background: #f4ead8;
}

body.ish-home-modern.ish-modern-light .top-line {
  background: #fffaf0 !important;
  border-bottom: 1px solid #e2d4bd !important;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern {
  background: #fffaf0;
  border-color: #d6c6ad;
  box-shadow: 0 12px 34px rgba(31, 36, 48, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__link {
  color: #1f2430;
  background: #f8f0e3;
  border-color: #d6c6ad;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-light .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-light .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-light .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-light .ish-nav-modern__link--active {
  color: #111827;
  background: #fffaf0;
  border-color: #c7b391;
  box-shadow: 0 10px 24px rgba(31, 36, 48, 0.1);
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__chev {
  border-top-color: #4b5565;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__search {
  background: #fffaf0;
  border-color: #d0bea3;
  box-shadow: none;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__search input {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__search input::placeholder {
  color: #7a8496;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__search button {
  color: #1f2430;
  background: #eadfcd;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega {
  background: #fffaf0;
  border-color: #d6c6ad;
  box-shadow: 0 24px 60px rgba(31, 36, 48, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__pill,
body.ish-home-modern.ish-modern-light .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-light .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-light .ish-nav-mega__empty a {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__card-meta {
  color: #5d6678;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__card-meta i {
  color: #8a7d69;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__pill {
  --ish-subcat-color: #b9a789;
  background: #fffaf0;
  border-color: #b9a789;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.72);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-light .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-light .ish-nav-mega__pill--active {
  color: #ffffff;
  background: var(--ish-subcat-color);
  border-color: var(--ish-subcat-color);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.88), 0 6px 16px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__card {
  background: #f8f0e3;
  border-color: #d6c6ad;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category {
  background: rgba(185, 167, 137, 0.95);
  color: #ffffff;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category-news {
  background: rgba(47, 95, 169, 0.9);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category-entertainment {
  background: rgba(194, 24, 7, 0.9);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category-deaf_buzz {
  background: rgba(245, 205, 31, 0.9);
  color: #232323;
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category-awareness {
  background: rgba(175, 204, 51, 0.9);
}

body.ish-home-modern.ish-modern-light .ish-nav-mega__thumb a.category-tv {
  background: rgba(119, 25, 170, 0.9);
}

body.ish-home-modern.ish-modern-light .ish-hm-hero__content,
body.ish-home-modern.ish-modern-light .ish-hm-row-card {
  background: #fffaf0;
  border-color: #dfd2bf;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__title,
body.ish-home-modern.ish-modern-light .ish-hm-row-card__title a {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__more,
body.ish-home-modern.ish-modern-light .ish-hm-row-card__cat,
body.ish-home-modern.ish-modern-light .ish-hm-row-card__meta {
  color: #5d6678;
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__meta i {
  color: #8a7d69;
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__title a:hover,
body.ish-home-modern.ish-modern-light .ish-hm-row__more:hover {
  color: #2f5fa9;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(31, 36, 48, 0.14);
  color: #1f2430;
  box-shadow: 0 6px 18px rgba(31, 36, 48, 0.06);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-light .ish-hm-row__spark:focus-visible {
  background: #fff;
  border-color: rgba(229, 9, 20, 0.45);
  box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.2), 0 8px 22px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-row__spark--cozy[aria-pressed='true'] {
  background: rgba(229, 9, 20, 0.12);
  border-color: rgba(229, 9, 20, 0.55);
}

body.ish-home-modern.ish-modern-light .ish-hm-spark-toast {
  background: rgba(31, 36, 48, 0.94);
  color: #fffaf0;
  box-shadow: 0 14px 40px rgba(31, 36, 48, 0.2);
}

body.ish-home-modern.ish-modern-light .ish-hm-hero__media::after {
  background: radial-gradient(
    ellipse 90% 80% at 50% 35%,
    rgba(255, 250, 240, 0.26) 0%,
    rgba(243, 234, 220, 0.54) 48%,
    rgba(243, 234, 220, 0.92) 100%
  );
}

body.ish-home-modern.ish-modern-light .ish-hm-hero__gradient {
  background: linear-gradient(
    to top,
    #f3eadc 0%,
    rgba(243, 234, 220, 0.92) 36%,
    rgba(255, 250, 240, 0.48) 68%,
    rgba(243, 234, 220, 0.72) 100%
  );
}

body.ish-home-modern.ish-modern-light .ish-hm-hero--missing-image .ish-hm-hero__media img {
  opacity: 0.34;
}

body.ish-home-modern.ish-modern-light .ish-hm-hero--missing-image .ish-hm-hero__missing-label {
  display: none;
}

body.ish-home-modern.ish-modern-light .ish-hm-hero--missing-image .ish-hm-hero__content {
  z-index: 3;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body.ish-home-modern.ish-modern-light .ish-hm-hero__cat,
body.ish-home-modern.ish-modern-light .ish-hm-hero__meta {
  color: #6f6251;
}

body.ish-home-modern.ish-modern-light .ish-hm-hero__title a,
body.ish-home-modern.ish-modern-light .ish-hm-hero__cat:hover {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-hm-strip {
  border-bottom-color: #dfd2bf;
  background: #fffaf0;
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__track {
  scrollbar-color: rgba(31, 36, 48, 0.22) transparent;
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__track::-webkit-scrollbar-track {
  background: rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__track::-webkit-scrollbar-thumb {
  background: rgba(31, 36, 48, 0.22);
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__cell {
  border-color: #dfd2bf;
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__cell::after {
  background: linear-gradient(
    180deg,
    rgba(255, 250, 240, 0.04) 0%,
    rgba(31, 36, 48, 0.64) 100%
  );
}

body.ish-home-modern.ish-modern-light .ish-hm-strip__cap {
  color: #ffffff;
  background: linear-gradient(transparent, rgba(31, 36, 48, 0.82));
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form {
  background: #fffaf0;
  border-color: #d0bea3;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form input {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form input::placeholder {
  color: #7d715f;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form button {
  color: #1f2430;
  background: #eadfcd;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form label.error,
body.ish-home-modern.ish-modern-light .ish-hm-search__form #sKeywordHomeModern-error,
body.ish-home-modern.ish-modern-light .ish-hm-search__form #sKeyword-error {
  color: #5a2b2f;
  background: rgba(255, 250, 240, 0.92);
  border-color: rgba(185, 167, 137, 0.4);
  box-shadow:
    0 14px 34px rgba(31, 36, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.ish-home-modern.ish-modern-light footer {
  background: #fffaf0;
  border-top-color: #d6c6ad;
}

body.ish-home-modern.ish-modern-light footer .up-footer {
  border-bottom-color: #c7b391;
}

body.ish-home-modern.ish-modern-light footer .up-footer,
body.ish-home-modern.ish-modern-light footer .down-footer,
body.ish-home-modern.ish-modern-light footer p,
body.ish-home-modern.ish-modern-light footer .down-footer p {
  color: #5f5648;
}

body.ish-home-modern.ish-modern-light footer .down-footer p {
  max-width: none;
}

body.ish-home-modern.ish-modern-light footer .footer-widget > h1,
body.ish-home-modern.ish-modern-light footer .footer-widget h1,
body.ish-home-modern.ish-modern-light footer .footer-widget h2,
body.ish-home-modern.ish-modern-light footer .footer-widget h2 a,
body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.small-posts > li h2 a,
body.ish-home-modern.ish-modern-light footer .up-footer .featured-widget .news-post h2 a,
body.ish-home-modern.ish-modern-light footer .down-footer ul.list-footer li a {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.post-tags li,
body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.post-tags li a,
body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.post-tags li i {
  color: #7b705f;
}

body.ish-home-modern.ish-modern-light footer .up-footer .tags-widget ul.tags-list li a {
  color: #5f5648;
  background: #f8f0e3;
  border-color: #b9a789;
}

body.ish-home-modern.ish-modern-light footer .up-footer .tags-widget ul.tags-list li a:hover {
  color: #1f2430;
  background: #eadfcd;
  border-color: #9f8f73;
}

body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-light footer .down-footer a.go-top {
  color: #111827 !important;
  background: #f8f0e3 !important;
  border-color: #c7b391 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.72), 0 8px 18px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-light footer .down-footer a.go-top:hover {
  color: #000000 !important;
  background: #eadfcd !important;
  border-color: #9f8f73 !important;
}

body.ish-home-modern.ish-modern-light footer .down-footer ul.list-footer li a {
  color: #5f5648;
}

body.ish-home-modern.ish-modern-light footer .down-footer ul.list-footer li a:hover {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__track::-webkit-scrollbar-thumb {
  background: rgba(31, 36, 48, 0.2);
}

body.ish-home-modern.ish-modern-light,
body.ish-home-modern.ish-modern-light main#content,
body.ish-home-modern.ish-modern-light .ish-hm-row,
body.ish-home-modern.ish-modern-light .ish-hm-row-card,
body.ish-home-modern.ish-modern-light .ish-hm-hero__content,
body.ish-home-modern.ish-modern-light .ish-nav-mega,
body.ish-home-modern.ish-modern-light footer,
body.ish-home-modern.ish-modern-light h1,
body.ish-home-modern.ish-modern-light h2,
body.ish-home-modern.ish-modern-light h3,
body.ish-home-modern.ish-modern-light h4,
body.ish-home-modern.ish-modern-light h5,
body.ish-home-modern.ish-modern-light h6,
body.ish-home-modern.ish-modern-light p,
body.ish-home-modern.ish-modern-light li,
body.ish-home-modern.ish-modern-light span,
body.ish-home-modern.ish-modern-light a,
body.ish-home-modern.ish-modern-light input,
body.ish-home-modern.ish-modern-light button,
body.ish-home-modern.ish-modern-light .ish-hm-row__title,
body.ish-home-modern.ish-modern-light .ish-hm-row__more,
body.ish-home-modern.ish-modern-light .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-light .ish-hm-hero__title a,
body.ish-home-modern.ish-modern-light .ish-hm-hero__meta,
body.ish-home-modern.ish-modern-light .ish-nav-modern__link,
body.ish-home-modern.ish-modern-light .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-light footer .footer-widget h1,
body.ish-home-modern.ish-modern-light footer .footer-widget h2,
body.ish-home-modern.ish-modern-light footer .footer-widget h2 a,
body.ish-home-modern.ish-modern-light footer p,
body.ish-home-modern.ish-modern-light footer a {
  color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

@media (max-width: 991px) {
  body.ish-home-modern.ish-modern-light .ish-nav-modern__panel {
    background: #fffaf0;
  }

  body.ish-home-modern.ish-modern-light .ish-nav-modern__burger span {
    background: #1f2430;
  }
}
/* ——— Apple Glass Theme Toggle ——— */
body.ish-home-modern .ish-theme-toggle-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0;
  border: 0 !important;
  box-shadow: none !important;
}

body.ish-home-modern .ish-theme-toggle__text {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s ease;
}

body.ish-home-modern .ish-theme-toggle-wrap--modern .ish-theme-toggle__text--modern,
body.ish-home-modern .ish-theme-toggle-wrap--legacy .ish-theme-toggle__text--legacy {
  color: #fff;
}

body.ish-home-modern .ish-theme-toggle__track {
  width: 44px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  position: relative;
}

body.ish-home-modern .ish-theme-toggle__thumb {
  width: 18px;
  height: 18px;
  background: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

body.ish-home-modern .ish-theme-toggle[aria-checked="true"] .ish-theme-toggle__thumb {
  transform: translateX(20px);
}

body.ish-home-modern .ish-theme-toggle[aria-checked="true"] .ish-theme-toggle__track {
  background: var(--ish-accent) !important;
  border-color: var(--ish-accent) !important;
  box-shadow: 0 0 15px var(--ish-accent-glow);
}

body.ish-home-modern .ish-theme-toggle-separator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle-bar {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle__text {
  color: rgba(31, 36, 48, 0.52);
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle-wrap--modern .ish-theme-toggle__text--modern,
body.ish-home-modern.ish-modern-light .ish-theme-toggle-wrap--legacy .ish-theme-toggle__text--legacy {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle__track {
  background: #e7dece !important;
  border: 1px solid rgba(31, 36, 48, 0.28) !important;
  box-shadow:
    inset 0 1px 2px rgba(31, 36, 48, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.55);
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle__thumb {
  background: #f5efe5 !important;
  border: 1px solid rgba(31, 36, 48, 0.18);
  box-shadow: 0 2px 6px rgba(31, 36, 48, 0.22);
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle[aria-checked="true"] .ish-theme-toggle__track {
  background: var(--ish-accent) !important;
  border-color: rgba(143, 0, 8, 0.72) !important;
  box-shadow: 0 0 12px rgba(229, 9, 20, 0.22);
}

body.ish-home-modern.ish-modern-light .ish-theme-toggle-separator {
  background: rgba(31, 36, 48, 0.18);
}

/* ——— Video Show Page (Modern) ——— */
body.ish-video-modern #content-section {
  padding: 42px 0 56px;
  background: var(--ish-canvas);
}

body.ish-video-modern #content-section > .container,
body.ish-video-modern #Sponsor-section > .container {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.ish-video-modern .single-post {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 32px;
  padding: 40px;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .video-detail-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: -0.02em;
}

body.ish-video-modern .video-detail-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

/* Video detail: title + surprise toolbar (markup in video_show_main) — stack title, wrap buttons (no horizontal scroll) */
body.ish-video-modern .ish-video-surprise-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 22px;
}

body.ish-video-modern .ish-video-surprise-head .video-detail-title {
  flex: none;
  width: 100%;
  min-width: 0;
  margin-bottom: 0 !important;
  padding-right: 0;
}

body.ish-video-modern .ish-video-surprise-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 10px;
  row-gap: 10px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: visible;
  flex-shrink: 0;
}

body.ish-video-modern .format-post-video {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.42);
}

body.ish-video-modern .ish-video-actionbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -12px 0 26px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn:hover,
body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn:focus,
body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn.is-saved {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
  transform: translateY(-1px);
}

body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn:hover i,
body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn:focus i,
body.ish-video-modern:not(.ish-modern-silver) .ish-video-actionbar__btn.is-saved i {
  color: #ffffff !important;
}

body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(100, 116, 139, 0.32) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 20px rgba(40, 48, 56, 0.08) !important;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn i,
body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn span {
  color: inherit !important;
}

body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn:hover,
body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn:focus,
body.ish-video-modern.ish-modern-silver .ish-video-actionbar__btn.is-saved {
  color: #ffffff !important;
  background: #e50914 !important;
  border-color: #e50914 !important;
  transform: translateY(-1px);
}

body.ish-video-modern .ish-video-action-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99990;
  transform: translateX(-50%);
  max-width: min(92vw, 360px);
  padding: 12px 18px;
  color: #faf8f5;
  background: rgba(18, 16, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
}

body.ish-video-modern .share-post-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 0;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
  overflow: visible;
}

body.ish-video-modern .share-post-box .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  min-width: 0;
}

body.ish-video-modern .share-post-box .post-tags li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}

body.ish-video-modern .share-post-box ul.share-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 10px;
  float: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ish-video-modern .share-post-box ul.share-box li {
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

body.ish-video-modern:not(.ish-modern-silver) .share-post-box ul.share-box li a {
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(28, 28, 32, 0.62) !important;
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-size: 18px;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

body.ish-video-modern .share-post-box ul.share-box li a i {
  font-size: 18px;
  line-height: 1;
}

body.ish-video-modern:not(.ish-modern-silver) .share-post-box ul.share-box li a:hover {
  transform: translateY(-4px) scale(1.1);
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.ish-video-modern .blockquote-light {
  border-left: 4px solid var(--ish-accent);
  background: rgba(255, 255, 255, 0.03);
  padding: 24px 30px;
  border-radius: 0 16px 16px 0;
  margin: 30px 0;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .blockquote-light p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

body.ish-video-modern .blockquote-light p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .text-boxes p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

body.ish-video-modern .text-boxes p {
  font-size: 1.1rem;
  line-height: 1.7;
}

body.ish-video-modern .ish-video-upnext {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.ish-video-modern .ish-video-upnext__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .ish-video-upnext__head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0;
}

body.ish-video-modern .ish-video-upnext__head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0;
}

body.ish-video-modern .ish-video-upnext__head a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .ish-video-upnext__head a {
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.ish-video-modern .ish-video-upnext__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.ish-video-modern .ish-video-upnext-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

body.ish-video-modern .ish-video-upnext-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0c0c0f;
}

body.ish-video-modern .ish-video-upnext-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.ish-video-modern .ish-video-upnext-card__media span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

body.ish-video-modern .ish-video-upnext-card:hover .ish-video-upnext-card__media img {
  transform: scale(1.04);
}

body.ish-video-modern .ish-video-upnext-card__body {
  padding: 12px 13px 14px;
}

body.ish-video-modern .ish-video-upnext-card__cat {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

body.ish-video-modern .ish-video-upnext-card h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.28;
}

body.ish-video-modern:not(.ish-modern-silver) .ish-video-upnext-card h3 a {
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none;
}

body.ish-video-modern:not(.ish-modern-silver) .ish-video-upnext-card p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.3;
}

/* Sidebar Modern Video Page */
body.ish-video-modern #js-video-sidebar > .sidebar {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 28px;
  padding: 22px 22px 34px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-video-modern .sidebar-sticky .widget {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}

body.ish-video-modern:not(.ish-modern-silver) .sidebar-sticky .title-section {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 18px !important;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}

body.ish-video-modern.ish-modern-silver .sidebar-sticky .title-section {
  color: #0f172a !important;
}

body.ish-video-modern .sidebar-sticky .title-section h1 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

body.ish-video-modern #js-video-sidebar .row {
  row-gap: 28px !important;
  padding-bottom: 22px;
}

body.ish-video-modern #js-video-sidebar .row > [class*="col-"] {
  margin-bottom: 28px !important;
}

body.ish-video-modern #js-video-sidebar .row > [class*="col-"]:last-child {
  margin-bottom: 0 !important;
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card__media img {
  opacity: 1 !important;
  filter: brightness(1.04) contrast(1.04) saturate(1.04) !important;
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card__overlay {
  background: linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, 0.18) 100%);
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card:last-child {
  margin-bottom: 0 !important;
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card__body {
  padding: 14px 14px 16px;
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card__title {
  font-size: 0.98rem;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) #js-video-sidebar .ish-hm-row-card__title a {
  color: rgba(255, 255, 255, 0.96) !important;
  opacity: 1 !important;
}

body.ish-video-modern #js-video-sidebar .ish-hm-row-card__cat {
  opacity: 1 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.ish-video-modern #js-video-sidebar .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card {
    border-radius: 16px;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card__body {
    padding: 12px 14px 14px;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card__title {
    font-size: 0.92rem;
    line-height: 1.3;
  }
}

body.ish-video-modern .sidebar-sticky .list-posts li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.ish-video-modern .sidebar-sticky .list-posts li:last-child {
  border-bottom: none;
}

body.ish-video-modern .sidebar-sticky .post-content h2 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .sidebar-sticky .post-content h2 a {
  color: rgba(255, 255, 255, 0.85) !important;
}

body.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-silver) .sidebar-sticky .post-content h2 a:hover {
  color: #fff !important;
}

body.ish-home-modern.ish-modern-light.ish-video-modern #content-section {
  background: var(--ish-canvas);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .single-post,
body.ish-home-modern.ish-modern-light.ish-video-modern #js-video-sidebar > .sidebar {
  background: rgba(255, 250, 240, 0.72);
  border-color: rgba(31, 36, 48, 0.11);
  box-shadow:
    0 28px 70px rgba(31, 36, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-actionbar {
  background: #f8f0e3;
  border-color: #d6c6ad;
  box-shadow:
    0 18px 44px rgba(31, 36, 48, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-actionbar__btn,
body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext__head a {
  color: #1f2430 !important;
  background: #eadfcd;
  border-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-actionbar__btn:hover,
body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-actionbar__btn:focus,
body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-actionbar__btn.is-saved,
body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext__head a:hover,
body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext__head a:focus {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-action-toast {
  color: #1a1815;
  background: rgba(255, 252, 248, 0.96);
  border-color: rgba(0, 0, 0, 0.08);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext {
  border-top-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext__head h2 {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext-card {
  background: #fffaf0;
  border-color: #dfd2bf;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext-card h3 a {
  color: #1f2430 !important;
}

body.ish-home-modern.ish-modern-light.ish-video-modern .ish-video-upnext-card p {
  color: #5d6678;
}

body.ish-home-modern.ish-modern-light.ish-video-modern #js-video-sidebar .ish-hm-row-card {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(31, 36, 48, 0.1);
  box-shadow: 0 18px 46px rgba(31, 36, 48, 0.1);
}

body.ish-home-modern.ish-modern-light.ish-video-modern #js-video-sidebar .ish-hm-row-card__title a {
  color: #1f2430 !important;
}

@media (max-width: 991px) {
  body.ish-video-modern #content-section {
    padding: 28px 0 44px;
  }

  body.ish-video-modern .single-post {
    padding: 24px;
    border-radius: 24px;
  }

  body.ish-video-modern .video-detail-title {
    font-size: 1.8rem;
  }

  body.ish-video-modern .share-post-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  body.ish-video-modern .share-post-box ul.share-box {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  body.ish-video-modern .ish-video-actionbar {
    margin-top: -12px;
  }

  body.ish-video-modern .ish-video-upnext__head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ish-video-modern .ish-video-upnext__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ish-video-modern #js-video-sidebar > .sidebar {
    margin-top: 18px;
    padding: 22px 18px;
  }

  body.ish-video-modern #js-video-sidebar .row {
    justify-content: center;
    row-gap: 16px !important;
    padding-bottom: 8px;
    margin-right: 0;
    margin-left: 0;
  }

  body.ish-video-modern #js-video-sidebar .row > [class*="col-"] {
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px !important;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card {
    width: 100% !important;
    max-width: none !important;
    border-radius: 18px;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card__body {
    padding: 10px 12px 12px;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card__title {
    font-size: 0.9rem;
    line-height: 1.28;
  }

  body.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta {
    gap: 10px;
    font-size: 0.78rem;
  }

  body.ish-video-modern .ish-video-upnext-card h3 {
    font-size: 0.86rem;
  }

  body.ish-home-modern .search-results-box {
    padding: 30px;
    border-radius: 26px;
  }

  body.ish-home-modern .search-results-banner {
    padding: 26px 24px !important;
    border-radius: 18px !important;
  }

  body.ish-home-modern .search-results-banner h1 {
    font-size: 2rem;
  }

  body.ish-home-modern .ish-search-page .search-box input.form-control {
    font-size: 16px;
    height: 52px;
  }
}

/* ——— Global Search & Category Pages (Modern) ——— */
body.ish-home-modern .search-results-box {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 34px;
  padding: 56px;
  margin-bottom: 46px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}

body.ish-home-modern .search-results-banner {
  margin-bottom: 28px !important;
  padding: 38px 42px !important;
  border-radius: 22px !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .search-results-banner h1 {
  font-size: 2.65rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.12;
}

body.ish-home-modern .search-results-banner h1 {
  font-size: 2.65rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.12;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .search-results-banner h3 {
  font-size: 1.22rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

body.ish-home-modern .search-results-banner h3 {
  font-size: 1.22rem;
  font-weight: 500;
}

body.ish-home-modern.ish-search-page .ish-search-banner__row {
  align-items: stretch;
  justify-content: flex-start;
}

body.ish-home-modern.ish-search-page .ish-search-banner__titles {
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-toolbar {
  flex: 1 1 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: visible;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 10px;
  row-gap: 10px;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-btn {
  flex-shrink: 0;
  margin: 0;
  padding: 8px 14px 8px 12px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.22), rgba(101, 211, 255, 0.12));
  border: 1px solid rgba(229, 9, 20, 0.45);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-btn .fa {
  margin-right: 6px;
  opacity: 0.95;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-btn:hover {
  border-color: rgba(101, 211, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(101, 211, 255, 0.12);
  transform: translateY(-1px);
}

body.ish-home-modern.ish-search-page .ish-search-surprise-btn:active {
  transform: translateY(0);
}

body.ish-home-modern.ish-search-page .ish-search-surprise-btn--mini {
  padding: 6px 10px 6px 8px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  font-size: 0.65rem;
  letter-spacing: 0.03em;
}

@keyframes ish-search-surprise-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(229, 9, 20, 0); transform: scale(1); }
  35% { box-shadow: 0 0 0 10px rgba(229, 9, 20, 0.22); transform: scale(1.015); }
}

body.ish-home-modern.ish-search-page .ish-search-surprise-flash {
  position: relative;
  z-index: 2;
  animation: ish-search-surprise-pulse 0.75s ease 2;
}

body.ish-home-modern.ish-search-page .ish-search-surprise-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99990;
  transform: translateX(-50%);
  max-width: min(92vw, 440px);
  padding: 12px 18px;
  color: #faf8f5;
  background: rgba(18, 16, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
  animation: ish-search-toast-in 0.35s ease;
}

@keyframes ish-search-toast-in {
  from { opacity: 0; transform: translateX(-50%) translateY(12px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

body.ish-home-modern.ish-search-page .ish-search-tools {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-home-modern.ish-search-page .ish-search-tools__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.ish-home-modern.ish-search-page .ish-search-tools__group,
body.ish-home-modern.ish-search-page .ish-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

body.ish-home-modern.ish-search-page .ish-search-tools__group--sort {
  justify-content: flex-end;
  flex-shrink: 0;
}

body.ish-home-modern.ish-search-page .ish-search-tool-chip,
body.ish-home-modern.ish-search-page .ish-search-suggestion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.ish-home-modern.ish-search-page .ish-search-suggestion::before {
  content: "#";
  margin-right: 2px;
  opacity: 0.64;
}

body.ish-home-modern.ish-search-page .ish-search-tool-chip:hover,
body.ish-home-modern.ish-search-page .ish-search-tool-chip:focus,
body.ish-home-modern.ish-search-page .ish-search-suggestion:hover,
body.ish-home-modern.ish-search-page .ish-search-suggestion:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

body.ish-home-modern.ish-search-page .ish-search-tool-chip.is-active {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.28);
}

body.ish-home-modern.ish-search-page [data-modern-search-card][hidden] {
  display: none !important;
}

body.ish-home-modern .ish-search-page .search-box form {
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.ish-home-modern .ish-search-page .search-box input.form-control {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 18px;
  padding: 16px 24px;
  height: 58px;
  box-shadow: none !important;
}

body.ish-home-modern .ish-search-page .search-box button.btn {
  background: #fff !important;
  color: #000 !important;
  border-radius: 16px !important;
  min-width: 64px;
  padding: 0 28px;
  font-weight: 700;
  border: none !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box button.btn,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn-primary {
  position: static !important;
  top: auto !important;
  right: auto !important;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: #141414 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box button.btn i,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn i {
  color: #ffffff !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box button.btn:hover,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box button.btn:focus,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn:hover,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn:focus {
  color: #ffffff !important;
  background: #e50914 !important;
  border-color: #e50914 !important;
  transform: translateY(-1px);
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box form,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box input.form-control,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form input.form-control {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box button.btn,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-form button.btn {
  flex: 0 0 48px;
}

@media (max-width: 991px) {
  body.ish-home-modern .search-results-box {
    padding: 30px;
    border-radius: 26px;
  }

  body.ish-home-modern .search-results-banner {
    padding: 26px 24px !important;
    border-radius: 18px !important;
  }

  body.ish-home-modern .search-results-banner h1 {
    font-size: 2rem;
  }

  body.ish-home-modern .ish-search-page .search-box input.form-control {
    font-size: 16px;
    height: 52px;
  }

  body.ish-home-modern.ish-search-page .ish-search-tools__row {
    flex-direction: column;
    align-items: stretch;
  }

  body.ish-home-modern.ish-search-page .ish-search-tools__group--sort {
    justify-content: flex-start;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-btn--mini .ish-search-surprise-btn__label {
    display: none;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-btn--mini {
    padding: 7px 9px;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-btn--mini .fa {
    margin-right: 0;
  }
}

/* Category Blocks & Listing */
body.ish-home-modern .posts-block {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

body.ish-home-modern .title-section {
  border-bottom: none !important;
  margin-bottom: 24px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark) .title-section h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
}

body.ish-home-modern .title-section h1 {
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
}

body.ish-home-modern.ish-modern-light .title-section h1,
body.ish-home-modern.ish-modern-sepia .title-section h1,
body.ish-home-modern.ish-modern-contrast .title-section h1,
body.ish-home-modern.ish-modern-ocean .title-section h1,
body.ish-home-modern.ish-modern-light .title-section.sidebar-title h1,
body.ish-home-modern.ish-modern-sepia .title-section.sidebar-title h1,
body.ish-home-modern.ish-modern-contrast .title-section.sidebar-title h1,
body.ish-home-modern.ish-modern-ocean .title-section.sidebar-title h1 {
  color: var(--ish-hero-shell-text, #0f172a) !important;
}

body.ish-home-modern.ish-category-page .title-section h1 {
  justify-content: flex-start;
  align-items: stretch;
}

body.ish-home-modern.ish-category-page .title-section h1 .ish-cat-title-text {
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
}

body.ish-home-modern.ish-category-page .title-section h1 .ish-cat-surprise-wrap {
  flex: 1 1 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: visible;
}

body.ish-home-modern .title-section h1 .btn-more {
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

body.ish-home-modern .title-section h1 .btn-more:hover {
  background: #fff;
  color: #000;
}

/* Ensure sidebar on all modern pages uses glass */
body.ish-home-modern .ish-hm-sidebar .sidebar-widget,
body.ish-home-modern .sidebar-sticky .widget {
  background: var(--ish-glass-bg);
  backdrop-filter: var(--ish-glass-blur);
  -webkit-backdrop-filter: var(--ish-glass-blur);
  border: 1px solid var(--ish-glass-border);
  border-radius: 24px;
  padding: 24px;
}

body.ish-home-modern .ish-hm-row-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.ish-home-modern .sidebar .social-widget p {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.55;
}

body.ish-home-modern.ish-search-page .sidebar-sticky {
  margin-top: 28px;
}

body.ish-home-modern.ish-search-page #content-section > .container,
body.ish-home-modern.ish-search-page #Sponsor-section > .container {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.ish-home-modern.ish-search-page #js-search-video-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 24px 18px;
  margin-right: 0;
  margin-left: 0;
}

body.ish-home-modern.ish-search-page #js-search-video-grid > [class*="col-"] {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  body.ish-home-modern.ish-search-page #js-search-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

@media (max-width: 991px) {
  body.ish-home-modern.ish-search-page #js-search-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 30px 24px;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid > [class*="col-"],
  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card {
    width: 100% !important;
    max-width: none !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card__body {
    padding: 9px 10px 12px;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card__title {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card__description,
  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card__meta {
    display: none;
  }
}

@media (max-width: 575px) {
  body.ish-home-modern.ish-search-page #js-search-video-grid {
    grid-template-columns: minmax(0, min(100%, 360px));
    justify-content: center;
    justify-items: center;
    gap: 22px;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid > [class*="col-"],
  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card {
    width: 100% !important;
    max-width: 360px !important;
  }
}

body.ish-home-modern.ish-category-page #content-section > .container {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.ish-home-modern.ish-category-page .ish-cat-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -2px 0 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-home-modern.ish-category-page .ish-cat-tools__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 420px;
  min-width: 0;
  height: 48px;
  padding: 0 12px 0 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

body.ish-home-modern.ish-category-page .ish-cat-tools__search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.96rem;
  font-weight: 650;
}

body.ish-home-modern.ish-category-page .ish-cat-tools__search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.ish-home-modern.ish-category-page .ish-cat-tools__search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

body.ish-home-modern.ish-category-page .ish-cat-tools__sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

body.ish-home-modern.ish-category-page .ish-cat-tool-chip,
body.ish-home-modern.ish-category-page .ish-cat-subnav__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.ish-home-modern.ish-category-page .ish-cat-tool-chip:hover,
body.ish-home-modern.ish-category-page .ish-cat-tool-chip:focus,
body.ish-home-modern.ish-category-page .ish-cat-subnav__chip:hover,
body.ish-home-modern.ish-category-page .ish-cat-subnav__chip:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

body.ish-home-modern.ish-category-page .ish-cat-tool-chip.is-active,
body.ish-home-modern.ish-category-page .ish-cat-subnav__chip.is-active {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.28);
}

body.ish-home-modern.ish-category-page .ish-cat-new-chip {
  gap: 7px;
  color: #ffffff;
  background: rgba(101, 211, 255, 0.16);
  border-color: rgba(101, 211, 255, 0.34);
}

body.ish-home-modern.ish-category-page .ish-cat-new-chip:not([hidden]) {
  display: inline-flex;
}

body.ish-home-modern.ish-category-page .ish-cat-new-chip.is-active {
  background: #65d3ff;
  border-color: #65d3ff;
  color: #0b1018 !important;
  box-shadow: 0 12px 28px rgba(101, 211, 255, 0.22);
}

body.ish-home-modern.ish-category-page .ish-cat-new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  color: #0b1018;
  background: #65d3ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.ish-home-modern.ish-category-page .ish-cat-subnav {
  position: sticky;
  top: 90px;
  z-index: 20;
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
  padding: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  background: rgba(13, 13, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

body.ish-home-modern.ish-category-page .ish-cat-subnav::-webkit-scrollbar {
  display: none;
}

body.ish-home-modern.ish-category-page [data-modern-category-card][hidden] {
  display: none !important;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools {
  background: #f8f0e3;
  border-color: #d6c6ad;
  box-shadow:
    0 18px 44px rgba(31, 36, 48, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search {
  color: #5d6678;
  background: #fffaf0;
  border-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search input {
  color: #1f2430;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search input::placeholder {
  color: #7a8496;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search button,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tool-chip,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-subnav__chip {
  color: #1f2430;
  background: #eadfcd;
  border-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search button:hover,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search button:focus,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tool-chip:hover,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tool-chip:focus,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-subnav__chip:hover,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-subnav__chip:focus {
  color: #ffffff;
  background: #1f2430;
  border-color: #1f2430;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search button:hover i,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tools__search button:focus i {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-tool-chip.is-active,
body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-subnav__chip.is-active {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-new-chip {
  color: #11304c;
  background: #dcefff;
  border-color: #a9d5f5;
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-new-chip.is-active {
  color: #ffffff !important;
  background: #156bb0;
  border-color: #156bb0;
  box-shadow: 0 12px 28px rgba(21, 107, 176, 0.18);
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-new-badge {
  color: #ffffff;
  background: #156bb0;
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 24px rgba(31, 36, 48, 0.18);
}

body.ish-home-modern.ish-modern-light.ish-category-page .ish-cat-subnav {
  background: rgba(248, 240, 227, 0.86);
  border-color: rgba(185, 167, 137, 0.52);
  box-shadow: 0 14px 34px rgba(31, 36, 48, 0.1);
}

@media (max-width: 767px) {
  body.ish-home-modern.ish-category-page .ish-cat-tools {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  body.ish-home-modern.ish-category-page .ish-cat-tools__search {
    flex-basis: auto;
    height: 46px;
  }

  body.ish-home-modern.ish-category-page .ish-cat-tools__sort {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  body.ish-home-modern.ish-category-page .ish-cat-tool-chip {
    width: 100%;
    padding: 0 10px;
  }

  body.ish-home-modern.ish-category-page .ish-cat-subnav {
    top: 76px;
    margin-bottom: 18px;
  }
}

body.ish-home-modern .sidebar .social-widget .socials {
  display: block;
  overflow: visible;
}

body.ish-home-modern .sidebar .social-widget .socials .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body.ish-home-modern .sidebar .social-widget .socials .row > [class*="col-"] {
  display: contents;
  padding: 0;
}

body.ish-home-modern .sidebar .social-widget .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  color: #fff !important;
  background: rgba(28, 28, 32, 0.62) !important;
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.ish-home-modern .sidebar .social-widget .social i {
  font-size: 17px;
  line-height: 1;
}

body.ish-home-modern .sidebar .social-widget .social__text {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.ish-home-modern .sidebar .social-widget .social:hover,
body.ish-home-modern .sidebar .social-widget .social:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

body.ish-home-modern.ish-modern-light .sidebar .social-widget p {
  color: #4a5262 !important;
}

body.ish-home-modern.ish-modern-light .sidebar .social-widget .social {
  color: #1f2430 !important;
  background: rgba(255, 250, 240, 0.78) !important;
  border-color: rgba(31, 36, 48, 0.12);
  box-shadow:
    0 12px 30px rgba(31, 36, 48, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light .sidebar .social-widget .social:hover,
body.ish-home-modern.ish-modern-light .sidebar .social-widget .social:focus {
  color: #1f2430 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(31, 36, 48, 0.18);
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-results-box,
body.ish-home-modern.ish-modern-light.ish-search-page .posts-block.articles-box {
  background: rgba(255, 250, 240, 0.82);
  border-color: rgba(185, 167, 137, 0.44);
  box-shadow:
    0 28px 70px rgba(31, 36, 48, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner {
  background: #f8f0e3;
  border-color: #d6c6ad;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner h1,
body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner h1 span,
body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner h3,
body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner h3 b {
  color: #1f2430 !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-results-banner h3 {
  color: #5d6678 !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-surprise-btn {
  color: #1a1815;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(28, 107, 168, 0.1));
  border-color: rgba(177, 8, 24, 0.35);
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-surprise-toast {
  color: #1a1815;
  background: rgba(255, 252, 248, 0.96);
  border-color: rgba(0, 0, 0, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  body.ish-home-modern.ish-search-page .ish-search-surprise-btn {
    transition: none;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-btn:hover {
    transform: none;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-flash {
    animation: none;
    outline: 2px solid rgba(229, 9, 20, 0.55);
    outline-offset: 4px;
  }

  body.ish-home-modern.ish-search-page .ish-search-surprise-toast {
    animation: none;
  }
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box form {
  background: #fffaf0;
  border-color: #d0bea3;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box input.form-control {
  color: #1f2430 !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box input.form-control::placeholder {
  color: #7a8496;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f2430 !important;
  background: #eadfcd !important;
  border: 1px solid rgba(31, 36, 48, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn i {
  color: #1f2430 !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn:hover,
body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn:focus {
  color: #ffffff !important;
  background: #e50914 !important;
  border-color: #e50914 !important;
  transform: translateY(-1px);
}

body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn:hover i,
body.ish-home-modern.ish-modern-light.ish-search-page .search-box button.btn:focus i {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-tools {
  background: #f8f0e3;
  border-color: #d6c6ad;
  box-shadow:
    0 18px 44px rgba(31, 36, 48, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-tool-chip,
body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-suggestion {
  color: #1f2430;
  background: #eadfcd;
  border-color: rgba(31, 36, 48, 0.12);
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-tool-chip:hover,
body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-tool-chip:focus,
body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-suggestion:hover,
body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-suggestion:focus {
  color: #ffffff;
  background: #1f2430;
  border-color: #1f2430;
}

body.ish-home-modern.ish-modern-light.ish-search-page .ish-search-tool-chip.is-active {
  color: #ffffff !important;
  background: #e50914;
  border-color: #e50914;
}

body.ish-home-modern.ish-modern-light.ish-search-page #js-search-video-grid .ish-hm-row-card {
  background: #fffaf0;
  border-color: #dfd2bf;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light.ish-category-page #content-section {
  background: #f3eadc;
}

body.ish-home-modern.ish-modern-light.ish-category-page .posts-block.standard-box {
  background: rgba(255, 250, 240, 0.84);
  border-color: rgba(185, 167, 137, 0.46);
  box-shadow:
    0 28px 70px rgba(31, 36, 48, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-category-page .title-section {
  border-color: rgba(185, 167, 137, 0.44);
}

body.ish-home-modern.ish-modern-light.ish-category-page .title-section h1,
body.ish-home-modern.ish-modern-light.ish-category-page .title-section h1 span,
body.ish-home-modern.ish-modern-light.ish-category-page .entry-title {
  color: #1f2430 !important;
}

body.ish-home-modern.ish-modern-light.ish-category-page .filter-buttons {
  margin-bottom: 30px;
  padding: 24px;
  background: #f8f0e3;
  border: 1px solid #d6c6ad;
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light.ish-category-page .filter-buttons p {
  color: #5d6678 !important;
}

body.ish-home-modern.ish-category-page #js-category-video-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 24px 18px;
  margin-right: 0;
  margin-left: 0;
}

body.ish-home-modern.ish-category-page #js-category-video-grid > [class*="col-"] {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  body.ish-home-modern.ish-category-page #js-category-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.ish-home-modern.ish-category-page #js-category-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 30px 24px;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid > [class*="col-"],
  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card {
    width: 100% !important;
    max-width: none !important;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__body {
    padding: 9px 10px 12px;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__title {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__description,
  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__meta {
    display: none;
  }
}

@media (max-width: 575px) {
  body.ish-home-modern.ish-category-page #js-category-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 18px 14px;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid > [class*="col-"],
  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card {
    width: 100% !important;
    max-width: none !important;
  }
}

body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card {
  width: 100%;
  max-width: none;
  min-width: 0;
}

body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__body {
  padding: 10px 12px 14px;
}

body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__title {
  font-size: clamp(0.84rem, 2vw, 0.98rem);
  line-height: 1.28;
}

body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__title a {
  overflow-wrap: anywhere;
}

body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card__cat {
  margin-left: -12px;
  padding: 4px 12px;
  font-size: 0.68rem;
}

body.ish-home-modern.ish-modern-light.ish-category-page #js-category-video-grid .ish-hm-row-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  background: #fffaf0;
  border-color: #dfd2bf;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light.ish-category-page #js-category-video-grid .ish-hm-row-card__title a {
  color: #1f2430 !important;
}

/* True black search results mode */
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) {
  --ish-canvas: #000000;
  --ish-canvas-deep: #000000;
  --ish-canvas-raised: #000000;
  --ish-canvas-muted: #050505;
  --ish-rgb: 0, 0, 0;
  --ish-shadow: 0, 0, 0;
  --ish-glass-bg: #000000;
  --ish-glass-border: rgba(255, 255, 255, 0.14);
  background: #000000 !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver)::before {
  display: none;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #container,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) header,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .top-line,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #content-section,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer {
  background: #000000 !important;
  background-color: #000000 !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-results-box,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-results-banner,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .posts-block.articles-box,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #js-search-video-grid .ish-hm-row-card,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .sidebar .sidebar-widget,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .sidebar-sticky .widget,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section .posts-block,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section .news-post,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .featured-widget .news-post {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .search-box form,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .sidebar .social-widget .social,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer a.go-top {
  background: #050505 !important;
  background-color: #050505 !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .top-line,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer,
body.ish-home-modern.ish-search-page:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* True black video detail mode */
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) {
  --ish-canvas: #000000;
  --ish-canvas-deep: #000000;
  --ish-canvas-raised: #141414;
  --ish-canvas-muted: #1b1b1b;
  --ish-rgb: 0, 0, 0;
  --ish-shadow: 0, 0, 0;
  --ish-glass-bg: #141414;
  --ish-glass-border: rgba(255, 255, 255, 0.12);
  background: #000000 !important;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver)::before {
  display: none;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #container,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) header,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .top-line,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #content-section,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer {
  background: #000000 !important;
  background-color: #000000 !important;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .top-line,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .single-post,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #js-video-sidebar > .sidebar,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #js-video-sidebar .ish-hm-row-card,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section .posts-block,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #Sponsor-section .news-post,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .featured-widget .news-post {
  background: #141414 !important;
  background-color: #141414 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .blockquote-light,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .share-post-box ul.share-box li a,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer a.go-top {
  background: #1b1b1b !important;
  background-color: #1b1b1b !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .format-post-video {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer *,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer * {
  background-color: #000000 !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .news-post,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .post-cont,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .tags-list,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .small-posts,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .list-footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .up-footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .down-footer,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .footer-widget,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .news-post,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .post-cont,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .tags-list,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .small-posts,
body.ish-home-modern.ish-video-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer .list-footer {
  background: #000000 !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern .ish-modern-loader {
  display: inline-flex;
  position: fixed;
  right: auto;
  bottom: 28px;
  left: 50%;
  z-index: 10020;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  min-height: 58px;
  margin: 0;
  padding: 10px 20px 10px 12px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(18, 18, 22, 0.94);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

body.ish-home-modern .ish-modern-loader__orb {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    conic-gradient(from 0deg, #e50914, rgba(229, 9, 20, 0.1), #ffffff, #e50914);
  animation: ishLoaderSpin 1.1s linear infinite;
  box-shadow: 0 0 22px rgba(229, 9, 20, 0.24);
}

body.ish-home-modern .ish-modern-loader__orb::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: rgba(18, 18, 22, 0.96);
}

body.ish-home-modern .ish-modern-loader__content {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  min-width: 0;
}

body.ish-home-modern .ish-modern-loader__label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

body.ish-home-modern .ish-modern-loader__dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

body.ish-home-modern .ish-modern-loader__dots i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  animation: ishLoaderPulse 1s ease-in-out infinite;
}

body.ish-home-modern .ish-modern-loader__dots i:nth-child(2) {
  animation-delay: 0.14s;
}

body.ish-home-modern .ish-modern-loader__dots i:nth-child(3) {
  animation-delay: 0.28s;
}

body.ish-home-modern.ish-modern-light .ish-modern-loader {
  color: #1f2430;
  background: rgba(255, 250, 240, 0.94);
  border-color: rgba(185, 167, 137, 0.44);
  box-shadow:
    0 18px 44px rgba(31, 36, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ish-home-modern.ish-modern-light .ish-modern-loader__orb::after {
  background: #fffaf0;
}

body.ish-home-modern.ish-modern-light .ish-modern-loader__dots i {
  background: rgba(31, 36, 48, 0.68);
}

@keyframes ishLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ishLoaderPulse {
  0%, 100% {
    opacity: 0.38;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes ishSearchValidationIn {
  0% {
    opacity: 0;
    transform: translateY(-6px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.ish-home-modern .ish-modern-sponsors {
  display: block !important;
  padding: 36px 0 10px;
  background: transparent !important;
  border-top: 0 !important;
}

body.ish-home-modern .ish-modern-sponsors > .container-fluid {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

body.ish-home-modern .ish-modern-sponsors__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

body.ish-home-modern .ish-modern-sponsors__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  /* width: max-content (NOT 100%) so the track sizes to its actual content.
     With the duplicated sponsor list inside, max-content = 2 × (one copy
     width). The animation then shifts by -50% which equals exactly one copy
     → the second copy lands precisely where the first one started and the
     loop is seamless. width: 100% would have made -50% equal half the
     viewport instead, producing the visible "two copies side by side" jump
     the user reported. */
  width: max-content;
  /* Padding-right == gap so the rhythm continues across the boundary between
     the two HTML copies (otherwise the seam between copies has no spacing
     and the -50% shift lands a gap short of where it should). */
  padding-right: 16px;
  animation: ishModernSponsorScroll 26s linear infinite;
  will-change: transform;
  overflow: visible !important;
  padding-bottom: 2px;
  scroll-snap-type: none;
}

body.ish-home-modern .ish-modern-sponsors__viewport:hover .ish-modern-sponsors__track {
  animation-play-state: paused;
}

body.ish-home-modern .ish-modern-sponsors--single .ish-modern-sponsors__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

body.ish-home-modern .ish-modern-sponsors--single .ish-modern-sponsors__track {
  width: 100%;
  padding-left: 0;
  justify-content: flex-start;
  --ish-single-sponsor-shift: 80%;
  animation: ishModernSponsorSingleScroll 10s linear infinite;
}

body.ish-home-modern .ish-modern-sponsors--single .ish-modern-sponsors__viewport:hover .ish-modern-sponsors__track {
  animation-play-state: paused;
}

/* ─── Spotlight variant ───
   Used when there are 2–5 unique sponsors. Only ONE HTML copy of the
   sponsor list is rendered, so any two cards visible at the same time
   are guaranteed to be two DIFFERENT sponsors — no duplicates are
   possible by construction. The flex `gap` therefore just controls how
   much breathing room sits between consecutive logos in the strip;
   sized to ~180–240 px on desktop so the row reads as paired logos,
   not a tight continuous ticker. */
body.ish-home-modern .ish-modern-sponsors--spotlight {
  --ish-sponsor-card-w: 360px;   /* bigger than the 247 px standard */
}

/* Query container = visible sponsor strip width (not full device width). */
body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsors__viewport {
  width: 100%;
  container-type: inline-size;
  container-name: ish-sponsor-spotlight;
}

/* Each sponsor gets ~8s of cycle time per slot (see animation on track). */

/* Spotlight cards have a UNIFORM SIZE for every sponsor (same width,
   same height) so the row reads as a clean grid of slots, not a ragged
   strip of auto-sized images. The white card frame is still dropped —
   each slot is transparent — so a logo with a transparent source PNG
   sits cleanly on the page background; the slot just defines the
   bounding box every image is fitted into via `object-fit: contain`. */
body.ish-home-modern .ish-modern-sponsors--spotlight {
  --ish-sponsor-card-w: clamp(220px, 26cqi, 320px);
  --ish-sponsor-row-h:  clamp(110px, 13cqi, 170px);
}

body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsor-card {
  flex: 0 0 var(--ish-sponsor-card-w) !important;
  width: var(--ish-sponsor-card-w) !important;
  min-width: var(--ish-sponsor-card-w) !important;
  max-width: var(--ish-sponsor-card-w) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Same overrides for light mode (default `.ish-modern-light .ish-hm-row-card`
   sets a cream background and 1px border that would still show). */
body.ish-home-modern.ish-modern-light .ish-modern-sponsors--spotlight .ish-modern-sponsor-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Track: flex gap is the breathing room between consecutive logos. We
   render exactly ONE HTML copy of the sponsors, so two logos sitting
   side-by-side in the strip can never be the same logo — they will
   always be two different sponsors. That means we don't need a "must
   exit before next enters" gutter; we only need enough air between
   cards for the row to read as paired logos, not a continuous ticker.
   `clamp(160px, 18cqi, 320px)` works out to roughly 200–240 px on the
   1300 px sponsor strip and scales down smoothly on tablets. */
body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsors__track {
  gap: clamp(160px, 18cqi, 320px) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  /* ~8 seconds per unique sponsor: 16 s for 2 sponsors, 40 s for 5. */
  animation: ishModernSponsorSpotlight calc(var(--ish-sponsor-fit, 2) * 8s) linear infinite !important;
}

/* `cqi` fallback for older engines: use viewport width instead. */
@supports not (width: 1cqi) {
  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsors__track {
    gap: clamp(160px, 18vw, 320px) !important;
  }
}

/* The fading edge mask (already on .__viewport) gives the cards a smooth
   fade-in on the right edge and fade-out on the left edge — exactly the
   "spotlight enters and exits" feel we want, for free. */

/* Spotlight media slot:
   Every sponsor gets the SAME bounding box — fixed width (inherited from
   the card) and fixed height (--ish-sponsor-row-h). The logo inside
   is sized via the standard `object-fit: contain` rule (defined on the
   generic `.ish-modern-sponsor-card__media img` selector higher up in
   this file) so its natural aspect is preserved. Wide logos fill width,
   square logos fill height, but the slot box itself is identical for
   every sponsor → the row reads as a clean uniform grid. */
/* Match the standard `.ish-hm-row-card` look (the cards used by every
   row above this section): same fill, same border, same 16 px radius,
   same hover shadow in light mode. The size stays uniform across
   sponsors and the logo is centered inside via the flex centering
   below — there is NO inner image padding so wide logos can fill the
   slot edge-to-edge while `object-fit: contain` preserves aspect. */
body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsor-card__media {
  aspect-ratio: auto !important;
  width: 100% !important;
  height: var(--ish-sponsor-row-h) !important;
  padding: 14px 18px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-sizing: border-box;
  /* Compositor layer so the rounded clip stays crisp during the marquee
     animation instead of stair-stepping on subpixel offsets. */
  transform: translateZ(0);
}

/* Light mode: mirror `.ish-modern-light .ish-hm-row-card` exactly so the
   sponsor slots blend with the cards in the rows above. */
body.ish-home-modern.ish-modern-light .ish-modern-sponsors--spotlight .ish-modern-sponsor-card__media {
  background: #fffaf0 !important;
  border-color: #dfd2bf !important;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern .ish-modern-sponsors .ish-modern-sponsor-card {
  /* Card width pinned to a viewport-relative formula because the track is now
     `width: max-content` — percentages on flex-basis would refer to an
     intrinsic container size and collapse to ~0. The math below mirrors the
     legacy `(100% - 64px) / 5` exactly:
       • container = min(100vw − shell-gutter*2, shell-width) = min(100vw − 32px, 1300px)
       • 5 cards per visible row with 4 × 16px gaps = container − 64px / 5
     so each card still occupies the same on-screen space as before. */
  flex: 0 0 min(calc((100vw - 96px) / 5), calc((1300px - 64px) / 5));
  width: min(calc((100vw - 96px) / 5), calc((1300px - 64px) / 5));
  min-width: min(calc((100vw - 96px) / 5), calc((1300px - 64px) / 5));
  max-width: min(calc((100vw - 96px) / 5), calc((1300px - 64px) / 5));
  background: rgba(255, 255, 255, 0.02);
}

body.ish-home-modern .ish-modern-sponsor-card__media {
  background: #ffffff;
  aspect-ratio: 16 / 9;
  height: auto;
  padding: 16px 18px;
}

body.ish-home-modern .ish-modern-sponsor-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none !important;
  transition: none;
}

body.ish-home-modern.ish-modern-light .ish-modern-sponsors {
  background: transparent !important;
  border-top: 0 !important;
}

body.ish-home-modern.ish-modern-light .ish-modern-sponsor-card__media {
  background: rgba(255, 255, 255, 0.9);
}

/* Spotlight is intentionally background-less — undo the light-mode
   white frame so the logos sit directly on the page in both themes. */
body.ish-home-modern.ish-modern-light .ish-modern-sponsors--spotlight .ish-modern-sponsor-card__media {
  background: transparent !important;
}

@keyframes ishModernSponsorScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ishModernSponsorSingleScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--ish-single-sponsor-shift), 0, 0);
  }
}

/* Spotlight cycle (2–5 sponsor variant).

   `100vw` (start)  → the track is shifted right so its left edge sits at
                      the right edge of the viewport — every card is just
                      out-of-frame to the right, waiting to enter.
   `-100%` (end)    → the track is shifted left by its OWN width — every
                      card has finished crossing the viewport and the last
                      card's right edge has just kissed the viewport's left
                      edge. The animation then loops back to 100vw, which
                      is visually identical to "first card is about to
                      enter from the right" — so the cycle is seamless.

   With only one HTML copy of the sponsor list, any two cards on screen
   at the same time are different sponsors, so we don't need a row-width
   "must exit before next enters" gutter — the flex gap is sized purely
   for visual breathing room (see `--spotlight .ish-modern-sponsors__track`). */
@keyframes ishModernSponsorSpotlight {
  from {
    transform: translate3d(100vw, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

body.ish-home-modern #Sponsor-section.ish-sponsor-wall {
  display: block !important;
  padding: 46px 0 18px !important;
  background: transparent !important;
  border-top: 0 !important;
}

body.ish-home-modern #Sponsor-section.ish-sponsor-wall > .container-fluid {
  width: calc(100% - (var(--ish-shell-gutter) * 2));
  max-width: var(--ish-shell-width);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

body.ish-home-modern .ish-sponsor-wall__head {
  align-items: center;
  margin-bottom: 20px;
}

body.ish-home-modern #Sponsor-section.ish-sponsor-wall h2 {
  margin: 0;
  color: #f6f7fb;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: 0;
}

body.ish-home-modern .ish-sponsor-wall__eyebrow {
  color: #65d3ff;
}

body.ish-home-modern .ish-sponsor-wall__rows {
  gap: 16px;
}

body.ish-home-modern .ish-sponsor-wall__viewport {
  border-radius: 8px;
}

body.ish-home-modern .ish-sponsor-wall__track {
  gap: clamp(32px, 4.5vw, 64px);
  padding-right: 16px;
  padding-left: 0;
  animation-duration: 12s;
}

body.ish-home-modern .ish-sponsor-wall__card {
  flex-basis: 248px;
  width: 248px;
}

body.ish-home-modern .ish-sponsor-wall__link {
  grid-template-rows: 92px auto;
  height: 152px;
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

body.ish-home-modern .ish-sponsor-wall__link:hover,
body.ish-home-modern .ish-sponsor-wall__link:focus {
  border-color: rgba(101, 211, 255, 0.38);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

body.ish-home-modern .ish-sponsor-wall__name {
  color: #fff;
}

body.ish-home-modern .ish-sponsor-wall__package {
  color: rgba(255, 255, 255, 0.58);
}

body.ish-home-modern.ish-modern-light #Sponsor-section.ish-sponsor-wall h2 {
  color: #171717;
}

body.ish-home-modern.ish-modern-light .ish-sponsor-wall__eyebrow {
  color: #156bb0;
}

body.ish-home-modern.ish-modern-light .ish-sponsor-wall__link {
  border-color: rgba(23, 23, 23, 0.08);
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-sponsor-wall__link:hover,
body.ish-home-modern.ish-modern-light .ish-sponsor-wall__link:focus {
  border-color: rgba(21, 107, 176, 0.24);
  box-shadow: 0 22px 52px rgba(31, 36, 48, 0.13);
}

body.ish-home-modern.ish-modern-light .ish-sponsor-wall__name {
  color: #171717;
}

body.ish-home-modern.ish-modern-light .ish-sponsor-wall__package {
  color: rgba(23, 23, 23, 0.58);
}

@media (max-width: 767px) {
  body.ish-home-modern .ish-theme-toggle-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  body.ish-home-modern .ish-theme-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
  }

  body.ish-home-modern .ish-theme-toggle__track {
    flex: 0 0 44px;
    width: 44px !important;
    height: 24px !important;
  }

  body.ish-home-modern .ish-theme-toggle__thumb {
    width: 18px !important;
    height: 18px !important;
  }

  body.ish-home-modern .netflix-row-container {
    overflow: visible;
    padding-inline: 0;
  }

  body.ish-home-modern .netflix-row-btn {
    display: none !important;
    opacity: 0.9 !important;
    top: 36%;
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
  }

  body.ish-home-modern .netflix-row-first {
    left: 4px;
  }

  body.ish-home-modern .netflix-row-last {
    right: 4px;
  }

  body.ish-home-modern .ish-hm-row__track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    overflow: visible !important;
    scroll-snap-type: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.ish-home-modern .ish-hm-row-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: none !important;
  }

  body.ish-home-modern .ish-hm-row--mobile-static .netflix-row-btn {
    display: none !important;
  }

  body.ish-home-modern .ish-hm-row--mobile-static .ish-hm-row__track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body.ish-home-modern .ish-hm-row--mobile-static .ish-hm-row-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: none !important;
  }

  body.ish-home-modern .ish-modern-sponsors {
    padding: 28px 0 8px;
  }

  body.ish-home-modern .ish-modern-sponsors__track {
    gap: 12px;
    /* Mobile gap is 12px — match it on the trailing padding so the marquee
       seam stays seamless at narrow viewports too. */
    padding-right: 12px;
    animation-duration: 20s;
  }

  /* ─── Mobile spotlight: static stacked grid ───
     A horizontal marquee on a ~360 px screen clips the entering /
     exiting card at the viewport edge for half its cycle (the "AAP"
     truncation issue). On phones, sponsors are too important to ever
     be partially visible — so we DROP the marquee on mobile and lay
     them out as a simple vertical stack instead: one sponsor per row,
     full strip width, generous height, no animation.
     This makes every sponsor 100% visible at all times, no truncation
     possible by construction. The marquee is preserved on tablets &
     desktops where there's enough horizontal room. */
  body.ish-home-modern .ish-modern-sponsors--spotlight {
    --ish-sponsor-card-w: min(88vw, 360px);
    --ish-sponsor-row-h: clamp(120px, 32vw, 170px);
  }

  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsors__viewport {
    /* Drop the edge mask: there is no horizontal scroll to fade in/out. */
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  /* Track becomes a vertical-stack column with each card centered in
     the strip (not stretched to full strip width). */
  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsors__track {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    gap: 12px !important;
    animation: none !important;
    transform: none !important;
  }

  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsor-card {
    flex: 0 0 auto !important;
    width: var(--ish-sponsor-card-w) !important;
    min-width: 0 !important;
    max-width: var(--ish-sponsor-card-w) !important;
    /* Belt-and-braces: in addition to align-items on the parent above,
       use auto margins so the card centers even if any inherited rule
       overrides `align-items`. */
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsor-card__media {
    width: 100% !important;
    height: var(--ish-sponsor-row-h) !important;
    /* Generous inner padding now that each card occupies the full strip
       width and never gets clipped — gives the logo room to breathe. */
    padding: 16px 24px !important;
  }

  /* Mobile keeps `object-fit: contain` so the logo's natural aspect is
     preserved — no cropping. With a full-width slot every logo has
     plenty of room to display at a good size. */
  body.ish-home-modern .ish-modern-sponsors--spotlight .ish-modern-sponsor-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  body.ish-home-modern .ish-modern-sponsors .ish-modern-sponsor-card {
    flex: 0 0 min(82vw, 320px) !important;
    width: min(82vw, 320px) !important;
    min-width: min(82vw, 320px) !important;
    max-width: min(82vw, 320px) !important;
  }

  body.ish-home-modern .ish-modern-sponsors--single .ish-modern-sponsors__track {
    --ish-single-sponsor-shift: 18%;
  }

  body.ish-home-modern .ish-modern-sponsor-card__body {
    display: none;
  }

  body.ish-home-modern .ish-modern-sponsor-card__media {
    height: 78px;
    padding: 12px 14px;
  }
}

@media (max-width: 767px) {
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .youtube-row-grid,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .newspaper-row-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .showcase-grid-row,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .portal-stack-row,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .portal-stack-deck,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .split-spotlight-top,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .split-spotlight-bottom,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .editorial-grid-row,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .editorial-grid-col-grid,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .trending-row-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .spotlight-duo-row,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .jumping-row-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .jumping-card-grid,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .modern-masonry-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .poster-wall-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .headline-stack-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .timeline-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .ribbon-rail-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .billboard-grid-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .compact-list-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .social-feed-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .cinema-tiles-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .extra-home-layout,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .extra-home-layout[class*="extra-home-layout--"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .rolling-rail-row__viewport,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .orbit-roll-stage {
    overflow: visible !important;
    border-radius: 12px;
    background: transparent !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .rolling-rail-row__viewport::before,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .rolling-rail-row__viewport::after,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .orbit-roll-stage::before,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .portal-stack-deck::before,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .timeline-layout::before,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .timeline-card::before {
    display: none !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .rolling-rail-row__track,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .orbit-roll-ring {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    animation: none !important;
    transform: none !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .portal-stack-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .rolling-rail-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .orbit-roll-card {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    transform: none !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .modern-masonry-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .billboard-grid-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .billboard-grid-card--lead,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .cinema-tile-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .cinema-tile-card--wide,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-card--0,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-card--1,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-card--2,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .metro-board-card--3,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .extra-home-card,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .extra-home-card--lead {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-top: 0 !important;
    transform: none !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .timeline-layout {
    padding-left: 0 !important;
  }

  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .youtube-card__title,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .newspaper-card-large__title,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .showcase-card__title,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .split-spotlight-card-large__title,
  body.ish-home-modern:not(.ish-category-page):not(.ish-search-page):not(.ish-video-modern) .extra-home-card__title {
    font-size: 0.86rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
  body.ish-home-modern.ish-search-page #js-search-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 34px !important;
    row-gap: 30px !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    transform: none !important;
    scroll-snap-align: none !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card:hover {
    transform: translateY(-2px) !important;
  }
}

@media (max-width: 575px) {
  body.ish-home-modern.ish-search-page #js-search-video-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 14px !important;
    row-gap: 18px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid > [data-modern-search-card] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    transform: none !important;
    scroll-snap-align: none !important;
  }

  body.ish-home-modern.ish-search-page #js-search-video-grid .ish-hm-row-card:hover {
    transform: translateY(-2px) !important;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  body.ish-home-modern.ish-category-page #js-category-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 34px !important;
    row-gap: 30px !important;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    transform: none !important;
    scroll-snap-align: none !important;
  }

  body.ish-home-modern.ish-category-page #js-category-video-grid .ish-hm-row-card:hover {
    transform: translateY(-2px) !important;
  }
}

/* Home modern polish layer: homepage only, loaded after all hero variants. */
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) {
  --ish-canvas: #0b1019;
  --ish-canvas-deep: #070b12;
  --ish-canvas-raised: rgba(20, 28, 42, 0.86);
  --ish-canvas-muted: rgba(16, 23, 36, 0.9);
  --ish-glass-bg: rgba(18, 27, 42, 0.66);
  --ish-glass-border: rgba(255, 255, 255, 0.12);
  --ish-accent: #14b8a6;
  --ish-accent-glow: rgba(20, 184, 166, 0.34);
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 184, 166, 0.18), transparent 30rem),
    radial-gradient(circle at 86% 4%, rgba(249, 115, 22, 0.13), transparent 27rem),
    linear-gradient(180deg, #0b1019 0%, #0d1421 42%, #101826 100%);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver)::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 22% 18%, rgba(45, 127, 249, 0.15), transparent 24rem),
    radial-gradient(circle at 78% 24%, rgba(20, 184, 166, 0.12), transparent 26rem);
  background-size: 48px 48px, 48px 48px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) #container {
  background: transparent;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .top-line {
  background: rgba(7, 11, 18, 0.64) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-nav-modern {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(10, 16, 26, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-nav-modern__brand img {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.26));
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-nav-modern__link,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-nav-modern__panel-link {
  font-weight: 500;
  letter-spacing: 0;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-slider,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-home-hero-region > [class^="ish-hero-"],
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-home-hero-region > [class*=" ish-hero-"] {
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.3));
}

body.ish-home-modern .ish-home-hero-region {
  position: relative;
  z-index: 20;
  overflow: visible;
}

body.ish-home-modern .ish-hero-style-toggle,
body.ish-home-modern .ish-hero-style-toggle.is-open {
  z-index: 100060 !important;
  isolation: isolate;
}

body.ish-home-modern .ish-home-hero-region > .ish-hero-style-toggle:not(.ish-hero-style-toggle--below) {
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.ish-home-modern .ish-hero-style-toggle__trigger {
  position: relative;
  z-index: 2;
}

body.ish-home-modern .ish-hero-style-toggle__panel {
  z-index: 100061 !important;
  pointer-events: auto;
}

body.ish-home-modern .ish-hero-style-toggle__panel[hidden] {
  display: none !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-slide-layout,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-image-wrapper {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-title {
  max-width: min(880px, 92vw);
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.52);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-category,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-hero__cat,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card__cat,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card__cat {
  border-radius: 999px !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-btn-play,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form button {
  background: linear-gradient(135deg, #ffffff 0%, #dffbf7 100%) !important;
  color: #071018 !important;
  box-shadow: 0 18px 38px rgba(20, 184, 166, 0.22);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-btn-more {
  background: rgba(255, 255, 255, 0.13) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search {
  padding-top: clamp(38px, 6vw, 76px);
  padding-bottom: 26px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-smartbar__panel,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief__shell,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-editor-pick__card,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-ticker__shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(13, 20, 33, 0.74);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form {
  border-radius: 26px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form:focus-within {
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 0 6px rgba(20, 184, 166, 0.08);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-chip,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-tool,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row__more--button {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-chip:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-chip:focus-visible,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-chip.is-active,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-tool:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-tool:focus-visible,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-tool.is-active,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row__more--button:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row__more--button:focus-visible {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.92), rgba(45, 127, 249, 0.9));
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 184, 166, 0.18);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row {
  padding-top: 22px;
  padding-bottom: 18px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row__head {
  margin-bottom: 14px;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row__title,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief__title {
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-recent-card,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-watchlater-card,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-because-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(15, 23, 37, 0.76);
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-recent-card:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-watchlater-card:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-because-card:hover {
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(20, 184, 166, 0.1);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card__media,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card__media,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-editor-pick__media {
  background: linear-gradient(135deg, #111827, #1f2937);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card__media img,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card__media img,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-editor-pick__media img {
  filter: saturate(1.04) contrast(1.03) brightness(0.9);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card__title a,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card__title a,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-editor-pick__body h2 a {
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 820;
  letter-spacing: 0;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-row-card__title a:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-brief-card__title a:hover,
body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-editor-pick__body h2 a:hover {
  color: #7dd3fc !important;
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-row-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 16, 26, 0.72);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-modern-sponsors {
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035)),
    rgba(8, 13, 22, 0.42);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-modern-sponsor-card__media {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 184, 166, 0.12), transparent 28rem),
    linear-gradient(180deg, #0b1019, #070b12) !important;
}

@media (max-width: 767px) {
  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-nav-modern {
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-slide-layout,
  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .netflix-hero-image-wrapper {
    border-radius: 0 0 20px 20px;
  }

  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form {
    border-radius: 20px;
  }

  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form input {
    min-width: 0;
    padding: 14px 16px;
    font-size: 16px;
  }

  body.ish-home-modern:not(.ish-modern-light):not(.ish-modern-sepia):not(.ish-modern-contrast):not(.ish-modern-ocean):not(.ish-modern-dark):not(.ish-modern-forest):not(.ish-modern-midnight):not(.ish-modern-sunset):not(.ish-modern-amethyst):not(.ish-modern-graphite):not(.ish-modern-ruby):not(.ish-modern-emerald):not(.ish-modern-teal):not(.ish-modern-cobalt):not(.ish-modern-gold):not(.ish-modern-rose):not(.ish-modern-lavender):not(.ish-modern-arctic):not(.ish-modern-copper):not(.ish-modern-silver) .ish-hm-search__form button {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
}

/* Home modern light polish layer. */
body.ish-home-modern.ish-modern-light {
  --ish-canvas: #f4ead8;
  --ish-canvas-deep: #e8dcc7;
  --ish-canvas-raised: #faf1e0;
  --ish-canvas-muted: rgba(239, 225, 202, 0.95);
  --ish-glass-bg: rgba(250, 241, 224, 0.82);
  --ish-glass-border: rgba(30, 41, 59, 0.12);
  --ish-accent: #0f766e;
  --ish-accent-glow: rgba(15, 118, 110, 0.18);
  background:
    radial-gradient(circle at 10% 2%, rgba(20, 184, 166, 0.16), transparent 29rem),
    radial-gradient(circle at 86% 0%, rgba(194, 122, 47, 0.14), transparent 28rem),
    linear-gradient(180deg, #fbf3e3 0%, #f4ead8 46%, #efe1ca 100%);
  color: #101827;
}

body.ish-home-modern.ish-modern-light::before {
  background:
    linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(20, 184, 166, 0.12), transparent 22rem),
    radial-gradient(circle at 82% 18%, rgba(45, 127, 249, 0.11), transparent 24rem);
  background-size: 48px 48px, 48px 48px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 76%);
}

body.ish-home-modern.ish-modern-light #container,
body.ish-home-modern.ish-modern-light main#content {
  background: transparent !important;
}

body.ish-home-modern.ish-modern-light .top-line {
  background: rgba(250, 241, 224, 0.78) !important;
  border-bottom-color: rgba(98, 73, 42, 0.11) !important;
  box-shadow: 0 12px 34px rgba(98, 73, 42, 0.08);
}

body.ish-home-modern.ish-modern-light .top-line .info-list li a,
body.ish-home-modern.ish-modern-light .top-line .social-icons li a {
  color: rgba(15, 23, 42, 0.72) !important;
}

body.ish-home-modern.ish-modern-light .top-line .info-list li a:hover,
body.ish-home-modern.ish-modern-light .top-line .social-icons li a:hover {
  color: #0f766e !important;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(246, 236, 219, 0.76)),
    rgba(250, 241, 224, 0.86);
  border-color: rgba(98, 73, 42, 0.13);
  border-radius: 22px;
  box-shadow:
    0 22px 64px rgba(98, 73, 42, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.ish-home-modern.ish-modern-light header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-light header.active .ish-nav-modern::before {
  background: rgba(250, 241, 224, 0.96);
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__brand img {
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, 0.14));
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__link,
body.ish-home-modern.ish-modern-light .ish-nav-modern__panel-link {
  color: rgba(15, 23, 42, 0.82) !important;
  font-weight: 500;
  letter-spacing: 0;
}

body.ish-home-modern.ish-modern-light .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-light .ish-nav-modern__panel-link:hover {
  color: #0f766e !important;
}

body.ish-home-modern.ish-modern-light .ish-home-hero-region > .netflix-hero-slider,
body.ish-home-modern.ish-modern-light .ish-home-hero-region > [class^="ish-hero-"],
body.ish-home-modern.ish-modern-light .ish-home-hero-region > [class*=" ish-hero-"] {
  filter: drop-shadow(0 28px 70px rgba(30, 41, 59, 0.13));
}

body.ish-home-modern.ish-modern-light .netflix-hero-slider,
body.ish-home-modern.ish-modern-light .netflix-hero-track,
body.ish-home-modern.ish-modern-light .netflix-hero-slider .carousel-inner,
body.ish-home-modern.ish-modern-light .netflix-hero-slider .carousel-item,
body.ish-home-modern.ish-modern-light .netflix-hero-slide-layout,
body.ish-home-modern.ish-modern-light .netflix-hero-image-wrapper {
  background: #f4ead8;
}

body.ish-home-modern.ish-modern-light .netflix-hero-slide-layout,
body.ish-home-modern.ish-modern-light .netflix-hero-image-wrapper {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

body.ish-home-modern.ish-modern-light .netflix-hero-vignette-bottom {
  background: linear-gradient(180deg, rgba(251, 243, 227, 0), rgba(251, 243, 227, 0.92) 92%);
}

body.ish-home-modern.ish-modern-light .netflix-hero-vignette-left {
  background: linear-gradient(90deg, rgba(251, 243, 227, 0.88), rgba(251, 243, 227, 0.45), transparent);
}

body.ish-home-modern.ish-modern-light .netflix-hero-title {
  max-width: min(880px, 92vw);
  color: #0f172a !important;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(255, 255, 255, 0.62);
}

body.ish-home-modern.ish-modern-light .netflix-hero-caption,
body.ish-home-modern.ish-modern-light .netflix-hero-caption a,
body.ish-home-modern.ish-modern-light .netflix-hero-caption i {
  color: #0f172a !important;
}

body.ish-home-modern.ish-modern-light .netflix-hero-category,
body.ish-home-modern.ish-modern-light .ish-hm-hero__cat,
body.ish-home-modern.ish-modern-light .ish-hm-row-card__cat,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card__cat {
  border-radius: 999px !important;
  box-shadow:
    0 12px 28px rgba(30, 41, 59, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

body.ish-home-modern.ish-modern-light .netflix-btn-play,
body.ish-home-modern.ish-modern-light .ish-hm-search__form button {
  background: linear-gradient(135deg, #0f766e, #2563eb) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18);
}

body.ish-home-modern.ish-modern-light .netflix-btn-more {
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(30, 41, 59, 0.12) !important;
  color: #0f172a !important;
  box-shadow: 0 14px 30px rgba(30, 41, 59, 0.1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

/* Ocean: Classic Netflix hero — match light-page treatment */
body.ish-home-modern.ish-modern-ocean .ish-home-hero-region > .netflix-hero-slider,
body.ish-home-modern.ish-modern-ocean .ish-home-hero-region > [class^="ish-hero-"],
body.ish-home-modern.ish-modern-ocean .ish-home-hero-region > [class*=" ish-hero-"] {
  filter: drop-shadow(0 24px 56px rgba(14, 89, 128, 0.12));
}

body.ish-home-modern.ish-modern-ocean .netflix-hero-slider,
body.ish-home-modern.ish-modern-ocean .netflix-hero-track,
body.ish-home-modern.ish-modern-ocean .netflix-hero-slider .carousel-inner,
body.ish-home-modern.ish-modern-ocean .netflix-hero-slider .carousel-item,
body.ish-home-modern.ish-modern-ocean .netflix-hero-slide-layout,
body.ish-home-modern.ish-modern-ocean .netflix-hero-image-wrapper {
  background: linear-gradient(135deg, #f3fbff 0%, #e8f7ff 52%, #dff4ff 100%) !important;
}

body.ish-home-modern.ish-modern-ocean .netflix-hero-slider {
  border: 1px solid rgba(14, 89, 128, 0.14);
  box-shadow: 0 22px 54px rgba(14, 89, 128, 0.14) !important;
}

body.ish-home-modern.ish-modern-ocean .netflix-hero-title {
  max-width: min(880px, 92vw);
  color: #082638 !important;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 22px rgba(255, 255, 255, 0.65) !important;
}

body.ish-home-modern.ish-modern-ocean .netflix-hero-caption,
body.ish-home-modern.ish-modern-ocean .netflix-hero-caption a,
body.ish-home-modern.ish-modern-ocean .netflix-hero-caption i {
  color: #082638 !important;
}

body.ish-home-modern.ish-modern-ocean .netflix-hero-category,
body.ish-home-modern.ish-modern-ocean .ish-hm-hero__cat {
  border-radius: 999px !important;
  box-shadow:
    0 10px 24px rgba(14, 89, 128, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}

body.ish-home-modern.ish-modern-ocean .netflix-btn-play,
body.ish-home-modern.ish-modern-ocean .ish-hm-search__form button {
  background: linear-gradient(135deg, #0c7db3, #3786ff) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(12, 125, 179, 0.24);
}

body.ish-home-modern.ish-modern-ocean .netflix-btn-more {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(14, 89, 128, 0.18) !important;
  color: #082638 !important;
  box-shadow: 0 12px 28px rgba(14, 89, 128, 0.1);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

body.ish-home-modern.ish-modern-light .ish-hm-search {
  padding-top: clamp(38px, 6vw, 76px);
  padding-bottom: 26px;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form,
body.ish-home-modern.ish-modern-light .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-light .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-light .ish-hm-ticker__shell {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.95), rgba(246, 236, 219, 0.75)),
    rgba(250, 241, 224, 0.86);
  border-color: rgba(98, 73, 42, 0.12);
  box-shadow:
    0 24px 64px rgba(98, 73, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form {
  border-radius: 26px;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form:focus-within {
  border-color: rgba(15, 118, 110, 0.34);
  box-shadow:
    0 28px 70px rgba(30, 41, 59, 0.13),
    0 0 0 6px rgba(20, 184, 166, 0.11);
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form input {
  color: #0f172a;
}

body.ish-home-modern.ish-modern-light .ish-hm-search__form input::placeholder {
  color: rgba(15, 23, 42, 0.42);
}

body.ish-home-modern.ish-modern-light .ish-hm-chip,
body.ish-home-modern.ish-modern-light .ish-hm-tool,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button {
  border-color: rgba(30, 41, 59, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(15, 23, 42, 0.76);
}

body.ish-home-modern.ish-modern-light .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-light .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-light .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-light .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-light .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-light .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-light .ish-hm-row__more--button:focus-visible {
  background: linear-gradient(135deg, #0f766e, #2563eb) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.16);
}

body.ish-home-modern.ish-modern-light .ish-hm-smartbar__label {
  color: rgba(15, 23, 42, 0.56);
}

body.ish-home-modern.ish-modern-light .ish-hm-row {
  padding-top: 22px;
  padding-bottom: 18px;
}

body.ish-home-modern.ish-modern-light .ish-hm-row__title,
body.ish-home-modern.ish-modern-light .ish-hm-brief__title {
  color: #0f172a;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card,
body.ish-home-modern.ish-modern-light .ish-hm-recent-card,
body.ish-home-modern.ish-modern-light .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-light .ish-hm-because-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(249, 241, 228, 0.9)),
    #fff8ec;
  border-color: rgba(98, 73, 42, 0.1);
  border-radius: 14px;
  box-shadow:
    0 18px 44px rgba(98, 73, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card:hover,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card:hover,
body.ish-home-modern.ish-modern-light .ish-hm-recent-card:hover,
body.ish-home-modern.ish-modern-light .ish-hm-watchlater-card:hover,
body.ish-home-modern.ish-modern-light .ish-hm-because-card:hover {
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow:
    0 26px 62px rgba(30, 41, 59, 0.14),
    0 0 0 1px rgba(20, 184, 166, 0.08);
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__media,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card__media,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__media {
  background: linear-gradient(135deg, #eadbc2, #d9f4ee);
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__media img,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card__media img,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__media img {
  filter: saturate(1.03) contrast(1.02) brightness(1.03);
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__body h2 a {
  color: #0f172a !important;
  font-weight: 820;
  letter-spacing: 0;
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__title a:hover,
body.ish-home-modern.ish-modern-light .ish-hm-brief-card__title a:hover,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__body h2 a:hover {
  color: #0f766e !important;
}

body.ish-home-modern.ish-modern-light .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-light .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-light .ish-hm-editor-pick__body p {
  color: rgba(15, 23, 42, 0.58) !important;
}

body.ish-home-modern.ish-modern-light .netflix-row-btn {
  border: 1px solid rgba(30, 41, 59, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
  box-shadow: 0 16px 34px rgba(30, 41, 59, 0.12);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.ish-home-modern.ish-modern-light .ish-modern-sponsors {
  background:
    linear-gradient(180deg, transparent, rgba(15, 118, 110, 0.04)),
    rgba(250, 241, 224, 0.48);
}

body.ish-home-modern.ish-modern-light .ish-modern-sponsor-card__media {
  background: #ffffff;
  border-color: rgba(30, 41, 59, 0.1);
  box-shadow: 0 16px 40px rgba(30, 41, 59, 0.09);
}

body.ish-home-modern.ish-modern-light footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 184, 166, 0.08), transparent 28rem),
    linear-gradient(180deg, #f8edda, #eadbc2) !important;
  color: #0f172a;
}

@media (max-width: 767px) {
  body.ish-home-modern.ish-modern-light .ish-nav-modern {
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  body.ish-home-modern.ish-modern-light .netflix-hero-slide-layout,
  body.ish-home-modern.ish-modern-light .netflix-hero-image-wrapper {
    border-radius: 0 0 20px 20px;
  }

  body.ish-home-modern.ish-modern-light .ish-hm-search__form {
    border-radius: 20px;
  }

  body.ish-home-modern.ish-modern-light .ish-hm-search__form input {
    min-width: 0;
    padding: 14px 16px;
    font-size: 16px;
  }

  body.ish-home-modern.ish-modern-light .ish-hm-search__form button {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
}

/* Modern color modes beyond Light/Dark. Kept at the end so these classes
   can override both the default dark rules and the light-mode polish. */
body.ish-home-modern.ish-modern-sepia {
  --ish-canvas: #efe0c4;
  --ish-canvas-deep: #e2cda8;
  --ish-canvas-raised: rgba(255, 244, 223, 0.94);
  --ish-canvas-muted: rgba(237, 220, 190, 0.9);
  --ish-rgb: 239, 224, 196;
  --ish-glass-bg: rgba(255, 244, 223, 0.78);
  --ish-glass-border: rgba(91, 58, 22, 0.16);
  --ish-accent: #9a4f14;
  --ish-accent-glow: rgba(154, 79, 20, 0.24);
  color: #24180d;
  background:
    radial-gradient(circle at 16% 0%, rgba(154, 79, 20, 0.10), transparent 28rem),
    linear-gradient(180deg, #f3e6cf, #e7d2ad);
}

body.ish-home-modern.ish-modern-midnight {
  --ish-canvas: #050816;
  --ish-canvas-deep: #02030b;
  --ish-canvas-raised: rgba(16, 22, 42, 0.94);
  --ish-canvas-muted: rgba(10, 15, 33, 0.94);
  --ish-rgb: 5, 8, 22;
  --ish-glass-bg: rgba(10, 15, 33, 0.72);
  --ish-glass-border: rgba(140, 170, 255, 0.16);
  --ish-accent: #6ea8ff;
  --ish-accent-glow: rgba(110, 168, 255, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(50, 84, 255, 0.26), transparent 30rem),
    radial-gradient(circle at 90% 14%, rgba(0, 229, 255, 0.11), transparent 26rem),
    #050816;
}

body.ish-home-modern.ish-modern-contrast {
  --ish-canvas: #ffffff;
  --ish-canvas-deep: #f1f5f9;
  --ish-canvas-raised: #ffffff;
  --ish-canvas-muted: #f8fafc;
  --ish-rgb: 255, 255, 255;
  --ish-glass-bg: #ffffff;
  --ish-glass-border: #000000;
  --ish-accent: #003dff;
  --ish-accent-glow: rgba(0, 61, 255, 0.28);
  color: #000000;
  background: #ffffff;
}

body.ish-home-modern.ish-modern-sepia::before,
body.ish-home-modern.ish-modern-contrast::before {
  opacity: 0.58;
}

body.ish-home-modern.ish-modern-sepia #container,
body.ish-home-modern.ish-modern-sepia main#content,
body.ish-home-modern.ish-modern-contrast #container,
body.ish-home-modern.ish-modern-contrast main#content {
  background: transparent;
}

body.ish-home-modern.ish-modern-sepia .top-line,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern,
body.ish-home-modern.ish-modern-contrast .top-line,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern {
  background: var(--ish-glass-bg) !important;
  border-color: var(--ish-glass-border) !important;
}

body.ish-home-modern.ish-modern-sepia .top-line .info-list li a,
body.ish-home-modern.ish-modern-sepia .top-line .social-icons li a,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-contrast .top-line .info-list li a,
body.ish-home-modern.ish-modern-contrast .top-line .social-icons li a,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__panel-link {
  color: currentColor !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-search__form,
body.ish-home-modern.ish-modern-sepia .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-sepia .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-sepia .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-sepia .ish-hm-row-card,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief-card,
body.ish-home-modern.ish-modern-sepia .ish-hm-recent-card,
body.ish-home-modern.ish-modern-sepia .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-sepia .ish-hm-because-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-search__form,
body.ish-home-modern.ish-modern-contrast .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-contrast .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-contrast .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-contrast .ish-hm-row-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-recent-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-because-card {
  background: var(--ish-canvas-raised);
  border-color: var(--ish-glass-border);
  box-shadow:
    0 18px 44px rgba(91, 58, 22, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.ish-home-modern.ish-modern-contrast .ish-hm-search__form,
body.ish-home-modern.ish-modern-contrast .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-contrast .ish-hm-row-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-recent-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-contrast .ish-hm-because-card {
  box-shadow: none;
  border-width: 2px;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-row__title,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief__title,
body.ish-home-modern.ish-modern-sepia .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-sepia .ish-hm-editor-pick__body h2 a,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__title,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief__title,
body.ish-home-modern.ish-modern-contrast .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-contrast .ish-hm-editor-pick__body h2 a {
  color: currentColor !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-sepia .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-sepia .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-sepia .ish-hm-editor-pick__body p {
  color: rgba(36, 24, 13, 0.64) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-contrast .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-contrast .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-contrast .ish-hm-editor-pick__body p {
  color: #263238 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-chip,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button {
  background: var(--ish-canvas-muted);
  border-color: var(--ish-glass-border);
  color: currentColor;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button:focus-visible {
  background: var(--ish-accent) !important;
  border-color: var(--ish-accent) !important;
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-midnight .ish-hm-search__form,
body.ish-home-modern.ish-modern-midnight .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-midnight .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-midnight .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-midnight .ish-hm-row-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-recent-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-because-card {
  border-color: rgba(140, 170, 255, 0.16);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
}

body.ish-home-modern.ish-modern-sepia,
body.ish-home-modern.ish-modern-sepia #container,
body.ish-home-modern.ish-modern-sepia main#content,
body.ish-home-modern.ish-modern-sepia .ish-home-modern-main,
body.ish-home-modern.ish-modern-contrast,
body.ish-home-modern.ish-modern-contrast #container,
body.ish-home-modern.ish-modern-contrast main#content,
body.ish-home-modern.ish-modern-contrast .ish-home-modern-main {
  color: currentColor;
}

body.ish-home-modern.ish-modern-sepia .netflix-hero-caption,
body.ish-home-modern.ish-modern-sepia .netflix-hero-caption a,
body.ish-home-modern.ish-modern-sepia .netflix-hero-caption i,
body.ish-home-modern.ish-modern-sepia .netflix-hero-title,
body.ish-home-modern.ish-modern-contrast .netflix-hero-caption,
body.ish-home-modern.ish-modern-contrast .netflix-hero-caption a,
body.ish-home-modern.ish-modern-contrast .netflix-hero-caption i,
body.ish-home-modern.ish-modern-contrast .netflix-hero-title {
  color: currentColor !important;
  opacity: 1 !important;
}

body.ish-home-modern.ish-modern-sepia .netflix-hero-vignette-bottom {
  background: linear-gradient(180deg, rgba(243, 230, 207, 0), rgba(243, 230, 207, 0.96) 92%);
}

body.ish-home-modern.ish-modern-sepia .netflix-hero-vignette-left {
  background: linear-gradient(90deg, rgba(243, 230, 207, 0.9), rgba(243, 230, 207, 0.48), transparent);
}

body.ish-home-modern.ish-modern-contrast .netflix-hero-vignette-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.98) 92%);
}

body.ish-home-modern.ish-modern-contrast .netflix-hero-vignette-left {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.56), transparent);
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__brand,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-sepia .ish-hm-search__form input,
body.ish-home-modern.ish-modern-sepia .ish-hm-smartbar__label,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__title,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief__title,
body.ish-home-modern.ish-modern-sepia .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-sepia .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-sepia .ish-hm-editor-pick__body h2 a,
body.ish-home-modern.ish-modern-sepia .ish-sponsor-wall__name,
body.ish-home-modern.ish-modern-sepia footer,
body.ish-home-modern.ish-modern-sepia footer a,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__brand,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-contrast .ish-hm-search__form input,
body.ish-home-modern.ish-modern-contrast .ish-hm-smartbar__label,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__title,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief__title,
body.ish-home-modern.ish-modern-contrast .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-contrast .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-contrast .ish-hm-editor-pick__body h2 a,
body.ish-home-modern.ish-modern-contrast .ish-sponsor-wall__name,
body.ish-home-modern.ish-modern-contrast footer,
body.ish-home-modern.ish-modern-contrast footer a {
  color: currentColor !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-sepia .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-sepia .ish-sponsor-wall__package {
  color: rgba(36, 24, 13, 0.72) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-contrast .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-contrast .ish-sponsor-wall__package {
  color: #263238 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-search__form input::placeholder {
  color: rgba(36, 24, 13, 0.52) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-search__form input::placeholder {
  color: #333 !important;
}

body.ish-home-modern.ish-modern-sepia footer {
  background: linear-gradient(180deg, #ead7b5, #d9be92) !important;
}

body.ish-home-modern.ish-modern-contrast footer {
  background: #ffffff !important;
  border-top: 2px solid #000000;
}

/* Sepia/Contrast readability pass: treat these as light modes, not dark. */
body.ish-home-modern.ish-modern-sepia {
  color: #24180d;
}

body.ish-home-modern.ish-modern-contrast {
  color: #000000;
}

body.ish-home-modern.ish-modern-sepia #header-banner {
  background:
    linear-gradient(90deg, rgba(255, 244, 223, 0.94), rgba(255, 244, 223, 0.70)),
    var(--ish-canvas-deep) !important;
  border-bottom: 1px solid rgba(91, 58, 22, 0.16);
}

body.ish-home-modern.ish-modern-contrast #header-banner {
  background: #ffffff !important;
  border-bottom: 2px solid #000000;
}

body.ish-home-modern.ish-modern-sepia #header-banner .header-tagline,
body.ish-home-modern.ish-modern-contrast #header-banner .header-tagline {
  color: currentColor !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .top-line,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern {
  color: #24180d !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 231, 0.96), rgba(238, 217, 184, 0.86)),
    #fff4df !important;
  border-color: rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-contrast .top-line,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .top-line a,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern a,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern button,
body.ish-home-modern.ish-modern-contrast .top-line a,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern a,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern button {
  color: currentColor !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-theme-toggle-bar,
body.ish-home-modern.ish-modern-sepia .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-sepia .ish-modern-mode-picker {
  color: #24180d;
  background: rgba(255, 244, 223, 0.88) !important;
  border-color: rgba(91, 58, 22, 0.2) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-theme-toggle-bar,
body.ish-home-modern.ish-modern-contrast .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-contrast .ish-modern-mode-picker {
  color: #000000;
  background: #ffffff !important;
  border-color: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-sepia .ish-modern-mode-picker__label {
  color: rgba(36, 24, 13, 0.72) !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-contrast .ish-modern-mode-picker__label {
  color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-theme-toggle-wrap--legacy .ish-theme-toggle__text--legacy,
body.ish-home-modern.ish-modern-sepia .ish-theme-toggle-wrap--modern .ish-theme-toggle__text--modern,
body.ish-home-modern.ish-modern-contrast .ish-theme-toggle-wrap--legacy .ish-theme-toggle__text--legacy,
body.ish-home-modern.ish-modern-contrast .ish-theme-toggle-wrap--modern .ish-theme-toggle__text--modern {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-contrast .ish-theme-toggle-wrap::before {
  background: #000000;
  box-shadow: none;
}

body.ish-home-modern.ish-modern-sepia footer,
body.ish-home-modern.ish-modern-sepia footer *,
body.ish-home-modern.ish-modern-sepia footer .up-footer,
body.ish-home-modern.ish-modern-sepia footer .down-footer,
body.ish-home-modern.ish-modern-sepia footer .footer-widget,
body.ish-home-modern.ish-modern-sepia footer .news-post,
body.ish-home-modern.ish-modern-sepia footer .post-cont,
body.ish-home-modern.ish-modern-sepia footer .tags-list,
body.ish-home-modern.ish-modern-sepia footer .small-posts,
body.ish-home-modern.ish-modern-sepia footer .list-footer {
  color: #24180d !important;
  background-color: transparent !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(154, 79, 20, 0.10), transparent 28rem),
    linear-gradient(180deg, #ead7b5, #d9be92) !important;
  border-top: 1px solid rgba(91, 58, 22, 0.18);
}

body.ish-home-modern.ish-modern-sepia footer .up-footer,
body.ish-home-modern.ish-modern-sepia footer .down-footer,
body.ish-home-modern.ish-modern-sepia footer .footer-widget,
body.ish-home-modern.ish-modern-sepia footer .up-footer .featured-widget .news-post {
  background: rgba(255, 244, 223, 0.48) !important;
  border-color: rgba(91, 58, 22, 0.16) !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-sepia footer .down-footer a.go-top {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.76) !important;
  border-color: rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-contrast footer,
body.ish-home-modern.ish-modern-contrast footer *,
body.ish-home-modern.ish-modern-contrast footer .up-footer,
body.ish-home-modern.ish-modern-contrast footer .down-footer,
body.ish-home-modern.ish-modern-contrast footer .footer-widget,
body.ish-home-modern.ish-modern-contrast footer .news-post,
body.ish-home-modern.ish-modern-contrast footer .post-cont,
body.ish-home-modern.ish-modern-contrast footer .tags-list,
body.ish-home-modern.ish-modern-contrast footer .small-posts,
body.ish-home-modern.ish-modern-contrast footer .list-footer {
  color: #000000 !important;
  background-color: transparent !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast footer {
  background: #ffffff !important;
  border-top: 2px solid #000000;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer,
body.ish-home-modern.ish-modern-contrast footer .down-footer,
body.ish-home-modern.ish-modern-contrast footer .footer-widget,
body.ish-home-modern.ish-modern-contrast footer .up-footer .featured-widget .news-post {
  background: #ffffff !important;
  border-color: #000000 !important;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-contrast footer .down-footer a.go-top {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

/* Final header readability guard for light-style modern modes. */
body.ish-home-modern.ish-modern-sepia header .top-line {
  color: #24180d !important;
  background: #ead7b5 !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(91, 58, 22, 0.32) !important;
  box-shadow: 0 8px 22px rgba(91, 58, 22, 0.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-contrast header .top-line {
  color: #000000 !important;
  background: #ffffff !important;
  background-image: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-sepia header .top-line ul.info-list,
body.ish-home-modern.ish-modern-sepia header .top-line ul.info-list li,
body.ish-home-modern.ish-modern-sepia header .top-line ul.info-list li a,
body.ish-home-modern.ish-modern-sepia header .top-line ul.info-list li i,
body.ish-home-modern.ish-modern-sepia header .top-line ul.social-icons,
body.ish-home-modern.ish-modern-sepia header .top-line ul.social-icons li,
body.ish-home-modern.ish-modern-sepia header .top-line ul.social-icons li a,
body.ish-home-modern.ish-modern-sepia header .top-line ul.social-icons li i {
  color: #24180d !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast header .top-line ul.info-list,
body.ish-home-modern.ish-modern-contrast header .top-line ul.info-list li,
body.ish-home-modern.ish-modern-contrast header .top-line ul.info-list li a,
body.ish-home-modern.ish-modern-contrast header .top-line ul.info-list li i,
body.ish-home-modern.ish-modern-contrast header .top-line ul.social-icons,
body.ish-home-modern.ish-modern-contrast header .top-line ul.social-icons li,
body.ish-home-modern.ish-modern-contrast header .top-line ul.social-icons li a,
body.ish-home-modern.ish-modern-contrast header .top-line ul.social-icons li i {
  color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia header .top-line ul.info-list li::before {
  color: rgba(36, 24, 13, 0.58) !important;
  opacity: 1 !important;
}

body.ish-home-modern.ish-modern-contrast header .top-line ul.info-list li::before {
  color: #000000 !important;
  opacity: 1 !important;
}

body.ish-home-modern.ish-modern-sepia header #header-banner,
body.ish-home-modern.ish-modern-contrast header #header-banner {
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia header #header-banner .header-tagline {
  color: #24180d !important;
  opacity: 1 !important;
}

body.ish-home-modern.ish-modern-contrast header #header-banner .header-tagline {
  color: #000000 !important;
  opacity: 1 !important;
}

body.ish-home-modern.ish-modern-sepia header .ish-theme-toggle-bar,
body.ish-home-modern.ish-modern-contrast header .ish-theme-toggle-bar {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
}

body.ish-home-modern.ish-modern-sepia header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-sepia header .ish-modern-mode-picker {
  background: #fff4df !important;
  border: 1px solid rgba(91, 58, 22, 0.28) !important;
  box-shadow: 0 8px 22px rgba(91, 58, 22, 0.12) !important;
}

body.ish-home-modern.ish-modern-contrast header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-contrast header .ish-modern-mode-picker {
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

/* Keep mega-menu hover states readable in light-style modern modes. */
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link:focus,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.92) !important;
  box-shadow: inset 0 0 0 1px rgba(91, 58, 22, 0.22) !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link:focus,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 2px #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega {
  color: #24180d !important;
  background: #fff4df !important;
  border-color: rgba(91, 58, 22, 0.28) !important;
  box-shadow: 0 24px 54px rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__pill {
  color: #24180d !important;
  background: #f3e6cf !important;
  border-color: rgba(91, 58, 22, 0.26) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__pill--active {
  color: #ffffff !important;
  background: #8f4f12 !important;
  border-color: #8f4f12 !important;
  box-shadow: 0 10px 24px rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__pill {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__pill--active {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card {
  color: #24180d !important;
  background: #fff8ec !important;
  border-color: rgba(91, 58, 22, 0.18) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card:hover {
  background: #fff1d8 !important;
  border-color: #8f4f12 !important;
  box-shadow: 0 12px 28px rgba(91, 58, 22, 0.14) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card:hover {
  background: #f5f5f5 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__empty a {
  color: #24180d !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card:hover .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card:hover .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__empty a:hover {
  color: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__empty a {
  color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega__card-meta i {
  color: rgba(36, 24, 13, 0.72) !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega__card-meta i {
  color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega-slider__btn {
  color: #24180d !important;
  background: #fff4df !important;
  border-color: rgba(91, 58, 22, 0.28) !important;
  box-shadow: 0 8px 18px rgba(91, 58, 22, 0.14) !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-mega-slider__btn:hover,
body.ish-home-modern.ish-modern-sepia .ish-nav-mega-slider__btn:focus {
  color: #ffffff !important;
  background: #8f4f12 !important;
  border-color: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega-slider__btn {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-mega-slider__btn:hover,
body.ish-home-modern.ish-modern-contrast .ish-nav-mega-slider__btn:focus {
  color: #ffffff !important;
  background: #000000 !important;
}

/* Fixed/sticky modern nav must not fall back to the dark header band in Sepia/Contrast. */
body.ish-home-modern.ish-modern-sepia header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-sepia header.active .ish-nav-modern::before,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern {
  color: #24180d !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 231, 0.98), rgba(238, 217, 184, 0.92)),
    #fff4df !important;
  border-color: rgba(91, 58, 22, 0.22) !important;
  box-shadow: 0 18px 46px rgba(91, 58, 22, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-contrast header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-contrast header.active .ish-nav-modern::before,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-sepia header.active .ish-nav-modern::before {
  background: #fff4df !important;
  border-bottom: 1px solid rgba(91, 58, 22, 0.22) !important;
}

body.ish-home-modern.ish-modern-contrast header.active .ish-nav-modern::before {
  background: #ffffff !important;
  border-bottom: 2px solid #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-sepia button.ish-nav-modern__link--mega-trigger {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.62) !important;
  border-color: rgba(91, 58, 22, 0.14) !important;
  font-weight: 500 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-contrast button.ish-nav-modern__link--mega-trigger {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
  font-weight: 500 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern__link--active {
  color: #ffffff !important;
  background: #8f4f12 !important;
  border-color: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern__link--active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__chev {
  border-top-color: rgba(36, 24, 13, 0.62) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__chev {
  border-top-color: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__search {
  background: rgba(255, 244, 223, 0.76) !important;
  border-color: rgba(91, 58, 22, 0.22) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__search {
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__search input {
  color: #24180d !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__search input {
  color: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__search input::placeholder {
  color: rgba(36, 24, 13, 0.52) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__search input::placeholder {
  color: #000000 !important;
  opacity: 0.72 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__search button {
  color: #ffffff !important;
  background: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__search button {
  color: #ffffff !important;
  background: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern--open,
body.ish-home-modern.ish-modern-sepia header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-sepia .ish-nav-modern--open .ish-nav-modern__panel {
  color: #24180d !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 231, 0.99), rgba(238, 217, 184, 0.96)),
    #fff4df !important;
  border-color: rgba(91, 58, 22, 0.24) !important;
  box-shadow: 0 18px 46px rgba(91, 58, 22, 0.14) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern--open,
body.ish-home-modern.ish-modern-contrast header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-contrast .ish-nav-modern--open .ish-nav-modern__panel {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__burger span {
  background: #24180d !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__burger span {
  background: #000000 !important;
}

body.ish-home-modern.ish-modern-sepia .ish-nav-modern__backdrop {
  background: rgba(91, 58, 22, 0.22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-nav-modern__backdrop {
  background: rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 991px) {
  body.ish-home-modern.ish-modern-sepia .ish-nav-modern__panel {
    background: #fff4df !important;
  }

  body.ish-home-modern.ish-modern-contrast .ish-nav-modern__panel {
    background: #ffffff !important;
  }
}

/* Refined Sepia/Contrast footer: cleaner surfaces, stronger hierarchy. */
body.ish-home-modern.ish-modern-sepia footer {
  color: #24180d !important;
  background:
    linear-gradient(180deg, #f0dfbf 0%, #dfc69b 100%) !important;
  border-top: 1px solid rgba(91, 58, 22, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer,
body.ish-home-modern.ish-modern-sepia footer .down-footer,
body.ish-home-modern.ish-modern-sepia footer .footer-widget,
body.ish-home-modern.ish-modern-sepia footer .up-footer .featured-widget .news-post,
body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.small-posts,
body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.small-posts > li,
body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.small-posts > li .post-cont,
body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.post-tags,
body.ish-home-modern.ish-modern-sepia footer .up-footer .tags-widget ul.tags-list,
body.ish-home-modern.ish-modern-sepia footer .down-footer ul.list-footer {
  background: transparent !important;
  border-color: rgba(91, 58, 22, 0.16) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer {
  padding-top: 32px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-sepia footer .down-footer {
  background: rgba(255, 244, 223, 0.34) !important;
  border-top: 1px solid rgba(91, 58, 22, 0.12) !important;
}

body.ish-home-modern.ish-modern-sepia footer,
body.ish-home-modern.ish-modern-sepia footer p,
body.ish-home-modern.ish-modern-sepia footer a,
body.ish-home-modern.ish-modern-sepia footer li,
body.ish-home-modern.ish-modern-sepia footer span,
body.ish-home-modern.ish-modern-sepia footer i {
  color: #24180d !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia footer .footer-widget > h1,
body.ish-home-modern.ish-modern-sepia footer .footer-widget h1,
body.ish-home-modern.ish-modern-sepia footer .footer-widget h2,
body.ish-home-modern.ish-modern-sepia footer .footer-widget h2 a,
body.ish-home-modern.ish-modern-sepia footer .down-footer ul.list-footer li a {
  color: #1e1309 !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer .tags-widget ul.tags-list li a {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.52) !important;
  border: 1px solid rgba(91, 58, 22, 0.18) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-sepia footer .down-footer ul.list-footer li a:hover {
  color: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-sepia footer .down-footer a.go-top {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.68) !important;
  border: 1px solid rgba(91, 58, 22, 0.18) !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-sepia footer .down-footer a.go-top:hover {
  color: #ffffff !important;
  background: #8f4f12 !important;
  border-color: #8f4f12 !important;
}

body.ish-home-modern.ish-modern-contrast footer {
  color: #000000 !important;
  background: #ffffff !important;
  border-top: 3px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer,
body.ish-home-modern.ish-modern-contrast footer .down-footer,
body.ish-home-modern.ish-modern-contrast footer .footer-widget,
body.ish-home-modern.ish-modern-contrast footer .up-footer .featured-widget .news-post,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.small-posts,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.small-posts > li,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.small-posts > li .post-cont,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.post-tags,
body.ish-home-modern.ish-modern-contrast footer .up-footer .tags-widget ul.tags-list,
body.ish-home-modern.ish-modern-contrast footer .down-footer ul.list-footer {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer {
  padding-top: 32px !important;
  padding-bottom: 22px !important;
  border-bottom: 2px solid #000000 !important;
}

body.ish-home-modern.ish-modern-contrast footer .down-footer {
  border-top: 0 !important;
}

body.ish-home-modern.ish-modern-contrast footer,
body.ish-home-modern.ish-modern-contrast footer p,
body.ish-home-modern.ish-modern-contrast footer a,
body.ish-home-modern.ish-modern-contrast footer li,
body.ish-home-modern.ish-modern-contrast footer span,
body.ish-home-modern.ish-modern-contrast footer i,
body.ish-home-modern.ish-modern-contrast footer .footer-widget > h1,
body.ish-home-modern.ish-modern-contrast footer .footer-widget h1,
body.ish-home-modern.ish-modern-contrast footer .footer-widget h2,
body.ish-home-modern.ish-modern-contrast footer .footer-widget h2 a {
  color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-contrast footer .down-footer a.go-top {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-contrast footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-contrast footer .down-footer a.go-top:hover,
body.ish-home-modern.ish-modern-contrast footer .down-footer ul.list-footer li a:hover {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

/* Sepia/Contrast action chips and row surprise buttons. */
body.ish-home-modern.ish-modern-sepia .ish-hm-smartbar__label,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark i,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark-label {
  color: #24180d !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-smartbar__label,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark i,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark-label {
  color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-chip,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark {
  background: rgba(255, 244, 223, 0.78) !important;
  border-color: rgba(91, 58, 22, 0.26) !important;
  box-shadow: 0 8px 18px rgba(91, 58, 22, 0.08) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-chip,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark {
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #ffffff !important;
  background: #8f4f12 !important;
  border-color: #8f4f12 !important;
  box-shadow: 0 10px 24px rgba(91, 58, 22, 0.18) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-chip:hover *,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip:focus-visible *,
body.ish-home-modern.ish-modern-sepia .ish-hm-chip.is-active *,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:hover *,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool:focus-visible *,
body.ish-home-modern.ish-modern-sepia .ish-hm-tool.is-active *,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark:hover *,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark:focus-visible *,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark--cozy[aria-pressed='true'] *,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip:hover *,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip:focus-visible *,
body.ish-home-modern.ish-modern-contrast .ish-hm-chip.is-active *,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:hover *,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool:focus-visible *,
body.ish-home-modern.ish-modern-contrast .ish-hm-tool.is-active *,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark:hover *,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark:focus-visible *,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark--cozy[aria-pressed='true'] * {
  color: #ffffff !important;
}

body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark--jackpot,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark--chaos,
body.ish-home-modern.ish-modern-sepia .ish-hm-row__spark--mini {
  color: #24180d !important;
  background: rgba(255, 244, 223, 0.86) !important;
  border-color: rgba(143, 79, 18, 0.36) !important;
}

body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark--jackpot,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark--chaos,
body.ish-home-modern.ish-modern-contrast .ish-hm-row__spark--mini {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #000000 !important;
}

/* Make Midnight visually distinct from the neutral Dark mode. */
body.ish-home-modern.ish-modern-midnight {
  --ish-canvas: #07122e;
  --ish-canvas-deep: #030712;
  --ish-canvas-raised: rgba(15, 31, 70, 0.88);
  --ish-canvas-muted: rgba(9, 22, 52, 0.92);
  --ish-rgb: 7, 18, 46;
  --ish-glass-bg: rgba(8, 20, 48, 0.78);
  --ish-glass-border: rgba(123, 196, 255, 0.22);
  --ish-accent: #4cc9ff;
  --ish-accent-glow: rgba(76, 201, 255, 0.34);
  color: #eef7ff;
  background:
    radial-gradient(circle at 12% 6%, rgba(76, 201, 255, 0.24), transparent 26rem),
    radial-gradient(circle at 86% 2%, rgba(131, 92, 255, 0.22), transparent 30rem),
    linear-gradient(180deg, #081638 0%, #030712 58%, #07122e 100%) !important;
}

body.ish-home-modern.ish-modern-midnight::before {
  opacity: 0.72;
  background:
    linear-gradient(rgba(123, 196, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 196, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
}

body.ish-home-modern.ish-modern-midnight #container,
body.ish-home-modern.ish-modern-midnight main#content,
body.ish-home-modern.ish-modern-midnight .ish-home-modern-main {
  background: transparent !important;
}

body.ish-home-modern.ish-modern-midnight header .top-line,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern,
body.ish-home-modern.ish-modern-midnight header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-midnight header.active .ish-nav-modern::before {
  color: #eef7ff !important;
  background:
    linear-gradient(135deg, rgba(8, 20, 48, 0.96), rgba(12, 33, 74, 0.9)) !important;
  border-color: rgba(123, 196, 255, 0.24) !important;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(190, 225, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
}

body.ish-home-modern.ish-modern-midnight header.active .ish-nav-modern::before {
  background: #06122d !important;
}

body.ish-home-modern.ish-modern-midnight header .top-line a,
body.ish-home-modern.ish-modern-midnight header .top-line i,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern button {
  color: #eef7ff !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__panel-link {
  background: rgba(190, 225, 255, 0.07) !important;
  border-color: rgba(123, 196, 255, 0.14) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-midnight .ish-nav-modern__link--active {
  color: #02101f !important;
  background: #4cc9ff !important;
  border-color: #4cc9ff !important;
  box-shadow: 0 10px 28px rgba(76, 201, 255, 0.24) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-nav-modern__chev {
  border-top-color: rgba(238, 247, 255, 0.76) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-nav-modern__search,
body.ish-home-modern.ish-modern-midnight .ish-hm-search__form,
body.ish-home-modern.ish-modern-midnight .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-midnight .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-midnight .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-midnight .ish-hm-row-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-recent-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-midnight .ish-hm-because-card {
  color: #eef7ff !important;
  background:
    linear-gradient(135deg, rgba(17, 37, 82, 0.88), rgba(8, 20, 48, 0.84)) !important;
  border-color: rgba(123, 196, 255, 0.22) !important;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(190, 225, 255, 0.10) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-hm-row__title,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief__title,
body.ish-home-modern.ish-modern-midnight .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-midnight .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-midnight .ish-hm-editor-pick__body h2 a {
  color: #eef7ff !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-midnight .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-midnight .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-midnight .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-midnight .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-midnight .ish-hm-editor-pick__body p {
  color: rgba(214, 234, 255, 0.72) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-hm-chip,
body.ish-home-modern.ish-modern-midnight .ish-hm-tool,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__spark {
  color: #dff3ff !important;
  background: rgba(13, 35, 78, 0.9) !important;
  border-color: rgba(123, 196, 255, 0.24) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-midnight .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-midnight .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-midnight .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-midnight .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-midnight .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-midnight .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #02101f !important;
  background: #4cc9ff !important;
  border-color: #4cc9ff !important;
  box-shadow: 0 10px 28px rgba(76, 201, 255, 0.24) !important;
}

body.ish-home-modern.ish-modern-midnight .ish-nav-mega {
  color: #eef7ff !important;
  background:
    linear-gradient(135deg, rgba(12, 28, 64, 0.98), rgba(5, 13, 32, 0.98)) !important;
  border-color: rgba(123, 196, 255, 0.22) !important;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.52) !important;
}

body.ish-home-modern.ish-modern-midnight footer {
  color: #eef7ff !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(76, 201, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #071636, #030712) !important;
  border-top: 1px solid rgba(123, 196, 255, 0.22) !important;
}

body.ish-home-modern.ish-modern-midnight footer,
body.ish-home-modern.ish-modern-midnight footer a,
body.ish-home-modern.ish-modern-midnight footer p,
body.ish-home-modern.ish-modern-midnight footer li,
body.ish-home-modern.ish-modern-midnight footer span,
body.ish-home-modern.ish-modern-midnight footer i,
body.ish-home-modern.ish-modern-midnight footer .footer-widget h1,
body.ish-home-modern.ish-modern-midnight footer .footer-widget h2,
body.ish-home-modern.ish-modern-midnight footer .footer-widget h2 a {
  color: #eef7ff !important;
  text-shadow: none !important;
}

/* Forest and Ocean modes: complete homepage treatment. */
body.ish-home-modern.ish-modern-forest {
  --ish-canvas: #102318;
  --ish-canvas-deep: #07130c;
  --ish-canvas-raised: rgba(22, 51, 34, 0.92);
  --ish-canvas-muted: rgba(14, 35, 23, 0.92);
  --ish-rgb: 16, 35, 24;
  --ish-glass-bg: rgba(16, 42, 27, 0.82);
  --ish-glass-border: rgba(187, 214, 155, 0.22);
  --ish-accent: #c7e26d;
  --ish-accent-glow: rgba(199, 226, 109, 0.28);
  color: #f3ffe8;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 226, 109, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(69, 153, 92, 0.18), transparent 28rem),
    linear-gradient(180deg, #132b1d 0%, #07130c 62%, #102318 100%) !important;
}

body.ish-home-modern.ish-modern-ocean {
  --ish-canvas: #e8f7ff;
  --ish-canvas-deep: #cfeeff;
  --ish-canvas-raised: rgba(255, 255, 255, 0.92);
  --ish-canvas-muted: rgba(218, 241, 253, 0.92);
  --ish-rgb: 232, 247, 255;
  --ish-glass-bg: rgba(255, 255, 255, 0.82);
  --ish-glass-border: rgba(14, 89, 128, 0.18);
  --ish-accent: #0c7db3;
  --ish-accent-glow: rgba(12, 125, 179, 0.20);
  color: #082638;
  background:
    radial-gradient(circle at 14% 0%, rgba(68, 180, 224, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(55, 134, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, #f3fbff 0%, #dff4ff 54%, #cfeeff 100%) !important;
}

body.ish-home-modern.ish-modern-forest::before,
body.ish-home-modern.ish-modern-ocean::before {
  opacity: 0.58;
}

body.ish-home-modern.ish-modern-forest #container,
body.ish-home-modern.ish-modern-forest main#content,
body.ish-home-modern.ish-modern-forest .ish-home-modern-main,
body.ish-home-modern.ish-modern-ocean #container,
body.ish-home-modern.ish-modern-ocean main#content,
body.ish-home-modern.ish-modern-ocean .ish-home-modern-main {
  background: transparent !important;
}

body.ish-home-modern.ish-modern-forest header .top-line,
body.ish-home-modern.ish-modern-forest .ish-nav-modern,
body.ish-home-modern.ish-modern-forest header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-forest header.active .ish-nav-modern::before {
  color: #f3ffe8 !important;
  background:
    linear-gradient(135deg, rgba(16, 42, 27, 0.97), rgba(24, 62, 39, 0.92)) !important;
  border-color: rgba(187, 214, 155, 0.24) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(243, 255, 232, 0.10) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}

body.ish-home-modern.ish-modern-ocean header .top-line,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern,
body.ish-home-modern.ish-modern-ocean header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-ocean header.active .ish-nav-modern::before {
  color: #082638 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(223, 244, 255, 0.90)) !important;
  border-color: rgba(14, 89, 128, 0.20) !important;
  box-shadow: 0 18px 46px rgba(14, 89, 128, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-forest header .top-line a,
body.ish-home-modern.ish-modern-forest header .top-line i,
body.ish-home-modern.ish-modern-forest .ish-nav-modern a,
body.ish-home-modern.ish-modern-forest .ish-nav-modern button {
  color: #f3ffe8 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-ocean header .top-line a,
body.ish-home-modern.ish-modern-ocean header .top-line i,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern a,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern button {
  color: #082638 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__link,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-forest button.ish-nav-modern__link--mega-trigger {
  color: #f3ffe8 !important;
  background: rgba(243, 255, 232, 0.07) !important;
  border-color: rgba(187, 214, 155, 0.14) !important;
  font-weight: 500 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__link,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-ocean button.ish-nav-modern__link--mega-trigger {
  color: #082638 !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(14, 89, 128, 0.14) !important;
  font-weight: 500 !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-forest .ish-nav-modern__link--active {
  color: #07130c !important;
  background: #c7e26d !important;
  border-color: #c7e26d !important;
  box-shadow: 0 10px 26px rgba(199, 226, 109, 0.22) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern__link--active {
  color: #ffffff !important;
  background: #0c7db3 !important;
  border-color: #0c7db3 !important;
  box-shadow: 0 10px 24px rgba(12, 125, 179, 0.18) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__chev {
  border-top-color: rgba(243, 255, 232, 0.76) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__chev {
  border-top-color: rgba(8, 38, 56, 0.66) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__search,
body.ish-home-modern.ish-modern-forest .ish-hm-search__form,
body.ish-home-modern.ish-modern-forest .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-forest .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-forest .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-forest .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-forest .ish-hm-row-card,
body.ish-home-modern.ish-modern-forest .ish-hm-brief-card,
body.ish-home-modern.ish-modern-forest .ish-hm-recent-card,
body.ish-home-modern.ish-modern-forest .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-forest .ish-hm-because-card {
  color: #f3ffe8 !important;
  background:
    linear-gradient(135deg, rgba(22, 51, 34, 0.92), rgba(10, 27, 17, 0.86)) !important;
  border-color: rgba(187, 214, 155, 0.22) !important;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(243, 255, 232, 0.08) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__search,
body.ish-home-modern.ish-modern-ocean .ish-hm-search__form,
body.ish-home-modern.ish-modern-ocean .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-ocean .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-ocean .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-ocean .ish-hm-row-card,
body.ish-home-modern.ish-modern-ocean .ish-hm-brief-card,
body.ish-home-modern.ish-modern-ocean .ish-hm-recent-card,
body.ish-home-modern.ish-modern-ocean .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-ocean .ish-hm-because-card {
  color: #082638 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(14, 89, 128, 0.18) !important;
  box-shadow: 0 18px 42px rgba(14, 89, 128, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__search input,
body.ish-home-modern.ish-modern-forest .ish-hm-search__form input {
  color: #f3ffe8 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__search input,
body.ish-home-modern.ish-modern-ocean .ish-hm-search__form input {
  color: #082638 !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__search input::placeholder,
body.ish-home-modern.ish-modern-forest .ish-hm-search__form input::placeholder {
  color: rgba(243, 255, 232, 0.56) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__search input::placeholder,
body.ish-home-modern.ish-modern-ocean .ish-hm-search__form input::placeholder {
  color: rgba(8, 38, 56, 0.52) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__search button,
body.ish-home-modern.ish-modern-forest .ish-hm-search__form button {
  color: #07130c !important;
  background: #c7e26d !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__search button,
body.ish-home-modern.ish-modern-ocean .ish-hm-search__form button {
  color: #ffffff !important;
  background: #0c7db3 !important;
}

body.ish-home-modern.ish-modern-forest .ish-hm-row__title,
body.ish-home-modern.ish-modern-forest .ish-hm-brief__title,
body.ish-home-modern.ish-modern-forest .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-forest .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-forest .ish-hm-editor-pick__body h2 a {
  color: #f3ffe8 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-row__title,
body.ish-home-modern.ish-modern-ocean .ish-hm-brief__title,
body.ish-home-modern.ish-modern-ocean .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-ocean .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__body h2 a {
  color: #082638 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-forest .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-forest .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-forest .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-forest .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-forest .ish-hm-editor-pick__body p {
  color: rgba(243, 255, 232, 0.68) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-ocean .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-ocean .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__body p {
  color: rgba(8, 38, 56, 0.66) !important;
}

/* Ocean: Editor's Pick — base component styles assume a dark shell */
body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(223, 244, 255, 0.94)) !important;
  border-color: rgba(14, 89, 128, 0.16) !important;
  box-shadow:
    0 22px 52px rgba(14, 89, 128, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__media {
  background: linear-gradient(135deg, #b8e4f5, #e8f7ff) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__media img {
  filter: saturate(1.04) contrast(1.02) brightness(1.03) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__body h2 a:hover {
  color: #0c7db3 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__kicker > span {
  color: #0c7db3 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__watch {
  color: #ffffff !important;
  background: #0c7db3 !important;
  border: 1px solid rgba(14, 89, 128, 0.2);
  box-shadow: 0 10px 24px rgba(12, 125, 179, 0.2);
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__more {
  color: rgba(8, 38, 56, 0.82) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(14, 89, 128, 0.18) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-editor-pick__play {
  color: #ffffff;
  background: rgba(229, 9, 20, 0.94);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.22);
}

body.ish-home-modern.ish-modern-forest .ish-hm-chip,
body.ish-home-modern.ish-modern-forest .ish-hm-tool,
body.ish-home-modern.ish-modern-forest .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-forest .ish-hm-row__spark {
  color: #f3ffe8 !important;
  background: rgba(15, 43, 27, 0.92) !important;
  border-color: rgba(187, 214, 155, 0.24) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-chip,
body.ish-home-modern.ish-modern-ocean .ish-hm-tool,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__spark {
  color: #082638 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(14, 89, 128, 0.22) !important;
  box-shadow: 0 8px 18px rgba(14, 89, 128, 0.08) !important;
}

body.ish-home-modern.ish-modern-forest .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-forest .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-forest .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-forest .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-forest .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-forest .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-forest .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #07130c !important;
  background: #c7e26d !important;
  border-color: #c7e26d !important;
  box-shadow: 0 10px 28px rgba(199, 226, 109, 0.22) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-ocean .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-ocean .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-ocean .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #ffffff !important;
  background: #0c7db3 !important;
  border-color: #0c7db3 !important;
  box-shadow: 0 10px 24px rgba(12, 125, 179, 0.18) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-mega {
  color: #f3ffe8 !important;
  background: linear-gradient(135deg, rgba(18, 49, 31, 0.98), rgba(7, 19, 12, 0.98)) !important;
  border-color: rgba(187, 214, 155, 0.24) !important;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.52) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-mega {
  color: #082638 !important;
  background: #f3fbff !important;
  border-color: rgba(14, 89, 128, 0.22) !important;
  box-shadow: 0 24px 54px rgba(14, 89, 128, 0.16) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-mega__pill,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__card {
  color: #f3ffe8 !important;
  background: rgba(243, 255, 232, 0.07) !important;
  border-color: rgba(187, 214, 155, 0.18) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-mega__pill,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card {
  color: #082638 !important;
  background: #ffffff !important;
  border-color: rgba(14, 89, 128, 0.18) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__pill--active {
  color: #07130c !important;
  background: #c7e26d !important;
  border-color: #c7e26d !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__pill--active {
  color: #ffffff !important;
  background: #0c7db3 !important;
  border-color: #0c7db3 !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__empty a {
  color: #f3ffe8 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__empty a {
  color: #082638 !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-forest .ish-nav-mega__card-meta i {
  color: rgba(243, 255, 232, 0.66) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-ocean .ish-nav-mega__card-meta i {
  color: rgba(8, 38, 56, 0.62) !important;
}

body.ish-home-modern.ish-modern-forest header .ish-theme-toggle-bar,
body.ish-home-modern.ish-modern-ocean header .ish-theme-toggle-bar {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.ish-home-modern.ish-modern-forest header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-forest header .ish-modern-mode-picker {
  color: #f3ffe8 !important;
  background: rgba(16, 42, 27, 0.94) !important;
  border: 1px solid rgba(187, 214, 155, 0.28) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}

body.ish-home-modern.ish-modern-ocean header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-ocean header .ish-modern-mode-picker {
  color: #082638 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(14, 89, 128, 0.22) !important;
  box-shadow: 0 8px 22px rgba(14, 89, 128, 0.10) !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern--open,
body.ish-home-modern.ish-modern-forest header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-forest .ish-nav-modern--open .ish-nav-modern__panel {
  color: #f3ffe8 !important;
  background: linear-gradient(135deg, rgba(16, 42, 27, 0.99), rgba(24, 62, 39, 0.96)) !important;
  border-color: rgba(187, 214, 155, 0.24) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern--open,
body.ish-home-modern.ish-modern-ocean header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-ocean .ish-nav-modern--open .ish-nav-modern__panel {
  color: #082638 !important;
  background: linear-gradient(135deg, #ffffff, #dff4ff) !important;
  border-color: rgba(14, 89, 128, 0.20) !important;
  box-shadow: 0 18px 46px rgba(14, 89, 128, 0.12) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__burger span {
  background: #f3ffe8 !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__burger span {
  background: #082638 !important;
}

body.ish-home-modern.ish-modern-forest .ish-nav-modern__backdrop {
  background: rgba(7, 19, 12, 0.44) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-ocean .ish-nav-modern__backdrop {
  background: rgba(14, 89, 128, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ish-home-modern.ish-modern-forest .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-forest .ish-modern-mode-picker__label {
  color: rgba(243, 255, 232, 0.72) !important;
}

body.ish-home-modern.ish-modern-ocean .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-ocean .ish-modern-mode-picker__label {
  color: rgba(8, 38, 56, 0.66) !important;
}

body.ish-home-modern.ish-modern-forest footer {
  color: #f3ffe8 !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 226, 109, 0.16), transparent 24rem),
    linear-gradient(180deg, #132b1d, #07130c) !important;
  border-top: 1px solid rgba(187, 214, 155, 0.24) !important;
}

body.ish-home-modern.ish-modern-ocean footer {
  color: #082638 !important;
  background: linear-gradient(180deg, #e8f7ff, #cfeeff) !important;
  border-top: 1px solid rgba(14, 89, 128, 0.20) !important;
}

body.ish-home-modern.ish-modern-forest footer,
body.ish-home-modern.ish-modern-forest footer a,
body.ish-home-modern.ish-modern-forest footer p,
body.ish-home-modern.ish-modern-forest footer li,
body.ish-home-modern.ish-modern-forest footer span,
body.ish-home-modern.ish-modern-forest footer i,
body.ish-home-modern.ish-modern-forest footer .footer-widget h1,
body.ish-home-modern.ish-modern-forest footer .footer-widget h2,
body.ish-home-modern.ish-modern-forest footer .footer-widget h2 a {
  color: #f3ffe8 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-ocean footer,
body.ish-home-modern.ish-modern-ocean footer a,
body.ish-home-modern.ish-modern-ocean footer p,
body.ish-home-modern.ish-modern-ocean footer li,
body.ish-home-modern.ish-modern-ocean footer span,
body.ish-home-modern.ish-modern-ocean footer i,
body.ish-home-modern.ish-modern-ocean footer .footer-widget h1,
body.ish-home-modern.ish-modern-ocean footer .footer-widget h2,
body.ish-home-modern.ish-modern-ocean footer .footer-widget h2 a {
  color: #082638 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-forest footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-forest footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-forest footer .down-footer a.go-top {
  color: #f3ffe8 !important;
  background: rgba(243, 255, 232, 0.08) !important;
  border-color: rgba(187, 214, 155, 0.22) !important;
}

body.ish-home-modern.ish-modern-ocean footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-ocean footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-ocean footer .down-footer a.go-top {
  color: #082638 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(14, 89, 128, 0.18) !important;
}

body.ish-home-modern.ish-modern-forest footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-forest footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-forest footer .down-footer a.go-top:hover {
  color: #07130c !important;
  background: #c7e26d !important;
  border-color: #c7e26d !important;
}

body.ish-home-modern.ish-modern-ocean footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-ocean footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-ocean footer .down-footer a.go-top:hover {
  color: #ffffff !important;
  background: #0c7db3 !important;
  border-color: #0c7db3 !important;
}


/* Sunset mode: complete homepage treatment */
body.ish-home-modern.ish-modern-sunset {
  --ish-canvas: #2b110b;
  --ish-canvas-deep: #1a0a06;
  --ish-canvas-raised: rgba(58, 25, 18, 0.92);
  --ish-canvas-muted: rgba(36, 13, 7, 0.92);
  --ish-rgb: 43, 17, 11;
  --ish-glass-bg: rgba(58, 25, 18, 0.82);
  --ish-glass-border: rgba(255, 140, 100, 0.22);
  --ish-accent: #ff8b54;
  --ish-accent-glow: rgba(255, 139, 84, 0.28);
  color: #fff0e8;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 139, 84, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 60, 60, 0.18), transparent 28rem),
    linear-gradient(180deg, #33150e 0%, #1a0a06 62%, #2b110b 100%) !important;
}
body.ish-home-modern.ish-modern-sunset::before {
  opacity: 0.58;
}
body.ish-home-modern.ish-modern-sunset #container,
body.ish-home-modern.ish-modern-sunset main#content,
body.ish-home-modern.ish-modern-sunset .ish-home-modern-main {
  background: transparent !important;
}
body.ish-home-modern.ish-modern-sunset header .top-line,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern,
body.ish-home-modern.ish-modern-sunset header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-sunset header.active .ish-nav-modern::before {
  color: #fff0e8 !important;
  background:
    linear-gradient(135deg, rgba(58, 25, 18, 0.97), rgba(43, 17, 11, 0.92)) !important;
  border-color: rgba(255, 140, 100, 0.24) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 240, 232, 0.10) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}
body.ish-home-modern.ish-modern-sunset header .top-line a,
body.ish-home-modern.ish-modern-sunset header .top-line i,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern a,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern button {
  color: #fff0e8 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-sunset button.ish-nav-modern__link--mega-trigger {
  color: #fff0e8 !important;
  background: rgba(255, 240, 232, 0.07) !important;
  border-color: rgba(255, 140, 100, 0.14) !important;
  font-weight: 500 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__link--active {
  color: #1a0a06 !important;
  background: #ff8b54 !important;
  border-color: #ff8b54 !important;
  box-shadow: 0 10px 26px rgba(255, 139, 84, 0.22) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__chev {
  border-top-color: rgba(255, 240, 232, 0.76) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__search,
body.ish-home-modern.ish-modern-sunset .ish-hm-search__form,
body.ish-home-modern.ish-modern-sunset .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-sunset .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-sunset .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-sunset .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-sunset .ish-hm-row-card,
body.ish-home-modern.ish-modern-sunset .ish-hm-brief-card,
body.ish-home-modern.ish-modern-sunset .ish-hm-recent-card,
body.ish-home-modern.ish-modern-sunset .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-sunset .ish-hm-because-card {
  color: #fff0e8 !important;
  background:
    linear-gradient(135deg, rgba(58, 25, 18, 0.92), rgba(36, 13, 7, 0.86)) !important;
  border-color: rgba(255, 140, 100, 0.22) !important;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 240, 232, 0.08) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__search input,
body.ish-home-modern.ish-modern-sunset .ish-hm-search__form input {
  color: #fff0e8 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__search input::placeholder,
body.ish-home-modern.ish-modern-sunset .ish-hm-search__form input::placeholder {
  color: rgba(255, 240, 232, 0.56) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__search button,
body.ish-home-modern.ish-modern-sunset .ish-hm-search__form button {
  color: #1a0a06 !important;
  background: #ff8b54 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-hm-row__title,
body.ish-home-modern.ish-modern-sunset .ish-hm-brief__title,
body.ish-home-modern.ish-modern-sunset .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-sunset .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-sunset .ish-hm-editor-pick__body h2 a {
  color: #fff0e8 !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-sunset .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-sunset .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-sunset .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-sunset .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-sunset .ish-hm-editor-pick__body p {
  color: rgba(255, 240, 232, 0.68) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-hm-chip,
body.ish-home-modern.ish-modern-sunset .ish-hm-tool,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__spark {
  color: #fff0e8 !important;
  background: rgba(43, 17, 11, 0.92) !important;
  border-color: rgba(255, 140, 100, 0.24) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-sunset .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-sunset .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-sunset .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #1a0a06 !important;
  background: #ff8b54 !important;
  border-color: #ff8b54 !important;
  box-shadow: 0 10px 28px rgba(255, 139, 84, 0.22) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-mega {
  color: #fff0e8 !important;
  background: linear-gradient(135deg, rgba(58, 25, 18, 0.98), rgba(26, 10, 6, 0.98)) !important;
  border-color: rgba(255, 140, 100, 0.24) !important;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.52) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__pill,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card {
  color: #fff0e8 !important;
  background: rgba(255, 240, 232, 0.07) !important;
  border-color: rgba(255, 140, 100, 0.18) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__pill--active {
  color: #1a0a06 !important;
  background: #ff8b54 !important;
  border-color: #ff8b54 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__empty a {
  color: #fff0e8 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-sunset .ish-nav-mega__card-meta i {
  color: rgba(255, 240, 232, 0.66) !important;
}
body.ish-home-modern.ish-modern-sunset header .ish-theme-toggle-bar {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.ish-home-modern.ish-modern-sunset header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-sunset header .ish-modern-mode-picker {
  color: #fff0e8 !important;
  background: rgba(58, 25, 18, 0.94) !important;
  border: 1px solid rgba(255, 140, 100, 0.28) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern--open,
body.ish-home-modern.ish-modern-sunset header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-sunset .ish-nav-modern--open .ish-nav-modern__panel {
  color: #fff0e8 !important;
  background: linear-gradient(135deg, rgba(58, 25, 18, 0.99), rgba(43, 17, 11, 0.96)) !important;
  border-color: rgba(255, 140, 100, 0.24) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__burger span {
  background: #fff0e8 !important;
}
body.ish-home-modern.ish-modern-sunset .ish-nav-modern__backdrop {
  background: rgba(26, 10, 6, 0.44) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.ish-home-modern.ish-modern-sunset .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-sunset .ish-modern-mode-picker__label {
  color: rgba(255, 240, 232, 0.72) !important;
}
body.ish-home-modern.ish-modern-sunset footer {
  color: #fff0e8 !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 139, 84, 0.16), transparent 24rem),
    linear-gradient(180deg, #33150e, #1a0a06) !important;
  border-top: 1px solid rgba(255, 140, 100, 0.24) !important;
}
body.ish-home-modern.ish-modern-sunset footer,
body.ish-home-modern.ish-modern-sunset footer a,
body.ish-home-modern.ish-modern-sunset footer p,
body.ish-home-modern.ish-modern-sunset footer li,
body.ish-home-modern.ish-modern-sunset footer span,
body.ish-home-modern.ish-modern-sunset footer i,
body.ish-home-modern.ish-modern-sunset footer .footer-widget h1,
body.ish-home-modern.ish-modern-sunset footer .footer-widget h2,
body.ish-home-modern.ish-modern-sunset footer .footer-widget h2 a {
  color: #fff0e8 !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-sunset footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-sunset footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-sunset footer .down-footer a.go-top {
  color: #fff0e8 !important;
  background: rgba(255, 240, 232, 0.08) !important;
  border-color: rgba(255, 140, 100, 0.22) !important;
}
body.ish-home-modern.ish-modern-sunset footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-sunset footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-sunset footer .down-footer a.go-top:hover {
  color: #1a0a06 !important;
  background: #ff8b54 !important;
  border-color: #ff8b54 !important;
}


/* Amethyst mode: complete homepage treatment */
body.ish-home-modern.ish-modern-amethyst {
  --ish-canvas: #1a0f2e;
  --ish-canvas-deep: #10081c;
  --ish-canvas-raised: rgba(37, 22, 66, 0.92);
  --ish-canvas-muted: rgba(20, 11, 36, 0.92);
  --ish-rgb: 26, 15, 46;
  --ish-glass-bg: rgba(37, 22, 66, 0.82);
  --ish-glass-border: rgba(180, 130, 255, 0.22);
  --ish-accent: #b785ff;
  --ish-accent-glow: rgba(183, 133, 255, 0.28);
  color: #f0e6ff;
  background:
    radial-gradient(circle at 12% 0%, rgba(183, 133, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 100, 200, 0.12), transparent 28rem),
    linear-gradient(180deg, #201338 0%, #10081c 62%, #1a0f2e 100%) !important;
}
body.ish-home-modern.ish-modern-amethyst::before {
  opacity: 0.58;
}
body.ish-home-modern.ish-modern-amethyst #container,
body.ish-home-modern.ish-modern-amethyst main#content,
body.ish-home-modern.ish-modern-amethyst .ish-home-modern-main {
  background: transparent !important;
}
body.ish-home-modern.ish-modern-amethyst header .top-line,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern,
body.ish-home-modern.ish-modern-amethyst header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-amethyst header.active .ish-nav-modern::before {
  color: #f0e6ff !important;
  background:
    linear-gradient(135deg, rgba(37, 22, 66, 0.97), rgba(20, 11, 36, 0.92)) !important;
  border-color: rgba(180, 130, 255, 0.24) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(240, 230, 255, 0.10) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}
body.ish-home-modern.ish-modern-amethyst header .top-line a,
body.ish-home-modern.ish-modern-amethyst header .top-line i,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern a,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern button {
  color: #f0e6ff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__link,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-amethyst button.ish-nav-modern__link--mega-trigger {
  color: #f0e6ff !important;
  background: rgba(240, 230, 255, 0.07) !important;
  border-color: rgba(180, 130, 255, 0.14) !important;
  font-weight: 500 !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__item--mega:hover > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__item--mega.ish-nav-modern__item--mega-open > .ish-nav-modern__link,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__link--home.active,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__link--active {
  color: #10081c !important;
  background: #b785ff !important;
  border-color: #b785ff !important;
  box-shadow: 0 10px 26px rgba(183, 133, 255, 0.22) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__chev {
  border-top-color: rgba(240, 230, 255, 0.76) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__search,
body.ish-home-modern.ish-modern-amethyst .ish-hm-search__form,
body.ish-home-modern.ish-modern-amethyst .ish-hm-smartbar__panel,
body.ish-home-modern.ish-modern-amethyst .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-amethyst .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-amethyst .ish-hm-ticker__shell,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row-card,
body.ish-home-modern.ish-modern-amethyst .ish-hm-brief-card,
body.ish-home-modern.ish-modern-amethyst .ish-hm-recent-card,
body.ish-home-modern.ish-modern-amethyst .ish-hm-watchlater-card,
body.ish-home-modern.ish-modern-amethyst .ish-hm-because-card {
  color: #f0e6ff !important;
  background:
    linear-gradient(135deg, rgba(37, 22, 66, 0.92), rgba(20, 11, 36, 0.86)) !important;
  border-color: rgba(180, 130, 255, 0.22) !important;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(240, 230, 255, 0.08) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__search input,
body.ish-home-modern.ish-modern-amethyst .ish-hm-search__form input {
  color: #f0e6ff !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__search input::placeholder,
body.ish-home-modern.ish-modern-amethyst .ish-hm-search__form input::placeholder {
  color: rgba(240, 230, 255, 0.56) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__search button,
body.ish-home-modern.ish-modern-amethyst .ish-hm-search__form button {
  color: #10081c !important;
  background: #b785ff !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__title,
body.ish-home-modern.ish-modern-amethyst .ish-hm-brief__title,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-amethyst .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-amethyst .ish-hm-editor-pick__body h2 a {
  color: #f0e6ff !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-amethyst .ish-hm-ticker__item time,
body.ish-home-modern.ish-modern-amethyst .ish-hm-editor-pick__meta span,
body.ish-home-modern.ish-modern-amethyst .ish-hm-editor-pick__body p {
  color: rgba(240, 230, 255, 0.68) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-hm-chip,
body.ish-home-modern.ish-modern-amethyst .ish-hm-tool,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__more--button,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__spark {
  color: #f0e6ff !important;
  background: rgba(20, 11, 36, 0.92) !important;
  border-color: rgba(180, 130, 255, 0.24) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-hm-chip:hover,
body.ish-home-modern.ish-modern-amethyst .ish-hm-chip:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-hm-chip.is-active,
body.ish-home-modern.ish-modern-amethyst .ish-hm-tool:hover,
body.ish-home-modern.ish-modern-amethyst .ish-hm-tool:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-hm-tool.is-active,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__more--button:hover,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__more--button:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__spark:hover,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__spark:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-hm-row__spark--cozy[aria-pressed='true'] {
  color: #10081c !important;
  background: #b785ff !important;
  border-color: #b785ff !important;
  box-shadow: 0 10px 28px rgba(183, 133, 255, 0.22) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega {
  color: #f0e6ff !important;
  background: linear-gradient(135deg, rgba(37, 22, 66, 0.98), rgba(16, 8, 28, 0.98)) !important;
  border-color: rgba(180, 130, 255, 0.24) !important;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.52) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__pill,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card {
  color: #f0e6ff !important;
  background: rgba(240, 230, 255, 0.07) !important;
  border-color: rgba(180, 130, 255, 0.18) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__pill--active {
  color: #10081c !important;
  background: #b785ff !important;
  border-color: #b785ff !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card-title a,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__empty,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__empty a {
  color: #f0e6ff !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card-meta span,
body.ish-home-modern.ish-modern-amethyst .ish-nav-mega__card-meta i {
  color: rgba(240, 230, 255, 0.66) !important;
}
body.ish-home-modern.ish-modern-amethyst header .ish-theme-toggle-bar {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.ish-home-modern.ish-modern-amethyst header .ish-theme-toggle-wrap,
body.ish-home-modern.ish-modern-amethyst header .ish-modern-mode-picker {
  color: #f0e6ff !important;
  background: rgba(37, 22, 66, 0.94) !important;
  border: 1px solid rgba(180, 130, 255, 0.28) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern--open,
body.ish-home-modern.ish-modern-amethyst header.active .ish-nav-modern--open,
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern--open .ish-nav-modern__panel {
  color: #f0e6ff !important;
  background: linear-gradient(135deg, rgba(37, 22, 66, 0.99), rgba(20, 11, 36, 0.96)) !important;
  border-color: rgba(180, 130, 255, 0.24) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__burger span {
  background: #f0e6ff !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-nav-modern__backdrop {
  background: rgba(16, 8, 28, 0.44) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.ish-home-modern.ish-modern-amethyst .ish-theme-toggle__text,
body.ish-home-modern.ish-modern-amethyst .ish-modern-mode-picker__label {
  color: rgba(240, 230, 255, 0.72) !important;
}
body.ish-home-modern.ish-modern-amethyst footer {
  color: #f0e6ff !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(183, 133, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #201338, #10081c) !important;
  border-top: 1px solid rgba(180, 130, 255, 0.24) !important;
}
body.ish-home-modern.ish-modern-amethyst footer,
body.ish-home-modern.ish-modern-amethyst footer a,
body.ish-home-modern.ish-modern-amethyst footer p,
body.ish-home-modern.ish-modern-amethyst footer li,
body.ish-home-modern.ish-modern-amethyst footer span,
body.ish-home-modern.ish-modern-amethyst footer i,
body.ish-home-modern.ish-modern-amethyst footer .footer-widget h1,
body.ish-home-modern.ish-modern-amethyst footer .footer-widget h2,
body.ish-home-modern.ish-modern-amethyst footer .footer-widget h2 a {
  color: #f0e6ff !important;
  text-shadow: none !important;
}
body.ish-home-modern.ish-modern-amethyst footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern.ish-modern-amethyst footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern.ish-modern-amethyst footer .down-footer a.go-top {
  color: #f0e6ff !important;
  background: rgba(240, 230, 255, 0.08) !important;
  border-color: rgba(180, 130, 255, 0.22) !important;
}
body.ish-home-modern.ish-modern-amethyst footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern.ish-modern-amethyst footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern.ish-modern-amethyst footer .down-footer a.go-top:hover {
  color: #10081c !important;
  background: #b785ff !important;
  border-color: #b785ff !important;
}

/* Extended palette (graphite → copper): header + footer match selected mode */
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) header .top-line {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
  background: var(--ish-mode-home-topline, var(--ish-mode-topline)) !important;
  border-bottom-color: var(--ish-mode-home-border, var(--ish-mode-border)) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line i,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) header .top-line a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) header .top-line i {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
  text-shadow: none !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line .info-list li a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line .social-icons li a {
  color: var(--ish-mode-home-muted, var(--ish-mode-muted)) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line .info-list li a:hover,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) .top-line .social-icons li a:hover {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
  background:
    radial-gradient(circle at 12% 0%, var(--ish-mode-home-glow, var(--ish-mode-glow)), transparent 24rem),
    linear-gradient(180deg, var(--ish-mode-home-surface, var(--ish-mode-surface)), var(--ish-mode-home-bg, var(--ish-mode-bg))) !important;
  border-top: 1px solid var(--ish-mode-home-border, var(--ish-mode-border)) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .down-footer,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer > .container,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .footer-widget,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer .featured-widget .news-post {
  background: transparent !important;
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer p,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer li,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer span,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer i,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .footer-widget h1,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .footer-widget h2,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .footer-widget h2 a {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
  text-shadow: none !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer .tags-widget ul.tags-list li a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer .footer-widget ul.social-icons li a,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .down-footer a.go-top {
  color: var(--ish-mode-home-text, var(--ish-mode-text)) !important;
  background: color-mix(in srgb, var(--ish-mode-home-text, var(--ish-mode-text)) 8%, transparent) !important;
  border-color: var(--ish-mode-home-border, var(--ish-mode-border)) !important;
}

body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer .tags-widget ul.tags-list li a:hover,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .up-footer .footer-widget ul.social-icons li a:hover,
body.ish-home-modern:is(
  .ish-modern-graphite,
  .ish-modern-ruby,
  .ish-modern-emerald,
  .ish-modern-teal,
  .ish-modern-cobalt,
  .ish-modern-gold,
  .ish-modern-rose,
  .ish-modern-lavender,
  .ish-modern-arctic,
  .ish-modern-copper,
  .ish-modern-silver
) footer .down-footer a.go-top:hover {
  color: var(--ish-mode-home-bg, var(--ish-mode-bg)) !important;
  background: var(--ish-mode-home-accent, var(--ish-mode-accent)) !important;
  border-color: var(--ish-mode-home-accent, var(--ish-mode-accent)) !important;
}

/* Team page — full scheme canvas; no white strip under the nav */
body.ish-home-modern.ish-team-page {
  background:
    radial-gradient(circle at 12% 0%, var(--ish-mode-glow, transparent), transparent 30rem),
    radial-gradient(circle at 88% 14%, var(--ish-mode-glow-2, transparent), transparent 30rem),
    linear-gradient(
      180deg,
      var(--ish-mode-surface, var(--ish-mode-bg, #fff)) 0%,
      var(--ish-mode-bg, #fff) 48%,
      var(--ish-mode-surface-2, var(--ish-mode-bg, #fff)) 100%
    ) !important;
  color: var(--ish-mode-text, inherit) !important;
}

/* Dark (default) — true black canvas on team */
body.ish-home-modern.ish-team-page.ish-modern-dark {
  background: #000000 !important;
}

/* Cinematic modes — match theme-modern body gradient on team */
body.ish-home-modern.ish-team-page.ish-modern-midnight {
  background:
    radial-gradient(circle at 12% 6%, var(--ish-mode-glow), transparent 26rem),
    radial-gradient(circle at 86% 2%, var(--ish-mode-glow-2), transparent 30rem),
    linear-gradient(180deg, var(--ish-mode-surface) 0%, var(--ish-mode-surface-2) 58%, var(--ish-mode-bg) 100%) !important;
}

body.ish-home-modern.ish-team-page.ish-modern-forest {
  background:
    radial-gradient(circle at 12% 0%, var(--ish-mode-glow), transparent 28rem),
    radial-gradient(circle at 88% 12%, var(--ish-mode-glow-2), transparent 28rem),
    linear-gradient(180deg, #132b1d 0%, #07130c 62%, var(--ish-mode-bg) 100%) !important;
}

body.ish-home-modern.ish-team-page.ish-modern-sunset {
  background:
    radial-gradient(circle at 12% 0%, var(--ish-mode-glow), transparent 28rem),
    radial-gradient(circle at 88% 12%, var(--ish-mode-glow-2), transparent 28rem),
    linear-gradient(180deg, #33150e 0%, #1a0a06 62%, var(--ish-mode-bg) 100%) !important;
}

body.ish-home-modern.ish-team-page.ish-modern-amethyst {
  background:
    radial-gradient(circle at 14% 0%, var(--ish-mode-glow), transparent 30rem),
    radial-gradient(circle at 92% 18%, var(--ish-mode-glow-2), transparent 28rem),
    linear-gradient(180deg, #201338 0%, #10081c 54%, var(--ish-mode-bg) 100%) !important;
}

body.ish-home-modern.ish-team-page::before {
  display: none !important;
}

body.ish-home-modern.ish-team-page #container {
  background: transparent !important;
}

body.ish-home-modern.ish-team-page header {
  margin-bottom: 0;
}

body.ish-home-modern.ish-team-page .ish-nav-modern {
  margin-bottom: 0 !important;
}

body.ish-home-modern.ish-team-page #content-section.ish-team {
  background: transparent !important;
}

/* True black Dark — every home section (no charcoal glass) */
body.ish-home-modern.ish-modern-dark .ish-home-modern-main,
body.ish-home-modern.ish-modern-dark #content,
body.ish-home-modern.ish-modern-dark #Sponsor-section,
body.ish-home-modern.ish-modern-dark .ish-hm-search,
body.ish-home-modern.ish-modern-dark .ish-hm-brief,
body.ish-home-modern.ish-modern-dark .ish-hm-editor-pick,
body.ish-home-modern.ish-modern-dark .ish-hm-row,
body.ish-home-modern.ish-modern-dark .ish-hm-aside-wrap,
body.ish-home-modern.ish-modern-dark .ish-hm-strip {
  background: #000000 !important;
  background-color: #000000 !important;
}

body.ish-home-modern.ish-modern-dark .netflix-hero-slider,
body.ish-home-modern.ish-modern-dark .netflix-hero-image-wrapper,
body.ish-home-modern.ish-modern-dark .netflix-hero-video-preview,
body.ish-home-modern.ish-modern-dark .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-dark .ish-hm-brief-card,
body.ish-home-modern.ish-modern-dark .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-dark .ish-hm-editor-pick__media,
body.ish-home-modern.ish-modern-dark .ish-hm-row-card,
body.ish-home-modern.ish-modern-dark .ish-hm-card,
body.ish-home-modern.ish-modern-dark .ish-hm-sidebar .news-post,
body.ish-home-modern.ish-modern-dark .ish-hm-sidebar .posts-block,
body.ish-home-modern.ish-modern-dark .ish-nav-modern--open,
body.ish-home-modern.ish-modern-dark .ish-nav-mega {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.ish-home-modern.ish-modern-dark .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-dark .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-dark .ish-hm-row-card,
body.ish-home-modern.ish-modern-dark .ish-hm-card {
  background-image: none !important;
  box-shadow: none !important;
}

body.ish-home-modern.ish-modern-dark .ish-hm-row-card,
body.ish-home-modern.ish-modern-dark .ish-hm-brief-card {
  background: #0a0a0a !important;
}

body.ish-home-modern.ish-modern-dark section[class^="ish-hero-"] {
  background: #000000 !important;
}

body.ish-home-modern.ish-modern-dark footer,
body.ish-home-modern.ish-modern-dark footer .up-footer,
body.ish-home-modern.ish-modern-dark footer .down-footer,
body.ish-home-modern.ish-modern-dark footer > .container,
body.ish-home-modern.ish-modern-dark footer .footer-widget,
body.ish-home-modern.ish-modern-dark footer .up-footer .featured-widget .news-post {
  background: #000000 !important;
  background-color: #000000 !important;
}

/* Silver edition — brushed metallic canvas on home */
body.ish-home-modern.ish-modern-silver {
  --ish-canvas: transparent;
  --ish-canvas-deep: transparent;
  --ish-canvas-raised: rgba(248, 250, 252, 0.84);
  --ish-canvas-muted: rgba(214, 220, 228, 0.72);
  --ish-glass-bg: rgba(255, 255, 255, 0.78);
  --ish-glass-border: rgba(255, 255, 255, 0.72);
  --ish-silver-shine: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.12) 24%,
    rgba(176, 184, 192, 0.22) 48%,
    rgba(255, 255, 255, 0.58) 72%,
    rgba(140, 148, 156, 0.14) 100%
  );
  color: #334155 !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.42), transparent 34rem),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.28), transparent 30rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(168, 176, 184, 0.08) 100%),
    url('/assets/images/editions/silver-fabric.png') center center / cover no-repeat fixed !important;
}

body.ish-home-modern.ish-modern-silver::before {
  display: none !important;
}

body.ish-home-modern.ish-modern-silver #container,
body.ish-home-modern.ish-modern-silver #content-section,
body.ish-home-modern.ish-modern-silver main#content,
body.ish-home-modern.ish-modern-silver .ish-home-modern-main,
body.ish-home-modern.ish-modern-silver #content,
body.ish-home-modern.ish-modern-silver #Sponsor-section,
body.ish-home-modern.ish-modern-silver .ish-hm-search,
body.ish-home-modern.ish-modern-silver .ish-hm-brief,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick,
body.ish-home-modern.ish-modern-silver .ish-hm-row,
body.ish-home-modern.ish-modern-silver .ish-hm-aside-wrap,
body.ish-home-modern.ish-modern-silver .ish-hm-strip,
body.ish-home-modern.ish-modern-silver section[class^="ish-hero-"] {
  background: transparent !important;
  background-color: transparent !important;
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver .netflix-hero-slider,
body.ish-home-modern.ish-modern-silver .netflix-hero-image-wrapper,
body.ish-home-modern.ish-modern-silver .netflix-hero-video-preview,
body.ish-home-modern.ish-modern-silver .ish-hm-brief__shell,
body.ish-home-modern.ish-modern-silver .ish-hm-brief-card,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__card,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__media,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card,
body.ish-home-modern.ish-modern-silver .ish-hm-card,
body.ish-home-modern.ish-modern-silver .ish-hm-sidebar .news-post,
body.ish-home-modern.ish-modern-silver .ish-hm-sidebar .posts-block,
body.ish-home-modern.ish-modern-silver .ish-nav-modern--open,
body.ish-home-modern.ish-modern-silver .ish-nav-mega,
body.ish-home-modern.ish-modern-silver footer,
body.ish-home-modern.ish-modern-silver footer .up-footer,
body.ish-home-modern.ish-modern-silver footer .down-footer {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.12) 24%, rgba(176, 184, 192, 0.22) 48%, rgba(255, 255, 255, 0.58) 72%, rgba(140, 148, 156, 0.14) 100%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(214, 220, 228, 0.72) 48%, rgba(176, 184, 192, 0.58) 100%) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 18px 40px rgba(40, 48, 56, 0.14) !important;
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver .ish-hm-row__title,
body.ish-home-modern.ish-modern-silver .ish-hm-brief__title,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__title,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card__title,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-silver .ish-hm-brief-card__title,
body.ish-home-modern.ish-modern-silver .ish-hm-brief-card__title a,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__headline,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__headline a,
body.ish-home-modern.ish-modern-silver footer a,
body.ish-home-modern.ish-modern-silver footer p,
body.ish-home-modern.ish-modern-silver footer li,
body.ish-home-modern.ish-modern-silver footer span {
  color: #0f172a !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-silver .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__description,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__engagement,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__engagement span,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card__meta span,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__meta span,
body.ish-home-modern.ish-modern-silver .ish-hm-row-card__meta i,
body.ish-home-modern.ish-modern-silver .ish-cat-modern-card .ish-hm-row-card__meta i {
  color: #000000 !important;
}

body.ish-home-modern.ish-modern-silver .ish-hm-brief-card__excerpt,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__lede {
  color: #475569 !important;
}

/* Silver — bright chrome menu bar (overrides default dark nav shell) */
body.ish-home-modern.ish-modern-silver .top-line,
body.ish-home-modern.ish-modern-silver header .top-line,
body.ish-home-modern.ish-modern-silver .ish-nav-modern,
body.ish-home-modern.ish-modern-silver header.active .ish-nav-modern,
body.ish-home-modern.ish-modern-silver header.active .ish-nav-modern::before {
  color: #1e293b !important;
  background:
    var(--ish-silver-shine),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 236, 242, 0.94) 100%) !important;
  backdrop-filter: blur(20px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(150%) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 12px 32px rgba(40, 48, 56, 0.08) !important;
}

body.ish-home-modern.ish-modern-silver .top-line a,
body.ish-home-modern.ish-modern-silver .top-line i,
body.ish-home-modern.ish-modern-silver .info-list li a,
body.ish-home-modern.ish-modern-silver .social-icons li a,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__link,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__panel-link,
body.ish-home-modern.ish-modern-silver .ish-nav-modern button {
  color: #1e293b !important;
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-silver .top-line a:hover,
body.ish-home-modern.ish-modern-silver .info-list li a:hover,
body.ish-home-modern.ish-modern-silver .social-icons li a:hover,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__link:hover,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__link:focus-visible,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__link--active,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__link--home.active {
  color: #0f172a !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 236, 242, 0.92) 100%) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
}

/* Silver — mega menu & dropdowns: dark readable text on chrome panels */
body.ish-home-modern.ish-modern-silver .ish-nav-mega,
body.ish-home-modern.ish-modern-silver .ish-nav-modern--open {
  color: #1e293b !important;
}

body.ish-home-modern.ish-modern-silver .ish-nav-mega__pill {
  color: #334155 !important;
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

body.ish-home-modern.ish-modern-silver .ish-nav-mega__pill:hover,
body.ish-home-modern.ish-modern-silver .ish-nav-mega__pill:focus-visible,
body.ish-home-modern.ish-modern-silver .ish-nav-mega__pill--active {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 15px rgba(40, 48, 56, 0.12) !important;
}

body.ish-home-modern.ish-modern-silver .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-silver .ish-nav-mega__card:hover .ish-nav-mega__card-title,
body.ish-home-modern.ish-modern-silver .ish-nav-mega__card-meta,
body.ish-home-modern.ish-modern-silver .ish-nav-mega__card-meta i,
body.ish-home-modern.ish-modern-silver .ish-nav-mega a {
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver .ish-nav-mega__card {
  background: rgba(255, 255, 255, 0.42) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

body.ish-home-modern.ish-modern-silver .ish-hm-row__title,
body.ish-home-modern.ish-modern-silver .ish-hm-brief__title,
body.ish-home-modern.ish-modern-silver .ish-hm-editor-pick__title,
body.ish-home-modern.ish-modern-silver .ish-hm-strip__title,
body.ish-home-modern.ish-modern-silver .netflix-hero-title,
body.ish-home-modern.ish-modern-silver .netflix-hero-caption,
body.ish-home-modern.ish-modern-silver .netflix-hero-caption a {
  color: #0f172a !important;
  text-shadow: none !important;
}

/* Silver — video show page (readable dark text on chrome panels) */
body.ish-home-modern.ish-modern-silver.ish-video-modern {
  --ish-canvas: transparent;
  --ish-glass-bg: rgba(255, 255, 255, 0.78);
  --ish-glass-border: rgba(255, 255, 255, 0.72);
  color: #334155 !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.42), transparent 34rem),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.28), transparent 30rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(168, 176, 184, 0.08) 100%),
    url('/assets/images/editions/silver-fabric.png') center center / cover no-repeat fixed !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern #container,
body.ish-home-modern.ish-modern-silver.ish-video-modern #content-section,
body.ish-home-modern.ish-modern-silver.ish-video-modern #Sponsor-section {
  background: transparent !important;
  background-color: transparent !important;
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .single-post,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar > .sidebar,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .widget,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext-card {
  background:
    var(--ish-silver-shine),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(214, 220, 228, 0.72) 48%, rgba(176, 184, 192, 0.58) 100%) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 18px 40px rgba(40, 48, 56, 0.14) !important;
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .blockquote-light,
body.ish-home-modern.ish-modern-silver.ish-video-modern .blockquote-light p,
body.ish-home-modern.ish-modern-silver.ish-video-modern .blockquote-light p *,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes h2,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes p,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes p *,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes li,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes .tags-list a,
body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box .post-tags,
body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box .post-tags li,
body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box .post-tags li i,
body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box .post-tags a,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext-card h3 a,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext-card p,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__title a,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta span,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta i,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .post-content h2 a,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .post-content h2 a:hover,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .post-content p,
body.ish-home-modern.ish-modern-silver.ish-video-modern .single-post p,
body.ish-home-modern.ish-modern-silver.ish-video-modern .single-post li,
body.ish-home-modern.ish-modern-silver.ish-video-modern .single-post span,
body.ish-home-modern.ish-modern-silver.ish-video-modern .single-post a:not(.category) {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  text-shadow: none !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .video-detail-title,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext__head h2,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .title-section,
body.ish-home-modern.ish-modern-silver.ish-video-modern .sidebar-sticky .title-section h1,
body.ish-home-modern.ish-modern-silver.ish-video-modern .text-boxes h2,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__title a {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta span,
body.ish-home-modern.ish-modern-silver.ish-video-modern #js-video-sidebar .ish-hm-row-card__meta i,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext-card p {
  color: #64748b !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar {
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 28px rgba(40, 48, 56, 0.08) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn i,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn span,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext__head a {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(100, 116, 139, 0.32) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 20px rgba(40, 48, 56, 0.08) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn:hover,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn:focus,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-actionbar__btn.is-saved,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext__head a:hover,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext__head a:focus {
  color: #ffffff !important;
  background: #e50914 !important;
  border-color: #e50914 !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-upnext {
  border-top-color: rgba(148, 163, 184, 0.28) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box {
  border-bottom-color: rgba(148, 163, 184, 0.28) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box ul.share-box li a {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(100, 116, 139, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 24px rgba(40, 48, 56, 0.1) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box ul.share-box li a i {
  color: inherit !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .share-post-box ul.share-box li a:hover {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern .format-post-video {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern footer,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer .up-footer,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer .down-footer,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer .footer-widget {
  background:
    var(--ish-silver-shine),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(214, 220, 228, 0.72) 48%, rgba(176, 184, 192, 0.58) 100%) !important;
  background-color: transparent !important;
  color: #334155 !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern footer a,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer p,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer li,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer span,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer h1,
body.ish-home-modern.ish-modern-silver.ish-video-modern footer h2,
body.ish-home-modern.ish-modern-silver.ish-video-modern .ish-video-surprise-btn {
  color: #1e293b !important;
}

body.ish-home-modern.ish-modern-silver.ish-video-modern footer h3 {
  color: #334155 !important;
  background-color: transparent !important;
}

/* Silver — nav search & chrome controls on all modern pages */
body.ish-home-modern.ish-modern-silver .ish-nav-modern__search input,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__search input::placeholder,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__search button,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__chev,
body.ish-home-modern.ish-modern-silver .ish-nav-modern__burger span,
body.ish-theme-modern.ish-modern-silver .ish-nav-modern__search input,
body.ish-theme-modern.ish-modern-silver .ish-nav-modern__search button,
body.ish-theme-modern.ish-modern-silver .ish-nav-modern__chev {
  color: #1e293b !important;
}
