:root {
  --cc-space-xs: 4px;
  --cc-space-s: 8px;
  --cc-space-m: 16px;
  --cc-space-l: 24px;
  --cc-space-xl: 32px;
  --cc-space-xxl: 48px;

  --cc-fs-h1: clamp(1.8rem, 2.8vw, 2.9rem);
  --cc-fs-h2: clamp(1.3rem, 1.7vw, 2rem);
  --cc-fs-h3: clamp(1.05rem, 1.2vw, 1.28rem);
  --cc-fs-body: 0.98rem;
  --cc-fs-data: 1.15rem;

  --cc-surface: rgba(13, 17, 36, 0.62);
  --cc-surface-soft: rgba(10, 14, 28, 0.48);
  --cc-surface-strong: rgba(25, 33, 68, 0.72);
  --cc-border-soft: rgba(255, 255, 255, 0.16);
  --cc-border-strong: rgba(255, 217, 102, 0.45);
  --cc-text-main: #f5f7ff;
  --cc-text-secondary: #b9c3df;
  --cc-accent: #ffd966;

  --cc-radius-s: 10px;
  --cc-radius-m: 14px;
  --cc-radius-l: 18px;

  --cc-blur-soft: blur(6px);
  --cc-blur-main: blur(10px);
  --cc-blur-fallback: rgba(16, 23, 50, 0.86);

  --cc-z-base: 1;
  --cc-z-nav: 50;
  --cc-z-overlay: 80;

  --cc-break-xs: 360px;
  --cc-break-sm: 768px;
  --cc-break-md: 1024px;
  --cc-break-lg: 1280px;
}

body {
  color: var(--cc-text-main);
}

h1, .cc-h1 {
  font-size: var(--cc-fs-h1);
}

h2, .cc-h2 {
  font-size: var(--cc-fs-h2);
}

h3, .cc-h3 {
  font-size: var(--cc-fs-h3);
}

p, li, td, th, .cc-body {
  font-size: var(--cc-fs-body);
  line-height: 1.58;
}

.cc-data,
.cc-card-kpi .cc-card-value,
.cc-kpi-value {
  font-size: var(--cc-fs-data);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cc-card {
  border-radius: var(--cc-radius-l);
  border: 1px solid var(--cc-border-soft);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03) 56%, rgba(4, 7, 16, 0.52)), var(--cc-surface);
  backdrop-filter: var(--cc-blur-main) saturate(1.06);
  -webkit-backdrop-filter: var(--cc-blur-main) saturate(1.06);
  box-shadow: 0 14px 30px rgba(2, 5, 14, 0.34);
}

.cc-card-kpi {
  min-height: 148px;
  padding: var(--cc-space-m);
}

.cc-card-action {
  min-height: 142px;
  padding: var(--cc-space-m);
}

.cc-card-paper,
.cc-card3d {
  border-color: var(--cc-border-strong);
  background: linear-gradient(160deg, rgba(255, 235, 182, 0.16), rgba(255, 223, 141, 0.07) 28%, rgba(10, 14, 30, 0.58) 54%, rgba(6, 9, 20, 0.72) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 223, 139, 0.22),
    0 16px 34px rgba(3, 7, 20, 0.52),
    0 0 28px rgba(255, 217, 102, 0.18);
}

.algorithm-card {
  min-height: 352px !important;
}

.algorithm-card .algorithm-card__body {
  gap: 0.42rem !important;
  padding-bottom: 2.7rem !important;
}

.algorithm-card .algorithm-card__body h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
}

.algorithm-card .algorithm-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.9em;
  word-break: break-word;
}

