:root {
  --wc-bg: #030816;
  --wc-bg-2: #07122a;
  --wc-bg-3: #0b1d3f;
  --wc-panel: rgba(7, 16, 38, 0.64);
  --wc-panel-strong: rgba(10, 22, 48, 0.82);
  --wc-line: rgba(92, 132, 215, 0.2);
  --wc-line-strong: rgba(118, 164, 255, 0.32);
  --wc-text: #f5f8ff;
  --wc-muted: #9fb4db;
  --wc-gold: #e4b157;
  --wc-gold-2: #f3c66d;
  --wc-accent: #27d2ff;
  --wc-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
  --wc-wide: min(1680px, calc(100vw - 48px));
  --wc-nav-wide: min(1680px, calc(100vw - 48px));
  --wc-gold-gradient: linear-gradient(180deg, var(--wc-gold-2), var(--wc-gold));
  --wc-radius-xl: 28px;
  --wc-radius-lg: 20px;
}

html {
  background: #010611;
}

body {
  position: relative;
  margin: 0;
  color: var(--wc-text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(24, 95, 193, 0.44), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(54, 162, 241, 0.28), transparent 28%),
    linear-gradient(180deg, #010611 0%, #020a17 38%, #030c18 100%);
  background-attachment: fixed, fixed, fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.31;
  background-image:
    linear-gradient(rgba(61, 123, 214, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 123, 214, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.5));
}

.site-page-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px 0 0;
}

.shell {
  width: var(--wc-wide);
  margin-inline: auto;
}

.discord-web-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px 0 0;
}

.site-page-shell > [data-soft-nav-fragment],
.discord-web-shell > [data-soft-nav-fragment],
.site-page-shell > main,
.discord-web-shell > main {
  flex: 1 0 auto;
}

.topbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  padding: 0;
  margin: 0;
}

.site-nav {
  position: relative;
  top: 0;
  z-index: 61;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 14px 24px;
  overflow: visible;
  border: 1px solid rgba(118, 164, 255, 0.18);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(4, 14, 30, 0.72), rgba(7, 18, 42, 0.68));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 35, 70, 0.92), rgba(6, 17, 38, 0.88));
  border: 1px solid rgba(120, 168, 255, 0.18);
  color: var(--wc-gold);
  flex: 0 0 auto;
}

