/* Investodamus v2 landing */

.rb2-home--one.rb2-page {
  --one-ink: #111318;
  --one-muted: #5c6570;
  --one-line: rgba(17, 19, 24, 0.1);
  --one-line-strong: rgba(17, 19, 24, 0.16);
  --one-teal: #0d9488;
  --one-violet: #6e1a8c;
  --one-violet-deep: #54146b;
  --one-lilac: #f6f1f8;
  --one-max: 1280px;
  --one-gutter: 36px;
  --one-r: 20px;
  --one-display: "Outfit", Inter, system-ui, sans-serif;
  background: #fff;
  color: var(--one-ink);
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

.rb2-home--one .rb2-land-shell,
.rb2-home--one .rb2-main,
.rb2-home--one .rb2-header--land {
  max-width: 100%;
}

.rb2-home--one .rb2-land-shell {
  max-width: none;
  padding: 0;
  overflow: visible;
}

.rb2-home--one .rb2-main {
  padding: 0;
  overflow: visible;
}

.rb2-one-wrap {
  width: min(var(--one-max), calc(100vw - (var(--one-gutter) * 2)));
  margin: 0 auto;
}

/* Header */
.rb2-home--one .rb2-header--land {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 52px;
  min-height: 52px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 max(var(--one-gutter), calc((100vw - var(--one-max)) / 2));
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: none;
  gap: 24px;
}

.rb2-home--one .rb2-land-header__left {
  gap: 32px;
}

.rb2-home--one .rb2-logo--brand .rb2-logo__mark {
  width: 28px;
  height: 28px;
}

.rb2-home--one .rb2-logo__text {
  font-family: var(--one-display);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.rb2-home--one .rb2-land-nav {
  gap: 4px;
}

.rb2-home--one .rb2-land-nav a {
  color: var(--one-muted);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
}
.rb2-home--one .rb2-land-nav a:hover {
  background: transparent;
  color: var(--one-ink);
}
.rb2-home--one .rb2-land-nav a iconify-icon { display: none; }

.rb2-home--one .rb2-land-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rb2-home--one .rb2-land-header__actions a:not(.rb2-land-cta) {
  color: var(--one-muted);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
}
.rb2-home--one .rb2-land-header__actions a:not(.rb2-land-cta):hover {
  color: var(--one-ink);
}

.rb2-home--one .rb2-land-cta {
  background: var(--one-violet);
  color: #fff !important;
  border-radius: 999px;
  min-height: 36px;
  height: 36px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
}
.rb2-home--one .rb2-land-cta:hover { opacity: 0.9; background: var(--one-violet-deep); }

.rb2-home--one .rb2-lang--land {
  margin: 0;
}
.rb2-home--one .rb2-lang__flag,
.rb2-home--one .rb2-lang__opt-flag { display: none; }
.rb2-home--one .rb2-lang__btn {
  min-height: 36px;
  height: 36px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--one-muted);
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}
.rb2-home--one .rb2-lang__btn:hover {
  color: var(--one-ink);
  border-color: transparent;
}

.rb2-home--one .rb2-land-menu-btn { display: none; order: 5; }
.rb2-home--one .rb2-land-header__actions .rb2-user-menu--land { display: none; }

.rb2-home--one .rb2-land-drawer__glow { display: none; }
.rb2-home--one .rb2-land-drawer__ic,
.rb2-home--one .rb2-land-drawer__chev { display: none; }

.rb2-one-hero,
.rb2-one-sec,
.rb2-one-final,
.rb2-one-statsbar {
  scroll-margin-top: 68px;
}

/* Hero */
.rb2-one-hero {
  position: relative;
  isolation: isolate;
  padding: 88px 0 108px;
  text-align: left;
  overflow: visible;
}

.rb2-one-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 48% at var(--mx, 78%) var(--my, 40%), rgba(110, 26, 140, 0.22), transparent 68%),
    radial-gradient(ellipse 56% 74% at 78% 40%, rgba(110, 26, 140, 0.26), transparent 68%),
    radial-gradient(ellipse 42% 50% at 14% 22%, rgba(110, 26, 140, 0.12), transparent 64%),
    radial-gradient(ellipse 28% 36% at 74% 12%, rgba(255, 255, 255, 0.88), transparent 58%),
    linear-gradient(180deg, #f6eef8 0%, #f8f4fa 48%, #ffffff 100%);
}
.rb2-one-hero__orb {
  position: absolute;
  right: 6%;
  top: 4%;
  z-index: -1;
  width: min(520px, 46vw);
  height: min(520px, 46vw);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(110, 26, 140, 0.24), transparent 68%);
  animation: one-orb 12s ease-in-out infinite;
}

.rb2-one-hero .rb2-one-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 48px 64px;
  align-items: center;
}

.rb2-one-hero__copy > * {
  animation: one-rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.rb2-one-hero__copy > *:nth-child(2) { animation-delay: 0.08s; }
.rb2-one-hero__copy > *:nth-child(3) { animation-delay: 0.16s; }
.rb2-one-hero__copy > *:nth-child(4) { animation-delay: 0.24s; }
.rb2-one-hero__copy > *:nth-child(5) { animation-delay: 0.3s; }
.rb2-one-hero__copy > *:nth-child(6) { animation-delay: 0.36s; }

.rb2-one-hero__copy {
  max-width: 480px;
  padding-bottom: 8px;
}

.rb2-one-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  background: rgba(110, 26, 140, 0.1);
  color: var(--one-violet);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.rb2-one-hero__live iconify-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #16a34a;
  animation: one-live 1.8s ease-out infinite;
}

.rb2-one-why {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.rb2-one-why li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--one-ink);
}
.rb2-one-why iconify-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: 1px;
  color: var(--one-violet);
}

