﻿body.production-shell {
  --production-page-max-width: 1320px;
}

body.production-shell .hero-topbar {
  max-width: 1520px;
  gap: clamp(1rem, 1.8vw, 1.7rem);
}

body.production-shell .hero-topbar--mobile {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.95rem !important;
  padding-bottom: 1rem;
}

body.production-shell .hero-topbar__mobile-stack {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
}

body.production-shell .hero-topbar__mobile-row {
  display: flex;
  align-items: center;
  width: 100%;
}

body.production-shell .hero-topbar__mobile-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  min-width: 0;
}

body.production-shell .hero-topbar__mobile-controls::before {
  content: "";
  position: absolute;
  inset: -0.35rem 0.08rem -0.08rem;
  border-radius: 1.4rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(215,32,57,0.09), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(61,139,255,0.1), transparent 28%),
    linear-gradient(180deg, rgba(8,11,18,0.28), rgba(8,11,18,0.02) 40%, rgba(8,11,18,0));
  opacity: 0.86;
}

body.production-shell .hero-topbar__mobile-track {
  position: relative;
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.16rem 0.08rem 0.28rem;
  scrollbar-width: none;
}

body.production-shell .hero-topbar__mobile-track::-webkit-scrollbar {
  display: none;
}

body.production-shell .hero-topbar__mobile-languages {
  position: relative;
  min-width: 0;
}

body.production-shell .hero-topbar-shell {
  position: relative;
  isolation: isolate;
}

body.production-shell .hero-topbar-shell::before {
  content: "";
  position: absolute;
  inset: -10% -2% -6%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 8% 28%, rgba(215,32,57,0.1), transparent 18%),
    radial-gradient(circle at 50% 54%, rgba(102,86,218,0.08), transparent 22%),
    radial-gradient(circle at 92% 26%, rgba(61,139,255,0.1), transparent 18%);
  filter: blur(30px);
  opacity: 0.9;
}

body.production-shell .hero-topbar-shell::after {
  content: none;
}

body.production-shell .hero-topbar__desktop-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(15.2rem, 1.06fr) minmax(37.8rem, 52rem) minmax(16.4rem, 1.12fr);
  grid-template-areas:
    "brand nav utility"
    "brand ornament utility"
    "brand languages utility";
  align-items: center;
  column-gap: clamp(0.92rem, 1.18vw, 1.42rem);
  row-gap: 0.54rem;
}

body.production-shell .hero-topbar__brand-zone {
  grid-area: brand;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  align-self: start;
  justify-self: start;
  padding-top: 0.14rem;
  padding-inline-start: clamp(0.24rem, 0.6vw, 0.74rem);
}

body.production-shell .hero-topbar__brand-zone--mobile {
  width: 100%;
  padding-inline-start: clamp(0.12rem, 0.8vw, 0.4rem);
}

body.production-shell .hero-topbar__brand-zone--mobile .header-logo-link {
  width: clamp(5.1rem, 18vw, 5.9rem) !important;
  height: clamp(5.1rem, 18vw, 5.9rem) !important;
  margin-inline-start: 0.14rem;
}

body.production-shell .hero-topbar__brand-zone .header-logo-link {
  width: clamp(6.14rem, 7.16vw, 8.18rem) !important;
  height: clamp(6.14rem, 7.16vw, 8.18rem) !important;
  padding: 0.09rem;
  transform-origin: left center;
  margin-inline-start: clamp(0.06rem, 0.2vw, 0.22rem);
}

body.production-shell .hero-topbar__brand-zone .header-logo-link img {
  filter:
    drop-shadow(0 16px 30px rgba(0,0,0,0.24))
    drop-shadow(0 0 12px rgba(255,255,255,0.045))
    brightness(1.03)
    contrast(1.06)
    saturate(1.09);
}

body.production-shell .hero-topbar__brand-bridge {
  display: flex;
  align-items: center;
  gap: clamp(0.78rem, 1vw, 1.06rem);
  min-width: 0;
  flex: 1 1 auto;
}

body.production-shell .hero-topbar__brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  gap: 0.24rem;
}

body.production-shell .hero-topbar__wordmark {
  align-items: center;
  line-height: 0.92;
  transform: translateY(-1px);
}

body.production-shell .hero-topbar__nav-zone {
  grid-area: nav;
  display: flex;
  justify-content: center;
  min-width: 0;
  width: 100%;
  justify-self: center;
}

body.production-shell .hero-topbar__ornament-zone {
  grid-area: ornament;
  display: flex;
  justify-content: center;
  min-width: 0;
  width: 100%;
  justify-self: center;
}

body.production-shell .hero-topbar__tagline-shell {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

body.production-shell .hero-topbar__tagline {
  display: inline-flex;
  min-height: 2.08rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.065);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(7,9,15,0.72));
  padding: 0.46rem 0.82rem;
  color: rgba(222,228,238,0.66);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

body.production-shell .hero-topbar__brand-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.58rem, 0.82vw, 0.92rem);
  width: min(100%, 46.8rem);
  max-width: 100%;
  min-width: 0;
  transform: none;
}

body.production-shell .hero-topbar__brand-mark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  padding: 0.18rem 0.7rem 0.1rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.004)),
    linear-gradient(180deg, rgba(10,12,18,0.62), rgba(7,9,15,0.2));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 18px rgba(0,0,0,0.1);
}

body.production-shell .hero-topbar__brand-mark .hero-topbar__wordmark {
  justify-content: center;
  transform: none;
}

body.production-shell .hero-topbar__brand-mark .hero-topbar__tagline-shell {
  justify-content: center;
}

body.production-shell .hero-topbar__brand-mark .hero-topbar__tagline {
  min-height: auto;
  border: none;
  background: transparent;
  padding: 0;
  color: rgba(208,216,228,0.48);
  font-size: 0.47rem;
  letter-spacing: 0.18em;
  box-shadow: none;
}

body.production-shell .hero-topbar__brand-line {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  flex-basis: clamp(4.6rem, 10.4vw, 9rem);
  max-width: clamp(7.8rem, 12vw, 12rem);
  height: 2px;
  border-radius: 999px;
  opacity: 0.88;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 18px rgba(78,66,184,0.1);
}

body.production-shell .hero-topbar__brand-line--left {
  background:
    linear-gradient(90deg, transparent 0%, rgba(208,54,92,0.14) 12%, rgba(208,54,92,0.76) 68%, rgba(132,72,184,0.42) 100%);
}

body.production-shell .hero-topbar__brand-line--right {
  background:
    linear-gradient(90deg, rgba(132,72,184,0.4) 0%, rgba(58,112,226,0.78) 32%, rgba(58,112,226,0.16) 88%, transparent 100%);
}

body.production-shell .hero-topbar__brand-line::before {
  content: "";
  position: absolute;
  inset: -7px 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(9px);
  opacity: 0.24;
}

body.production-shell .hero-front-nav {
  flex: 0 0 auto;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  gap: 0.34rem !important;
  padding: 0.24rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.004)),
    linear-gradient(180deg, rgba(9,11,18,0.9), rgba(5,7,12,0.875));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.028),
    0 10px 20px rgba(0,0,0,0.16);
}

body.production-shell .hero-front-nav .nav-link,
body.production-shell .hero-utility-button,
body.production-shell .hero-auth-button--soft,
body.production-shell .hero-auth-button--primary {
  min-height: 2.76rem;
  border-radius: 999px;
}

body.production-shell .hero-front-nav .nav-link {
  min-width: 5.4rem;
  justify-content: center;
  padding-inline: 0.88rem;
  font-size: 0.79rem;
}

body.production-shell .hero-topbar__utility-zone {
  grid-area: utility;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
  max-width: clamp(16.8rem, 20.2vw, 18.8rem);
  justify-self: end;
  align-self: start;
  padding-top: 0.04rem;
}

body.production-shell .hero-topbar__utility-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 6.7rem;
  justify-content: center;
  padding: 0.42rem;
  border-radius: 1.46rem;
  border: 1px solid rgba(255,255,255,0.055);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.038), rgba(255,255,255,0.007)),
    linear-gradient(180deg, rgba(9,11,18,0.82), rgba(5,7,12,0.78));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.028),
    0 14px 28px rgba(0,0,0,0.16);
}

body.production-shell .hero-topbar__utility-stack {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 0.46rem;
  min-width: 0;
  max-width: 100%;
}

body.production-shell .hero-topbar__utility-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.38rem;
  width: 100%;
}

body.production-shell .hero-topbar__utility-row .hero-auth-button--soft {
  min-width: 0;
  flex: 1 1 0;
}

body.production-shell .hero-topbar__utility-row .hero-auth-button--primary {
  min-width: 0;
  flex: 1.08 1 0;
  padding-inline: 0.94rem;
}

body.production-shell .hero-topbar__utility-row--download {
  width: 100%;
}

body.production-shell .hero-topbar__utility-row--download .hero-auth-button {
  width: 100%;
  justify-content: center;
}

body.production-shell .hero-utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-width: 0;
  min-height: 2.84rem;
  flex: 0.94 1 0;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(255,255,255,0.085);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.008)),
    linear-gradient(180deg, rgba(10,12,18,0.96), rgba(6,8,14,0.9));
  color: rgba(228,236,246,0.8);
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.045), 0 8px 16px rgba(0,0,0,0.13);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body.production-shell .hero-utility-button--telegram {
  padding-inline: 0.7rem;
  color: rgba(220,228,240,0.74);
}

body.production-shell .hero-utility-button__icon {
  display: inline-flex;
  width: 0.88rem;
  height: 0.88rem;
  flex: 0 0 auto;
  color: rgba(128,180,255,0.86);
}

body.production-shell .hero-utility-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.production-shell .hero-utility-button:hover,
body.production-shell .hero-utility-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(161,110,255,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 10px 20px rgba(84,72,190,0.08);
}

body.production-shell .hero-utility-button:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.16), 0 9px 18px rgba(0,0,0,0.12);
}

body.production-shell .hero-topbar__languages-row {
  display: flex;
  grid-area: languages;
  justify-content: center;
  justify-self: center;
  width: 100%;
  padding: 0.08rem 0 0.02rem;
}

body.production-shell .hero-topbar__locale-shell {
  display: flex;
  justify-content: center;
  width: min(100%, 69.8rem);
}

body.production-shell .v1-language-switcher {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.36rem;
  row-gap: 0.38rem;
  padding: 0.34rem 0.4rem;
  max-width: min(100%, 68.8rem);
  -webkit-backdrop-filter: blur(9px) saturate(106%);
  backdrop-filter: blur(9px) saturate(106%);
}

body.production-shell .v1-language-chip {
  min-height: 2.78rem;
  gap: 0.5rem;
  padding: 0.34rem 0.88rem 0.34rem 0.36rem;
}

body.production-shell .v1-language-chip__flag {
  width: 1.9rem;
  height: 1.32rem;
}

body.production-shell .v1-language-chip__label {
  font-size: 0.79rem;
}

body.production-shell .v1-language-chip[data-analytics-label="pt"],
body.production-shell .v1-language-chip[data-analytics-label="he"],
body.production-shell .v1-language-chip[data-analytics-label="uk"],
body.production-shell .v1-language-chip[data-analytics-label="ja"] {
  padding-inline-end: 0.98rem;
}

