:root {
  --black: #050505;
  --black-2: #0a0a0a;
  --black-3: #111;
  --white: #fff;
  --ink: #f7f7f7;
  --muted: #b8b8b8;
  --faint: #777;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --panel: rgba(13, 13, 13, 0.86);
  --panel-strong: rgba(20, 20, 20, 0.94);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  --shadow-soft: 0 14px 48px rgba(0, 0, 0, 0.42);
  --r: 8px;
  --rl: 14px;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color-scheme: dark;
  scroll-padding-top: 96px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background:
    radial-gradient(900px 520px at 50% -10%, rgba(255, 255, 255, 0.12), transparent 62%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #050505 0%, #090909 46%, #030303 100%) !important;
  background-size: auto, 64px 64px, 64px 64px, auto;
  color: var(--ink);
  font-family: var(--body);
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.055) 44% 44.25%, transparent 44.25% 100%),
    linear-gradient(70deg, transparent 0 64%, rgba(255, 255, 255, 0.04) 64% 64.25%, transparent 64.25% 100%),
    radial-gradient(circle at 50% 18%, transparent 0, rgba(0, 0, 0, 0.52) 72%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7));
}

.bg-orbs,
.grid-bg,
.bg-dim,
#glow,
.orb,
.hero-blob {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
.display {
  font-family: var(--display);
  letter-spacing: 0 !important;
}

.wrap {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 24px;
}

.rv {
  opacity: 1;
  transform: none;
}

.hero .rv {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .rv {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
  }

  .rv.d1 { transition-delay: .07s; }
  .rv.d2 { transition-delay: .14s; }
  .rv.d3 { transition-delay: .21s; }
  .rv.d4 { transition-delay: .28s; }
  .rv.in { opacity: 1; transform: none; }
}

.sec {
  position: relative;
  z-index: 2;
  padding: 80px 0 !important;
}

.sec--tight {
  padding: 64px 0 80px !important;
}

.how-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.steps-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.steps-n {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.steps-item h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.steps-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
  max-width: 44ch;
}

.how-showcase {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.how-showcase .ext-showcase {
  width: 100%;
}

.how-shot {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.faq-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.sec-faq {
  padding: 80px 0 72px !important;
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(255, 255, 255, 0.05), transparent 62%),
    #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

.faq-aside {
  position: sticky;
  top: 110px;
}

.faq-aside .faq-title {
  margin-bottom: 16px;
  text-align: left;
}

.faq-lead {
  margin: 0 0 24px;
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.faq-aside .faq-dl-note {
  margin-top: 12px;
  text-align: left;
}

.faq-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
}

.faq-card.open {
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.faq-q {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
}

.faq-q-text {
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.faq-card.open .faq-chevron {
  transform: rotate(180deg);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.faq-card.open .faq-a {
  grid-template-rows: 1fr;
}

.faq-a-inner {
  overflow: hidden;
  padding: 0 20px;
}

.faq-a-inner p {
  margin: 0;
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.faq-a-inner code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  color: #fff;
}

.faq-media {
  max-width: 760px;
  margin: 48px auto 0;
}

.faq-video-label {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.faq-media .video-panel {
  max-width: none;
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.faq-dl-note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--faint);
}

.foot-min {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 52px;
  text-align: center;
}

.foot-min .foot-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--display);
  font-weight: 800;
  color: #fff;
}

.foot-min .foot-tagline {
  max-width: 46ch;
  margin: 0 auto 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.foot-min-acts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.foot-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.foot-link:hover {
  color: #fff;
}

.foot-min .foot-copy {
  font-size: 12px;
  color: var(--faint);
}

.sec--rose,
.sec-glow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.58) !important;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.sec-glow::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent) !important;
}

.lbl,
.meta-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.h-accent,
.h2 span {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: 0 0 38px rgba(255, 255, 255, 0.22);
}

.h2 {
  color: var(--ink) !important;
  font-size: clamp(34px, 4.8vw, 58px) !important;
  line-height: 0.98 !important;
  font-weight: 800 !important;
}

.sec-sub,
.hero-sub,
.proof-text,
.cmd-row p,
.feat-row p,
.rfeat p,
.sec-item p,
.pp span,
.rcard-role,
.foot-tagline,
.cta-sub,
.mrm-add-modal__text {
  color: var(--muted) !important;
}

#nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  top: 18px !important;
  width: calc(100% - 32px) !important;
  max-width: 1180px !important;
  background: rgba(5, 5, 5, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
}

#nav.solid {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(5, 5, 5, 0.94) !important;
}

.nav-in {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 62px !important;
  padding: 0 18px !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  color: #fff;
  font-size: 18px !important;
  font-family: var(--display);
  font-weight: 800;
}

.nav-brand-mark {
  width: 36px !important;
  height: 36px !important;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.nav-brand-mark img {
  width: 36px !important;
  height: 36px !important;
  max-width: none !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #c9c9c9 !important;
  border-radius: 8px !important;
  font-size: 13px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
}

.nav-links a:hover {
  color: #050505 !important;
  background: #fff !important;
}

.btn-w,
.btn-g,
.mrm-add-modal__dl,
.mrm-add-modal__tut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-sm {
  padding: 9px 16px;
  font-size: 13px;
}

.btn-w,
.mrm-add-modal__dl {
  border-radius: 999px !important;
  background: #fff !important;
  color: #050505 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 10px 28px rgba(255, 255, 255, 0.08) !important;
  font-weight: 700 !important;
}

.btn-w:hover,
.mrm-add-modal__dl:hover {
  transform: translateY(-1px);
  filter: none !important;
  background: #f0f0f0 !important;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.12) !important;
}

.btn-g,
.mrm-add-modal__tut {
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.btn-g:hover,
.mrm-add-modal__tut:hover {
  color: #050505 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.hero {
  position: relative;
  z-index: 2;
  margin-top: 98px !important;
  padding: 56px 0 72px !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr) !important;
  gap: 54px !important;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  color: var(--ink) !important;
  font-size: clamp(48px, 7.2vw, 88px) !important;
  line-height: 0.92 !important;
  margin: 22px 0 !important;
  max-width: 780px;
}

.hero-sub {
  max-width: 54ch !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.hero-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px !important;
  margin-bottom: 34px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.proof-avas {
  display: flex;
}

.proof-ava,
.rcard-ava,
.pchip-ava,
.prow-ava {
  background: #fff !important;
  color: #050505 !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.proof-ava {
  width: 36px;
  height: 36px;
  margin-left: -10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  border-color: #050505 !important;
}

.proof-ava:first-child {
  margin-left: 0;
}

.proof-text {
  max-width: 340px;
  font-size: 13px;
  line-height: 1.5;
}

.proof-text strong {
  color: #fff;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px !important;
  overflow: visible;
}

.hero-showcase {
  position: relative;
  width: min(400px, 100%);
}

.how-showcase .ext-showcase-frame {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 22px 56px rgba(0, 0, 0, 0.52),
    0 0 36px rgba(255, 255, 255, 0.05);
}

.hero-showcase-glow {
  position: absolute;
  inset: -24% -20%;
  background: radial-gradient(ellipse at 50% 38%, rgba(255, 255, 255, 0.14), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.popup-wrap--hero {
  position: relative;
  z-index: 1;
  max-width: none !important;
  width: 100%;
}

.popup--hero {
  border-radius: 20px !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 28px 72px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(255, 255, 255, 0.07) !important;
}

.popup-chrome {
  display: flex;
  gap: 6px;
  padding: 14px 16px 2px;
}

.popup-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.popup-chrome span:first-child {
  background: rgba(255, 255, 255, 0.48);
}

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

.popup-head-mark {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.popup-head-mark img {
  width: 22px;
  height: 22px;
  display: block;
}

.popup--hero .popup-head {
  padding-top: 6px;
}

.popup--hero .prow {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.popup--hero .prow--live {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.popup--hero .prow-ava {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.popup--hero .popup-launch {
  margin: 12px 16px;
  padding: 13px 14px;
}

.popup--hero .popup-foot {
  padding: 10px 14px 14px;
}

.popup--hero .popup-add {
  font-size: 10px;
  padding: 5px 12px;
}

.window-art {
  position: absolute;
  inset: -22px 0 auto auto;
  width: 100%;
  z-index: 1;
  opacity: 0.98;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.72));
}

.window-art img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-frame--mini {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 8px;
  width: min(380px, 70%);
  transform: rotate(-1deg);
}

.popup-wrap {
  max-width: 420px !important;
}

.popup-wrap::before {
  display: none !important;
}

.float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 4 !important;
  border-radius: 999px !important;
  background: rgba(5, 5, 5, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  box-shadow: var(--shadow-soft) !important;
}

.hero-frame {
  background: transparent;
}

.float-badge strong {
  color: #fff !important;
}

.fb-1 {
  top: 18px !important;
  left: 34px !important;
}

.fb-2 {
  top: 146px !important;
  right: 22px !important;
}

.fb-3 {
  left: 42px !important;
  bottom: 82px !important;
}

.popup,
.panel,
.sec-item,
.cmd-row,
.pp,
.rcard,
.video-panel,
.mrm-add-modal__panel,
.dl-t-wrap,
.roster,
.feat-list {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(8, 8, 8, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: var(--shadow-soft) !important;
  color: var(--ink);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.popup {
  overflow: hidden;
}

.popup-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-title {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
}

.popup-tabs {
  margin-top: 2px;
  font-size: 11px;
}

.popup-add {
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.popup-add:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.popup-stats {
  display: flex;
  gap: 16px;
  padding: 10px 18px;
  font-size: 11px;
}

.popup-stats b {
  color: #fff;
}

.stats-note {
  margin-left: auto;
}

.popup-launch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 18px;
  padding: 14px 16px;
}

.popup-launch-t {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
}

.popup-launch-s {
  margin-top: 2px;
  font-size: 11px;
}

.popup-launch-btn {
  flex-shrink: 0;
  padding: 6px 14px;
  border: none;
  border-radius: 999px;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #050505;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.popup-launch-btn:hover {
  transform: translateY(-1px);
  background: #f0f0f0;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.12);
}

.popup-label {
  padding: 8px 18px 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.popup-rows {
  padding: 0 8px 8px;
}

.prow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}

.prow-ava {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
}

.prow-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prow-info {
  min-width: 0;
  flex: 1;
}

.prow-name {
  font-size: 13px;
  font-weight: 800;
}

.prow-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

.prow-status,
.prow-join {
  flex-shrink: 0;
}

.prow-status {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
}

.prow-join {
  width: 26px;
  height: 26px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.prow-join svg {
  display: block;
}

.popup-foot {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-btn {
  flex: 0 0 auto;
  padding: 6px 11px;
  border-radius: 999px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.pf-btn.pr {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 2px;
  padding: 7px 14px;
  font-weight: 700;
  color: #050505;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.pf-btn.pr svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.popup-head,
.popup-stats,
.popup-foot {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.popup-title,
.popup-launch-t,
.prow-name,
.feat-row h3,
.cmd-row h3,
.rfeat h4,
.sec-item h4,
.pp strong,
.rcard-name,
.foot-col-title {
  color: #fff !important;
}

.popup-tabs,
.popup-label,
.prow-meta,
.stats-note,
.dl-t-file,
.dl-t-sub {
  color: var(--faint) !important;
}

.popup-add,
.feat-key,
.acode,
.sec-chip,
.feat-tag,
.pchip.add {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.popup-add {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.popup-launch {
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}

.popup-launch-btn,
.dl-t-line-fill {
  color: #050505 !important;
  background: #fff !important;
}

.pf-btn.pr {
  color: #050505 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.pf-btn:not(.pr) {
  color: rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.prow {
  border: 1px solid transparent;
}

.prow:hover {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.08);
}

.prow-ava img {
  filter: grayscale(1) contrast(1.08);
}

.prow-status,
.prow-status.idle,
.prow-status.off,
.prow-status.badge-active {
  color: #fff !important;
}

.prow-status.badge-active {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.feat-list {
  overflow: hidden;
}

.feat-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
  padding: 28px 32px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feat-row:last-child {
  border-bottom: 0;
}

.feat-row h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.feat-row p {
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.65;
}

.feat-tags,
.sec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.feat-tag,
.sec-chip {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.feat-row {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.feat-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.025) !important;
}

.feat-key {
  font-size: 26px !important;
  line-height: 1 !important;
}

.rfeat-dot {
  width: 9px !important;
  height: 9px !important;
  background: #fff !important;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.22);
}

.split,
.audit-grid,
.panel-show {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.rfeat {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.rfeat h4 {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 16px;
}

.rfeat p,
.sec-item p,
.pp span {
  font-size: 14px;
  line-height: 1.6;
}

.profile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pchip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
}

.pchip-ava {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 900;
}

.roster,
.sec-list,
.panel-points,
.cmd-list,
.audit-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec-list,
.panel-points {
  margin-top: 26px;
}

.sec-item,
.pp {
  padding: 18px 20px;
}

.sec-item h4,
.pp strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 15px;
}

.audit-panel {
  padding: 28px !important;
}

.ab-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}

.ab-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
}

.ab-fill {
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.ab-val {
  min-width: 44px;
  text-align: right;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.cmd-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
}

.cmd-row h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.cmd-row p {
  max-width: 58ch;
  font-size: 14px;
  line-height: 1.55;
}

.acode {
  padding: 8px 12px;
  border-radius: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.reviews-masonry {
  columns: 2;
  column-gap: 18px;
}

.rcard {
  break-inside: avoid;
  margin-bottom: 18px;
  padding: 22px;
}

.rcard q {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.rcard-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rcard-ava {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.rcard-name {
  font-weight: 800;
}

.rcard-role {
  font-size: 12px;
}

.video-panel {
  max-width: 860px;
  margin: 26px auto 0;
  overflow: hidden;
}

.video-wrap {
  aspect-ratio: 16 / 9;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.cta-band {
  position: relative;
  z-index: 2;
  padding: 92px 24px;
  text-align: center;
}

.cta-h {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.cta-sub {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.65;
}

.cta-acts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cta-note {
  margin-top: 18px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pchip {
  border-radius: 8px !important;
  color: var(--muted) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.13) !important;
}

.ab-bar,
.dl-t-line {
  background: rgba(255, 255, 255, 0.1) !important;
}

.ab-fill {
  background: #fff !important;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22) !important;
}

.cmd-row:hover,
.panel-hover:hover,
.rcard:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5), 0 0 34px rgba(255, 255, 255, 0.045) !important;
}

.reviews-masonry {
  columns: 2 !important;
  column-gap: 18px !important;
}

.rcard q {
  color: #f4f4f4 !important;
}

.faq-q {
  color: #fff !important;
}

.faq-media .video-wrap {
  border: 0 !important;
  filter: none;
  border-radius: 12px !important;
}

.video-wrap {
  border-radius: 14px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  filter: grayscale(1);
}

.cta-band {
  background:
    radial-gradient(700px 300px at 50% 100%, rgba(255, 255, 255, 0.14), transparent 68%),
    linear-gradient(180deg, #111, #050505) !important;
  border-block: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.cta-band::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent) !important;
}

.cta-band .btn-w {
  background: #fff !important;
  color: #050505 !important;
}

.cta-band .btn-g {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

footer {
  background: #030303 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer {
  position: relative;
  z-index: 2;
  padding: 64px 0 32px;
}

.foot-top {
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr .9fr;
  gap: 34px;
  margin: 0 auto;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.foot-tagline {
  max-width: 430px;
  margin-bottom: 18px;
  line-height: 1.65;
}

.foot-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.foot-col-title {
  margin-bottom: 4px;
  font-family: var(--display);
  font-weight: 800;
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.foot-badge {
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
}

.foot-top,
.foot-bottom {
  max-width: 1180px !important;
  padding-inline: 24px;
}

.foot-col a,
.foot-copy,
.foot-badge {
  color: var(--muted) !important;
}

.foot-badge {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.mrm-add-modal__backdrop {
  background: rgba(0, 0, 0, 0.78) !important;
}

.mrm-add-modal__panel {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.mrm-add-modal__close {
  color: var(--muted) !important;
}

.mrm-add-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.mrm-add-modal.is-open {
  display: flex;
}

.mrm-add-modal__backdrop {
  position: absolute;
  inset: 0;
}

.mrm-add-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 32px 28px;
  text-align: center;
}

.mrm-add-modal__panel--wide {
  width: min(600px, 100%);
}

.mrm-add-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mrm-add-modal__icon img {
  margin: 0 auto 12px;
  border-radius: 0 !important;
  object-fit: contain !important;
  max-width: none !important;
}

.mrm-add-modal__title {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 24px;
}

.mrm-add-modal__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.mrm-add-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mrm-add-modal__dl,
.mrm-add-modal__tut {
  padding: 13px 20px;
}

.mrm-add-modal__video {
  margin-top: 16px;
}

.mrm-add-modal__embed {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #000;
}

.mrm-add-modal__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1);
}

#dl-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 350;
  width: min(390px, calc(100vw - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .25s, transform .25s;
}

#dl-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

#dl-toast.hide {
  opacity: 0;
  transform: translateY(8px);
}

.dl-t-wrap {
  overflow: hidden;
}

.dl-t-line {
  height: 3px;
}

.dl-t-line-fill {
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .1s linear;
}

.dl-t-body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}

.dl-t-ibox {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
}

.dl-t-info {
  flex: 1;
  min-width: 0;
}

.dl-t-file {
  font-size: 10px;
}

.dl-t-label {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
}

.dl-t-sub {
  margin-top: 3px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s;
}

.dl-t-sub.show {
  opacity: 1;
  visibility: visible;
}

.dl-t-x {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 20px;
  cursor: pointer;
}

.dl-t-ibox {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

#rbx-guard-shield {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.92) !important;
}

html.rbx-dt-open body > main,
html.rbx-dt-open body > nav,
html.rbx-dt-open body > footer {
  filter: blur(16px);
  pointer-events: none !important;
}

html.rbx-dt-open #rbx-guard-shield {
  display: flex;
}

.rbx-guard-msg {
  color: #fff;
  text-align: center;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
}

.rbx-guard-msg span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rbx-guard-msg span {
  color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .hero-visual {
    min-height: 650px !important;
  }

  .window-art {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-frame--mini {
    right: 5%;
    bottom: 0;
    width: min(420px, 82%);
  }
}

@media (max-width: 900px) {
  #nav {
    width: calc(100% - 24px) !important;
  }

  .nav-links {
    display: none !important;
  }

  .split,
  .audit-grid,
  .panel-show {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .foot-top {
    grid-template-columns: 1fr;
  }

  .foot-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .wrap,
  .nav-in,
  .foot-top,
  .foot-bottom {
    padding-inline: 18px !important;
  }

  .hero {
    margin-top: 86px !important;
    padding: 48px 0 76px !important;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 66px) !important;
  }

  .hero-proof {
    width: 100%;
  }

  .hero-visual {
    min-height: 480px !important;
  }

  .float-badge {
    display: none !important;
  }

  .hero-frame--mini {
    display: none !important;
  }

  .sec {
    padding: 76px 0 !important;
  }

  .cmd-row,
  .ab-row {
    grid-template-columns: 1fr !important;
  }

  .acode {
    width: fit-content;
  }

  .reviews-masonry {
    columns: 1 !important;
  }
}

@media (max-width: 520px) {
  .nav-brand span:last-child {
    display: none;
  }

  .hero-acts,
  .cta-acts {
    width: 100%;
  }

  .hero-acts .btn-w,
  .hero-acts .btn-g,
  .cta-acts .btn-w,
  .cta-acts .btn-g {
    width: 100%;
  }

  .popup-launch {
    flex-direction: column;
    align-items: stretch !important;
  }

  .popup-launch-btn {
    width: 100%;
  }

  .prow-status,
  .prow-join {
    display: none;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), rgba(8, 8, 8, 0.92);
  box-shadow: var(--shadow-soft);
}

.gallery-card--wide {
  grid-column: 1 / -1;
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  filter: grayscale(1) contrast(1.05);
}

.gallery-card figcaption {
  padding: 18px 20px 20px;
}

.gallery-card figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
}

.gallery-card figcaption span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-shot {
    order: -1;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-aside {
    position: static;
  }

  .faq-aside .btn-w {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