.rb2-one-hero h1 {
  margin: 0 0 16px;
  font-family: var(--one-display);
  font-size: clamp(3.05rem, 5.1vw, 4.6rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -0.052em;
  color: var(--one-ink);
  text-wrap: balance;
  white-space: pre-line;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.rb2-one-hero__lead {
  margin: 0 0 32px;
  max-width: 28em;
  font-size: 1.125rem;
  line-height: 1.45;
  color: var(--one-muted);
  font-weight: 400;
  letter-spacing: -0.012em;
}

.rb2-one-hero__cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 22px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.rb2-one-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 0;
  transition: opacity .15s, background .15s, color .15s, box-shadow .15s;
}
.rb2-one-btn iconify-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.rb2-one-btn:hover { transform: none; }
.rb2-one-btn--solid {
  background: var(--one-violet);
  color: #fff;
  font-weight: 600;
}
.rb2-one-hero .rb2-one-btn--solid {
  animation: one-cta 2.8s ease-in-out 1.1s infinite;
}
.rb2-one-btn--solid:hover { opacity: 0.92; background: var(--one-violet-deep); }
.rb2-one-btn--ghost {
  background: #fff;
  color: var(--one-ink);
  border: 1px solid var(--one-line-strong);
}
.rb2-one-btn--ghost:hover { border-color: var(--one-ink); }
.rb2-one-btn--text {
  min-height: 44px;
  padding: 0;
  background: transparent;
  color: var(--one-violet);
  font-weight: 500;
  text-decoration: none;
}
.rb2-one-btn--text::after {
  content: "›";
  margin-left: 5px;
}
.rb2-one-btn--text:hover {
  color: var(--one-violet-deep);
}

.rb2-one-hero__note {
  display: none;
  margin: 18px 0 0;
  max-width: 26em;
  font-size: 13px;
  line-height: 1.45;
  color: var(--one-muted);
}
.rb2-one-points,
.rb2-one-venues { display: none; }

.rb2-one-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 10px;
  background: rgba(110, 26, 140, 0.1);
  color: var(--one-violet);
}
.rb2-one-ic iconify-icon,
.rb2-one-points iconify-icon,
.rb2-one-venues iconify-icon,
.rb2-one-chips iconify-icon,
.rb2-one-credit iconify-icon {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.rb2-one-ic iconify-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.rb2-one-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.rb2-one-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--one-ink);
}
.rb2-one-points iconify-icon { color: var(--one-teal); }

.rb2-one-venues {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: 16px 0 0;
  color: var(--one-muted);
  font-size: 13px;
  font-weight: 500;
}
.rb2-one-venues ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rb2-one-venues li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--one-ink);
  font-weight: 600;
}
.rb2-one-venues iconify-icon { color: var(--one-ink); }

/* Product */
.rb2-one-product {
  position: relative;
  min-width: 0;
  margin-right: -8px;
  animation: one-product-in 1.15s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.rb2-one-app {
  background: #fff;
  border-radius: var(--one-r);
  overflow: hidden;
  max-width: 100%;
  box-shadow:
    0 0 0 1px rgba(17, 19, 24, 0.06),
    0 18px 40px rgba(17, 19, 24, 0.08),
    0 40px 100px rgba(17, 19, 24, 0.12);
  animation: one-float 7s ease-in-out 1.2s infinite;
}
.rb2-one-app__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 14px;
  background: var(--one-violet);
}
.rb2-one-app__bar .rb2-one-desk__dots i {
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.18);
}
.rb2-one-app__bar .rb2-one-desk__live { color: rgba(255, 255, 255, 0.86); }
.rb2-one-app__find {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 500;
}
.rb2-one-app__find em { font-style: normal; }
.rb2-one-app__find iconify-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  opacity: 0.8;
}
.rb2-one-app__body {
  display: grid;
  grid-template-columns: 76px 188px minmax(0, 1fr);
  min-height: 468px;
}
.rb2-one-app--shot .rb2-one-app__body {
  grid-template-columns: 72px 168px minmax(0, 1fr);
  min-height: 348px;
}
.rb2-one-app__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 8px;
  background: #3d1054;
}
.rb2-one-app__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 60px;
  min-height: 58px;
  padding: 8px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font: 600 10px/1.2 Inter, system-ui, sans-serif;
  cursor: pointer;
}
.rb2-one-app__nav.is-on {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.rb2-one-app__nav iconify-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.rb2-one-app__list {
  padding: 18px 12px;
  background: #faf7fb;
  border-right: 1px solid rgba(17, 19, 24, 0.06);
}
.rb2-one-app__list-title {
  margin: 0 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--one-muted);
}
.rb2-one-face {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--one-violet);
  color: #fff;
  font: 700 8px/1 Inter, system-ui, sans-serif;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}
.rb2-one-face.is-bear { background: #7a1f3d; }
.rb2-one-ch {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 4px;
  padding: 9px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  opacity: 0.4;
  transition: opacity 0.2s, background 0.2s;
}
.rb2-one-ch:hover { opacity: 0.78; }
.rb2-one-ch .rb2-one-face {
  width: 28px;
  height: 28px;
}
.rb2-one-ch__txt {
  min-width: 0;
  display: block;
}
.rb2-one-ch b {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.rb2-one-ch__txt span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--one-muted);
  font-weight: 500;
}
.rb2-one-ch.is-on {
  opacity: 1;
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 19, 24, 0.06);
}
.rb2-one-app__stage {
  position: relative;
  min-height: 468px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.rb2-one-app--shot .rb2-one-app__stage {
  min-height: 348px;
  position: relative;
}
.rb2-one-app .rb2-one-screen {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.rb2-one-focus {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 28px 28px 18px;
}
.rb2-one-app--shot .rb2-one-focus { padding: 22px 20px 16px; }
.rb2-one-focus__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.rb2-one-focus__head .rb2-one-face {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  font-size: 11px;
}
.rb2-one-focus__head > div { min-width: 0; flex: 1; }
.rb2-one-focus h3 {
  margin: 0 0 4px;
  font-family: var(--one-display);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.rb2-one-focus--copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  max-width: 16ch;
  text-wrap: balance;
}
.rb2-one-focus__dir {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0f766e;
}
.rb2-one-focus__dir.is-bear { color: #e11d48; }
.rb2-one-pill {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  flex-shrink: 0;
}
.rb2-one-note {
  margin: 0 0 18px;
  padding: 14px 14px 10px;
  border-radius: 14px;
  background: #faf7fb;
}
.rb2-one-note .rb2-one-focus__why { margin-bottom: 10px; }
.rb2-one-focus__why {
  margin: 0 0 16px;
  color: var(--one-muted);
  font-size: 1rem;
  line-height: 1.45;
}
.rb2-one-focus .rb2-one-chart { margin: 0; }
.rb2-one-note .rb2-one-chart { background: transparent; padding: 4px 0 2px; }
.rb2-one-focus .rb2-one-chart__svg { height: 118px; }
.rb2-one-focus__meta { display: none; }
.rb2-one-focus__hint { display: none; }
.rb2-one-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--one-muted);
  font-size: 14px;
  font-weight: 500;
}
.rb2-one-composer span { min-width: 0; }
.rb2-one-composer iconify-icon {
  width: 18px;
  height: 18px;
  color: var(--one-violet);
  flex-shrink: 0;
}
.rb2-one-venues-lite {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.rb2-one-venues-lite li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border-bottom: 1px solid var(--one-line);
  font-size: 15px;
  font-weight: 600;
}
.rb2-one-venues-lite em {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  color: var(--one-violet);
}
.rb2-one-venues-lite iconify-icon {
  width: 18px;
  height: 18px;
  color: var(--one-violet);
}
.rb2-one-app--shot { animation: none; }
.rb2-one-product__glow {
  position: absolute;
  left: 6%;
  right: -4%;
  top: -22%;
  height: 78%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(110, 26, 140, 0.26), transparent 62%),
    radial-gradient(ellipse at 40% 0%, rgba(255, 255, 255, 0.7), transparent 55%);
  filter: blur(10px);
}
.rb2-one-product::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -34px;
  height: 48px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(17, 19, 24, 0.2), transparent 72%);
  filter: blur(2px);
}