body.production-shell .v1-language-chip[data-analytics-label="pt"] .v1-language-chip__label,
body.production-shell .v1-language-chip[data-analytics-label="he"] .v1-language-chip__label,
body.production-shell .v1-language-chip[data-analytics-label="uk"] .v1-language-chip__label,
body.production-shell .v1-language-chip[data-analytics-label="ja"] .v1-language-chip__label {
  font-size: 0.765rem;
}

body.production-shell .v1-language-chip.is-active,
body.production-shell .v1-language-chip[aria-current="page"] {
  border-color: rgba(144,120,255,0.22);
  box-shadow:
    0 8px 16px rgba(56,66,128,0.08),
    0 0 0 1px rgba(146,122,255,0.08);
}

body.production-shell .v1-language-chip.is-active::before,
body.production-shell .v1-language-chip[aria-current="page"]::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.012)),
    linear-gradient(135deg, rgba(108,34,100,0.34), rgba(82,74,178,0.24), rgba(53,117,224,0.34));
}

body.production-shell .v1-language-chip.is-active .v1-language-chip__flag,
body.production-shell .v1-language-chip[aria-current="page"] .v1-language-chip__flag {
  border-color: rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 5px 10px rgba(32,28,72,0.14);
}

html[dir="rtl"] body.production-shell .hero-topbar__desktop-grid,
html[dir="rtl"] body.production-shell .hero-topbar,
html[dir="rtl"] body.production-shell .hero-topbar--mobile,
html[dir="rtl"] body.production-shell .hero-topbar-shell,
html[dir="rtl"] body.production-shell .hero-topbar__brand-zone,
html[dir="rtl"] body.production-shell .hero-topbar__brand-bridge,
html[dir="rtl"] body.production-shell .hero-topbar__nav-zone,
html[dir="rtl"] body.production-shell .hero-topbar__ornament-zone,
html[dir="rtl"] body.production-shell .hero-topbar__center-zone,
html[dir="rtl"] body.production-shell .hero-topbar__center-stack,
html[dir="rtl"] body.production-shell .hero-front-nav,
html[dir="rtl"] body.production-shell .hero-topbar__brand-ornament,
html[dir="rtl"] body.production-shell .hero-topbar__languages-row,
html[dir="rtl"] body.production-shell .hero-topbar__locale-shell,
html[dir="rtl"] body.production-shell .v1-language-switcher,
html[dir="rtl"] body.production-shell .hero-topbar__utility-zone,
html[dir="rtl"] body.production-shell .hero-topbar__utility-shell,
html[dir="rtl"] body.production-shell .hero-topbar__utility-row,
html[dir="rtl"] body.production-shell .hero-topbar__mobile-controls,
html[dir="rtl"] body.production-shell .hero-topbar__mobile-track,
html[dir="rtl"] body.production-shell .hero-topbar__mobile-languages,
html[dir="rtl"] body.production-shell .production-hero-frame,
html[dir="rtl"] body.production-shell .production-auth-grid,
html[dir="rtl"] body.production-shell .lower-grid,
html[dir="rtl"] body.production-shell .lower-grid-2,
html[dir="rtl"] body.production-shell .lower-grid-3,
html[dir="rtl"] body.production-shell .lower-cta-row {
  direction: ltr;
}

html[dir="rtl"] body.production-shell .hero-copy-glass,
html[dir="rtl"] body.production-shell .room-glass-card,
html[dir="rtl"] body.production-shell .production-form-shell,
html[dir="rtl"] body.production-shell .lower-header,
html[dir="rtl"] body.production-shell .lower-card,
html[dir="rtl"] body.production-shell .lower-note,
html[dir="rtl"] body.production-shell .lower-footer {
  direction: ltr;
}

html[dir="rtl"] body.production-shell .hero-topbar__brand-copy,
html[dir="rtl"] body.production-shell .hero-topbar__brand-mark,
html[dir="rtl"] body.production-shell .hero-zero-title,
html[dir="rtl"] body.production-shell .hero-zero-lead,
html[dir="rtl"] body.production-shell .hero-zero-sublead,
html[dir="rtl"] body.production-shell .production-hero-copy,
html[dir="rtl"] body.production-shell .production-hero-lead,
html[dir="rtl"] body.production-shell .production-auth-copy,
html[dir="rtl"] body.production-shell .production-form-shell :is(h1, h2, h3, p, label, button, a, span, div),
html[dir="rtl"] body.production-shell .room-glass-card h3,
html[dir="rtl"] body.production-shell .room-glass-card p,
html[dir="rtl"] body.production-shell .room-glass-card .text-\[10px\],
html[dir="rtl"] body.production-shell .room-glass-card button,
html[dir="rtl"] body.production-shell .section-kicker,
html[dir="rtl"] body.production-shell .lower-title,
html[dir="rtl"] body.production-shell .lower-lead,
html[dir="rtl"] body.production-shell .lower-card h3,
html[dir="rtl"] body.production-shell .lower-card p,
html[dir="rtl"] body.production-shell .lower-note,
html[dir="rtl"] body.production-shell .lower-footer-title,
html[dir="rtl"] body.production-shell .lower-footer-copy {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}

body.production-shell .hero-auth-button--download {
  min-height: 2.72rem;
  border: 1px solid rgba(255,255,255,0.09);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(111,26,89,0.78), rgba(93,73,184,0.56), rgba(52,120,220,0.72));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 14px 24px rgba(44,34,94,0.18),
    0 0 0 1px rgba(144,118,255,0.08);
}

body.production-shell .hero-auth-button--download::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.02) 42%, transparent 70%);
  opacity: 0.32;
  pointer-events: none;
}

body.production-shell .hero-auth-button--download:hover,
body.production-shell .hero-auth-button--download:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 16px 28px rgba(54,42,108,0.2),
    0 0 0 1px rgba(150,126,255,0.1);
}

body.production-shell .hero-auth-button--soft {
  border-color: rgba(255,255,255,0.085);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.044), rgba(255,255,255,0.008)),
    linear-gradient(180deg, rgba(9,11,18,0.95), rgba(5,7,12,0.9));
  color: rgba(230,236,245,0.82);
}

body.production-shell .hero-auth-button--primary {
  border-color: rgba(156,121,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.064), rgba(255,255,255,0.012)),
    linear-gradient(135deg, rgba(56,28,108,0.92), rgba(86,64,176,0.78), rgba(42,70,152,0.7));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 10px 18px rgba(52,42,116,0.14),
    0 0 0 1px rgba(136,102,255,0.08);
}

body.production-shell header {
  border-bottom-color: rgba(255,255,255,0.045) !important;
  -webkit-backdrop-filter: blur(10px) saturate(106%);
  backdrop-filter: blur(10px) saturate(106%);
  box-shadow:
    0 8px 22px rgba(0,0,0,0.2),
    0 0 0 1px rgba(255,255,255,0.018),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

body.production-shell header::after {
  content: none;
}

body.production-shell .hero-copy-glass {
  --editor-glass-base-radius: 1.84rem;
  width: min(100%, 23.4rem);
  max-width: min(23.6rem, calc(100vw - 1.5rem));
  margin-top: 0.56rem;
  padding: 0.94rem 0.92rem 0.9rem;
}

body.production-shell .hero-copy-glass[data-editor-glass-key]::before {
  opacity: calc(0.28 + var(--editor-glass-opacity) * 0.5);
  -webkit-backdrop-filter: blur(calc(var(--editor-glass-blur) * 0.72)) saturate(108%);
  backdrop-filter: blur(calc(var(--editor-glass-blur) * 0.72)) saturate(108%);
  box-shadow:
    0 calc(10px + var(--editor-glass-depth) * 0.24) calc(22px + var(--editor-glass-depth) * 0.64) rgba(4,7,16,0.18),
    0 0 0 1px rgba(255,240,216, calc(0.02 + var(--editor-glass-opacity) * 0.04)),
    inset 0 1px 0 rgba(255,255,255, calc(0.06 + var(--editor-glass-opacity) * 0.14)),
    inset 0 8px 18px rgba(255,240,214, calc(0.012 + var(--editor-glass-warm-tone) * 0.05));
}

body.production-shell .hero-copy-glass[data-editor-glass-key]::after {
  height: 28%;
  opacity: 0.3;
}

body.production-shell .hero-zero-lead {
  max-width: 22.8rem !important;
  font-size: 0.96rem !important;
  line-height: 1.68 !important;
}

body.production-shell .hero-zero-sublead {
  max-width: 22.8rem !important;
  font-size: 0.89rem !important;
  line-height: 1.66 !important;
  color: rgba(214,222,234,0.72) !important;
}

body.production-shell .production-home-ambient {
  position: absolute;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 9%, rgba(215,32,57,0.12), transparent 18%),
    radial-gradient(circle at 86% 10%, rgba(61,139,255,0.14), transparent 20%),
    radial-gradient(circle at 20% 52%, rgba(215,32,57,0.08), transparent 24%),
    radial-gradient(circle at 80% 58%, rgba(61,139,255,0.08), transparent 26%),
    linear-gradient(180deg, rgba(5,8,14,0.18), rgba(5,8,14,0.08) 22%, rgba(5,8,14,0.18) 100%);
}

body.production-shell .production-home-ambient::before,
body.production-shell .production-home-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.production-shell .production-home-ambient::before {
  background:
    linear-gradient(132deg, transparent 0 18%, rgba(255,255,255,0.02) 18.1%, transparent 18.45%),
    linear-gradient(88deg, transparent 0 64%, rgba(255,255,255,0.014) 64.08%, transparent 64.36%);
  opacity: 0.12;
}

body.production-shell .production-home-ambient::after {
  background:
    radial-gradient(ellipse at center, rgba(215,32,57,0.04), rgba(91,77,255,0.04), rgba(61,139,255,0.05), transparent 74%);
  filter: blur(42px);
  opacity: 0.48;
}

body.production-shell .production-hero-ambient {
  position: absolute;
  inset: 0 0 calc(var(--hero-scene-bleed) * -1) 0;
  overflow: hidden;
  pointer-events: none;
}

body.production-shell .production-hero-ambient::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(5.4rem, 12vh, 8rem);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(215,32,57,0.12), transparent 54%),
    radial-gradient(ellipse at 82% 0%, rgba(61,139,255,0.12), transparent 56%),
    linear-gradient(180deg, rgba(4,7,14,0.9), rgba(4,7,14,0.54) 42%, rgba(4,7,14,0.18) 76%, transparent 100%);
  opacity: 0.88;
}