.brand-mark .logo-wanalike {
  width: 26px;
  height: 26px;
  border-radius: 0;
  filter: none;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.brand-copy strong {
  color: var(--wc-text);
  font-size: 1.2rem;
  font-weight: 800;
}

.brand-copy small {
  color: var(--wc-muted);
  margin-top: 4px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(118, 164, 255, 0.18);
  background: rgba(9, 18, 40, 0.88);
  color: var(--wc-text);
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
  margin: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

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

.nav-link-chip,
.auth-nav-link,
.auth-menu-summary,
.auth-menu-item,
.auth-menu-button {
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--wc-text);
  background: transparent;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-link-chip:hover,
.auth-nav-link:hover,
.auth-menu-summary:hover,
.auth-menu-item:hover,
.auth-menu-button:hover {
  transform: translateY(-1px);
  border-color: var(--wc-line-strong);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wc-gold);
  font-size: 0.92rem;
  margin-right: 4px;
}

.nav-actions .gold-btn,
.auth-nav-link.is-primary {
  color: #171108;
  border-color: rgba(255, 221, 150, 0.48);
  background: var(--wc-gold-gradient);
  box-shadow:
    0 10px 30px rgba(228, 177, 87, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.auth-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.auth-nav-link,
.auth-menu-item,
.auth-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-utility-link,
.nav-cta {
  min-height: 46px;
  padding-inline: 18px;
  white-space: nowrap;
}

.nav-cta-download {
  border-color: rgba(118, 164, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.site-nav .auth-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 18px;
  border-color: rgba(118, 164, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.site-nav .auth-nav-link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f2f6";
  color: var(--wc-gold);
}

.site-nav .auth-nav-link.is-primary {
  display: none;
}

.auth-menu {
  position: relative;
  z-index: 30;
}

.auth-menu-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 7px 14px 7px 8px;
  list-style: none;
  cursor: pointer;
  border-color: rgba(118, 164, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.auth-menu-summary::-webkit-details-marker {
  display: none;
}

.auth-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  color: #07111f;
  font-weight: 900;
  background: linear-gradient(135deg, #57a6ff, #6de0ff);
  box-shadow: 0 0 0 1px rgba(117, 183, 255, 0.16), 0 8px 22px rgba(0, 0, 0, 0.28);
}

.auth-menu-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-menu-copy {
  display: grid;
  gap: 1px;
}

.auth-menu-copy strong {
  font-size: 0.94rem;
  line-height: 1.1;
}

.auth-menu-copy span {
  color: var(--wc-muted);
  font-size: 0.74rem;
  line-height: 1.1;
}

.auth-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  gap: 8px;
  min-width: 240px;
  padding: 10px;
  border: 1px solid var(--wc-line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.98), rgba(8, 15, 28, 0.96)),
    radial-gradient(circle at top right, rgba(104, 181, 255, 0.1), transparent 12rem);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(93, 167, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.auth-menu-item,
.auth-menu-button {
  justify-content: flex-start;
  width: 100%;
  border-radius: 14px;
  color: var(--wc-text);
  background: rgba(255, 255, 255, 0.04);
}

.auth-menu-button {
  cursor: pointer;
}

.auth-menu-error,
.auth-nav-note {
  margin: 0;
  color: #ffb2a7;
  font-size: 0.84rem;
}

.home-shell,
.project-shell,
.content-shell,
.auth-page-shell,
.account-page-shell,
.download-page-main,
.discord-web-shell > main,
.stats-page-shell {
  display: grid;
  gap: 22px;
  width: var(--wc-wide);
  margin-inline: auto;
}

.home-hero-card,
.project-hero-card,
.section-card,
.banner-card {
  border: 1px solid var(--wc-line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(13, 24, 42, 0.88), rgba(7, 16, 29, 0.78)),
    radial-gradient(circle at top right, rgba(93, 167, 255, 0.12), transparent 16rem);
  box-shadow: var(--wc-shadow);
}

.home-hero-card,
.project-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  gap: 30px;
  align-items: center;
  padding: 34px;
}

.section-card {
  padding: 28px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--wc-gold);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-card h1,
.project-hero-card h1 {
  margin: 0 0 18px;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: 0.94;
}

.hero-lead,
.section-copy {
  max-width: 72ch;
  margin: 0 0 24px;
  color: var(--wc-muted);
  font-size: 1.05rem;
  line-height: 1.76;
}

.hero-actions-premium,
.project-nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-action-gold,
.hero-action-ghost,
.project-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.hero-action-gold {
  color: #171108;
  border: 1px solid rgba(255, 232, 172, 0.48);
  background: var(--wc-gold-gradient);
  box-shadow: 0 16px 38px rgba(201, 139, 44, 0.2);
}

.hero-action-ghost,
.project-nav-pill {
  color: var(--wc-text);
  border: 1px solid var(--wc-line);
  background: rgba(255, 255, 255, 0.03);
}

.project-nav-pill.is-active {
  color: #171108;
  border-color: rgba(255, 232, 172, 0.48);
  background: var(--wc-gold-gradient);
}

.hero-visual-stack {
  display: grid;
  gap: 18px;
}

.hero-logo-card,
.banner-card {
  padding: 18px;
}

.hero-logo-card img,
.banner-card img,
.project-hero-visual img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
}

.feature-pillar-grid,
.content-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-pillar,
.banner-service-pill,
.content-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(117, 183, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 31, 57, 0.72), rgba(10, 23, 43, 0.66));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.content-block {
  display: block;
}

.feature-pillar-icon,
.banner-service-icon,
.footer-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  color: var(--wc-gold);
  background: rgba(255, 255, 255, 0.03);
  font-size: 1.35rem;
}

.feature-pillar-copy,
.banner-service-copy {
  display: grid;
  gap: 3px;
}

.feature-pillar-copy span,
.banner-service-copy span,
.content-block p {
  color: var(--wc-muted);
  line-height: 1.55;
}

.legacy-redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.legacy-redirect-card {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid var(--wc-line);
  border-radius: 24px;
  background: var(--wc-panel);
}

.unified-footer {
  display: block;
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
  padding: 52px 0 0;
  border-radius: 0 !important;
  box-shadow: none;
  border-top: 1px solid rgba(116, 160, 236, 0.12);
  background:
    radial-gradient(circle at 50% -10%, rgba(56, 211, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(3, 11, 25, 0.94), rgba(2, 9, 20, 0.97));
}

.site-footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 28px;
  text-align: center;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.site-footer-logo {
  width: 26px;
  height: 26px;
  border-radius: 0;
  object-fit: contain;
}

.site-footer-brand p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--wc-muted);
  line-height: 1.55;
}

.site-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 220px));
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