.algorithm-card .algorithm-card__body h3.has-balls,
.algorithm-card .algorithm-card__body p.has-balls,
.algorithm-card .algorithm-card__desc.has-balls {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

.algorithm-card .algorithm-card__body .has-balls .ball-3d {
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}

.algorithm-card .cc-card-proposal {
  left: 10px !important;
  right: 10px !important;
  bottom: 8px !important;
}

.cc-card-tone-algoritmi {
  border-color: rgba(255, 217, 102, 0.62) !important;
  box-shadow:
    0 0 0 1px rgba(255, 226, 151, 0.26),
    0 14px 30px rgba(2, 6, 17, 0.44),
    0 0 28px rgba(255, 217, 102, 0.2) !important;
}

.cc-card-tone-menu {
  border-color: rgba(136, 227, 255, 0.48) !important;
  background:
    linear-gradient(160deg, rgba(170, 245, 255, 0.14), rgba(120, 220, 255, 0.06) 30%, rgba(8, 22, 38, 0.64) 54%, rgba(6, 10, 20, 0.74) 100%) !important;
}

.cc-card-tone-archivi {
  border-color: rgba(146, 255, 181, 0.48) !important;
  background:
    linear-gradient(160deg, rgba(172, 255, 197, 0.14), rgba(122, 236, 164, 0.06) 30%, rgba(8, 26, 22, 0.62) 54%, rgba(6, 14, 16, 0.74) 100%) !important;
}

.cc-card-tone-stato {
  border-color: rgba(255, 171, 120, 0.5) !important;
  background:
    linear-gradient(160deg, rgba(255, 195, 163, 0.14), rgba(255, 153, 102, 0.06) 30%, rgba(38, 17, 8, 0.62) 54%, rgba(18, 10, 6, 0.74) 100%) !important;
}

.cc-card-tone-info {
  border-color: rgba(199, 183, 255, 0.46) !important;
  background:
    linear-gradient(160deg, rgba(216, 202, 255, 0.14), rgba(172, 158, 255, 0.05) 30%, rgba(22, 16, 42, 0.6) 54%, rgba(11, 9, 22, 0.74) 100%) !important;
}

.cc-card-image-fallback .algorithm-card__media--third::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
    linear-gradient(140deg, rgba(35, 54, 102, 0.65), rgba(12, 20, 48, 0.78));
}

.cc-card-image-fallback .algorithm-card__media--third img {
  position: relative;
  z-index: 0;
  object-fit: cover;
}

.cc-card3d:hover,
.cc-card-paper:hover {
  border-color: rgba(255, 229, 157, 0.82);
  box-shadow:
    0 0 0 1px rgba(255, 223, 139, 0.32),
    0 20px 36px rgba(3, 7, 20, 0.56),
    0 0 38px rgba(255, 217, 102, 0.26);
}

.cc-card [aria-disabled='true'],
.cc-card.is-disabled,
.cc-card3d[aria-disabled='true'] {
  opacity: 0.72;
  pointer-events: none;
}

.cc-card.is-loading,
.cc-loading-state {
  position: relative;
  overflow: hidden;
}

.cc-card.is-loading::after,
.cc-loading-state::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0));
  animation: cc-shimmer 1.4s linear infinite;
}

.cc-card.is-empty,
.cc-empty-state,
.cc-card.is-error,
.cc-error-state {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.32);
}

.cc-card:focus-visible,
.cc-card3d:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(255, 217, 102, 0.95);
  outline-offset: 2px;
}

.cc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--cc-space-l);
  align-items: stretch;
  margin-top: var(--cc-space-l);
}

.cc-hero-panel {
  border-radius: var(--cc-radius-l);
  border: 1px solid var(--cc-border-soft);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03) 48%, rgba(6, 10, 24, 0.58)), var(--cc-surface);
  padding: var(--cc-space-l);
  backdrop-filter: var(--cc-blur-soft);
  -webkit-backdrop-filter: var(--cc-blur-soft);
}

/* V4: home above-the-fold static block (LCP-safe) */
body[data-page-id="home"] .cc-abovefold {
  padding: 0 0 20px;
}

/* V4 modern look tokens (home-only scope) */
body[data-page-id="home"] {
  --cc-space-1: 8px;
  --cc-space-2: 12px;
  --cc-space-3: 16px;
  --cc-space-4: 24px;
  --cc-space-5: 32px;
  --cc-radius-1: 12px;
  --cc-radius-2: 16px;
  --cc-surface-1: rgba(255, 255, 255, 0.04);
  --cc-surface-2: rgba(255, 255, 255, 0.06);
  --cc-border: rgba(255, 186, 128, 0.28);
  --cc-text-1: rgba(246, 248, 255, 0.96);
  --cc-text-2: rgba(231, 238, 255, 0.8);
  --cc-accent: rgba(255, 186, 128, 1);
  --cc-accent-2: rgba(255, 219, 166, 1);
}