body.production-shell .production-hero-ambient__image,
body.production-shell .production-hero-ambient__wash,
body.production-shell .production-hero-ambient__edge {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.production-shell .production-hero-ambient__image {
  background-image: url('/_next/static/media/ASH.cac54ce3.png');
  background-position: calc(50% + var(--hero-scene-art-x)) calc(54% + var(--hero-scene-art-y));
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.92;
  filter: contrast(1.02) saturate(1.02);
}

body.production-shell .production-hero-ambient__wash {
  background:
    radial-gradient(circle at 18% 48%, rgba(215,32,57,0.22), transparent 24%),
    radial-gradient(circle at 78% 40%, rgba(61,139,255,0.16), transparent 22%),
    radial-gradient(circle at 96% 42%, rgba(2,3,6,0.96), rgba(2,3,6,0.82) 20%, rgba(2,3,6,0.16) 46%, transparent 62%),
    radial-gradient(circle at 58% 62%, rgba(112,102,228,0.08), transparent 34%),
    linear-gradient(90deg, rgba(3,5,10,0.02) 0%, rgba(3,5,10,0.02) 68%, rgba(2,3,6,0.42) 84%, rgba(2,3,6,0.84) 100%),
    linear-gradient(180deg, rgba(4,7,14,0.46), rgba(4,7,14,0.76));
}

body.production-shell .production-hero-ambient__edge {
  background:
    linear-gradient(90deg, rgba(2,3,6,0.94), rgba(3,4,8,0.46) 10%, transparent 18%, transparent 64%, rgba(3,4,8,0.82) 84%, rgba(2,3,6,1)),
    radial-gradient(circle at 98% 45%, rgba(2,3,6,0.72), rgba(2,3,6,0.36) 22%, transparent 48%),
    linear-gradient(180deg, rgba(3,4,8,0.32), transparent 18%, transparent 72%, rgba(3,4,8,0.36));
}

body.production-shell .production-home-scene {
  position: relative;
  overflow: visible;
  isolation: isolate;
  --hero-scene-art-x: -72px;
  --hero-scene-art-y: 176px;
  --hero-scene-bleed: clamp(8rem, 15vh, 11rem);
  --hero-seam-overlap: clamp(3.25rem, 6vh, 5.25rem);
  --gg-reflection-x: 168px;
  --gg-reflection-y: 182px;
  --gg-scene-x: 284px;
  --gg-scene-y: 392px;
  --gg-stage-min-height: calc(100svh + 7rem);
  --gg-card-x: 181px;
  --gg-card-y: 18px;
  --gg-card-scale: 1.450;
}

body.production-shell .production-home-first-room-stack {
  position: relative;
  z-index: 10;
  margin-top: calc(var(--hero-seam-overlap) * -0.58);
  padding-top: calc(var(--hero-seam-overlap) * 0.72);
}

body.production-shell .production-home-first-room {
  min-height: calc(100svh + 4.5rem);
  padding-top: clamp(2.4rem, 5.6vh, 4.4rem);
}

body.production-shell .production-home-first-room::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(8rem, 18vh, 13rem);
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse at 70% 9%, rgba(61,139,255,0.12), transparent 40%),
    radial-gradient(ellipse at 24% 14%, rgba(215,32,57,0.1), transparent 32%),
    linear-gradient(180deg, rgba(4,6,12,0.76), rgba(4,6,12,0.34) 48%, rgba(4,6,12,0) 100%);
}

body.production-shell .production-gg-scene-reflection {
  transform: translate(var(--gg-reflection-x), var(--gg-reflection-y)) !important;
}

body.production-shell .production-gg-scene-main {
  transform: translate(var(--gg-scene-x), calc(-50% + var(--gg-scene-y))) !important;
}

body.production-shell .production-gg-room-stage {
  min-height: var(--gg-stage-min-height) !important;
  align-items: flex-end !important;
  padding-top: clamp(2rem, 5vh, 4.6rem);
  padding-bottom: clamp(1.1rem, 3vh, 2.8rem);
}

body.production-shell .production-gg-room-card {
  transform: translate(var(--gg-card-x), var(--gg-card-y)) scale(var(--gg-card-scale)) !important;
}

body.production-shell #product {
  min-height: calc(100svh + var(--hero-scene-bleed)) !important;
  padding-bottom: calc(var(--hero-scene-bleed) * 0.92) !important;
  overflow: visible !important;
  z-index: 18 !important;
}

body.production-shell #product::after {
  content: "";
  position: absolute;
  inset: auto -7% -12rem -7%;
  height: 24rem;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 56% 10%, rgba(104,93,255,0.08), transparent 38%),
    radial-gradient(ellipse at 22% 12%, rgba(215,32,57,0.10), transparent 30%),
    radial-gradient(ellipse at 80% 14%, rgba(61,139,255,0.12), transparent 34%),
    linear-gradient(180deg, rgba(4,6,12,0), rgba(4,6,12,0.22) 38%, rgba(4,6,12,0.66) 100%);
  filter: blur(14px);
}

body.production-shell .hero-core {
  position: absolute;
  right: clamp(-6.4rem, -2vw, -0.4rem);
  top: clamp(7.4rem, 14.5vh, 10rem);
  z-index: 26;
  width: clamp(34rem, 54vw, 61rem);
  min-width: 32rem;
  pointer-events: none;
  opacity: 0.98;
  transform: translateZ(0);
  transform-origin: center center;
  isolation: isolate;
  --hero-plate-tilt-x: -3.4deg;
  --hero-plate-tilt-y: 4.8deg;
  --hero-plate-scale: 0.992;
  --hero-plate-shift-y: 0px;
  --hero-plate-light-x: 62%;
  --hero-plate-light-y: 38%;
  --hero-plate-edge-angle: 210deg;
  --hero-plate-edge-alpha: 0.18;
  --hero-core-halo: 0.66;
  --hero-sphere-tilt-x: -10deg;
  --hero-sphere-tilt-y: 16deg;
  --hero-sphere-rotate-z: -8deg;
  --hero-sphere-scale: 1;
  --hero-sphere-shift-y: 0px;
  --hero-sphere-glow: 0.66;
  --hero-keyboard-x: 70%;
  --hero-keyboard-y: 56%;
  --hero-keyboard-o: 0.16;
  --hero-prism-x: 50%;
  --hero-prism-y: 50%;
  --hero-prism-o: 0;
  --hero-carrier-tilt-x: 0deg;
  --hero-carrier-tilt-y: 0deg;
  --hero-carrier-rotate-z: 0deg;
  --hero-carrier-shift-y: 0px;
  --hero-carrier-scale: 1;
  --hero-carrier-press: 0;
  --hero-energy-gain: 0.34;
}

body.production-shell .hero-core::after {
  content: "";
  position: absolute;
  left: 23%;
  right: 6%;
  top: 36%;
  height: 48%;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 38% 28%, rgba(255,255,255,0.04), transparent 18%),
    radial-gradient(ellipse at 34% 40%, rgba(61,139,255,0.08), transparent 24%),
    radial-gradient(ellipse at 68% 52%, rgba(215,32,57,0.05), transparent 22%),
    radial-gradient(ellipse at 52% 64%, rgba(5,8,14,0.34), rgba(5,8,14,0.18) 46%, transparent 82%);
  -webkit-backdrop-filter: blur(9px) saturate(103%);
  backdrop-filter: blur(9px) saturate(103%);
  transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.16), 0);
  opacity: 0.86;
}

body.production-shell .hero-core__halo,
body.production-shell .hero-core__ring,
body.production-shell .hero-core__keyboard,
body.production-shell .hero-core__projection,
body.production-shell .hero-core__copy {
  position: absolute;
}

body.production-shell .hero-core__halo {
  inset: 4% 8% auto 14%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at calc(var(--hero-plate-light-x) - 8%) calc(var(--hero-plate-light-y) - 20%), rgba(255,255,255,0.09), transparent 12%),
    radial-gradient(ellipse at calc(var(--hero-plate-light-x) - 18%) calc(var(--hero-plate-light-y) + 8%), rgba(61,139,255,0.11), transparent 22%),
    radial-gradient(ellipse at calc(var(--hero-plate-light-x) + 16%) calc(var(--hero-plate-light-y) + 14%), rgba(215,32,57,0.06), transparent 18%),
    radial-gradient(ellipse at 58% 74%, rgba(7,11,20,0.28), transparent 50%);
  -webkit-backdrop-filter: blur(9px) saturate(106%);
  backdrop-filter: blur(9px) saturate(106%);
  filter: blur(13px);
  opacity: calc(0.2 + var(--hero-core-halo) * 0.18);
  transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.28), 0);
  z-index: 1;
}

body.production-shell .hero-core__ring {
  inset: 8% 9% auto 12%;
  height: 66%;
  border-radius: 50%;
  opacity: 0.32;
  background:
    conic-gradient(from var(--hero-plate-edge-angle), rgba(255,255,255,0) 0 22%, rgba(255,124,146,0.07) 24%, rgba(255,255,255,0) 34%, rgba(124,202,255,0.10) 58%, rgba(255,255,255,0) 72%, rgba(255,255,255,0.03) 86%, rgba(255,255,255,0) 100%);
  filter: blur(5px);
  transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.12), 0);
  animation: heroPlateRingOrbit 82s linear infinite reverse;
  z-index: 2;
}

body.production-shell .hero-core__keyboard {
  left: 8%;
  right: -12%;
  bottom: 11.4%;
  height: 27.5%;
  border-radius: 999px;
  overflow: hidden;
  opacity: calc(0.18 + var(--hero-keyboard-o) * 0.76);
  transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.18), 0) rotate(-11deg);
  filter: blur(12px);
  z-index: 1;
}

body.production-shell .hero-core__keyboard-grid,
body.production-shell .hero-core__keyboard-pulse {
  position: absolute;
  inset: 0;
}

body.production-shell .hero-core__keyboard-grid {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 100%),
    radial-gradient(circle at var(--hero-keyboard-x) var(--hero-keyboard-y), rgba(118,196,255,0.2), transparent 16%),
    radial-gradient(circle at calc(var(--hero-keyboard-x) - 8%) calc(var(--hero-keyboard-y) + 4%), rgba(255,108,138,0.16), transparent 14%);
  background-size: 9% 100%, 100% 32%, auto, auto;
  opacity: 0.82;
}

body.production-shell .hero-core__keyboard-pulse {
  background:
    radial-gradient(circle at var(--hero-keyboard-x) var(--hero-keyboard-y), rgba(255,255,255,0.18), transparent 8%),
    radial-gradient(circle at var(--hero-keyboard-x) var(--hero-keyboard-y), rgba(122,192,255,0.22), transparent 18%),
    radial-gradient(circle at calc(var(--hero-keyboard-x) - 9%) calc(var(--hero-keyboard-y) + 5%), rgba(215,32,57,0.18), transparent 15%);
  opacity: calc(0.12 + var(--hero-keyboard-o) * 0.82);
}

body.production-shell .hero-core__plate {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  z-index: 2;
  transform:
    translate3d(0, var(--hero-plate-shift-y), 0)
    perspective(1450px)
    rotateX(var(--hero-plate-tilt-x))
    rotateY(var(--hero-plate-tilt-y))
    rotateZ(-8deg)
    scale(var(--hero-plate-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

body.production-shell .hero-core__plate::before,
body.production-shell .hero-core__plate::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.production-shell .hero-core__plate::before {
  inset: 6% 8% 12% 8%;
  background:
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 5%) calc(var(--hero-plate-light-y) - 8%), rgba(255,255,255,0.06), transparent 12%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 16%) calc(var(--hero-plate-light-y) + 10%), rgba(61,139,255,0.07), transparent 16%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 14%) calc(var(--hero-plate-light-y) + 10%), rgba(215,32,57,0.05), transparent 16%),
    radial-gradient(ellipse at 54% 80%, rgba(7,11,20,0.2), transparent 42%);
  opacity: 0.44;
  filter: blur(7px);
}

body.production-shell .hero-core__plate::after {
  inset: 2% 2% 6% 2%;
  background:
    conic-gradient(from var(--hero-plate-edge-angle), rgba(255,255,255,0) 0 26%, rgba(255,116,140,0.08) 27%, rgba(255,255,255,0) 38%, rgba(112,198,255,0.1) 55%, rgba(255,255,255,0) 68%, rgba(255,255,255,0.02) 84%, rgba(255,255,255,0) 100%);
  opacity: var(--hero-plate-edge-alpha);
  filter: blur(6px);
}