.site-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.site-footer-links > span {
  color: var(--wc-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer-links > span i {
  color: var(--wc-gold);
  width: 14px;
  text-align: center;
  flex: 0 0 auto;
}

.site-footer-links a {
  color: var(--wc-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease;
}

.site-footer-links a i {
  color: rgba(159, 180, 219, 0.86);
}

.site-footer-links button {
  appearance: none;
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--wc-muted);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.site-footer-links a:hover,
.site-footer-links button:hover {
  color: var(--wc-gold);
  transform: translateX(4px);
}

.site-footer-links a:hover i {
  color: var(--wc-gold);
}

.site-footer-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.site-footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(118, 164, 255, 0.12);
  color: var(--wc-text);
  font-size: 0.9rem;
  font-weight: 800;
  transition: 0.25s ease;
}

.site-footer-socials i {
  font-size: 1.05rem;
  line-height: 1;
}

.site-footer-socials a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(164, 197, 255, 0.18);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.site-footer-bottom {
  margin: 0;
  padding: 22px 24px 14px;
  border-top: 1px solid rgba(116, 160, 236, 0.1);
  color: var(--wc-muted);
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 1080px) {
  .home-hero-card,
  .project-hero-card {
    grid-template-columns: 1fr;
  }

  .feature-pillar-grid,
  .content-grid,
  .project-grid,
  .site-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .site-page-shell,
  .discord-web-shell {
    padding-top: 84px;
  }

  .nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(118, 164, 255, 0.18);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 0 24px 24px;
    background: rgba(6, 16, 37, 0.92);
    box-shadow: var(--wc-shadow);
  }

  .nav-panel.is-open {
    display: flex;
  }

  .site-nav,
  .nav-links,
  .nav-actions,
  .nav-auth,
  .auth-nav-links,
  .auth-menu,
  .auth-menu-summary {
    width: 100%;
  }

  .nav-links,
  .nav-actions,
  .auth-nav-links {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link-chip,
  .auth-nav-link,
  .nav-utility-link,
  .nav-cta {
    width: 100%;
    justify-content: flex-start;
  }

  .auth-menu-panel {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .home-hero-card,
  .project-hero-card,
  .section-card {
    padding: 22px;
  }

  .feature-pillar-grid,
  .content-grid,
  .project-grid,
  .site-footer-columns {
    grid-template-columns: 1fr;
  }

  .site-footer-main {
    gap: 30px;
    padding: 0 20px 24px;
  }

  .site-footer-columns {
    max-width: 720px;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 1rem;
  }
}

.home-premium {
  gap: 54px;
}

.theme-hero,
.theme-section,
.theme-experience,
.theme-stats,
.theme-roadmap,
.cta {
  width: var(--wc-wide);
  margin-inline: auto;
}

.theme-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
  padding: 28px 0 4px;
}

.theme-hero-copy,
.theme-hero-visual {
  min-width: 0;
}

.theme-hero-copy {
  display: grid;
  align-content: start;
}

.theme-hero h1 {
  margin: 18px 0;
  font-size: clamp(2.9rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 11ch;
}

.theme-hero h1 .accent {
  display: block;
  background: linear-gradient(90deg, #dfeeff, #89beff 48%, var(--wc-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.theme-hero-actions {
  margin: 28px 0 20px;
}

.theme-hero-panels {
  display: grid;
  gap: 16px;
  width: min(100%, 540px);
}

.gold-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.28s ease;
}

.gold-btn {
  background: var(--wc-gold-gradient);
  color: #111522;
  box-shadow: 0 10px 30px rgba(228, 177, 87, 0.24);
  border: 1px solid rgba(255, 221, 150, 0.48);
}

.gold-btn:hover {
  color: var(--wc-text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(164, 197, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
  filter: none;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;

  padding: 8px 12px;
  border-radius: 999px;

  /* ✅ TEXTE JAUNE */
  color: var(--wc-gold);

  /* ✅ BORDURE BLEUE (FIX IMPORTANT) */
  border: 1px solid rgba(123,177,255,.14);

  /* ✅ FOND BLEU GLASS */
  background: rgba(12,29,59,.82);

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.ghost-btn {
  color: var(--wc-text);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(118, 164, 255, 0.18);
}

.ghost-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(164, 197, 255, 0.22);
  transform: translateY(-2px);
}

.lg {
  padding: 15px 22px;
}

.theme-floating-panel {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-width: 0;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 40, 77, 0.62), rgba(12, 28, 56, 0.56));
  border: 1px solid rgba(118, 164, 255, 0.15);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: var(--wc-shadow);
}

.theme-floating-panel-coach {
  max-width: 540px;
}

.theme-floating-panel-account {
  width: min(100%, 430px);
  margin-left: auto;
}

.theme-panel-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 42, 90, 0.92), rgba(8, 22, 54, 0.92));
  border: 1px solid rgba(118, 164, 255, 0.28);
  color: var(--wc-gold);
  flex: 0 0 auto;
}