.rb2-one-cursor {
  --cx: 72px;
  --cy: 88px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 20px;
  height: 22px;
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--cx), var(--cy));
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
  filter: drop-shadow(0 1px 1px rgba(17, 19, 24, 0.25));
}
.rb2-one-cursor.is-on { opacity: 1; }
.rb2-one-cursor.is-click { transform: translate(var(--cx), var(--cy)) scale(0.84); }
.rb2-one-cursor svg { display: block; }

.rb2-one-desk {
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: var(--one-r);
  overflow: hidden;
  max-width: 100%;
  animation: one-float 7s ease-in-out 1.2s infinite;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 1px 2px rgba(17, 19, 24, 0.04),
    0 18px 40px rgba(17, 19, 24, 0.08),
    0 40px 100px rgba(17, 19, 24, 0.12);
}

.rb2-one-desk__top {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f5 100%);
  border-bottom: 1px solid rgba(17, 19, 24, 0.08);
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.rb2-one-desk__dots {
  display: inline-flex;
  gap: 7px;
}
.rb2-one-desk__dots i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4d4d8;
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.12);
}
.rb2-one-desk__dots i:nth-child(1) { background: #ff5f57; }
.rb2-one-desk__dots i:nth-child(2) { background: #febc2e; }
.rb2-one-desk__dots i:nth-child(3) { background: #28c840; }

.rb2-one-desk__app {
  font-family: var(--one-display);
  letter-spacing: -0.03em;
  color: var(--one-ink);
}

.rb2-one-desk__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--one-muted);
  font-size: 12px;
  font-weight: 500;
}
.rb2-one-desk__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  animation: one-live 1.8s ease-out infinite;
}

.rb2-one-desk__clock {
  margin-left: 4px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  color: var(--one-muted);
  font-size: 11px;
  flex: 0 0 auto;
}

.rb2-one-desk__tape {
  margin-left: auto;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  font-variant-numeric: tabular-nums;
  min-width: 0;
  max-width: 56%;
  overflow: hidden;
}
.rb2-one-tick {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}
.rb2-one-tick em {
  font-style: normal;
  color: var(--one-muted);
  font-size: 10px;
  font-weight: 600;
}
.rb2-one-tick b { font-weight: 600; font-size: 12px; }
.rb2-one-tick i { font-style: normal; font-size: 11px; font-weight: 600; }
.rb2-one-tick.is-up i { color: #0f766e; }
.rb2-one-tick.is-down i { color: #e11d48; }
.rb2-one-tick.is-flash b,
.rb2-one-tick.is-flash i {
  animation: one-tick 0.55s ease;
}

.rb2-one-desk__tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0 8px;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid var(--one-line);
}

.rb2-one-desk__tabline {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 64px;
  background: var(--one-ink);
  transform: translateX(8px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.rb2-one-desk__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--one-muted);
  font: 500 13px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.rb2-one-desk__nav-btn iconify-icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
}
.rb2-one-desk__nav-btn.is-on {
  color: var(--one-ink);
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.rb2-one-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 20px 14px;
  border-top: 1px solid var(--one-line);
  font-size: 13px;
  font-weight: 500;
  color: var(--one-muted);
}
.rb2-one-caption iconify-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: var(--one-violet);
  flex-shrink: 0;
}
.rb2-one-caption.is-swap span {
  animation: one-rise 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.rb2-one-desk__screens {
  position: relative;
  min-height: 396px;
}

.rb2-one-screen {
  position: absolute;
  inset: 0;
  padding: 6px 20px 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.rb2-one-screen.is-on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  z-index: 1;
}

.rb2-one-rowhead,
.rb2-one-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1.5fr) 72px 48px 64px;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
  border-bottom: 1px solid var(--one-line);
  background: transparent;
  font-size: 13px;
}

.rb2-one-rowhead {
  min-height: 32px;
  font-size: 11px;
  font-weight: 500;
  color: var(--one-muted);
}

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