/* V4.3: hard isolation for above-the-fold runtime independence */
#cc-abovefold {
  contain: layout paint style;
  content-visibility: visible;
}

/* Allow the animated logo to overflow without being clipped by paint containment. */
body[data-page-id="home"] #cc-abovefold {
  contain: none !important;
  overflow: visible !important;
}

body[data-page-id="home"] #cc-abovefold .cc-abovefold-inner,
body[data-page-id="home"] #cc-abovefold .cc-abovefold-copy,
body[data-page-id="home"] #cc-abovefold #cc-abovefold-title {
  overflow: visible !important;
}

#cc-abovefold .cc-abovefold-featured {
  contain: paint;
}

body[data-page-id="home"] .cc-abovefold-inner {
  display: grid;
  gap: 16px;
  align-items: center;
  justify-items: center;
}

@media (min-width: 1024px) {
  body[data-page-id="home"] .cc-abovefold-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}

body[data-page-id="home"] .cc-abovefold-featured {
  display: none;
}

/* V4.6: promote textual LCP and keep featured image secondary */
body[data-page-id="home"] .cc-abovefold-copy h1 {
  color: var(--cc-text-1);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.5);
  max-width: 18ch;
  text-align: center;
}

body[data-page-id="home"] .cc-abovefold-copy p {
  color: var(--cc-text-2);
  font-size: 20px;
  line-height: 1.4;
  max-width: 48ch;
  text-align: center;
}

body[data-page-id="home"] .cc-abovefold-cta {
  display: flex;
  gap: var(--cc-space-2);
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  body[data-page-id="home"] .cc-abovefold-featured {
    max-width: 180px;
    max-height: 100px;
  }

  body[data-page-id="home"] .cc-abovefold-featured .cc-card-media {
    max-height: 100px;
  }

  body[data-page-id="home"] .cc-abovefold-featured .cc-card-media img {
    height: 100px;
  }
}