.theme-panel-icon i {
  font-size: 1.6rem;
  line-height: 1;
}

.theme-panel-copy {
  min-width: 0;
}

.theme-panel-copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.theme-panel-copy span {
  display: block;
  color: var(--wc-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.theme-panel-arrow {
  color: #eef6ff;
  font-size: 1.25rem;
  opacity: 0.95;
}

.theme-hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.theme-hero-kpis article,
.theme-feature-card,
.theme-ribbon article,
.stat-panel,
.timeline article,
.cta-card {
  background: linear-gradient(180deg, rgba(22, 50, 95, 0.42), rgba(14, 35, 70, 0.36));
  border: 1px solid rgba(118, 164, 255, 0.15);
  box-shadow: var(--wc-shadow);
}

.theme-hero-kpis article {
  min-height: 128px;
  padding: 18px;
  border-radius: var(--wc-radius-lg);
}

.theme-hero-kpis span,
.section-head p,
.theme-feature-card p,
.stat-panel p,
.timeline p {
  color: var(--wc-muted);
  line-height: 1.7;
}

.theme-hero-visual {
  display: grid;
  gap: 18px;
  align-content: start;
}

.theme-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(113, 173, 255, 0.18);
  background: linear-gradient(180deg, rgba(11, 23, 48, 0.78), rgba(5, 12, 27, 0.86));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  min-height: clamp(250px, 28vw, 350px);
  aspect-ratio: 1983 / 793;
}

.theme-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(38, 221, 255, 0.08), transparent 22%, transparent 75%, rgba(235, 180, 90, 0.08));
}

.theme-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: rgba(2, 8, 22, 0.84);
}

.theme-feature-ribbon {
  width: var(--wc-wide);
  margin: 10px auto -8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.theme-feature-ribbon article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(9, 22, 48, 0.72);
  border: 1px solid rgba(116, 160, 236, 0.14);
}

.theme-ribbon-icon {
  color: var(--wc-gold);
  font-size: 1.05rem;
  line-height: 1;
}