.rb2-one-row {
  position: relative;
  cursor: pointer;
  transition: background .2s;
}
.rb2-one-row.is-on {
  background: rgba(13, 148, 136, 0.06);
  box-shadow: none;
  transform: none;
}
.rb2-one-row.is-on::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 1px;
  background: var(--one-teal);
}
.rb2-one-row__coin { font-weight: 600; }
.rb2-one-row__type {
  color: var(--one-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rb2-one-row__dir {
  font-size: 12px;
  font-weight: 600;
  color: #0f766e;
}
.rb2-one-row.is-bear .rb2-one-row__dir { color: #e11d48; }
.rb2-one-row__seen,
.rb2-one-row__move {
  text-align: right;
  color: var(--one-muted);
  font-variant-numeric: tabular-nums;
}
.rb2-one-rowhead span:nth-child(4),
.rb2-one-rowhead span:nth-child(5) { text-align: right; }

.rb2-one-chart {
  position: relative;
  margin-top: 10px;
  padding: 14px 6px 6px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.045), rgba(13, 148, 136, 0) 78%);
}
.rb2-one-chart.is-empty { display: none; }
.rb2-one-chart__meta {
  display: none;
}
.rb2-one-chart__meta b {
  font-family: var(--one-display);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.rb2-one-chart__meta span {
  color: var(--one-muted);
  font-variant-numeric: tabular-nums;
}
.rb2-one-chart__svg {
  display: block;
  width: 100%;
  height: 118px;
}
.rb2-one-chart__plot {
  position: relative;
}
.rb2-one-chart__dot {
  position: absolute;
  left: var(--nx, 100%);
  top: var(--ny, 50%);
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--nc, #0d9488);
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px rgba(13, 148, 136, 0.18);
  pointer-events: none;
}
.rb2-one-chart__line {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
.rb2-one-chart__line.is-run {
  animation: one-spark 0.85s ease-out;
}

.rb2-one-screen__empty {
  margin: 24px 0 8px;
  color: var(--one-muted);
  font-size: 13px;
}

.rb2-one-screen__compass {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 20px;
}
.rb2-one-screen__compass .rb2-gauge { margin: 0; }
.rb2-one-screen__compass .rb2-gauge--sm .rb2-gauge__svg { max-width: 120px; }
.rb2-one-screen__compass .rb2-gauge__svg path { stroke: #e4e7ec; stroke-width: 6; }
.rb2-one-screen__compass .rb2-gauge__label,
.rb2-one-screen__compass .rb2-gauge__conf { display: none; }
.rb2-one-screen__compass-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rb2-one-screen__compass-meta span,
.rb2-one-screen__compass-meta em {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--one-muted);
}
.rb2-one-screen__compass-meta strong {
  font-family: var(--one-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.rb2-one-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--one-line);
  border-radius: 8px;
  overflow: hidden;
}
.rb2-one-kpi {
  padding: 14px 16px;
  background: transparent;
  border-right: 1px solid var(--one-line);
  border-radius: 0;
}
.rb2-one-kpi:last-child { border-right: 0; }
.rb2-one-kpi b {
  display: block;
  font-family: var(--one-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.rb2-one-kpi span {
  font-size: 12px;
  color: var(--one-muted);
  font-weight: 500;
}

.rb2-one-defs {
  margin: 8px 0 4px;
}
.rb2-one-defs div {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid var(--one-line);
  font-size: 13px;
  gap: 16px;
}
.rb2-one-defs dt {
  margin: 0;
  color: var(--one-muted);
  font-weight: 500;
}
.rb2-one-defs dd {
  margin: 0;
  font-weight: 600;
  color: var(--one-ink);
}
.rb2-one-defs div.is-on {
  background: rgba(13, 148, 136, 0.06);
}
.rb2-one-defs div {
  padding: 0 8px;
  margin: 0 -8px;
  border-radius: 6px;
}

.rb2-one-marks {
  margin: 4px 0 16px;
}
.rb2-one-mark {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 8px;
  border-bottom: 1px solid var(--one-line);
  font-size: 13px;
  font-weight: 600;
  transition: background .2s;
}
.rb2-one-mark__txt {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rb2-one-mark__txt b {
  font-size: 14px;
  letter-spacing: -0.02em;
}
.rb2-one-mark.is-on {
  background: rgba(13, 148, 136, 0.06);
}
.rb2-one-mark .is-bull { color: #0f766e; }
.rb2-one-mark .is-bear { color: #e11d48; }
.rb2-one-mark em {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: var(--one-muted);
  font-variant-numeric: tabular-nums;
}

.rb2-one-kicker { display: none; }

/* Sections */
.rb2-one-statsbar {
  border-top: 0;
  border-bottom: 0;
  padding: 64px 0;
  background: #f4f7f7;
}

.rb2-one-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
}
.rb2-one-stat {
  text-align: left;
  padding: 0 36px;
  border-left: 1px solid var(--one-line);
}
.rb2-one-stat:first-child {
  padding-left: 0;
  border-left: 0;
}
.rb2-one-stat strong {
  display: block;
  font-family: var(--one-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--one-ink);
}
.rb2-one-stat span {
  display: block;
  max-width: 18em;
  margin-top: 10px;
  color: var(--one-muted);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
}

.rb2-one-sec {
  padding: 104px 0;
}
.rb2-one-sec--tint { background: var(--one-lilac); }

.rb2-one-sec__head {
  max-width: 40rem;
  margin: 0 0 40px;
}
.rb2-one-sec h2 {
  margin: 0 0 16px;
  max-width: 18ch;
  font-family: var(--one-display);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--one-ink);
  text-align: left;
  text-wrap: balance;
}

.rb2-one-sec__lead {
  display: block;
  margin: 0;
  max-width: 34em;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--one-muted);
  font-weight: 400;
}

.rb2-one-steps {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.rb2-one-step {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 40px 56px;
  align-items: center;
}
.rb2-one-step.is-flip {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}
.rb2-one-step.is-flip .rb2-one-step__copy { order: 2; }
.rb2-one-step.is-flip .rb2-one-step__shot { order: 1; }
.rb2-one-step__copy .rb2-one-ic { margin-bottom: 18px; }
.rb2-one-step__copy h3 {
  margin: 0 0 12px;
  max-width: 14ch;
  font-family: var(--one-display);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--one-ink);
  text-wrap: balance;
}
.rb2-one-step__copy p {
  margin: 0;
  max-width: 32em;
  color: var(--one-muted);
  line-height: 1.55;
  font-size: 1.0625rem;
}
.rb2-one-step__shot {
  padding: 20px;
  border-radius: 28px;
  background: #f3ebf6;
}
.rb2-one-shot {
  background: #fff;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: var(--one-r);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 1px 2px rgba(17, 19, 24, 0.04),
    0 18px 40px rgba(17, 19, 24, 0.08);
}
.rb2-one-shot__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f5 100%);
  border-bottom: 1px solid rgba(17, 19, 24, 0.08);
}
.rb2-one-shot__name {
  font-family: var(--one-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--one-ink);
}
.rb2-one-shot__body {
  padding: 8px 20px 18px;
  min-height: 248px;
}
.rb2-one-shot__body--table {
  padding: 4px 12px 10px;
  min-height: 0;
}
.rb2-one-shot .rb2-one-row { cursor: default; }
.rb2-one-shot .rb2-one-chart {
  margin-top: 10px;
}
.rb2-one-shot .rb2-one-chart__svg { height: 96px; }
.rb2-one-home__hi {
  margin: 8px 0 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--one-muted);
}
.rb2-one-home {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb2-one-home li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  border-bottom: 1px solid var(--one-line);
  font-size: 14px;
  font-weight: 600;
}
.rb2-one-home li:last-child { border-bottom: 0; }
.rb2-one-home iconify-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--one-violet);
}
.rb2-one-home em {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  color: var(--one-violet);
}
.rb2-one-shot__cap {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--one-muted);
}
.rb2-one-panel--shot {
  padding: 20px;
  border: 0;
  background: #f3ebf6;
  border-radius: 28px;
  box-shadow: none;
}