body[data-page-id="home"] .cc-abovefold-kpi {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body[data-page-id="home"] .cc-abovefold-kpi span {
  border: 1px solid var(--cc-border);
  border-radius: 999px;
  padding: 4px 10px;
  background: var(--cc-surface-1);
}

body[data-page-id="home"] .cc-card--featured {
  display: block;
  text-decoration: none;
  background: rgba(9, 14, 30, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* V4 modern segmented tabs (home-only, lightweight) */
body[data-page-id="home"] .tabs-shell .folder-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius-2);
  background: var(--cc-surface-1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28) !important;
}

body[data-page-id="home"] .tabs-shell .tab-btn {
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  color: var(--cc-text-2) !important;
  padding: 10px 12px !important;
  text-shadow: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

body[data-page-id="home"] .tabs-shell .tab-btn.is-active,
body[data-page-id="home"] .tabs-shell .tab-btn[aria-selected="true"] {
  color: var(--cc-text-1) !important;
  background: var(--cc-surface-2) !important;
  border-color: rgba(255, 196, 138, 0.45) !important;
}

body[data-page-id="home"] .tabs-shell .tab-btn:focus-visible {
  outline: 2px solid var(--cc-accent) !important;
  outline-offset: 2px !important;
}

body[data-page-id="home"] .tabs-shell .tab-btn::after {
  display: none !important;
}

/* Reduce visual noise in home hero/modules */
body[data-page-id="home"] #cc-abovefold,
body[data-page-id="home"] #algorithms,
body[data-page-id="home"] .cc-hero-panel {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 14px 30px rgba(2, 5, 14, 0.34);
}

body[data-page-id="home"] .cc-card--featured .cc-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

body[data-page-id="home"] .cc-card--featured .cc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* V4-A: keep above-the-fold cheap to paint before runtime-ready */
html:not(.cc-ready) body[data-page-id="home"] #cc-abovefold,
html:not(.cc-ready) body[data-page-id="home"] #cc-abovefold * {
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.cc-ready body[data-page-id="home"] .cc-card--featured {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

/* Keep runtime news available but not dominant in above-the-fold area */
body[data-page-id="home"] section[data-tab-panel="home-news"] [data-module-area] {
  max-height: none !important;
  overflow: visible !important;
  scrollbar-gutter: auto;
  overscroll-behavior: auto;
  padding-top: 0.35rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  body[data-page-id="home"] section[data-tab-panel="home-news"] [data-module-area] {
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  body[data-page-id="home"] section[data-tab-panel="home-news"] [data-module-area] {
    max-height: none;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

body[data-page-id="home"] section[data-tab-panel="home-news"],
body[data-page-id="home"] section[data-tab-panel="home-news"] .cards-shell {
  overflow: visible !important;
}

body[data-page-id="home"] .tabs-shell > .tabs-sheet {
  overflow: visible !important;
}

.cc-hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cc-space-s);
}

.cc-kpi-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.32rem;
}

.cc-kpi-card.card-3d {
  aspect-ratio: 10 / 16 !important;
  min-height: 0 !important;
  height: auto;
}

.cc-kpi-body {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.cc-kpi-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 80% at 12% 2%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 58%);
}

.cc-kpi-card > * {
  position: relative;
  z-index: 3;
}

.cc-kpi-card.card-3d::before {
  opacity: 0.34;
}

.cc-kpi-card.card-3d::after {
  opacity: 0.44;
}

.cc-kpi-card.card-3d:hover::before,
.cc-kpi-card.card-3d.is-hovered::before {
  opacity: 0.46;
}

.cc-kpi-title {
  margin: 0;
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #cbd5ef;
  white-space: normal;
  overflow-wrap: anywhere;
}

.cc-kpi-value {
  margin: 0;
  font-size: clamp(0.84rem, 1.02vw, 0.98rem);
  font-weight: 800;
  line-height: 1.12;
  color: #f6f9ff;
  overflow-wrap: anywhere;
}

.cc-kpi-meta {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.2;
  color: #b2c0e0;
  overflow-wrap: anywhere;
}

.cc-kpi-card--archive {
  border-color: rgba(146, 255, 181, 0.5);
  background:
    linear-gradient(160deg, rgba(172, 255, 197, 0.18), rgba(122, 236, 164, 0.08) 30%, rgba(8, 26, 22, 0.66) 54%, rgba(6, 14, 16, 0.78));
}

.cc-kpi-card--focus {
  border-color: rgba(136, 227, 255, 0.5);
  background:
    linear-gradient(160deg, rgba(170, 245, 255, 0.18), rgba(120, 220, 255, 0.08) 30%, rgba(8, 22, 38, 0.66) 54%, rgba(6, 10, 20, 0.78));
}

.cc-kpi-card--study {
  border-color: rgba(255, 217, 102, 0.6);
  background:
    linear-gradient(160deg, rgba(255, 235, 182, 0.2), rgba(255, 223, 141, 0.08) 28%, rgba(10, 14, 30, 0.62) 54%, rgba(6, 9, 20, 0.76));
}

.cc-bridge-box {
  margin: var(--cc-space-l) 0;
  border-radius: var(--cc-radius-m);
  border: 1px solid rgba(255, 217, 102, 0.55);
  background: linear-gradient(135deg, rgba(255, 236, 170, 0.18), rgba(255, 217, 102, 0.08) 30%, rgba(12, 18, 36, 0.62));
  padding: var(--cc-space-m) var(--cc-space-l);
}

.cc-bridge-box p {
  margin: 0;
  color: #ffe9b0;
}

.cc-bridge-box a {
  color: var(--cc-accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 217, 102, 0.38);
}

.cc-table-wrap {
  border-radius: var(--cc-radius-m);
  border: 1px solid var(--cc-border-soft);
  overflow: auto;
  background: var(--cc-surface-soft);
}

.cc-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.cc-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: var(--cc-z-base);
  background: rgba(11, 15, 31, 0.94);
  color: var(--cc-text-secondary);
}

.cc-table-wrap tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}

.cc-table-wrap tbody tr:hover {
  background: rgba(255, 217, 102, 0.08);
}

.cc-table-wrap td,
.cc-table-wrap th {
  padding: 12px 14px;
}

