:root {
  --rr-cursor-size: 48px;
  scrollbar-color: #dc5c33 #070a08;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:single-button,
::-webkit-scrollbar-button:vertical,
::-webkit-scrollbar-button:horizontal {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: #070a08;
  border-left: 1px solid rgba(231, 227, 212, .08);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  min-height: 42px;
  background: #dc5c33;
  border: 2px solid #070a08;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #ee6a3e;
}

::-webkit-scrollbar-thumb:active {
  background: #f0784d;
}

::-webkit-scrollbar-corner {
  background: #070a08;
  border-radius: 0;
}

html.rr-site-scrollbar-enabled {
  scrollbar-width: none !important;
}

html.rr-site-scrollbar-enabled::-webkit-scrollbar,
html.rr-site-scrollbar-enabled body::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.rr-site-scrollbar {
  position: fixed;
  z-index: 2147482996;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: #070a08;
  border-left: 1px solid rgba(231, 227, 212, .08);
  border-radius: 0;
  pointer-events: auto;
  touch-action: none;
}

.rr-site-scrollbar.is-hidden {
  display: none;
}

.rr-site-scrollbar-thumb {
  position: absolute;
  top: 0;
  right: 2px;
  left: 2px;
  min-height: 44px;
  background: #dc5c33;
  border-radius: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: background-color 140ms ease, left 140ms ease, right 140ms ease;
}

.rr-site-scrollbar:hover .rr-site-scrollbar-thumb,
.rr-site-scrollbar.is-dragging .rr-site-scrollbar-thumb {
  right: 1px;
  left: 1px;
  background: #ee6a3e;
}

.rr-scroll-top {
  --rr-scroll-progress: 0%;
  position: fixed;
  z-index: 2147482995;
  right: 28px;
  bottom: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  width: 58px;
  height: 62px;
  padding: 7px 6px 6px;
  overflow: hidden;
  color: #e7e3d4;
  background:
    linear-gradient(90deg, #dc5c33 var(--rr-scroll-progress), transparent var(--rr-scroll-progress)) bottom / 100% 3px no-repeat,
    rgba(7, 10, 8, .94);
  border: 1px solid rgba(220, 92, 51, .72);
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(.2, .8, .2, 1),
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
  cursor: pointer;
}

.rr-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.rr-scroll-top-icon {
  width: 26px;
  height: 26px;
  color: #dc5c33;
  transition: color 160ms ease, transform 180ms cubic-bezier(.2, .8, .2, 1);
}

.rr-scroll-top-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.rr-scroll-top span {
  color: currentColor;
  font-family: Anybody, Arial, sans-serif;
  font-size: 8px;
  font-weight: 760;
  font-stretch: expanded;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

@media (hover: hover) {
  .rr-scroll-top:hover {
    color: #070a08;
    background-color: #dc5c33;
    border-color: #dc5c33;
    transform: translate3d(0, -3px, 0);
  }

  .rr-scroll-top:hover .rr-scroll-top-icon {
    color: #070a08;
    transform: translateY(-2px);
  }
}

.rr-scroll-top:active {
  transform: translate3d(0, 0, 0) scale(.96);
}

.rr-scroll-top:focus-visible {
  outline: 2px solid #e7e3d4;
  outline-offset: 3px;
}

.rr-cursor-scratch {
  position: fixed;
  z-index: 2147482998;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.rr-cursor-3d {
  position: fixed;
  z-index: 2147483000;
  top: 0;
  left: 0;
  width: var(--rr-cursor-size);
  height: var(--rr-cursor-size);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  transition: opacity 120ms ease;
  contain: strict;
  will-change: transform, opacity;
}

.rr-cursor-3d-stage {
  position: absolute;
  inset: 0;
  transform-origin: 18% 18%;
  transition: transform 190ms cubic-bezier(.16, 1, .3, 1), filter 190ms ease;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .58));
}

.rr-cursor-3d canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.rr-cursor-3d.is-ready.is-visible:not(.is-text) {
  opacity: 1;
}

.rr-cursor-3d.is-action .rr-cursor-3d-stage {
  transform: translate3d(1px, -1px, 0);
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .62));
}

.rr-cursor-3d.is-pressed .rr-cursor-3d-stage {
  transform: translate3d(2px, 1px, 0) scale(.94);
}

@media (pointer: fine) {
  html.rr-cursor-3d-enabled,
  html.rr-cursor-3d-enabled body,
  html.rr-cursor-3d-enabled body * {
    cursor: none !important;
  }

  html.rr-cursor-3d-enabled body :where(
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="number"],
    input[type="password"],
    input[type="url"],
    textarea,
    [contenteditable="true"]
  ) {
    cursor: text !important;
  }
}