.theme-ribbon-icon i,
.theme-feature-icon i {
  font-size: inherit;
  line-height: 1;
}

.section-head {
  margin-bottom: 26px;
}

.section-head h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.04em;
}

.theme-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.theme-feature-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.theme-feature-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 199, 255, 0.24), transparent 66%);
}

.theme-feature-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16, 35, 71, 0.92), rgba(6, 18, 41, 0.88));
  border: 1px solid rgba(122, 174, 255, 0.16);
  color: var(--wc-gold);
  font-size: 1.2rem;
}

.theme-experience {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.bullet-stack {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bullet-stack div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 16px;
  background: rgba(8, 20, 45, 0.6);
  border: 1px solid rgba(118, 164, 255, 0.12);
}

.theme-bullet-icon {
  color: var(--wc-gold);
  font-weight: 900;
}

.chess-scene {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(118, 164, 255, 0.16);
  box-shadow: var(--wc-shadow);
  background:
    radial-gradient(circle at 68% 24%, rgba(58, 205, 255, 0.28), transparent 26%),
    radial-gradient(circle at 56% 64%, rgba(44, 159, 255, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(7, 19, 41, 0.88), rgba(8, 21, 43, 0.9));
  isolation: isolate;
}

.chess-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(55, 123, 220, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(55, 123, 220, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.25;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  z-index: 0;
  pointer-events: none;
}

.scene-board {
  position: absolute;
  inset: auto 0 0 0;
  height: 56%;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(
      90deg,
      #15376e 0%, #15376e 12.5%,
      #09192f 12.5%, #09192f 25%,
      #15376e 25%, #15376e 37.5%,
      #09192f 37.5%, #09192f 50%,
      #15376e 50%, #15376e 62.5%,
      #09192f 62.5%, #09192f 75%,
      #15376e 75%, #15376e 87.5%,
      #09192f 87.5%, #09192f 100%
    );
  transform: perspective(1100px) rotateX(72deg) translateY(34%);
  transform-origin: center bottom;
  box-shadow: inset 0 40px 80px rgba(0, 0, 0, 0.34), 0 -20px 80px rgba(30, 165, 255, 0.08);
}

.scene-board::after {
  content: "";
  position: absolute;
  left: 58%;
  top: 44%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 209, 255, 0.18) 0%, rgba(43, 209, 255, 0.07) 38%, rgba(43, 209, 255, 0) 72%);
  filter: blur(12px);
}

.scene-nebula {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 38%, rgba(62, 216, 255, 0.14), transparent 14%),
    radial-gradient(circle at 76% 52%, rgba(23, 132, 255, 0.08), transparent 16%),
    radial-gradient(circle at 82% 28%, rgba(90, 211, 255, 0.08), transparent 10%);
  filter: blur(8px);
  opacity: 0.95;
}

.scene-image-card,
.scene-knight-wrap,
.constellation-canvas {
  border-radius: 34px;
}

.scene-image-card {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: inherit;
}

.scene-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.14)),
    radial-gradient(circle at 50% 42%, rgba(56, 211, 255, 0.08), transparent 34%);
}

.scene-knight-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #020816;
  border-radius: inherit;
}

.scene-knight {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 82%;
  pointer-events: none;
  border-radius: 0;
  transform: scale(1.12);
  transform-origin: center 76%;
  filter: drop-shadow(0 0 24px rgba(56, 211, 255, 0.22)) drop-shadow(0 0 56px rgba(56, 211, 255, 0.14));
}

.constellation-canvas {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.theme-stats-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 18px;
}

.stat-panel {
  min-height: 240px;
  padding: 24px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.stat-panel.big {
  grid-row: span 2;
  min-height: 498px;
}

.mini-eyebrow {
  color: var(--wc-gold);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.icon-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 35, 70, 0.92), rgba(6, 17, 38, 0.88));
  color: var(--wc-gold);
  font-size: 1.3rem;
}

.icon-badge i {
  font-size: 1.15rem;
}