.cc-table-wrap td[data-number='true'] {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ad-rail__panel,
.bottom-ad__panel,
[data-cc-ads-policy='true'] {
  background: rgba(10, 14, 26, 0.5) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 8px 18px rgba(4, 7, 16, 0.28) !important;
}

.ad-rail__label-head,
.ad-policy-row__brand,
.ad-policy-row__link,
.ad-policy-row__button {
  color: rgba(218, 227, 248, 0.82) !important;
  text-shadow: none !important;
}

@keyframes cc-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1023px) {
  .cc-hero-grid {
    grid-template-columns: 1fr;
  }

  .cc-hero-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cc-hero-panel {
    padding: var(--cc-space-m);
  }

  .cc-hero-kpis {
    grid-template-columns: 1fr;
  }

  .cc-kpi-card {
    min-height: 132px;
  }

  .cc-kpi-value {
    font-size: clamp(0.8rem, 3.1vw, 0.92rem);
  }

  .algorithm-card {
    min-height: 334px !important;
  }

}

/* ===== 2026 Page Atmospheres: distinct backgrounds per section ===== */
body.cc-redesign[data-page-id="home"] {
  background:
    radial-gradient(70% 58% at 0% 0%, rgba(255, 199, 131, 0.23), rgba(255, 199, 131, 0) 74%),
    radial-gradient(54% 52% at 88% 8%, rgba(92, 197, 255, 0.24), rgba(92, 197, 255, 0) 72%),
    linear-gradient(164deg, #040711 0%, #0a1127 42%, #060912 100%) !important;
}

body.cc-redesign[data-page-id="algoritmi"] {
  background:
    radial-gradient(58% 42% at 10% 4%, rgba(255, 215, 137, 0.26), rgba(255, 215, 137, 0) 70%),
    radial-gradient(64% 52% at 100% 14%, rgba(88, 229, 207, 0.16), rgba(88, 229, 207, 0) 76%),
    linear-gradient(168deg, #09060d 0%, #171023 43%, #0a0f1b 100%) !important;
}

body.cc-redesign[data-page-id="analisi"] {
  background:
    radial-gradient(76% 50% at 8% 6%, rgba(116, 205, 255, 0.24), rgba(116, 205, 255, 0) 70%),
    radial-gradient(54% 45% at 92% 14%, rgba(159, 255, 179, 0.16), rgba(159, 255, 179, 0) 72%),
    linear-gradient(166deg, #031016 0%, #091b2f 45%, #08111f 100%) !important;
}

body.cc-redesign[data-page-id="storico"] {
  background:
    radial-gradient(70% 54% at 2% 4%, rgba(248, 184, 120, 0.21), rgba(248, 184, 120, 0) 74%),
    radial-gradient(58% 48% at 95% 10%, rgba(122, 255, 189, 0.16), rgba(122, 255, 189, 0) 74%),
    linear-gradient(168deg, #090d11 0%, #13202a 46%, #0d151a 100%) !important;
}

body.cc-redesign[data-page-id="ranking"] {
  background:
    radial-gradient(66% 52% at 6% 6%, rgba(255, 208, 124, 0.2), rgba(255, 208, 124, 0) 76%),
    radial-gradient(58% 48% at 92% 8%, rgba(189, 160, 255, 0.21), rgba(189, 160, 255, 0) 74%),
    linear-gradient(164deg, #0b0814 0%, #161127 44%, #090d1b 100%) !important;
}

body.cc-redesign[data-page-id="community"] {
  background:
    radial-gradient(62% 46% at 5% 6%, rgba(136, 226, 255, 0.2), rgba(136, 226, 255, 0) 74%),
    radial-gradient(54% 46% at 96% 12%, rgba(255, 205, 127, 0.18), rgba(255, 205, 127, 0) 76%),
    linear-gradient(165deg, #08101d 0%, #111b2c 44%, #0a1220 100%) !important;
}

body[data-page-id="home"] .cc-home-block,
body[data-page-id="community"] .cc-home-block {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.cc-redesign::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.44;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.028) 0,
      rgba(255, 255, 255, 0.028) 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 0,
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px,
      transparent 19px
    );
  mix-blend-mode: soft-light;
}

@media (prefers-reduced-motion: reduce) {
  body.cc-redesign::after {
    opacity: 0.24;
  }
}