body.production-shell .hero-core__plate-svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-box: fill-box;
  transform-origin: center;
  animation: heroOuterShellSpin 118s linear infinite reverse;
  filter:
    drop-shadow(0 20px 52px rgba(3,6,14,0.22))
    drop-shadow(0 0 24px rgba(61,139,255,0.08))
    drop-shadow(0 0 14px rgba(215,32,57,0.05));
}

body.production-shell .hero-core__plate-orbits,
body.production-shell .hero-core__plate-grid,
body.production-shell .hero-core__plate-stars {
  transform-box: fill-box;
  transform-origin: center;
}

body.production-shell .hero-core__plate-stars circle {
  fill: rgba(208,228,255,0.42);
  filter: drop-shadow(0 0 8px rgba(112,190,255,0.3));
  animation: heroNodePulse 6.4s ease-in-out infinite;
}

body.production-shell .hero-core__plate-orbits {
  opacity: 0.68;
  filter: drop-shadow(0 0 7px rgba(106,183,255,0.12));
  animation: heroPlateMeridianGlow 18s ease-in-out infinite;
}

body.production-shell .hero-core__plate-orbits ellipse {
  stroke-linecap: round;
  stroke-dasharray: 14 116;
  animation: heroPlateOrbitTravel 42s linear infinite;
}

body.production-shell .hero-core__plate-orbits ellipse:nth-child(2) {
  stroke-dasharray: 12 128;
  animation-duration: 48s;
}

body.production-shell .hero-core__plate-orbits ellipse:nth-child(3) {
  stroke-dasharray: 10 132;
  animation-duration: 54s;
}

body.production-shell .hero-core__plate-orbits ellipse:nth-child(4) {
  stroke-dasharray: 14 118;
  animation-duration: 46s;
}

body.production-shell .hero-core__plate-orbits ellipse:nth-child(5) {
  stroke-dasharray: 12 122;
  animation-duration: 52s;
}

body.production-shell .hero-core__plate-grid {
  opacity: 0.34;
}

body.production-shell .hero-core__plate-stars {
  opacity: 0.28;
}

body.production-shell .hero-core__carrier {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
  transform:
    translate3d(0, calc(var(--hero-carrier-shift-y) + var(--hero-sphere-shift-y) * 0.04), 0)
    perspective(980px)
    rotateX(var(--hero-carrier-tilt-x))
    rotateY(var(--hero-carrier-tilt-y))
    rotateZ(calc(-9deg + var(--hero-carrier-rotate-z)))
    scale(calc(var(--hero-carrier-scale) - var(--hero-carrier-press) * 0.012));
  transform-style: preserve-3d;
  will-change: transform;
}

body.production-shell .hero-core__carrier-hit {
  position: absolute;
}

body.production-shell .hero-core__carrier-hit {
  width: 62%;
  height: 24%;
  border-radius: 999px;
  background: transparent;
  clip-path: ellipse(50% 50% at 50% 50%);
  cursor: grab;
  touch-action: pan-y;
  pointer-events: auto;
}

body.production-shell .hero-core__carrier-hit:active {
  cursor: grabbing;
}

body.production-shell .hero-core__sphere-shell {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

body.production-shell .hero-core__sphere-shell::before,
body.production-shell .hero-core__sphere-shell::after {
  content: "";
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

body.production-shell .hero-core__sphere-shell::before {
  background:
    radial-gradient(circle at 48% 48%, rgba(5,8,14,0.06), rgba(5,8,14,0.16) 36%, rgba(5,8,14,0.30) 60%, transparent 82%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 14%) calc(var(--hero-plate-light-y) - 16%), rgba(61,139,255,0.10), transparent 22%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 18%) calc(var(--hero-plate-light-y) + 16%), rgba(215,32,57,0.06), transparent 18%);
  -webkit-backdrop-filter: blur(10px) saturate(103%);
  backdrop-filter: blur(10px) saturate(103%);
  filter: blur(10px);
  opacity: 0.78;
  transform: translate3d(0, calc(var(--hero-sphere-shift-y) * 0.12), 0);
}

body.production-shell .hero-core__sphere-shell::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(5,8,14,0) 40%, rgba(5,8,14,0.10) 52%, rgba(5,8,14,0.20) 64%, rgba(5,8,14,0.08) 74%, transparent 88%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 10%) calc(var(--hero-plate-light-y) - 12%), rgba(255,255,255,0.04), transparent 16%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 12%) calc(var(--hero-plate-light-y) + 10%), rgba(61,139,255,0.05), transparent 18%);
  filter: blur(12px);
  opacity: 0.66;
  transform: translate3d(0, calc(var(--hero-sphere-shift-y) * 0.1), 0);
}

body.production-shell .hero-core__sphere-glow {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 18%) calc(var(--hero-plate-light-y) - 16%), rgba(255,255,255,0.18), transparent 16%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 10%) calc(var(--hero-plate-light-y) - 2%), rgba(61,139,255,0.20), transparent 24%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 16%) calc(var(--hero-plate-light-y) + 14%), rgba(215,32,57,0.10), transparent 22%),
    radial-gradient(circle at 60% 72%, rgba(5,9,18,0.22), transparent 50%);
  filter: blur(30px);
  opacity: calc(0.24 + var(--hero-sphere-glow) * 0.32);
  transform: translate3d(0, calc(var(--hero-sphere-shift-y) * 0.14), 0);
}

body.production-shell .hero-core__sphere {
  position: relative;
  width: 37%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: auto;
  touch-action: pan-y;
  cursor: grab;
  background:
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 14%) calc(var(--hero-plate-light-y) - 16%), rgba(255,255,255,0.16), rgba(255,255,255,0.05) 18%, transparent 34%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 6%) calc(var(--hero-plate-light-y) - 4%), rgba(101,166,255,0.14), transparent 30%),
    radial-gradient(circle at 70% 74%, rgba(5,8,16,0.24), transparent 44%),
    linear-gradient(155deg, rgba(11,16,28,0.82), rgba(6,10,18,0.72) 54%, rgba(3,6,12,0.84));
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 18px 42px rgba(3,6,14,0.24),
    0 0 26px rgba(61,139,255,0.12),
    0 0 18px rgba(215,32,57,0.06);
  transform:
    translate3d(0, var(--hero-sphere-shift-y), 0)
    perspective(920px)
    rotateX(var(--hero-sphere-tilt-x))
    rotateY(var(--hero-sphere-tilt-y))
    rotateZ(var(--hero-sphere-rotate-z))
    scale(var(--hero-sphere-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

body.production-shell .hero-core__sphere:active {
  cursor: grabbing;
}

body.production-shell .hero-core__earth-wrap {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 0 52%, rgba(0,0,0,0.98) 60%, rgba(0,0,0,0.84) 67%, rgba(0,0,0,0.24) 74%, transparent 79%);
  mask-image: radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 0 52%, rgba(0,0,0,0.98) 60%, rgba(0,0,0,0.84) 67%, rgba(0,0,0,0.24) 74%, transparent 79%);
  z-index: 1;
}

body.production-shell .hero-core__earth-wrap::before,
body.production-shell .hero-core__earth-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 50%;
}

body.production-shell .hero-core__earth-wrap::before {
  background:
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 14%) calc(var(--hero-plate-light-y) - 16%), rgba(255,255,255,0.12), rgba(255,255,255,0.03) 18%, transparent 34%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 2%) calc(var(--hero-plate-light-y) + 2%), rgba(103,182,255,0.10), transparent 24%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 16%) calc(var(--hero-plate-light-y) + 14%), rgba(255,108,138,0.06), transparent 20%);
  mix-blend-mode: screen;
  opacity: 0.78;
  z-index: 2;
}

body.production-shell .hero-core__earth-wrap::after {
  inset: -3%;
  background:
    radial-gradient(circle at 50% 50%, rgba(5,8,14,0) 50%, rgba(5,8,14,0.12) 62%, rgba(5,8,14,0.20) 72%, transparent 84%);
  filter: blur(8px);
  opacity: 0.68;
  z-index: 1;
}

body.production-shell .hero-core__earth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.18);
  transform-origin: center center;
  opacity: 0.92;
  filter:
    saturate(1.12)
    brightness(0.97)
    contrast(1.08)
    drop-shadow(0 0 14px rgba(112,198,255,0.12));
  animation: heroEarthSpin 28s linear infinite;
  will-change: transform;
}

body.production-shell .hero-core__sphere::before,
body.production-shell .hero-core__sphere::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

body.production-shell .hero-core__sphere::before {
  background:
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 16%) calc(var(--hero-plate-light-y) - 14%), rgba(255,255,255,0.14), rgba(255,255,255,0.04) 20%, transparent 36%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 4%) calc(var(--hero-plate-light-y) - 2%), rgba(122,196,255,0.10), transparent 28%),
    radial-gradient(circle at 72% 76%, rgba(5,8,16,0.26), transparent 44%);
  z-index: 1;
}

body.production-shell .hero-core__sphere::after {
  inset: -4%;
  background:
    radial-gradient(circle at 50% 50%, rgba(5,8,14,0) 42%, rgba(5,8,14,0.10) 52%, rgba(5,8,14,0.18) 66%, transparent 84%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) + 10%) calc(var(--hero-plate-light-y) + 10%), rgba(61,139,255,0.05), transparent 20%),
    radial-gradient(circle at calc(var(--hero-plate-light-x) - 14%) calc(var(--hero-plate-light-y) + 14%), rgba(215,32,57,0.04), transparent 18%);
  filter: blur(12px);
  opacity: 0.7;
  z-index: 0;
}

body.production-shell .hero-core__energy {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: visible;
  opacity: calc(0.3 + var(--hero-energy-gain) * 0.56);
  filter: saturate(116%);
  mix-blend-mode: screen;
}

body.production-shell .hero-core__energy-band--outer {
  opacity: calc(0.42 + var(--hero-energy-gain) * 0.24);
}

body.production-shell .hero-core__energy-band--inner {
  opacity: calc(0.56 + var(--hero-energy-gain) * 0.28);
}

body.production-shell .hero-core__energy-arc {
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 8 22 4 30;
  opacity: 0.38;
  animation: heroEnergyTransfer 9.2s linear infinite;
}