@media (pointer: coarse) {
  .rr-site-scrollbar,
  .rr-cursor-scratch,
  .rr-cursor-3d {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .rr-scroll-top {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 52px;
    height: 56px;
  }

  .rr-scroll-top-icon {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 1279px) and (pointer: fine) {
  :root {
    --rr-cursor-size: 44px;
  }
}

@media (max-width: 820px) and (pointer: fine) {
  html.rr-cursor-3d-enabled,
  html.rr-cursor-3d-enabled body,
  html.rr-cursor-3d-enabled body * {
    cursor: auto !important;
  }

  .rr-cursor-scratch,
  .rr-cursor-3d {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-scroll-top,
  .rr-scroll-top-icon,
  .rr-cursor-3d,
  .rr-cursor-3d-stage {
    transition: none;
  }
}

/* Keep every public product route on the same backdrop as HOME. Legacy
   product styles used their own grid/diagonal overlays; those layers read as
   dark lines around the header and made otherwise identical navigation look
   like a different component. */
body.product-portal,
body.pricing-page {
  background-color: #090c09 !important;
  background-image: url('/back.png?v=1') !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

body.product-portal::before,
body.product-portal::after,
body.pricing-page::before,
body.pricing-page::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 900px) {
  body.product-portal,
  body.pricing-page {
    background-attachment: scroll !important;
  }
}

/* Canonical Rage Raptors navigation geometry.
   Product portals and authentication pages use different markup, but their
   visible header must match the main site exactly. */
@media (min-width: 761px) {
  /* Product overview pages previously kept `top: 12px` while remaining
     position:relative, physically shifting the whole header down by 12px. */
  body .ts-page > .ts-header {
    position: sticky !important;
    top: 12px !important;
    z-index: 40 !important;
    width: min(calc(100% - 40px), 1320px) !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 auto 26px !important;
    padding: 0 24px !important;
    overflow: visible !important;
    border: 1px solid rgba(240, 229, 208, .11) !important;
    border-radius: 0 !important;
    background-color: rgba(7, 11, 8, .62) !important;
    background-image: linear-gradient(rgba(5, 9, 6, .7), rgba(5, 9, 6, .7)) !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .42) !important;
    backdrop-filter: blur(18px) !important;
    isolation: isolate !important;
    font-variation-settings: 'wdth' 96 !important;
  }

  /* Contain the first header's margin inside the body. Without this, the
     24px margin collapsed through BODY and exposed the black HTML backdrop as
     a horizontal strip above pricing/legal/account pages. */
  body:has(> .portal-header),
  body:has(> .public-header),
  body:has(> .auth-public-header) {
    padding-top: 24px !important;
  }

  body .ts-header > .ts-header-cta {
    font-size: 12px !important;
  }

  body .portal-header,
  body .public-header,
  body .auth-public-header {
    position: sticky !important;
    top: 12px !important;
    z-index: 40 !important;
    width: min(calc(100% - 40px), 1320px) !important;
    height: 70px !important;
    min-height: 70px !important;
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr) 190px !important;
    align-items: center !important;
    gap: 24px !important;
    margin: 0 auto 26px !important;
    padding: 0 24px !important;
    overflow: visible !important;
    border: 1px solid rgba(240, 229, 208, .11) !important;
    border-radius: 0 !important;
    background-color: rgba(7, 11, 8, .62) !important;
    background-image: linear-gradient(rgba(5, 9, 6, .7), rgba(5, 9, 6, .7)) !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .42) !important;
    backdrop-filter: blur(18px) !important;
    isolation: isolate !important;
    font-variation-settings: 'wdth' 96 !important;
  }

  body .public-shell > .public-header {
    margin-top: 24px !important;
  }

  body .portal-header > .portal-brand,
  body .public-header > .brand,
  body .auth-public-header > .auth-brand {
    width: 132px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  body .portal-header > .portal-brand img,
  body .public-header > .brand img,
  body .auth-public-header > .auth-brand img {
    width: 132px !important;
    height: auto !important;
    max-height: 54px !important;
    object-fit: contain !important;
  }

  body .portal-header > nav,
  body .public-header > .public-nav,
  body .auth-public-header > .auth-public-nav {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    height: 42px !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    gap: 3px !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .portal-header > nav > a,
  body .public-header > .public-nav > a,
  body .auth-public-header > .auth-public-nav > a {
    position: relative !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: rgba(240, 229, 208, .54) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
    font-variation-settings: 'wdth' 96 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body .portal-header > nav > a::after,
  body .public-header > .public-nav > a::after,
  body .auth-public-header > .auth-public-nav > a::after {
    display: none !important;
  }

  body .portal-header > nav > a:hover,
  body .portal-header > nav > a.is-current,
  body .public-header > .public-nav > a:hover,
  body .public-header > .public-nav > a.active,
  body .auth-public-header > .auth-public-nav > a:hover,
  body .auth-public-header > .auth-public-nav > a.active {
    color: #f0e5d0 !important;
    background: rgba(240, 229, 208, .07) !important;
  }

  body .portal-header > nav > a.rrt-house-link,
  body .public-header > .public-nav > a.rrt-house-link,
  body .auth-public-header > .auth-public-nav > a.rrt-house-link {
    height: 42px !important;
    min-height: 42px !important;
    gap: 9px !important;
    margin-left: 7px !important;
    padding: 8px 12px 8px 14px !important;
    border: 1px solid rgba(232, 97, 53, .56) !important;
    color: #f0e5d0 !important;
    background: linear-gradient(105deg, rgba(232, 97, 53, .16), rgba(232, 97, 53, .035)) !important;
    box-shadow: inset 3px 0 0 #e86135, 0 9px 24px rgba(0, 0, 0, .16) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .055em !important;
  }

  body .portal-header > nav > a.rrt-house-link > b,
  body .public-header > .public-nav > a.rrt-house-link > b,
  body .auth-public-header > .auth-public-nav > a.rrt-house-link > b {
    color: #e86135 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    transition: color .22s ease, transform .22s cubic-bezier(.16, 1, .3, 1) !important;
  }

  body .portal-header > nav > a.rrt-house-link > span,
  body .public-header > .public-nav > a.rrt-house-link > span,
  body .auth-public-header > .auth-public-nav > a.rrt-house-link > span {
    margin: 0 !important;
  }

  body .portal-header > nav > a.rrt-house-link:hover,
  body .public-header > .public-nav > a.rrt-house-link:hover,
  body .auth-public-header > .auth-public-nav > a.rrt-house-link:hover {
    color: #11150f !important;
    border-color: #e86135 !important;
    background: #e86135 !important;
    box-shadow: inset 3px 0 0 #f0e5d0, 0 10px 28px rgba(232, 97, 53, .2) !important;
  }

  body .portal-header > nav > a.rrt-house-link:hover > b,
  body .public-header > .public-nav > a.rrt-house-link:hover > b,
  body .auth-public-header > .auth-public-nav > a.rrt-house-link:hover > b {
    color: #11150f !important;
    transform: translate(2px, -2px) !important;
  }

  body .portal-header > .portal-actions,
  body .public-header > .public-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 190px !important;
    display: block !important;
    justify-self: end !important;
  }

  body .portal-header .portal-account,
  body .public-header .header-account,
  body .public-header .signin,
  body .public-header .portal-account,
  body .auth-public-header .auth-header-action {
    width: 190px !important;
    height: 46px !important;
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    padding: 0 19px !important;
    border: 1px solid #f0e5d0 !important;
    border-radius: 0 !important;
    color: #11150f !important;
    background: #f0e5d0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: normal !important;
    letter-spacing: .035em !important;
    font-variation-settings: 'wdth' 96 !important;
    text-transform: uppercase !important;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), background .25s ease, color .25s ease, border-color .25s ease !important;
  }

  body .portal-header .portal-account:hover,
  body .public-header .header-account:hover,
  body .public-header .signin:hover,
  body .public-header .portal-account:hover,
  body .auth-public-header .auth-header-action:hover {
    transform: translateY(-2px) !important;
    background: #fff8e9 !important;
  }

  body .portal-index {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  body .portal-header,
  body .public-header,
  body .auth-public-header {
    grid-template-columns: 150px minmax(0, 1fr) !important;
  }

  body .portal-header > .portal-actions,
  body .portal-header > .portal-account,
  body .public-header > .header-account,
  body .public-header > .public-actions,
  body .public-header > .signin,
  body .public-header > .portal-account,
  body .auth-public-header > .auth-header-action {
    display: none !important;
  }
}

/* The same cursor-proximity border light used by the HOME header. */
.rrt-glow-card {
  --rrt-glow-x: 50%;
  --rrt-glow-y: 50%;
  --rrt-glow-opacity: 0;
  position: relative;
  isolation: isolate;
}

.rrt-border-glow {
  position: absolute;
  inset: 0;
  z-index: 30;
  padding: 1px;
  overflow: hidden;
  border-radius: inherit;
  opacity: var(--rrt-glow-opacity);
  background: radial-gradient(
    360px circle at var(--rrt-glow-x) var(--rrt-glow-y),
    rgba(255, 137, 84, .98) 0,
    rgba(232, 97, 53, .8) 22%,
    rgba(232, 97, 53, .34) 52%,
    rgba(232, 97, 53, .1) 76%,
    transparent 100%
  );
  filter: drop-shadow(0 0 10px rgba(232, 97, 53, .3));
  pointer-events: none;
  transition: opacity .42s cubic-bezier(.16, 1, .3, 1);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.rrt-glow-card[data-glow-active="true"] .rrt-border-glow {
  transition-duration: .24s;
}

.rr-shared-menu,
.rr-mobile-account {
  display: none !important;
}

body .public-header > .public-nav > .mobile-account {
  display: none !important;
}

body .portal-header > nav > .rr-mobile-account,
body .public-header > nav > .rr-mobile-account,
body .auth-public-header > nav > .rr-mobile-account,
body .site-header > nav > .rr-mobile-account {
  display: none !important;
}

@media (max-width: 760px) {
  body .portal-header:has(> .rr-shared-menu),
  body .public-header:has(> .rr-shared-menu),
  body .auth-public-header:has(> .rr-shared-menu),
  body .site-header:has(> .rr-shared-menu) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0 12px !important;
  }

  .rr-shared-menu {
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(240, 229, 208, .18);
    border-radius: 0;
    color: #f0e5d0;
    background: transparent;
    font: 750 11px/1 Anybody, Arial, sans-serif;
    text-transform: uppercase;
  }

  body .portal-header:has(> .rr-shared-menu) > .portal-actions,
  body .portal-header:has(> .rr-shared-menu) > .portal-account,
  body .public-header:has(> .rr-shared-menu) > .header-account,
  body .public-header:has(> .rr-shared-menu) > .public-actions,
  body .auth-public-header:has(> .rr-shared-menu) > .auth-header-action,
  body .site-header:has(> .rr-shared-menu) > .back-link {
    display: none !important;
  }

  body .portal-header > .portal-actions,
  body .portal-header > .portal-account,
  body .public-header > .header-account,
  body .public-header > .public-actions,
  body .auth-public-header > .auth-header-action {
    display: none !important;
  }

  body .portal-header:has(> .rr-shared-menu) > nav,
  body .public-header:has(> .rr-shared-menu) > nav,
  body .auth-public-header:has(> .rr-shared-menu) > nav,
  body .site-header:has(> .rr-shared-menu) > nav {
    display: none !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(240, 229, 208, .11) !important;
    overflow: visible !important;
  }

  body .portal-header.is-menu-open > nav,
  body .public-header.is-menu-open > nav,
  body .auth-public-header.is-menu-open > nav,
  body .site-header.is-menu-open > nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  body .portal-header.is-menu-open > nav > a,
  body .public-header.is-menu-open > nav > a,
  body .auth-public-header.is-menu-open > nav > a,
  body .site-header.is-menu-open > nav > a {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 12px !important;
    border-bottom: 1px solid rgba(240, 229, 208, .08) !important;
    font-size: 11px !important;
  }

  body nav > .rr-mobile-account,
  body .public-nav > .mobile-account {
    display: flex !important;
    grid-column: 1 / -1;
    min-height: 46px !important;
    color: #11150f !important;
    background: #f0e5d0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  body .portal-header.is-menu-open > nav > .rr-mobile-account,
  body .public-header.is-menu-open > nav > .rr-mobile-account,
  body .auth-public-header.is-menu-open > nav > .rr-mobile-account,
  body .public-header.is-menu-open > .public-nav > .mobile-account {
    display: flex !important;
    min-height: 46px !important;
    grid-column: 1 / -1 !important;
    color: #11150f !important;
    background: #f0e5d0 !important;
  }
}

/* Keep the ecosystem CTA orange even on product pages with red or purple accents. */
body .portal-header > nav > a.rrt-house-link,
body .public-header > .public-nav > a.rrt-house-link,
body .auth-public-header > .auth-public-nav > a.rrt-house-link {
  border-color: rgba(220, 92, 51, .62) !important;
  color: #f0e5d0 !important;
  background: linear-gradient(105deg, rgba(220, 92, 51, .16), rgba(220, 92, 51, .035)) !important;
  box-shadow: inset 3px 0 0 #dc5c33, 0 9px 24px rgba(0, 0, 0, .16) !important;
}

body .portal-header > nav > a.rrt-house-link > b,
body .public-header > .public-nav > a.rrt-house-link > b,
body .auth-public-header > .auth-public-nav > a.rrt-house-link > b {
  color: #dc5c33 !important;
}

body .portal-header > nav > a.rrt-house-link:hover,
body .public-header > .public-nav > a.rrt-house-link:hover,
body .auth-public-header > .auth-public-nav > a.rrt-house-link:hover {
  border-color: #dc5c33 !important;
  color: #11150f !important;
  background: #dc5c33 !important;
  box-shadow: inset 3px 0 0 #f0e5d0, 0 10px 28px rgba(220, 92, 51, .2) !important;
}

body .portal-header > nav > a.rrt-house-link:hover > b,
body .public-header > .public-nav > a.rrt-house-link:hover > b,
body .auth-public-header > .auth-public-nav > a.rrt-house-link:hover > b {
  color: #11150f !important;
}