.rb2-one-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.rb2-one-card {
  padding: 28px 26px 30px;
  border: 0;
  border-radius: var(--one-r);
  background: var(--one-lilac);
  color: inherit;
  display: block;
  box-shadow: none;
}
.rb2-one-sec--tint .rb2-one-card {
  background: #fff;
}
.rb2-one-card + .rb2-one-card {
  padding-left: 26px;
  border-left: 0;
}
.rb2-one-card:hover {
  transform: none;
  box-shadow: none;
}
.rb2-one-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}
.rb2-one-card__top .rb2-one-ic { margin: 0; }
.rb2-one-card h3 {
  margin: 0;
  font-family: var(--one-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--one-ink);
}
.rb2-one-card p {
  margin: 0;
  color: var(--one-muted);
  line-height: 1.5;
  font-size: 0.9375rem;
}

.rb2-one-caps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}
.rb2-one-cap {
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--one-ink);
  border-radius: 0;
  background: transparent;
  min-height: 0;
}
.rb2-one-cap:hover {
  transform: none;
  box-shadow: none;
}
.rb2-one-cap h3 {
  margin: 0 0 8px;
  font-family: var(--one-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.rb2-one-cap p {
  margin: 0;
  color: var(--one-muted);
  line-height: 1.5;
  font-size: 0.9375rem;
}

.rb2-one-proof {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 48px 40px;
  align-items: start;
}
.rb2-one-metric { padding: 0; }
.rb2-one-metric strong {
  display: block;
  font-family: var(--one-display);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.rb2-one-credit { display: none; }
.rb2-one-metric p {
  margin: 16px 0 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--one-ink);
}
.rb2-one-metric cite { display: none; }
.rb2-one-metric__how,
.rb2-one-credit {
  margin: 12px 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--one-muted);
  font-weight: 400;
}
.rb2-one-credit {
  display: none;
}
.rb2-one-credit iconify-icon {
  margin-top: 2px;
  color: var(--one-violet);
  flex-shrink: 0;
}

.rb2-one-panel {
  border-radius: var(--one-r);
  background: #fff;
  border: 1px solid var(--one-line);
  padding: 8px 16px 12px;
  box-shadow: none;
}

.rb2-home--one .rb2-table--land-edge {
  width: 100%;
  border-collapse: collapse;
}
.rb2-home--one .rb2-table--land-edge th {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--one-muted);
  padding: 10px 8px;
}
.rb2-home--one .rb2-table--land-edge td {
  padding: 14px 8px;
  border-top: 1px solid var(--one-line);
  font-size: 14px;
}
.rb2-home--one .rb2-winbar { display: none; }
.rb2-home--one .rb2-winbar__txt {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.rb2-home--one .rb2-table--land-edge td:nth-child(3),
.rb2-home--one .rb2-table--land-edge td:nth-child(4) {
  font-variant-numeric: tabular-nums;
  color: var(--one-muted);
}
.rb2-home--one .rb2-land-edge-more {
  display: none;
}
.rb2-home--one .rb2-land-edge-more a {
  color: var(--one-ink);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

/* Pricing */
.rb2-home--one .rb2-pricing--focused {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
  overflow: visible;
}
.rb2-home--one .rb2-pricing--focused .rb2-price-card.highlight {
  order: 0;
  transform: none;
  box-shadow: none;
}
.rb2-home--one .rb2-price-card {
  border-radius: var(--one-r);
  border: 1px solid var(--one-line);
  box-shadow: none;
  background: #fff;
  padding: 24px 20px 20px;
}
.rb2-home--one .rb2-price-card.highlight {
  border-color: var(--one-ink);
}
.rb2-home--one .rb2-price-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.rb2-home--one .rb2-price-card.highlight:hover {
  box-shadow: none !important;
}
.rb2-home--one .rb2-price-card--free { opacity: 1; }
.rb2-home--one .rb2-price-card__badge {
  position: static;
  transform: none;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
  color: var(--one-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.rb2-home--one .rb2-price-card h3 {
  font-family: var(--one-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 1.125rem;
}
.rb2-home--one .rb2-price-card .rb2-btn {
  border-radius: 999px;
  background: var(--one-ink);
  color: #fff;
  font-weight: 600;
  min-height: 40px;
}
.rb2-home--one .rb2-price-card--free .rb2-btn {
  background: #fff;
  color: var(--one-ink);
  border: 1px solid var(--one-ink);
}

.rb2-home--one .rb2-faq {
  border-radius: var(--one-r);
  border: 1px solid var(--one-line);
  box-shadow: none;
  background: #fff;
}

.rb2-one-faq {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
}
.rb2-one-faq__item {
  border-bottom: 1px solid var(--one-line);
}
.rb2-one-faq__item:nth-child(-n+2) {
  border-top: 1px solid var(--one-line);
}
.rb2-one-faq summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  padding: 22px 0;
  font-family: var(--one-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--one-ink);
}
.rb2-one-faq summary iconify-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--one-violet);
}
.rb2-one-faq summary::-webkit-details-marker { display: none; }
.rb2-one-faq summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--one-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.rb2-one-sec--tint .rb2-one-faq summary::after {
  background: #fff;
}
.rb2-one-faq__item[open] summary::after {
  content: "-";
  background: var(--one-violet);
  color: #fff;
}
.rb2-one-faq p {
  margin: 0 0 22px;
  padding-left: 34px;
  max-width: 36em;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--one-muted);
}

.rb2-one-final {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  text-align: center;
  background: #1d0a28;
  border-top: 0;
}
.rb2-one-final::before {
  content: "";
  position: absolute;
  inset: -20% 10% auto;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 0%, rgba(110, 26, 140, 0.55), transparent 70%);
}
.rb2-one-final .rb2-one-wrap {
  position: relative;
  z-index: 1;
}
.rb2-one-final h2 {
  margin: 0 auto 16px;
  max-width: 16ch;
  font-family: var(--one-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
  color: #fff;
}
.rb2-one-final__lead {
  display: block;
  max-width: 28em;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.rb2-one-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.rb2-one-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
}
.rb2-one-chips iconify-icon { color: #e2b4ef; }
.rb2-one-final .rb2-one-btn--solid {
  background: #fff;
  color: var(--one-violet-deep);
}
.rb2-one-final .rb2-one-btn--solid:hover {
  background: #fff;
  opacity: 0.9;
}

.rb2-home--one .rb2-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  width: min(var(--one-max), calc(100vw - (var(--one-gutter) * 2)));
  margin: 0 auto;
  padding: 24px 0 32px;
  color: var(--one-muted);
  font-size: 13px;
  border-top: 1px solid var(--one-line);
}
.rb2-home--one .rb2-footer__links a {
  color: var(--one-ink);
  font-weight: 500;
  text-decoration: none;
  margin-right: 16px;
}
.rb2-home--one .rb2-updated { display: none; }

@keyframes one-wash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.82; }
}
@keyframes one-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes one-orb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.9; }
  50% { transform: translate3d(-36px, 22px, 0) scale(1.12); opacity: 1; }
}
@keyframes one-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes one-cta {
  0%, 100% { box-shadow: 0 0 0 0 rgba(110, 26, 140, 0.34); }
  70% { box-shadow: 0 0 0 12px rgba(110, 26, 140, 0); }
}