body.production-shell .hero-core__energy-arc--left {
  stroke: url(#heroEnergyRed);
  filter: drop-shadow(0 0 7px rgba(255,115,143,0.16));
}

body.production-shell .hero-core__energy-arc--right {
  stroke: url(#heroEnergyBlue);
  filter: drop-shadow(0 0 7px rgba(123,209,255,0.18));
  animation-duration: 10.8s;
}

body.production-shell .hero-core__energy-arc--outer {
  stroke-width: 1.7;
  stroke-dasharray: 10 28 4 40;
  opacity: 0.26;
}

body.production-shell .hero-core__energy-arc--inner {
  stroke-width: 2.1;
  stroke-dasharray: 8 18 3 24;
  opacity: 0.42;
}

body.production-shell .hero-core__energy-arc--white {
  stroke: url(#heroEnergyWhite);
  stroke-width: 1.3;
  stroke-dasharray: 7 16 2 24;
  opacity: 0.24;
  filter: drop-shadow(0 0 6px rgba(225,245,255,0.12));
  animation-duration: 12.2s;
}

body.production-shell .hero-core__energy-arc--soft {
  stroke-width: 1.4;
  opacity: 0.22;
  animation-duration: 13.8s;
}

body.production-shell .hero-core__marker {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  transform: translate(-50%, -50%);
  z-index: 4;
}

body.production-shell .hero-core__marker-pulse,
body.production-shell .hero-core__marker-dot {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

body.production-shell .hero-core__marker-pulse {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid rgba(122,190,255,0.46);
  box-shadow: 0 0 18px rgba(96,160,255,0.18);
  animation: heroMarkerPulse 2.35s ease-out infinite;
}

body.production-shell .hero-core__marker-dot {
  width: 0.7rem;
  height: 0.7rem;
  background: linear-gradient(135deg, rgba(255,122,144,0.95), rgba(104,172,255,0.95));
  box-shadow:
    0 0 0 5px rgba(255,255,255,0.05),
    0 0 16px rgba(95,162,255,0.28);
}

body.production-shell .hero-core__prism {
  position: absolute;
  left: 22%;
  bottom: 18.4%;
  width: clamp(5.4rem, 8vw, 7.8rem);
  aspect-ratio: 0.82;
  transform: translate3d(0, 0, 0) rotate(-14deg) scale(calc(0.96 + var(--hero-prism-o) * 0.08));
  opacity: calc(0.18 + var(--hero-prism-o) * 0.42);
  pointer-events: none;
  z-index: 3;
}

body.production-shell .hero-core__prism-face,
body.production-shell .hero-core__prism-glint {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 2%, 100% 70%, 62% 98%, 10% 84%, 0 24%);
  border-radius: 1.2rem;
}

body.production-shell .hero-core__prism-face {
  background:
    linear-gradient(135deg, rgba(132,214,255,0.28), rgba(72,114,255,0.12) 44%, rgba(255,122,144,0.2) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 0 24px rgba(122,196,255,0.14);
}

body.production-shell .hero-core__prism-glint {
  background:
    radial-gradient(circle at var(--hero-prism-x) var(--hero-prism-y), rgba(255,255,255,0.36), transparent 22%),
    linear-gradient(115deg, transparent 24%, rgba(255,255,255,0.2) 50%, transparent 72%);
  filter: blur(3px);
  opacity: calc(0.16 + var(--hero-prism-o) * 0.72);
}

body.production-shell .hero-core__projection {
  left: 26.8%;
  bottom: 24.1%;
  width: 33%;
  height: 17%;
  z-index: 3;
  opacity: calc(0.12 + var(--hero-prism-o) * 0.52);
  transform:
    translate3d(calc(var(--hero-prism-o) * 0.28rem), calc(var(--hero-plate-shift-y) * 0.06), 0)
    rotate(-9deg)
    scaleX(calc(0.95 + var(--hero-prism-o) * 0.11));
  transform-origin: 8% 58%;
  filter: saturate(112%);
}

body.production-shell .hero-core__projection-beam,
body.production-shell .hero-core__projection-fog {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.production-shell .hero-core__projection-beam {
  clip-path: polygon(0 61%, 10% 40%, 100% 7%, 92% 47%, 16% 74%, 0 67%);
  background:
    linear-gradient(90deg, rgba(118,202,255,0) 0%, rgba(118,202,255,0.30) 8%, rgba(154,180,255,0.24) 44%, rgba(255,255,255,0.08) 76%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 2% 56%, rgba(126,216,255,0.22), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  opacity: calc(0.16 + var(--hero-prism-o) * 0.46);
}

body.production-shell .hero-core__projection-fog {
  inset: -18% -6%;
  clip-path: polygon(0 62%, 12% 34%, 100% 8%, 100% 90%, 14% 80%, 0 69%);
  background:
    linear-gradient(90deg, rgba(61,139,255,0), rgba(61,139,255,0.10) 22%, rgba(255,122,144,0.05) 62%, rgba(255,255,255,0)),
    radial-gradient(ellipse at 0% 54%, rgba(118,202,255,0.12), transparent 18%);
  filter: blur(8px);
  opacity: calc(0.04 + var(--hero-prism-o) * 0.18);
}

body.production-shell .hero-core__copy {
  right: clamp(1.2rem, 3vw, 4rem);
  bottom: -0.8rem;
  width: min(21.6rem, 40%);
  text-align: center;
  z-index: 7;
}

body.production-shell .hero-core__kicker {
  color: rgba(177,188,207,0.58);
  font-size: 0.54rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.production-shell .hero-core__title {
  margin-top: 0.36rem;
  color: rgba(242,246,255,0.9);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  text-wrap: balance;
}

body.production-shell .hero-core__stats-panel {
  display: grid;
  gap: 0.44rem;
  margin-top: 0.74rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(6,10,18,0.68), rgba(4,6,12,0.46));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 14px 34px rgba(0,0,0,0.22);
  -webkit-backdrop-filter: blur(12px) saturate(104%);
  backdrop-filter: blur(12px) saturate(104%);
}

body.production-shell .hero-core__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

body.production-shell .hero-core__stat {
  display: grid;
  gap: 0.18rem;
  align-content: start;
}

body.production-shell .hero-core__stat-value {
  color: rgba(245,248,255,0.94);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 18px rgba(0,0,0,0.34);
}

body.production-shell .hero-core__stat-label {
  color: rgba(177,188,207,0.58);
  font-size: 0.5rem;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.production-shell .hero-core__stats-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 0.94rem;
  color: rgba(188,201,221,0.62);
  text-align: center;
}

body.production-shell .hero-core__stats-meta-dot {
  flex: 0 0 auto;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(123,209,255,0.88);
  box-shadow: 0 0 0 0.1rem rgba(123,209,255,0.14), 0 0 0.85rem rgba(123,209,255,0.24);
}

body.production-shell .hero-core__stats-meta-label {
  color: rgba(177,188,207,0.58);
  font-size: 0.48rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.production-shell .hero-core__stats-meta-time {
  color: rgba(222,230,242,0.78);
  font-size: 0.52rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

body.production-shell .hero-core__label {
  margin-top: 0.58rem;
  padding-top: 0.52rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: rgba(214,222,234,0.58);
  font-size: 0.68rem;
  line-height: 1.45;
  text-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

body.production-shell section:not(#product) .lower-card,
body.production-shell section:not(#product) .premium-card,
body.production-shell section:not(#product) .forum-video-card,
body.production-shell section:not(#product) .production-profile-preview,
body.production-shell section:not(#product) .forum-identity-grid > *,
body.production-shell section:not(#product) .forum-thread-preview {
  animation: none !important;
  transition: transform 160ms var(--v1-soft-ease), box-shadow 160ms var(--v1-soft-ease), border-color 160ms var(--v1-soft-ease) !important;
}

@keyframes heroMarkerPulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.44); }
  18% { opacity: 0.82; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.26); }
}

@keyframes heroSphereSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes heroSphereSpinReverse {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes heroPlateRingOrbit {
  0% { transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.12), 0) rotate(0deg); }
  100% { transform: translate3d(0, calc(var(--hero-plate-shift-y) * 0.12), 0) rotate(360deg); }
}

@keyframes heroPlateMeridianGlow {
  0%, 100% {
    opacity: 0.48;
    filter: drop-shadow(0 0 4px rgba(122,196,255,0.08));
  }
  50% {
    opacity: 0.7;
    filter: drop-shadow(0 0 7px rgba(122,196,255,0.14)) drop-shadow(0 0 6px rgba(255,108,138,0.07));
  }
}

@keyframes heroPlateOrbitTravel {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -164; }
}

@keyframes heroOuterShellSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes heroEarthSpin {
  0% { transform: scale(1.18) rotate(0deg); }
  100% { transform: scale(1.18) rotate(360deg); }
}

@keyframes heroEnergyTransfer {
  0% {
    stroke-dashoffset: 0;
    opacity: 0.24;
  }
  28% {
    opacity: 0.48;
  }
  62% {
    opacity: 0.38;
  }
  100% {
    stroke-dashoffset: -134;
    opacity: 0.24;
  }
}

@keyframes heroNodePulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.98; }
}

@media (max-width: 1535px) {
  body.production-shell .hero-core {
    right: clamp(-5rem, -1vw, 0rem);
    top: clamp(8.2rem, 15.8vh, 10.6rem);
    width: clamp(31rem, 50vw, 54rem);
  }

  body.production-shell .hero-core__copy {
    width: min(19rem, 38%);
    right: clamp(0.8rem, 2vw, 3rem);
  }
}

@media (max-width: 1279px) {
  body.production-shell .production-home-scene {
    --hero-scene-art-x: -44px;
    --hero-scene-art-y: 144px;
    --hero-scene-bleed: clamp(6.5rem, 11vh, 8.75rem);
    --hero-seam-overlap: clamp(2.8rem, 5vh, 4.4rem);
    --gg-reflection-x: 144px;
    --gg-reflection-y: 172px;
    --gg-scene-x: 246px;
    --gg-scene-y: 372px;
    --gg-stage-min-height: calc(100svh + 6rem);
    --gg-card-y: 2px;
  }

  body.production-shell .hero-core {
    right: -3.6rem;
    top: clamp(15rem, 22vw, 19rem);
    width: clamp(24rem, 48vw, 34rem);
    --hero-core-halo: 0.78;
  }

  body.production-shell .hero-core__copy {
    width: min(16rem, 50%);
    right: 0.6rem;
    bottom: -0.4rem;
  }

  body.production-shell .hero-core__prism {
    left: 22.4%;
    bottom: 19.6%;
    width: clamp(4.8rem, 8vw, 6.4rem);
  }

  body.production-shell .production-hero-ambient__image {
    background-size: 122% auto;
    background-position: calc(50% + var(--hero-scene-art-x)) calc(56% + var(--hero-scene-art-y));
  }
}

@media (max-width: 1023px) {
  body.production-shell .production-home-scene {
    --hero-scene-art-x: -28px;
    --hero-scene-art-y: 132px;
    --hero-scene-bleed: clamp(5.4rem, 9vh, 7rem);
    --hero-seam-overlap: clamp(2.4rem, 4.4vh, 3.5rem);
    --gg-reflection-x: 116px;
    --gg-reflection-y: 156px;
    --gg-scene-x: 212px;
    --gg-scene-y: 346px;
    --gg-stage-min-height: calc(100svh + 4.75rem);
    --gg-card-y: -12px;
  }

  body.production-shell .hero-core {
    right: -2.8rem;
    top: clamp(17rem, 46vw, 23rem);
    width: clamp(20.5rem, 66vw, 28rem);
    opacity: 0.94;
    --hero-core-halo: 0.68;
  }

  body.production-shell .hero-core__copy {
    width: min(14.8rem, 62%);
    right: 0;
    bottom: -0.15rem;
  }

  body.production-shell .hero-core__keyboard {
    left: 8%;
    right: -4%;
    bottom: 11.5%;
    height: 24%;
    filter: blur(10px);
  }

  body.production-shell .hero-core__prism {
    display: none;
  }

  body.production-shell .hero-core__projection {
    display: none;
  }
}

@media (max-width: 767px) {
  body.production-shell .production-home-scene {
    --hero-scene-art-x: -16px;
    --hero-scene-art-y: 118px;
    --hero-scene-bleed: clamp(4.4rem, 7.2vh, 6.2rem);
    --hero-seam-overlap: clamp(1.9rem, 3.8vh, 2.9rem);
    --gg-reflection-x: 86px;
    --gg-reflection-y: 145px;
    --gg-scene-x: 172px;
    --gg-scene-y: 318px;
    --gg-stage-min-height: calc(100svh + 3.25rem);
    --gg-card-y: -24px;
  }

  body.production-shell .production-home-ambient::after {
    filter: blur(28px);
    opacity: 0.34;
  }

  body.production-shell .production-hero-ambient__image {
    background-size: 156% auto;
    background-position: calc(50% + var(--hero-scene-art-x)) calc(57% + var(--hero-scene-art-y));
    opacity: 0.84;
  }

  body.production-shell .hero-core {
    right: -1.8rem;
    top: clamp(18.8rem, 62vw, 24rem);
    width: min(90vw, 23.4rem);
    min-width: 0;
    opacity: 0.92;
    --hero-core-halo: 0.56;
  }

  body.production-shell .hero-core__halo {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    filter: blur(8px);
  }

  body.production-shell .hero-core__ring {
    opacity: 0.44;
  }

  body.production-shell .hero-core__keyboard {
    left: 9%;
    right: -3%;
    bottom: 10.8%;
    height: 22%;
    filter: blur(7px);
  }

  body.production-shell .hero-core__sphere {
    cursor: auto;
  }

  body.production-shell .hero-core__copy {
    width: min(12.6rem, 70%);
    right: 0.4rem;
    bottom: 0.4rem;
  }

  body.production-shell .hero-core__kicker {
    font-size: 0.46rem;
    letter-spacing: 0.2em;
  }

  body.production-shell .hero-core__title {
    font-size: 0.86rem;
  }

  body.production-shell .hero-core__stats-panel {
    gap: 0.34rem;
    margin-top: 0.6rem;
    padding: 0.58rem 0.62rem;
  }

  body.production-shell .hero-core__stats {
    gap: 0.38rem;
  }

  body.production-shell .hero-core__stat-value {
    font-size: 0.76rem;
  }

  body.production-shell .hero-core__stat-label {
    font-size: 0.42rem;
    letter-spacing: 0.1em;
  }

  body.production-shell .hero-core__stats-meta {
    gap: 0.24rem;
  }

  body.production-shell .hero-core__stats-meta-label {
    font-size: 0.4rem;
    letter-spacing: 0.12em;
  }

  body.production-shell .hero-core__stats-meta-time {
    font-size: 0.44rem;
  }

  body.production-shell .hero-core__label {
    font-size: 0.62rem;
    line-height: 1.34;
  }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  body.production-shell .hero-core__ring,
  body.production-shell .hero-core__plate-svg,
  body.production-shell .hero-core__plate-stars circle,
  body.production-shell .hero-core__earth,
  body.production-shell .hero-core__energy-arc,
  .header-logo-link::before,
  .header-logo-link img,
  header a[draggable="false"]::before,
  header a[draggable="false"] img {
    animation: none !important;
  }

  body.production-shell .hero-core__halo {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.production-shell .hero-core {
    --hero-core-halo: 0.52;
  }
}

body.production-shell .hero-copy-glass .hero-zero-sublead {
  margin-top: 0.62rem !important;
}

body.production-shell .hero-copy-glass .hero-zero-actions {
  margin-top: 0.84rem !important;
}

body.production-shell .production-mobile-chip {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.085);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(9,11,18,0.18)),
    linear-gradient(180deg, rgba(9,11,18,0.72), rgba(9,11,18,0.28));
  color: var(--silver-fog);
  text-decoration: none;
  padding: 0.72rem 1rem;
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.production-shell .production-mobile-chip[aria-current="page"] {
  color: #fff;
  border-color: rgba(161,110,255,0.4);
  background: linear-gradient(135deg, rgba(166,20,46,0.26), rgba(91,77,255,0.2), rgba(61,139,255,0.22));
}

body.production-shell .hero-topbar__mobile-languages .v1-language-switcher {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.34rem;
  overflow-x: auto;
  padding: 0.14rem 0.08rem 0.22rem;
  scrollbar-width: none;
}

body.production-shell .hero-topbar__mobile-languages .v1-language-switcher::-webkit-scrollbar {
  display: none;
}

body.production-shell .hero-topbar__mobile-languages .v1-language-chip {
  min-height: 2.5rem;
  gap: 0.42rem;
  padding: 0.26rem 0.7rem 0.26rem 0.3rem;
}

body.production-shell .production-hero-wrap,
body.production-shell .production-highlight-wrap {
  max-width: var(--production-page-max-width);
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
}

body.production-shell .production-hero-frame {
  display: grid;
  gap: 1.4rem;
  padding: 1.6rem;
  border-radius: 2.2rem;
  overflow: hidden;
}

body.production-shell .production-hero-title {
  margin: 0.65rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 600;
}

body.production-shell .production-hero-lead {
  margin-top: 1rem;
  max-width: 46rem;
  color: var(--silver-fog);
  font-size: 1rem;
  line-height: 1.85;
}

body.production-shell .production-hero-note {
  border-radius: 1.8rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(9,11,18,0.16));
  padding: 1.15rem 1.15rem 1.05rem;
}

body.production-shell .production-hero-note__kicker {
  color: var(--muted-slate);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.production-shell .production-hero-note__text {
  margin: 0.7rem 0 0;
  color: var(--silver-fog);
  font-size: 0.95rem;
  line-height: 1.8;
}

body.production-shell .production-highlight-grid {
  display: grid;
  gap: 1rem;
}

body.production-shell .production-highlight-card {
  border-radius: 1.7rem;
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(9,11,18,0.18));
  text-decoration: none;
}

body.production-shell .production-highlight-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 600;
}

body.production-shell .production-highlight-card p {
  margin: 0.75rem 0 0;
  color: var(--silver-fog);
  font-size: 0.96rem;
  line-height: 1.8;
}

body.production-shell .integrations-constellation,
body.production-shell .learning-lane {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(9,11,18,0.18)),
    radial-gradient(circle at 18% 24%, rgba(215,32,57,0.12), transparent 26%),
    radial-gradient(circle at 84% 30%, rgba(61,139,255,0.12), transparent 28%);
}

body.production-shell .integrations-constellation {
  min-height: 19rem;
  padding: 1.2rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
}

body.production-shell .integrations-constellation::before,
body.production-shell .integrations-constellation::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.production-shell .integrations-constellation::before {
  inset: 7% 4.5% auto;
  height: 58%;
  border-radius: 1.48rem;
  background:
    radial-gradient(circle at 18% 30%, rgba(93,165,255,0.16), transparent 26%),
    radial-gradient(circle at 50% 26%, rgba(122,110,230,0.16), transparent 30%),
    radial-gradient(circle at 84% 32%, rgba(201,159,255,0.14), transparent 26%),
    linear-gradient(180deg, rgba(12,15,24,0.92), rgba(7,10,18,0.78));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 14px 28px rgba(0,0,0,0.18);
  opacity: 0.94;
}

body.production-shell .integrations-constellation::after {
  inset: 10% 4% 14% 4%;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 16% 34%, rgba(99,170,255,0.1), transparent 18%),
    radial-gradient(circle at 50% 30%, rgba(157,146,255,0.1), transparent 22%),
    radial-gradient(circle at 84% 36%, rgba(206,164,255,0.08), transparent 18%);
  filter: blur(22px);
  opacity: 0.54;
}

body.production-shell .integrations-constellation__network {
  position: absolute;
  inset: 12% 6% 26%;
  border-radius: 1.65rem;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(122,196,255,0.07) 16%, rgba(122,110,230,0.1) 50%, rgba(200,168,255,0.08) 84%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 14% 48%, rgba(93,165,255,0.16), transparent 18%),
    radial-gradient(circle at 50% 52%, rgba(122,110,230,0.14), transparent 22%),
    radial-gradient(circle at 86% 42%, rgba(201,159,255,0.15), transparent 18%);
  filter: blur(20px);
  opacity: 0.74;
}

body.production-shell .integrations-constellation__overview,
body.production-shell .integrations-constellation__tiles {
  position: relative;
  z-index: 1;
}

body.production-shell .integrations-constellation__overview {
  align-self: start;
  width: min(100%, 43rem);
  padding: 1.15rem 1.2rem 1.05rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(8,10,18,0.18)),
    linear-gradient(135deg, rgba(7,10,18,0.92), rgba(7,10,18,0.78));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 10px 24px rgba(0,0,0,0.18);
}

