/* Public landing bridge to unitychrist-web's design-system/tokens.css.
 * Loaded only for guest_landing; member pages retain their existing theme. */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url('../fonts/Inter/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url('../fonts/Inter/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
body.unity-next-theme.index-body {
  --uc-primary: hsl(24.6 95% 35%);
  --uc-primary-dark: var(--uc-primary);
  --uc-primary-deep: hsl(24.6 95% 28%);
  --uc-primary-soft: hsl(24.6 95% 35% / .08);
  --uc-primary-tint: hsl(24.6 95% 35% / .3);
  --uc-primary-foreground: #fff;
  --uc-bg: #fff;
  --uc-surface: #fff;
  --uc-surface-raised: #f5f5f5;
  --uc-surface-muted: #f5f5f5;
  --uc-text: #0f0f0f;
  --uc-text-secondary: #525252;
  --uc-text-muted: #666;
  --uc-border: #e0e0e0;
  --uc-blush-bg: #fafafa;
  --uc-blush-border: var(--uc-border);
  --uc-night-primary-tint: hsl(20.5 90.2% 60%);
  --uc-body-font: Inter, 'Segoe UI', system-ui, sans-serif;
  font-family: var(--uc-body-font);
  background: var(--uc-bg);
  color: var(--uc-text);
}
body.unity-next-theme.index-body.night-mode {
  --uc-night-bg: #0a0a0a;
  --uc-night-surface: #121212;
  --uc-night-surface-2: #1f1f1f;
  --uc-night-border: #292929;
  --uc-primary: hsl(20.5 90.2% 48.2%);
  --uc-primary-deep: hsl(20.5 90.2% 55%);
  --uc-primary-foreground: #0a0a0a;
  --uc-primary-soft: hsl(20.5 90.2% 48.2% / .1);
  --uc-primary-tint: hsl(20.5 90.2% 48.2% / .35);
  --uc-bg: #0a0a0a;
  --uc-surface: #121212;
  --uc-surface-raised: #1f1f1f;
  --uc-surface-muted: #1f1f1f;
  --uc-text: #fafafa;
  --uc-text-secondary: #d4d4d4;
  --uc-text-muted: #adadad;
  --uc-border: #292929;
  --uc-blush-bg: #121212;
}
body.unity-next-theme.index-body[dir='RTL'],
html[dir='RTL'] body.unity-next-theme.index-body { --uc-body-font: system-ui, sans-serif; }
body.unity-next-theme.index-body .main-wrapper,
body.unity-next-theme.index-body .unity-next-landing,
body.unity-next-theme.index-body .unity-next-landing-hero__surface { background: var(--uc-bg); }
.unity-next-theme.index-body .unity-next-landing .container { max-width: 1280px; }
.unity-next-theme.index-body .unity-next-landing-nav {
  top: 12px;
  width: calc(100% - 32px);
  max-width: 1184px;
  margin: 12px auto 0;
  border: 1px solid var(--uc-border);
  border-radius: 12px;
  background: var(--uc-surface);
  box-shadow: 0 12px 36px rgb(0 0 0 / .08);
}
@supports (backdrop-filter: blur(20px)) {
  .unity-next-theme.index-body .unity-next-landing-nav {
    background: color-mix(in srgb, var(--uc-surface) 90%, transparent);
    backdrop-filter: blur(20px);
  }
}
.unity-next-theme.index-body .unity-next-landing-nav__inner { min-height: 68px; gap: 16px; padding-inline: 16px; }
.unity-next-theme.index-body .unity-next-landing-brand { font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.unity-next-theme.index-body .unity-next-landing-brand img { box-shadow: none; object-fit: cover; }
.unity-next-theme.index-body .unity-next-landing-nav__links { gap: 20px; }
.unity-next-theme.index-body .unity-next-landing-nav__links a { min-height: 44px; display: inline-flex; align-items: center; }
.unity-next-theme.index-body .unity-next-landing .btn {
  min-height: 48px; padding: 12px 20px; border-radius: 12px; font-size: 14px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.unity-next-theme.index-body .unity-next-landing .btn-primary { color: var(--uc-primary-foreground); }
.unity-next-theme.index-body .unity-next-landing .btn-outline-primary { border-color: var(--uc-primary-tint); }
.unity-next-theme.index-body .unity-next-landing-hero {
  padding-top: 24px;
  overflow: hidden;
  background: radial-gradient(ellipse at 85% 30%, var(--uc-primary-soft), transparent 65%);
}
.unity-next-theme.index-body .unity-next-landing-hero__surface { background: transparent; gap: 32px; }
.unity-next-theme.index-body .unity-next-landing-hero__copy { padding-inline-end: 12px; }
.unity-next-theme.index-body .unity-next-landing h1 {
  max-width: 640px; font-size: clamp(2.9rem, 6.1vw, 5.4rem); font-weight: 800; line-height: .98;
  letter-spacing: -.045em; text-wrap: balance;
}
.unity-next-theme.index-body .unity-next-landing h2 { line-height: 1.12; text-wrap: balance; }
.unity-next-theme.index-body .unity-next-landing-hero__lead { font-size: 18px; line-height: 1.75; }
.unity-next-theme.index-body .unity-next-landing-hero__media {
  margin-block: 40px; align-self: center; border-radius: 24px;
  background: var(--uc-surface-muted); border: 1px solid var(--uc-border);
}
.unity-next-theme.index-body .unity-next-landing-hero__media > img { border-radius: 24px; }
.unity-next-theme.index-body .unity-next-brand-stage {
  width: 100%; aspect-ratio: 1.12; min-height: 0;
  margin-block: 32px; background: transparent; border: 0; overflow: visible;
}
.unity-next-brand-stage__halo {
  position: absolute; inset: 6% 10% 20%; border-radius: 50%;
  background: radial-gradient(circle, var(--uc-primary-tint), transparent 70%);
}
.unity-next-theme.index-body .unity-next-brand-stage > img {
  position: absolute; height: auto; min-height: 0; border-radius: 0; object-fit: contain;
}
.unity-next-theme.index-body .unity-next-brand-stage > .unity-next-brand-stage__crest {
  top: 0; left: 20%; width: 60%; filter: drop-shadow(0 20px 40px var(--uc-primary-tint));
}
.unity-next-theme.index-body .unity-next-brand-stage > .unity-next-brand-stage__device {
  bottom: -2%; left: -6%; width: 112%; max-width: none;
}
.unity-next-theme.index-body .unity-next-brand-stage .unity-next-landing-nearby {
  right: 0; bottom: 0; left: auto; max-width: 90%; z-index: 1;
}
.unity-next-theme.index-body .unity-next-landing-web-links > a:first-child {
  display: inline-flex; align-items: center; min-height: 48px; padding: 12px 20px;
  border-radius: 12px; background: var(--uc-primary); color: var(--uc-primary-foreground);
  font-size: 15px; font-weight: 600; text-decoration: none;
}
.unity-next-theme.index-body .unity-next-landing-web-links > a:first-child:hover { background: var(--uc-primary-deep); }
.unity-next-theme.index-body .unity-next-landing-downloads { margin-block: 4px 8px; }
.unity-next-theme.index-body .unity-next-landing-downloads__label { margin: 0 0 12px; font-size: 14px; font-weight: 500; color: var(--uc-text-muted); }
.unity-next-theme.index-body .unity-next-landing-closing .unity-next-landing-downloads__label { color: #adadad; }
.unity-next-theme.index-body .unity-next-landing-store:focus-visible { outline-offset: 5px; }
.unity-next-theme.index-body .unity-next-landing-nearby { background: var(--uc-surface); color: var(--uc-text); border: 1px solid var(--uc-border); }
.unity-next-theme.index-body .unity-next-landing-journey { background: var(--uc-blush-bg); }
.unity-next-theme.index-body .unity-next-landing-journey__icon { background: var(--uc-surface); border-color: var(--uc-border); }
.unity-next-theme.index-body .unity-next-landing-stories { background: var(--uc-blush-bg); }
.unity-next-theme.index-body .unity-next-landing-stories h2,
.unity-next-theme.index-body .unity-next-landing-story h3 { font-family: var(--uc-body-font); color: var(--uc-text); }
.unity-next-theme.index-body .unity-next-landing-story { background: var(--uc-surface); border-radius: 16px; overflow: hidden; }
.unity-next-theme.index-body .unity-next-landing-story__body > p,
.unity-next-theme.index-body .unity-next-landing-story__meta { color: var(--uc-text-muted); }
.unity-next-theme.index-body .unity-next-landing-closing__surface { background: #121212; border: 1px solid #292929; }
.unity-next-theme.index-body .unity-next-landing-closing .btn-primary { background: hsl(20.5 90.2% 48.2%); border-color: transparent; color: #0a0a0a; }
.unity-next-theme.index-body .unity-next-landing-closing .btn-primary:hover { background: hsl(20.5 90.2% 55%); }
.unity-next-theme.index-body .unity-next-landing-footer { background: #121212; color: #fafafa; border-top: 1px solid var(--uc-primary); }
.unity-next-theme.index-body .unity-next-landing-footer__brand > p,
.unity-next-theme.index-body .unity-next-landing-footer__column a,
.unity-next-theme.index-body .unity-next-landing-footer__bottom { color: #adadad; }
.unity-next-theme.index-body .unity-next-landing-footer a:hover { color: #fff; }
.unity-next-theme.index-body .unity-next-landing-footer__brand-lockup { letter-spacing: -.025em; }
.unity-next-theme.index-body .unity-next-landing-footer__label,
.unity-next-theme.index-body .unity-next-landing-closing .unity-next-landing-eyebrow { color: #ffb27a; }
.unity-next-theme.index-body .unity-next-landing-footer .unity-next-landing-language { color: #fafafa; }
.unity-next-theme.index-body .unity-next-landing-footer .unity-next-landing-language nav a { color: var(--uc-text); }
.unity-next-theme.index-body :focus-visible { outline: 2px solid var(--uc-primary); outline-offset: 4px; }
@media (max-width: 767.98px) {
  .unity-next-theme.index-body .unity-next-landing-nav { top: 8px; margin-top: 8px; width: calc(100% - 16px); }
  .unity-next-theme.index-body .unity-next-landing .unity-next-landing-nav__inner { flex-wrap: wrap; padding: 10px 12px; }
  .unity-next-theme.index-body .unity-next-landing-brand { font-size: 16px; }
  .unity-next-theme.index-body .unity-next-landing-brand span { display: inline; }
  .unity-next-theme.index-body .unity-next-landing-nav__actions { flex-wrap: wrap; }
  .unity-next-theme.index-body .unity-next-landing-nav__actions .btn { min-height: 44px; padding: 8px 10px; font-size: 12px; }
  .unity-next-theme.index-body .unity-next-landing-hero { padding-top: 12px; }
  .unity-next-theme.index-body .unity-next-landing-hero__surface { gap: 0; }
  .unity-next-theme.index-body .unity-next-landing-hero__copy { padding: 32px 0 20px; }
  .unity-next-theme.index-body .unity-next-landing-hero__media { margin-block: 12px 24px; }
  .unity-next-theme.index-body .unity-next-landing-hero__lead { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .unity-next-theme.index-body .unity-next-landing .btn { transition: none; }
}