.progress-stack {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  align-items: center;
}

.progress-row span {
  color: var(--wc-muted);
  font-size: 0.9rem;
}

.progress-row strong {
  margin: 0;
  font-size: 0.95rem;
  color: #dbe9ff;
}

.progress-bar {
  grid-column: 1 / -1;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(19, 39, 74, 0.85), rgba(11, 23, 46, 0.84));
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(112, 160, 240, 0.12);
}

.progress-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4199ff 0%, #66d2ff 48%, #f0bd63 100%);
  box-shadow: 0 0 16px rgba(102, 210, 255, 0.4), 0 0 22px rgba(240, 189, 99, 0.28);
}

.stat-ring {
  margin-top: 18px;
  width: 92px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 6px solid rgba(123, 191, 255, 0.18);
  border-top-color: #71d7ff;
  border-right-color: #e4b157;
  color: #d9ebff;
  font-weight: 800;
  background:
    radial-gradient(circle at 50% 40%, rgba(123, 207, 255, 0.14), rgba(10, 22, 44, 0.34)),
    conic-gradient(from 215deg, rgba(65, 153, 255, 0.22), rgba(111, 223, 255, 0.18), rgba(228, 177, 87, 0.2), rgba(65, 153, 255, 0.22));
  box-shadow: 0 0 0 1px rgba(154, 204, 255, 0.14), 0 0 22px rgba(113, 215, 255, 0.26), 0 0 28px rgba(228, 177, 87, 0.14);
}

.stat-badge {
  margin-top: 16px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(154, 202, 255, 0.22);
  background: linear-gradient(180deg, rgba(18, 37, 71, 0.74), rgba(11, 24, 48, 0.7));
  color: var(--wc-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 6px 14px rgba(0, 0, 0, 0.16);
}

.stat-badge i {
  color: var(--wc-gold);
  font-size: 0.86rem;
}

.theme-roadmap {
  margin-top: 6px;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 24px;
}

.timeline span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--wc-gold);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(118, 164, 255, 0.14);
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 32px;
}

.cta-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stats-page-main {
  gap: 34px;
}

.stats-page-actions {
  margin: 0 0 24px;
}

@media (max-width: 1180px) {
  .theme-hero,
  .theme-experience {
    grid-template-columns: 1fr;
  }

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

  .cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .theme-hero,
  .theme-section,
  .theme-experience,
  .theme-stats,
  .theme-roadmap,
  .cta,
  .theme-feature-ribbon {
    width: min(100vw - 24px, 100%);
  }

  .theme-hero-kpis,
  .theme-feature-grid,
  .theme-stats-grid,
  .theme-feature-ribbon {
    grid-template-columns: 1fr;
  }

  .theme-floating-panel,
  .theme-floating-panel-account {
    width: 100%;
    margin-left: 0;
  }

  .theme-visual-frame {
    min-height: 0;
  }

  .chess-scene {
    min-height: 480px;
  }

  .site-footer-links a,
  .site-footer-links button {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .theme-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .theme-floating-panel {
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    gap: 14px;
    padding: 16px 18px;
  }

  .theme-panel-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .theme-panel-icon svg {
    width: 28px;
    height: 28px;
  }

  .theme-panel-copy strong {
    font-size: 1.08rem;
  }

  .theme-panel-copy span {
    font-size: 0.92rem;
  }

  .theme-visual-frame {
    min-height: 260px;
  }

  .chess-scene {
    min-height: 360px;
  }

  .timeline article {
    grid-template-columns: 72px 1fr;
  }
}

.legal-page {
  display: grid;
  gap: 20px;
}

.legal-hero {
  padding: 34px;
}

.legal-updated {
  margin: 0 0 22px;
  color: var(--wc-muted);
  line-height: 1.65;
}

.legal-section {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.legal-section h2 {
  margin: 0;
  font-size: 1.28rem;
}

.legal-section p,
.legal-section li {
  color: var(--wc-muted);
  line-height: 1.68;
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2rem;
}