body.production-shell .integrations-constellation__eyebrow {
  color: rgba(214,222,234,0.54);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.production-shell .integrations-constellation__headline {
  margin-top: 0.45rem;
  color: #fff;
  font-size: clamp(1.02rem, 1.28vw, 1.32rem);
  font-weight: 600;
  line-height: 1.36;
  text-wrap: balance;
}

body.production-shell .integrations-constellation__lead {
  margin: 0.62rem 0 0;
  color: rgba(214,222,234,0.72);
  font-size: 0.92rem;
  line-height: 1.72;
}

body.production-shell .integrations-constellation__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-self: end;
}

body.production-shell .integrations-constellation__tile {
  position: relative;
  min-height: 8.6rem;
  padding: 1rem 0.95rem 0.92rem;
  border-radius: 1.42rem;
  border: 1px solid rgba(255,255,255,0.065);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(8,10,18,0.22)),
    linear-gradient(135deg, rgba(9,12,20,0.95), rgba(6,9,16,0.9));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 14px 26px rgba(0,0,0,0.18);
  overflow: hidden;
}

body.production-shell .integrations-constellation__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 28%, rgba(255,255,255,0.05), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.03), transparent 32%);
  opacity: 0.8;
}

body.production-shell .integrations-constellation__icon-shell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.9rem, 6vw, 5.25rem);
  height: clamp(3.9rem, 6vw, 5.25rem);
  border-radius: 1.2rem;
  color: rgba(229,236,246,0.34);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(6,8,14,0.16));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 14px 30px rgba(0,0,0,0.22);
  filter: drop-shadow(0 14px 34px rgba(0,0,0,0.18));
}

body.production-shell .integrations-constellation__icon-shell svg {
  display: block;
  width: 64%;
  height: 64%;
}

body.production-shell .integrations-constellation__tile-label {
  position: relative;
  margin-top: 1rem;
  color: rgba(232,238,246,0.82);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

body.production-shell .integrations-constellation__tile--telegram .integrations-constellation__icon-shell {
  color: rgba(152,200,255,0.38);
}

body.production-shell .integrations-constellation__tile--discord {
  transform: translateY(-0.18rem);
}

body.production-shell .integrations-constellation__tile--discord .integrations-constellation__icon-shell {
  color: rgba(220,226,255,0.40);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 16px 34px rgba(0,0,0,0.24);
}

body.production-shell .integrations-constellation__tile--twitch .integrations-constellation__icon-shell {
  color: rgba(216,188,255,0.42);
}

body.production-shell .integrations-constellation__tile--twitch .integrations-constellation__icon-shell svg {
  transform: scale(1.08);
  filter: drop-shadow(0 0 14px rgba(171,132,255,0.14));
}

body.production-shell .learning-lane {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}

body.production-shell .learning-lane__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(9,11,18,0.2));
  color: rgba(242,246,255,0.88);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

body.production-shell .learning-lane__line {
  flex: 0 1 6.4rem;
  min-width: 2.6rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(215,32,57,0.42), rgba(96,90,224,0.32), rgba(61,139,255,0.42));
}

body.production-shell .production-auth-wrap {
  max-width: var(--production-page-max-width);
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
}

body.production-shell .production-auth-grid {
  display: grid;
  gap: 1rem;
}