[data-one-in] {
  opacity: 0;
  transform: translateY(18px);
}
[data-one-in].is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes one-product-in {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to { opacity: 1; transform: none; }
}
@keyframes one-live {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45); }
  70% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}
@keyframes one-spark {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}
@keyframes one-tick {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

@media (max-width: 1079px) {
  .rb2-one-cards,
  .rb2-one-stats,
  .rb2-one-caps,
  .rb2-one-who .rb2-one-cards,
  .rb2-one-proof,
  .rb2-one-faq,
  .rb2-home--one .rb2-pricing--focused {
    grid-template-columns: 1fr;
  }
  .rb2-one-faq__item:nth-child(-n+2) { border-top: 0; }
  .rb2-one-faq__item:first-child { border-top: 1px solid var(--one-line); }
  .rb2-one-desk,
  .rb2-one-app { animation: none; }
  .rb2-one-app__body,
  .rb2-one-app--shot .rb2-one-app__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb2-one-app__rail {
    flex-direction: row;
    justify-content: center;
    padding: 8px;
  }
  .rb2-one-app__nav {
    flex-direction: row;
    width: auto;
    min-height: 40px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 12px;
  }
  .rb2-one-app__list { display: none; }
  .rb2-one-app__stage,
  .rb2-one-app--shot .rb2-one-app__stage { min-height: 0; }
  .rb2-one-app .rb2-one-screen { padding: 0; }
  .rb2-one-focus { padding: 20px 16px 14px; }
  .rb2-one-focus .rb2-one-chart__svg { height: 96px; }
  .rb2-one-steps { gap: 56px; }
  .rb2-one-step,
  .rb2-one-step.is-flip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rb2-one-step.is-flip .rb2-one-step__copy,
  .rb2-one-step.is-flip .rb2-one-step__shot { order: 0; }
  .rb2-one-step__shot,
  .rb2-one-panel--shot { padding: 14px; border-radius: 22px; }
  .rb2-one-shot__body { min-height: 0; padding: 8px 14px 14px; }
  .rb2-one-hero { padding: 48px 0 40px; }
  .rb2-one-hero .rb2-one-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .rb2-one-hero__copy {
    max-width: none;
    padding-bottom: 0;
  }
  .rb2-one-product { margin-right: 0; }
  .rb2-one-sec { padding: 64px 0; }
  .rb2-one-sec__head { margin-bottom: 32px; }
  .rb2-one-statsbar { padding: 48px 0; }
  .rb2-one-card,
  .rb2-one-card + .rb2-one-card {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid var(--one-line);
  }
  .rb2-one-card:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .rb2-one-caps { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .rb2-one-stat {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid var(--one-line);
  }
  .rb2-one-stat:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .rb2-one-desk__tape { max-width: none; }
}

@media (max-width: 768px) {
  .rb2-home--one { --one-gutter: 16px; }
  .rb2-one-wrap {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
  .rb2-home--one .rb2-land-nav { display: none; }
  .rb2-home--one .rb2-header--land {
    height: 56px;
    min-height: 56px;
    padding: 0 16px;
  }
  .rb2-home--one .rb2-land-header__actions .rb2-land-cta,
  .rb2-home--one .rb2-land-header__actions > a:not(.rb2-land-cta) { display: none; }
  .rb2-home--one .rb2-lang--land { display: inline-flex; }
  .rb2-home--one .rb2-land-menu-btn {
    display: inline-flex !important;
    width: 36px;
    height: 36px;
    background: #fff;
    color: var(--one-ink);
    border: 1px solid var(--one-line-strong);
    border-radius: 8px;
  }
  .rb2-one-hero h1,
  .rb2-one-hero__copy,
  .rb2-one-hero__lead {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .rb2-one-hero h1 {
    font-size: clamp(2.2rem, 8.2vw, 2.6rem);
    max-width: none;
    white-space: pre-line;
  }
  .rb2-one-hero__lead { font-size: 1rem; max-width: 28em; }
  .rb2-one-desk__screens { min-height: 0; }
  .rb2-one-screen,
  .rb2-one-app .rb2-one-screen {
    position: relative;
    inset: auto;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .rb2-one-screen.is-on,
  .rb2-one-app .rb2-one-screen.is-on { display: flex; }
  .rb2-one-cursor,
  .rb2-one-desk__tape,
  .rb2-one-desk__px,
  .rb2-one-desk__app,
  .rb2-one-desk__nav-btn iconify-icon,
  .rb2-one-hero__orb { display: none; }
  .rb2-one-screen { padding: 8px 12px 14px; }
  .rb2-one-rowhead,
  .rb2-one-row {
    grid-template-columns: 56px minmax(0, 1fr) 40px 52px;
  }
  .rb2-one-rowhead span:nth-child(3),
  .rb2-one-row__dir { display: none; }
  .rb2-one-defs div { grid-template-columns: 1fr; min-height: 0; padding: 12px 0; }
  .rb2-one-caps { grid-template-columns: 1fr; }
  .rb2-one-panel { overflow-x: auto; }
  .rb2-home--one .rb2-table--land-edge {
    display: table;
    width: 100%;
    min-width: 0;
  }
  .rb2-home--one .rb2-table--land-edge thead { display: table-header-group; }
  .rb2-home--one .rb2-table--land-edge tbody { display: table-row-group; }
  .rb2-home--one .rb2-table--land-edge tr {
    display: table-row;
    padding: 0;
    border: 0;
  }
  .rb2-home--one .rb2-table--land-edge th,
  .rb2-home--one .rb2-table--land-edge td {
    display: table-cell;
    text-align: left;
    padding: 12px 6px;
    border: 0;
    border-top: 1px solid var(--one-line);
  }
  .rb2-home--one .rb2-table--land-edge th { border-top: 0; }
  .rb2-home--one .rb2-table--land-edge td:first-child {
    margin: 0;
    padding-bottom: 12px;
  }
  .rb2-home--one .rb2-table--land-edge td:not(:first-child)::before { content: none; }
  .rb2-home--one .rb2-table--land-edge th:nth-child(2),
  .rb2-home--one .rb2-table--land-edge td:nth-child(2) { display: none; }
}

@media (min-width: 1080px) {
  .rb2-one-tick:nth-child(n+3) { display: none; }
  .rb2-one-chart__svg { height: 152px; }
  .rb2-one-desk__screens { min-height: 428px; }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .rb2-home--one .rb2-pricing--focused { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rb2-one-hero__wash,
  .rb2-one-hero__orb,
  .rb2-one-hero__copy > *,
  .rb2-one-hero__live iconify-icon,
  .rb2-one-hero .rb2-one-btn--solid,
  .rb2-one-product,
  .rb2-one-app,
  .rb2-one-desk,
  .rb2-one-desk__live i,
  .rb2-one-chart__line.is-run,
  .rb2-one-tick.is-flash b,
  .rb2-one-tick.is-flash i,
  .rb2-one-caption.is-swap span {
    animation: none !important;
  }
  [data-one-in],
  [data-one-in].is-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .rb2-one-btn,
  .rb2-one-row,
  .rb2-one-cursor,
  .rb2-one-screen,
  .rb2-one-desk__tabline {
    transition: none !important;
  }
  .rb2-one-hero__copy > *,
  .rb2-one-product {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

[data-theme="dark"] .rb2-home--one.rb2-page {
  --one-ink: #f4f6f5;
  --one-muted: #b7c2be;
  --one-line: rgba(255, 255, 255, 0.1);
  --one-line-strong: rgba(255, 255, 255, 0.16);
  background: #07120f;
}
[data-theme="dark"] .rb2-home--one .rb2-header--land {
  background: rgba(7, 18, 15, 0.9);
  border-bottom-color: var(--one-line);
}
[data-theme="dark"] .rb2-one-hero__wash {
  background:
    radial-gradient(ellipse 54% 68% at 76% 38%, rgba(13, 148, 136, 0.22), transparent 68%),
    linear-gradient(180deg, #121c1a 0%, #0a1614 55%, #07120f 100%);
}
[data-theme="dark"] .rb2-one-chart {
  background: transparent;
}
[data-theme="dark"] .rb2-one-desk,
[data-theme="dark"] .rb2-one-panel,
[data-theme="dark"] .rb2-home--one .rb2-price-card,
[data-theme="dark"] .rb2-home--one .rb2-faq {
  background: #0d1c18;
  border-color: var(--one-line);
}
[data-theme="dark"] .rb2-one-desk__top {
  background: #12241f;
}
[data-theme="dark"] .rb2-one-desk__tabs,
[data-theme="dark"] .rb2-one-sec--tint {
  background: #0a1915;
}
[data-theme="dark"] .rb2-one-statsbar,
[data-theme="dark"] .rb2-one-final {
  background: #07120f;
}
[data-theme="dark"] .rb2-one-ic {
  background: rgba(110, 26, 140, 0.2);
}
[data-theme="dark"] .rb2-one-final {
  background: #140616;
}
[data-theme="dark"] .rb2-one-row.is-on {
  background: rgba(13, 148, 136, 0.12);
}
[data-theme="dark"] .rb2-one-btn--solid,
[data-theme="dark"] .rb2-home--one .rb2-land-cta {
  background: var(--one-violet);
  color: #fff !important;
}
[data-theme="dark"] .rb2-home--one .rb2-land-menu-btn {
  background: #0d1c18;
  color: #fff;
}
[data-theme="dark"] .rb2-one-cap {
  border-top-color: rgba(255, 255, 255, 0.55);
}

/* Desk landing: hero only */
.rb2-home--desk .rb2-one-sec,
.rb2-home--desk .rb2-one-final,
.rb2-home--desk .rb2-footer,
.rb2-home--desk .rb2-lang,
.rb2-home--desk .rb2-land-cta,
.rb2-home--desk .rb2-land-nav,
.rb2-home--desk .rb2-land-menu-btn {
  display: none !important;
}

.rb2-home--desk .rb2-land-header__left {
  gap: 0;
}

.rb2-home--desk .rb2-land-header__actions {
  margin-left: auto;
}

.rb2-home--desk .rb2-land-login {
  display: inline-flex !important;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--one-ink) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.rb2-home--desk .rb2-land-login:hover {
  color: var(--one-violet) !important;
}

.rb2-home--desk .rb2-one-hero {
  padding-bottom: 72px;
}

.rb2-home--desk .rb2-one-hero__copy {
  max-width: 420px;
}

.rb2-home--desk .rb2-one-hero h1 {
  margin-bottom: 0;
}

.rb2-home--desk .rb2-one-hero__cta {
  margin-top: 36px;
}

.rb2-home--desk .rb2-one-hero .rb2-one-btn--solid {
  min-height: 56px;
  padding: 0 28px;
  font-size: 17px;
}

@media (max-width: 1079px) {
  .rb2-home--desk .rb2-one-app__body,
  .rb2-home--desk .rb2-one-app__stage {
    min-height: 0;
  }
  .rb2-home--desk .rb2-one-screen,
  .rb2-home--desk .rb2-one-app .rb2-one-screen {
    position: relative;
    inset: auto;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .rb2-home--desk .rb2-one-screen.is-on,
  .rb2-home--desk .rb2-one-app .rb2-one-screen.is-on {
    display: flex;
  }
}

@media (min-width: 1080px) {
  .rb2-home--desk .rb2-one-app__body {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 520px;
  }
  .rb2-home--desk .rb2-one-app__stage {
    min-height: 520px;
  }
}

.rb2-home--desk .rb2-one-app .rb2-one-screen {
  padding: 0;
  overflow: auto;
}

.rb2-one-deskpane {
  padding: 22px 22px 20px;
  min-height: 100%;
}

.rb2-one-deskpane__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--one-violet);
}

.rb2-one-deskpane__lead,
.rb2-one-deskpane__hint,
.rb2-one-guide__open {
  margin: 0 0 16px;
  color: var(--one-ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.rb2-one-deskpane__hint,
.rb2-one-guide__open {
  color: var(--one-muted);
  font-weight: 400;
}

.rb2-one-guide__open a {
  color: var(--one-violet);
  font-weight: 600;
  text-decoration: none;
}

.rb2-one-venueset {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 14px;
}

.rb2-one-venue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid var(--one-line-strong);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.rb2-one-venue b {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.rb2-one-venue span {
  font-size: 12px;
  color: var(--one-muted);
}

.rb2-one-venue.is-on {
  border-color: var(--one-violet);
  background: rgba(110, 26, 140, 0.06);
  box-shadow: inset 0 0 0 1px var(--one-violet);
}

.rb2-one-how {
  border-bottom: 1px solid var(--one-line);
}

.rb2-one-how summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.rb2-one-how summary::-webkit-details-marker { display: none; }

.rb2-one-how p {
  margin: 0 0 14px;
  color: var(--one-muted);
  font-size: 14px;
  line-height: 1.5;
}

.rb2-one-goto-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--one-violet);
  color: #fff;
  font: 600 14px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.rb2-one-sigs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rb2-one-sig {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #faf7fb;
}

.rb2-one-sig__coin {
  font-family: var(--one-display);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.rb2-one-sig__pct {
  font-variant-numeric: tabular-nums;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--one-ink);
}

.rb2-one-sig__start {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--one-violet);
  color: #fff;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.rb2-one-sig.is-bear .rb2-one-sig__start {
  background: #7a1f3d;
}

.rb2-one-histwrap {
  overflow: auto;
}

.rb2-one-hist {
  width: 100%;
  border-collapse: collapse;
}

.rb2-one-hist th,
.rb2-one-hist td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid var(--one-line);
  font-size: 14px;
}

.rb2-one-hist th {
  font-size: 11px;
  font-weight: 600;
  color: var(--one-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rb2-one-hist td:last-child,
.rb2-one-hist th:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.rb2-one-hist .is-up { color: #0f766e; }
.rb2-one-hist .is-down { color: #e11d48; }

.rb2-one-pop {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.rb2-one-pop[hidden] { display: none; }

.rb2-one-pop__scrim {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 24, 0.42);
}

.rb2-one-pop__box {
  position: relative;
  width: min(420px, 100%);
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 19, 24, 0.22);
}

.rb2-one-pop__x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--one-muted);
  cursor: pointer;
}

.rb2-one-pop__side {
  margin: 0 0 4px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rb2-one-pop h3 {
  margin: 0 0 16px;
  font-family: var(--one-display);
  font-size: 2rem;
  letter-spacing: -0.045em;
}

.rb2-one-pop__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 14px;
}

.rb2-one-pop__grid div {
  margin: 0;
}

.rb2-one-pop__grid dt {
  color: var(--one-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rb2-one-pop__grid dd {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.rb2-one-pop__exit {
  margin: 0;
  color: var(--one-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rb2-one-product--preview {
  pointer-events: none;
  user-select: none;
}
.rb2-one-product--preview .rb2-one-app__nav {
  cursor: default;
}
.rb2-one-product--preview .rb2-one-sig {
  animation: rb2-preview-play 7.2s ease-in-out infinite;
}
.rb2-one-product--preview .rb2-one-sig:nth-child(1) { animation-delay: 0s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(2) { animation-delay: 1.8s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(3) { animation-delay: 3.6s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(4) { animation-delay: 5.4s; }
.rb2-one-product--preview .rb2-one-sig .rb2-one-sig__start {
  animation: rb2-preview-start 7.2s ease-in-out infinite;
}
.rb2-one-product--preview .rb2-one-sig:nth-child(1) .rb2-one-sig__start { animation-delay: 0s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(2) .rb2-one-sig__start { animation-delay: 1.8s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(3) .rb2-one-sig__start { animation-delay: 3.6s; }
.rb2-one-product--preview .rb2-one-sig:nth-child(4) .rb2-one-sig__start { animation-delay: 5.4s; }

@keyframes rb2-preview-play {
  0%, 18% {
    background: #f3e8f6;
    box-shadow: 0 8px 22px rgba(110, 26, 140, 0.12);
    transform: translateX(2px);
  }
  28%, 100% {
    background: #faf7fb;
    box-shadow: none;
    transform: none;
  }
}
@keyframes rb2-preview-start {
  0%, 18% {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(110, 26, 140, 0.2);
  }
  28%, 100% {
    transform: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rb2-one-product--preview .rb2-one-sig,
  .rb2-one-product--preview .rb2-one-sig__start {
    animation: none !important;
  }
}

@media (max-width: 768px) {
  .rb2-home--desk .rb2-land-header__actions > a.rb2-land-login {
    display: inline-flex !important;
  }
  .rb2-home--desk .rb2-one-venueset {
    grid-template-columns: 1fr;
  }
  .rb2-one-deskpane { padding: 16px 14px 14px; }
  .rb2-one-sig {
    min-height: 64px;
    padding: 12px 12px;
    gap: 10px;
  }
  .rb2-one-sig__coin { font-size: 1.35rem; }
  .rb2-one-pop__grid { grid-template-columns: 1fr; }
}