body.production-shell .production-auth-copy,
body.production-shell .production-form-shell {
  padding: 1.4rem;
  border-radius: 2rem;
}

body.production-shell .production-form {
  display: grid;
  gap: 0.95rem;
}

body.production-shell .production-form__field {
  display: grid;
  gap: 0.4rem;
  color: var(--foreground);
  font-size: 0.84rem;
}

body.production-shell .production-form__field input {
  min-height: 3.15rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(12,16,30,0.72);
  color: #fff;
  padding: 0.88rem 1rem;
}

body.production-shell .production-form__field select {
  min-height: 3.15rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(12,16,30,0.86);
  color: #fff;
  padding: 0.88rem 1rem;
  appearance: none;
  outline: none;
  cursor: pointer;
}

body.production-shell .production-form__country-note {
  margin-top: -0.1rem;
  display: grid;
  gap: 0.45rem;
  color: rgba(214,222,234,0.68);
  font-size: 0.82rem;
  line-height: 1.6;
}

body.production-shell .production-form__country-note p {
  margin: 0;
}

body.production-shell .production-form__country-preview,
body.production-shell .production-auth-copy__subnote {
  margin: 0;
  padding: 0.72rem 0.88rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(9,11,18,0.18));
  color: rgba(228,236,246,0.72);
}

body.production-shell .production-form__field-hint {
  color: rgba(214,222,234,0.56);
  font-size: 0.76rem;
  line-height: 1.55;
}

body.production-shell .production-profile-preview {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(9,11,18,0.18)),
    radial-gradient(circle at 22% 18%, rgba(215,32,57,0.12), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(61,139,255,0.12), transparent 30%);
}

body.production-shell .production-profile-preview__head {
  display: flex;
  align-items: center;
  gap: 0.88rem;
}

body.production-shell .production-profile-preview__copy {
  display: grid;
  gap: 0.22rem;
}

body.production-shell .production-profile-preview__copy strong {
  color: rgba(248,250,255,0.96);
  font-size: 0.98rem;
  line-height: 1.2;
}

body.production-shell .production-profile-preview__copy span {
  color: rgba(214,222,234,0.66);
  font-size: 0.76rem;
  line-height: 1.45;
}

body.production-shell .production-profile-preview__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

body.production-shell .production-profile-preview__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(10,14,24,0.5);
  color: rgba(228,236,246,0.76);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.production-shell .production-profile-preview__chip.is-active {
  border-color: rgba(122,190,255,0.22);
  background: linear-gradient(135deg, rgba(215,32,57,0.18), rgba(61,139,255,0.22));
  color: #fff;
}

body.production-shell [data-profile-telegram-state].is-active {
  border-color: rgba(122,190,255,0.24);
  background: linear-gradient(135deg, rgba(215,32,57,0.18), rgba(61,139,255,0.22));
  color: #fff;
}

body.production-shell .production-profile-preview__avatar,
body.production-shell .production-avatar-row__preview,
body.production-shell .forum-identity-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(135deg, rgba(18,24,40,0.96), rgba(8,12,20,0.82));
  color: rgba(246,248,255,0.92);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 14px 28px rgba(0,0,0,0.18);
}

body.production-shell .production-profile-preview__avatar[data-has-image="true"],
body.production-shell .production-avatar-row__preview[data-has-image="true"],
body.production-shell .forum-identity-avatar[data-has-image="true"] {
  background-color: rgba(9,12,20,0.86);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
}

body.production-shell .production-avatar-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
}

body.production-shell .production-avatar-row input[type="file"] {
  width: 100%;
  min-width: 0;
  color: rgba(228,236,246,0.82);
}

body.production-shell .production-avatar-row input[type="file"]::file-selector-button {
  margin-right: 0.72rem;
  padding: 0.52rem 0.84rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(248,250,255,0.92);
}

body.production-shell .forum-identity-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.production-shell .forum-identity-card {
  position: relative;
  overflow: hidden;
}

body.production-shell .forum-identity-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(10,14,24,0.52);
  color: rgba(239,243,255,0.84);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.production-shell .forum-identity-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

body.production-shell .forum-identity-card__copy h3 {
  margin: 0;
}

body.production-shell .forum-identity-card__copy p {
  margin-top: 0.46rem;
}

body.production-shell .forum-identity-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

body.production-shell .forum-identity-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(10,14,24,0.46);
  color: rgba(228,236,246,0.78);
  font-size: 0.7rem;
  line-height: 1.2;
}

body.production-shell .forum-identity-card__pill--member,
body.production-shell .forum-identity-card__pill--telegram {
  border-color: rgba(122,190,255,0.18);
  background: rgba(20,28,50,0.54);
}

body.production-shell .forum-identity-card__pill--telegram.is-active {
  background: linear-gradient(135deg, rgba(215,32,57,0.18), rgba(61,139,255,0.22));
  color: #fff;
}

body.production-shell .forum-thread-preview {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.92rem;
}

body.production-shell .forum-thread-preview__item {
  padding: 0.64rem 0.72rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(8,12,20,0.44);
  color: rgba(228,236,246,0.78);
  font-size: 0.8rem;
  line-height: 1.45;
}

body.production-shell .forum-mode-preview,
body.production-shell .forum-videos-lane {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(9,11,18,0.18)),
    radial-gradient(circle at 20% 24%, rgba(215,32,57,0.10), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(61,139,255,0.11), transparent 30%);
}

body.production-shell .forum-mode-preview {
  padding: 1rem 1rem 1.05rem;
  margin-bottom: 1rem;
}

body.production-shell .forum-mode-preview__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.production-shell .forum-mode-preview__tab {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(12,16,30,0.54);
  color: rgba(228,236,246,0.78);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

body.production-shell .forum-mode-preview__tab.is-active {
  color: #fff;
  border-color: rgba(122,190,255,0.24);
  background: linear-gradient(135deg, rgba(215,32,57,0.18), rgba(61,139,255,0.22));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

body.production-shell .forum-mode-preview__caption {
  margin: 0.9rem 0 0;
  color: rgba(214,222,234,0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

body.production-shell .forum-videos-lane {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

body.production-shell .forum-videos-lane__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
}

body.production-shell .forum-videos-lane__status {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(10,14,24,0.52);
  color: rgba(239,243,255,0.84);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.production-shell .forum-videos-lane__item--open .forum-videos-lane__status,
body.production-shell .forum-video-card--open .forum-video-card__status {
  border-color: rgba(99,220,168,0.22);
  background: rgba(24,78,54,0.28);
  color: rgba(208,246,226,0.92);
}

body.production-shell .forum-videos-lane__item--next .forum-videos-lane__status,
body.production-shell .forum-video-card--next .forum-video-card__status {
  border-color: rgba(122,190,255,0.22);
  background: rgba(26,44,82,0.32);
  color: rgba(221,236,255,0.92);
}

body.production-shell .forum-videos-lane__item--later .forum-videos-lane__status,
body.production-shell .forum-video-card--later .forum-video-card__status {
  border-color: rgba(211,182,255,0.18);
  background: rgba(40,28,70,0.3);
  color: rgba(235,227,255,0.9);
}

body.production-shell .forum-videos-lane__label {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 600;
}

body.production-shell .forum-video-grid {
  display: grid;
  gap: 1rem;
}

body.production-shell .forum-video-card {
  position: relative;
}

body.production-shell .forum-video-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(10,14,24,0.52);
  color: rgba(239,243,255,0.84);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.production-shell .production-footer .lower-footer-nav {
  gap: 0.85rem 1rem;
}

@media (min-width: 900px) {
  body.production-shell .production-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.production-shell .production-hero-frame {
    grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
    align-items: start;
  }

  body.production-shell .forum-videos-lane {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  body.production-shell .forum-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.production-shell .production-auth-grid {
    grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
  }

  body.production-shell .forum-identity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1450px) {
  body.production-shell .hero-topbar__desktop-grid {
    grid-template-columns: minmax(14.2rem, 0.98fr) minmax(34rem, 46.4rem) minmax(15.4rem, 1.04fr);
    column-gap: 0.82rem;
    row-gap: 0.44rem;
  }

  body.production-shell .hero-topbar__brand-line {
    flex-basis: 4rem;
    max-width: 9.6rem;
  }

  body.production-shell .hero-topbar__brand-ornament {
    width: min(100%, 43rem);
    gap: 0.72rem;
  }

  body.production-shell .hero-front-nav .nav-link {
    min-width: 4.86rem;
    padding-inline: 0.74rem;
  }

  body.production-shell .hero-topbar__utility-zone {
    max-width: 16.4rem;
  }

  body.production-shell .hero-topbar__utility-shell {
    padding: 0.31rem;
  }

  body.production-shell .v1-language-switcher {
    gap: 0.28rem;
    max-width: min(100%, 61.8rem);
  }

  body.production-shell .v1-language-chip {
    padding: 0.31rem 0.86rem 0.31rem 0.33rem;
  }

  body.production-shell .hero-globe-projection {
    right: clamp(-0.2rem, 0.7vw, 0.8rem);
    top: clamp(9.7rem, 17.8vh, 11.4rem);
    width: clamp(24rem, 38vw, 37rem);
    min-width: 23rem;
  }
}

@media (max-width: 1360px) {
  body.production-shell .hero-topbar__desktop-grid {
    grid-template-columns: minmax(13.4rem, 0.94fr) minmax(31.6rem, 43.6rem) minmax(14.6rem, 1fr);
    column-gap: 0.66rem;
    row-gap: 0.38rem;
  }

  body.production-shell .hero-topbar__brand-line {
    flex-basis: 3rem;
    max-width: 8rem;
  }

  body.production-shell .hero-topbar__brand-ornament {
    width: min(100%, 40.6rem);
    gap: 0.54rem;
  }

  body.production-shell .hero-front-nav {
    gap: 0.26rem !important;
    padding: 0.2rem;
  }

  body.production-shell .hero-front-nav .nav-link {
    min-width: 4.3rem;
    padding-inline: 0.58rem;
    font-size: 0.72rem;
  }

  body.production-shell .hero-topbar__brand-mark {
    padding: 0.16rem 0.58rem 0.08rem;
  }

  body.production-shell .hero-topbar__brand-mark .hero-topbar__tagline {
    font-size: 0.43rem;
    letter-spacing: 0.15em;
  }

  body.production-shell .hero-topbar__utility-zone {
    max-width: 15rem;
  }

  body.production-shell .hero-topbar__utility-shell {
    padding: 0.28rem;
  }

  body.production-shell .hero-topbar__utility-row {
    gap: 0.3rem;
  }

  body.production-shell .hero-topbar__utility-row .hero-auth-button--soft {
    min-width: 5.2rem;
  }

  body.production-shell .hero-topbar__utility-row .hero-auth-button--primary {
    min-width: 5.7rem;
    padding-inline: 0.88rem;
  }

  body.production-shell .v1-language-switcher {
    gap: 0.24rem;
    padding: 0.22rem 0.26rem;
    max-width: min(100%, 57.2rem);
  }

  body.production-shell .v1-language-chip {
    min-height: 2.58rem;
    gap: 0.44rem;
    padding: 0.28rem 0.78rem 0.28rem 0.3rem;
  }

  body.production-shell .v1-language-chip__label {
    font-size: 0.745rem;
  }

  body.production-shell .v1-language-chip__flag {
    width: 1.76rem;
    height: 1.22rem;
  }

  body.production-shell .hero-globe-projection {
    right: clamp(-0.6rem, 0.5vw, 0.45rem);
    top: clamp(10.4rem, 18.8vh, 12rem);
    width: clamp(22.6rem, 37vw, 34.4rem);
    min-width: 21.4rem;
  }
}

@media (max-width: 1315px) {
  body.production-shell .hero-topbar__desktop-grid {
    grid-template-columns: minmax(12.8rem, 0.9fr) minmax(29.4rem, 40.8rem) minmax(14rem, 0.98fr);
    column-gap: 0.56rem;
    row-gap: 0.34rem;
  }

  body.production-shell .hero-topbar__brand-zone .header-logo-link {
    width: clamp(5.3rem, 6.4vw, 6.8rem) !important;
    height: clamp(5.3rem, 6.4vw, 6.8rem) !important;
  }

  body.production-shell .hero-front-nav .nav-link {
    min-width: 4.02rem;
    padding-inline: 0.52rem;
    font-size: 0.695rem;
  }

  body.production-shell .hero-topbar__brand-ornament {
    width: min(100%, 38.4rem);
    gap: 0.46rem;
  }

  body.production-shell .hero-topbar__brand-line {
    flex-basis: 2.2rem;
    max-width: 6.8rem;
  }

  body.production-shell .hero-topbar__brand-mark {
    padding: 0.14rem 0.52rem 0.08rem;
  }

  body.production-shell .hero-topbar__brand-mark .hero-topbar__wordmark {
    font-size: 0.94rem;
  }

  body.production-shell .hero-topbar__brand-mark .hero-topbar__tagline {
    font-size: 0.4rem;
    letter-spacing: 0.14em;
  }

  body.production-shell .hero-topbar__utility-zone {
    max-width: 14.4rem;
  }

  body.production-shell .hero-topbar__utility-shell {
    padding: 0.26rem;
  }

  body.production-shell .hero-topbar__utility-row {
    gap: 0.26rem;
  }

  body.production-shell .hero-topbar__utility-row .hero-auth-button--soft {
    min-width: 4.9rem;
  }

  body.production-shell .hero-topbar__utility-row .hero-auth-button--primary {
    min-width: 5.42rem;
    padding-inline: 0.8rem;
  }

  body.production-shell .hero-utility-button {
    padding: 0.56rem 0.7rem;
    font-size: 0.72rem;
  }

  body.production-shell .hero-auth-button--download {
    min-height: 2.68rem;
  }

  body.production-shell .v1-language-switcher {
    gap: 0.22rem;
    row-gap: 0.24rem;
    padding: 0.2rem 0.22rem;
    max-width: min(100%, 53.6rem);
  }

  body.production-shell .v1-language-chip {
    min-height: 2.46rem;
    gap: 0.4rem;
    padding: 0.26rem 0.68rem 0.26rem 0.28rem;
  }

  body.production-shell .v1-language-chip__label {
    font-size: 0.72rem;
  }

  body.production-shell .v1-language-chip__flag {
    width: 1.7rem;
    height: 1.18rem;
  }

  body.production-shell .hero-globe-projection {
    right: clamp(-1rem, -0.2vw, 0.15rem);
    top: clamp(10.9rem, 19.8vh, 12.35rem);
    width: clamp(21.4rem, 36vw, 32rem);
    min-width: 20.2rem;
  }
}

@media (max-width: 1279px) {
  body.production-shell .hero-topbar-shell {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  body.production-shell .hero-topbar--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.production-shell .production-hero-wrap,
  body.production-shell .production-highlight-wrap,
  body.production-shell .production-auth-wrap {
    padding-inline: 0.85rem;
  }

  body.production-shell .production-hero-frame,
  body.production-shell .production-auth-copy,
  body.production-shell .production-form-shell {
    padding: 1.2rem;
  }

  body.production-shell .production-hero-title {
    font-size: clamp(1.82rem, 9vw, 2.65rem);
  }

  body.production-shell .production-hero-lead,
  body.production-shell .production-hero-note__text {
    font-size: 0.95rem;
    line-height: 1.76;
  }

  body.production-shell .lower-wrap {
    margin-top: 2.6rem;
  }

  body.production-shell .lower-panel,
  body.production-shell .lower-footer {
    padding: 1.15rem;
  }

  body.production-shell .lower-title {
    font-size: clamp(1.62rem, 7.6vw, 2.18rem);
  }

  body.production-shell .lower-lead,
  body.production-shell .lower-card p,
  body.production-shell .lower-note {
    line-height: 1.72;
  }

  body.production-shell .lower-cta-row {
    flex-direction: column;
  }

  body.production-shell .lower-btn {
    width: 100%;
  }

  body.production-shell .hero-globe-projection {
    right: -4.8rem;
    top: 13.8rem;
    width: min(78vw, 22.6rem);
    min-width: 17rem;
    opacity: 0.82;
    --hero-globe-halo: 0.74;
  }

  body.production-shell .hero-globe-projection__copy {
    width: min(100%, 15.2rem);
    margin-top: 0.56rem;
  }

  body.production-shell .hero-globe-projection__kicker {
    font-size: 0.46rem;
    letter-spacing: 0.2em;
  }

  body.production-shell .hero-globe-projection__title {
    font-size: 0.88rem;
  }

  body.production-shell .hero-globe-projection__label {
    font-size: 0.7rem;
  }

  body.production-shell .hero-globe-projection__backscatter {
    -webkit-backdrop-filter: blur(9px) saturate(108%);
    backdrop-filter: blur(9px) saturate(108%);
    opacity: 0.7;
  }

  body.production-shell .hero-globe-projection__halo {
    filter: blur(28px);
    opacity: 0.66;
  }

  body.production-shell .hero-globe-projection__keyboard-reactor {
    left: -20%;
    right: 16%;
    bottom: 16%;
    height: 29%;
    filter: blur(12px);
  }
}

@media (max-width: 1023px) {
  body.production-shell .hero-zero-panel {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(92vw, 31rem) !important;
  }

  body.production-shell .hero-copy-glass {
    padding: 1rem 1rem 1.05rem;
  }

  body.production-shell .hero-zero-actions {
    flex-direction: column !important;
    max-width: none !important;
  }

  body.production-shell .hero-zero-actions > a,
  body.production-shell .hero-zero-actions > button {
    width: 100% !important;
  }

  body.production-shell .room-glass-card {
    display: none !important;
  }

  body.production-shell .hero-globe-projection {
    right: -3.5rem;
    top: clamp(12.4rem, 23vh, 14.2rem);
    width: min(68vw, 27.5rem);
    min-width: 18.2rem;
    opacity: 0.88;
    pointer-events: none;
  }

  body.production-shell .hero-globe-projection__copy {
    width: min(100%, 16.4rem);
  }

  body.production-shell .hero-globe-projection__backscatter {
    inset: 4% 8% auto auto;
    width: 72%;
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    backdrop-filter: blur(10px) saturate(110%);
    opacity: 0.74;
  }

  body.production-shell .hero-globe-projection__keyboard-reactor {
    left: -24%;
    right: 12%;
    bottom: 15%;
    height: 31%;
    filter: blur(14px);
  }

  body.production-shell .hero-globe-projection__halo {
    filter: blur(32px);
    opacity: 0.72;
  }

  body.production-shell .hero-globe-projection__sphere {
    cursor: default;
  }
}

@media (max-width: 639px) {
  body.production-shell .hero-topbar {
    padding-inline: 0.85rem;
    gap: 0.75rem;
  }

  body.production-shell .hero-topbar__brand-copy {
    min-width: 0;
  }

  body.production-shell .hero-topbar__tagline-shell {
    max-width: 100%;
  }

  body.production-shell .hero-zero-panel {
    max-width: calc(100vw - 1.2rem) !important;
  }

  body.production-shell .hero-zero-title {
    font-size: clamp(2rem, 13vw, 3.1rem);
  }

  body.production-shell .hero-zero-lead,
  body.production-shell .hero-zero-sublead {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  body.production-shell .hero-topbar__mobile-controls {
    gap: 0.62rem;
  }

  body.production-shell .hero-topbar__mobile-track {
    padding-inline: 0.04rem;
  }

  body.production-shell .v1-language-switcher {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  body.production-shell .v1-language-switcher::-webkit-scrollbar {
    display: none;
  }

  body.production-shell .integrations-constellation {
    min-height: 17rem;
    padding: 1rem;
    gap: 0.75rem;
  }

  body.production-shell .integrations-constellation__network {
    inset: 14% 3.5% 25%;
    filter: blur(20px);
  }

  body.production-shell .integrations-constellation__overview {
    width: 100%;
    padding: 0.9rem 0.92rem 0.86rem;
  }

  body.production-shell .integrations-constellation__headline {
    font-size: 0.92rem;
  }

  body.production-shell .integrations-constellation__lead {
    font-size: 0.82rem;
    line-height: 1.62;
  }

  body.production-shell .integrations-constellation__tiles {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  body.production-shell .integrations-constellation__tile {
    min-height: 6.6rem;
    padding: 0.82rem 0.82rem 0.78rem;
  }

  body.production-shell .integrations-constellation__tile--discord {
    transform: none;
  }

  body.production-shell .integrations-constellation__icon-shell {
    width: clamp(3.4rem, 16vw, 4rem);
    height: clamp(3.4rem, 16vw, 4rem);
  }

  body.production-shell .integrations-constellation__tile-label {
    margin-top: 0.74rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  body.production-shell .learning-lane {
    gap: 0.45rem;
  }

  body.production-shell .learning-lane__line {
    min-width: 1.4rem;
  }

  body.production-shell .hero-globe-projection {
    right: -5.4rem;
    top: 14.4rem;
    width: min(82vw, 19.8rem);
    min-width: 15rem;
    opacity: 0.76;
  }

  body.production-shell .hero-globe-projection__copy {
    display: none;
  }

  body.production-shell .hero-globe-projection__keyboard-reactor {
    left: -12%;
    right: 18%;
    bottom: 17%;
    height: 24%;
    filter: blur(10px);
  }

  body.production-shell .hero-globe-projection__halo {
    filter: blur(24px);
    opacity: 0.54;
  }

  body.production-shell .hero-globe-projection__backscatter {
    display: none;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  body.production-shell .hero-globe-projection {
    right: -4.8rem;
    top: 13.8rem;
    width: min(78vw, 22.6rem);
    min-width: 17rem;
    opacity: 0.82;
    --hero-globe-halo: 0.74;
  }

  body.production-shell .hero-globe-projection__copy {
    display: block;
    width: min(100%, 15.2rem);
    margin-top: 0.56rem;
  }

  body.production-shell .hero-globe-projection__kicker {
    font-size: 0.46rem;
    letter-spacing: 0.2em;
  }

  body.production-shell .hero-globe-projection__title {
    font-size: 0.88rem;
  }

  body.production-shell .hero-globe-projection__label {
    font-size: 0.7rem;
  }

  body.production-shell .hero-globe-projection__backscatter {
    display: block;
    -webkit-backdrop-filter: blur(9px) saturate(108%);
    backdrop-filter: blur(9px) saturate(108%);
    opacity: 0.7;
  }

  body.production-shell .hero-globe-projection__halo {
    filter: blur(28px);
    opacity: 0.66;
  }

  body.production-shell .hero-globe-projection__keyboard-reactor {
    left: -20%;
    right: 16%;
    bottom: 16%;
    height: 29%;
    filter: blur(12px);
  }
}
