.rx {
  --rx-line: #253345;
  --rx-muted: #9caaba;
  max-width: 1800px;
  margin: auto;
  padding: 34px clamp(18px,3.5vw,64px) 60px;
}
.rx button,.rx a {
  -webkit-tap-highlight-color: transparent;
}
.rx button {
  font: inherit;
  cursor: pointer;
}
.rx [hidden] {
  display: none!important;
}
.rx button:focus-visible,.rx a:focus-visible {
  outline: 2px solid #ffad56;
  outline-offset: 4px;
}
.rx-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}
.rx-back {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-decoration: none;
  color: #99a7b7;
}
.rx-back a {
  color: inherit;
  text-decoration: none;
}
.rx-back a:hover {
  color: #d5dce5;
}
.rx-back span {
  margin: 0 10px;
  color: #576678;
}
.rx h1 {
  font-size: clamp(28px,3.1vw,48px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.25;
  margin: 12px 0;
}
.rx h1 em {
  font-style: normal;
  color: #ff9637;
}
.rx-heading p {
  font-size: 13px;
  color: var(--rx-muted);
}
.rx-heading-note {
  font-size: 10px;
  letter-spacing: .14em;
  white-space: nowrap;
  color: #d5dce5;
}
.rx-heading-note small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  color: #8392a4;
  padding-top: 10px;
}
.rx-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff9637;
  border-radius: 50%;
  margin-right: 8px;
}
.rx-workspace {
  display: grid;
  grid-template-columns: minmax(0,1fr) 342px;
  min-height: 660px;
  border: 1px solid var(--rx-line);
  border-radius: 14px;
  overflow: hidden;
  background: #101925;
  box-shadow: 0 20px 80px #0003;
}
.rx-stage {
  position: relative;
  isolation: isolate;
  min-width: 0;
  background: #dce1df;
  display: flex;
  flex-direction: column;
  min-height: 660px;
}
.rx-viewport {
  position: absolute;
  inset: 0 0 38px;
  overflow: hidden;
}
.rx-viewport canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  outline: none;
}
.rx-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  inset: 0;
  background: #dce1df;
}
.rx-poster.is-hidden {
  visibility: hidden;
}
.rx-topbar {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
  z-index: 2;
}
.rx-btn {
  border: 1px solid #85929365;
  background: #f8faf8eb;
  color: #253437;
  padding: 9px 13px;
  border-radius: 6px;
  font-size: 11px!important;
  box-shadow: 0 2px 10px #18352908;
  pointer-events: auto;
}
.rx-btn:hover {
  background: white;
}
.rx-home span {
  margin-right: 5px;
}
.rx-view-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  color: #627576;
}
.rx-stage-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 38px;
  border-top: 1px solid #b6c3c380;
  background: #e8eceaf2;
  color: #526165;
  font-size: 10px;
  padding: 10px 17px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  z-index: 3;
}
.rx-orbit-help {
  white-space: nowrap;
}
.rx-orbit-help b {
  padding: 0 6px;
  font-weight: 400;
}
.rx-panel {
  padding: 27px 24px 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #1d2a3a;
  min-width: 0;
  max-height: 760px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #364659 transparent;
}
.rx-eyebrow {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  color: #ffab62;
  display: block;
}
.rx-panel h2 {
  color: #f3f6f8;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -.045em;
  margin: 17px 0 13px;
}
.rx-welcome>p,.rx-intro {
  color: #a5b2c2;
  font-size: 12px;
  line-height: 1.8;
}
.rx-system-list {
  margin: 20px -24px 10px;
}
.rx-system-list button {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-top: 1px solid #ffffff0c;
  background: none;
  width: 100%;
  padding: 14px 24px;
  text-align: left;
  color: #e5eaf0;
  font-size: 12px;
}
.rx-system-list button:last-child {
  border-bottom: 1px solid #ffffff0c;
}
.rx-system-list button:hover,.rx-system-list button.is-hovered {
  background: #ff9b1510;
}
.rx-system-list small {
  display: block;
  color: #8294a8;
  font-size: 9px;
  margin-top: 4px;
  line-height: 1.5;
}
.rx-number {
  font-size: 10px;
  color: #ef9c57;
  border: 1px solid #554431;
  border-radius: 4px;
  width: 25px;
  height: 27px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.rx-system-list button>span:last-child {
  margin-left: auto;
  color: #76899d;
}
.rx-key-hint {
  font-size: 9px!important;
  color: #718398!important;
  margin: 14px 0;
}
.rx-panel-bottom {
  border-top: 1px solid #ffffff0d;
  padding: 18px 0 20px;
  margin-top: auto;
}
.rx-panel-bottom>span {
  font-size: 8px;
  letter-spacing: .15em;
  color: #73889e;
}
.rx-panel-bottom a {
  color: #d7e2ed;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.rx-panel-bottom a:hover {
  color: #ff9b3c;
}
.rx-zone-strip {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--rx-line);
  border-radius: 8px;
  overflow: hidden;
}
.rx-zone-strip button {
  padding: 15px 10px;
  border: 0;
  border-right: 1px solid var(--rx-line);
  font-size: 10px;
  background: #0e1620;
  color: #a5b4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  white-space: nowrap;
}
.rx-zone-strip button:last-child {
  border-right: 0;
}
.rx-zone-strip button span {
  color: #657e97;
  font-size: 9px;
}
.rx-zone-strip button:hover,.rx-zone-strip button.is-hovered {
  background: #1b2633;
  color: white;
}
.rx-zone-strip button[aria-pressed=true] {
  background: #f59732;
  color: #111d28;
}
.rx-zone-strip button[aria-pressed=true] span {
  color: #5c3915;
}
.rx-caption {
  font-size: 9px;
  color: #718297;
  margin: 14px 0 0;
  line-height: 1.7;
}
.rx-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.rx-detail-top button {
  color: #b5c4d2;
  background: transparent;
  border: 1px solid #344355;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 1;
}
.rx-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 23px 0 22px;
  border: 1px solid #2b3b4b;
  border-radius: 7px;
}
.rx-metrics div {
  padding: 11px 10px;
  min-width: 0;
}
.rx-metrics div:nth-child(odd) {
  border-right: 1px solid #2b3b4b;
}
.rx-metrics div:nth-child(-n+2) {
  border-bottom: 1px solid #2b3b4b;
}
.rx-metrics dt {
  font-size: 8px;
  color: #8295a9;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.rx-metrics dd {
  margin: 5px 0 0;
  color: #e6edf4;
  font-size: 11px;
  line-height: 1.5;
}
.rx-metrics div:first-child dd {
  color: #ffb971;
}
.rx-tabs {
  display: flex;
  border-bottom: 1px solid #2b3b4b;
  gap: 15px;
}
.rx-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 11px;
  color: #8b9db0;
  font-size: 10px;
  white-space: nowrap;
}
.rx-tabs button[aria-selected=true] {
  border-color: #ff9637;
  color: white;
}
#rx-tab-content {
  padding: 17px 0 8px;
  font-size: 11px;
  line-height: 1.85;
  color: #bcc9d6;
  min-height: 166px;
}
#rx-tab-content h3 {
  font-size: 10px;
  font-weight: 500;
  color: #f4f6f8;
  margin-bottom: 7px;
}
#rx-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
#rx-tab-content li {
  padding-left: 14px;
  position: relative;
  margin: 4px 0;
}
#rx-tab-content li:before {
  content: '+';
  position: absolute;
  left: 0;
  color: #94cda9;
}
#rx-tab-content .rx-cons li:before {
  content: '−';
  color: #e5ac7b;
}
.rx-best {
  margin-top: 13px;
  padding-left: 11px;
  border-left: 2px solid #805731;
  font-size: 10px;
}
.rx-best strong {
  font-weight: 500;
  color: #e6edf4;
}
.rx-source {
  display: inline-flex;
  gap: 14px;
  color: #8499ac;
  font-size: 9px;
  text-decoration: none;
  border-bottom: 1px solid #3b4e5f;
  margin: 12px 0 22px;
}
.rx-source:hover {
  color: #ffb05d;
}
.rx-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e6ebe4ae;
  color: #304448;
  font-size: 12px;
  z-index: 6;
}
.rx-spinner {
  height: 17px;
  width: 17px;
  border: 2px solid #879a9b;
  border-top-color: #f08a25;
  border-radius: 50%;
  animation: rx-spin 1s linear infinite;
}
@keyframes rx-spin {
  to {
    transform: rotate(360deg);
  }
}
.rx-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.rx-zone-label {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%,-50%);
  pointer-events: auto;
  border: 1px solid #ffffffc9;
  box-shadow: 0 2px 12px #112c3c20;
  border-radius: 5px;
  padding: 6px 9px;
  background: #f9faf5f0;
  color: #34484a;
  font-size: 9px!important;
  white-space: nowrap;
}
.rx-zone-label span {
  color: #a86a24;
  margin-right: 6px;
  font-size: 8px;
}
.rx-zone-label:hover,.rx-zone-label.is-hovered {
  background: #fff0ca;
  border-color: #eea044;
}
.rx-viewbar {
  position: absolute;
  bottom: 111px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  background: #f7f8f4eb;
  border: 1px solid #bdc8c5;
  border-radius: 7px;
  z-index: 4;
}
.rx-viewbar>span {
  font-size: 8px;
  letter-spacing: .12em;
  color: #657574;
  padding: 0 7px;
}
.rx-viewbar button {
  font-size: 10px;
  background: none;
  border: 0;
  padding: 7px 10px;
  border-radius: 4px;
  color: #526160;
}
.rx-viewbar button[aria-pressed=true] {
  background: #304743;
  color: white;
}
.rx-demobar {
  position: absolute;
  bottom: 51px;
  left: 20px;
  right: 20px;
  max-width: 470px;
  background: #102526ee;
  color: #edf1ec;
  display: flex;
  align-items: center;
  padding: 10px 12px 13px;
  gap: 8px;
  border-radius: 7px;
  z-index: 4;
  box-shadow: 0 8px 20px #10252718;
}
.rx-demobar>div:first-child {
  flex: 1;
  font-size: 10px;
}
.rx-demobar small {
  display: block;
  margin-left: 16px;
  font-size: 8px;
  color: #9eb3b4;
  margin-top: 3px;
}
.rx-demo-dot {
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #ffae54;
  border-radius: 50%;
  margin-right: 10px;
}
.rx-demobar button {
  height: 28px;
  width: 28px;
  background: #ffffff0a;
  color: white;
  border: 1px solid #ffffff20;
  border-radius: 5px;
  font-size: 15px;
}
.rx-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
  background: #ffffff15;
}
.rx-progress i {
  display: block;
  background: #f8a13b;
  height: 100%;
  width: 0;
}
/* The field guide: the same six systems as plain, always-present text under the
   stage. Reads as the page's body copy for anyone who never clicks a zone. */
.rx-guide {
  margin-top: 50px;
}
.rx-guide-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
}
.rx-guide h2 {
  font-size: 22px;
  color: #f0f4f8;
  font-weight: 500;
  letter-spacing: -.025em;
}
.rx-guide-head p {
  color: #8c9cad;
  font-size: 12px;
  line-height: 1.6;
  max-width: 640px;
  margin: 8px 0 0;
}
.rx-guide-head a {
  color: #ef9c57;
}
.rx-guide-grid {
  display: grid;
  gap: 12px;
}
.rx-guide-card {
  border: 1px solid #263443;
  border-radius: 7px;
  padding: 17px 18px 15px;
  background: #0c141f;
  scroll-margin-top: 92px;
}
.rx-guide-card-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
.rx-guide-card h3 {
  font-size: 14px;
  font-weight: 500;
  color: #e6edf4;
  margin: 0;
}
.rx-guide-tag {
  margin-left: auto;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #73889e;
  white-space: nowrap;
}
.rx-guide-intro {
  font-size: 12px;
  color: #c3d1de;
  line-height: 1.7;
  margin: 0 0 12px;
}
.rx-guide-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  background: var(--rx-line);
  border: 1px solid var(--rx-line);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 14px;
}
.rx-guide-metrics>div {
  background: #0a1119;
  padding: 8px 10px;
}
.rx-guide-metrics dt {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #73889e;
}
.rx-guide-metrics dd {
  font-size: 11px;
  color: #dbe2ea;
  margin: 3px 0 0;
}
.rx-guide-body {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.rx-guide-body h4 {
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #73889e;
  font-weight: 600;
  margin: 0 0 6px;
}
.rx-guide-body h4~h4 {
  margin-top: 12px;
}
.rx-guide-body p {
  font-size: 11px;
  color: #a0b2c4;
  line-height: 1.75;
  margin: 0;
}
.rx-guide-body ul,.rx-guide-steps {
  font-size: 11px;
  color: #a0b2c4;
  line-height: 1.7;
  margin: 0;
  padding-left: 16px;
}
.rx-guide-steps {
  margin-top: 8px;
  color: #8c9cad;
}
.rx-guide-body li {
  margin-bottom: 3px;
}
.rx-guide-cons li::marker {
  color: #6f7f90;
}
.rx-guide-best {
  margin-top: 8px!important;
  color: #c3d1de!important;
}
.rx-guide-best strong {
  color: #e6edf4;
  font-weight: 500;
}
.rx-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid #1d2937;
}
.rx-guide-links a {
  font-size: 11px;
  color: #ef9c57;
  text-decoration: none;
}
.rx-guide-links a:hover {
  color: #ffad56;
  text-decoration: underline;
}
.rx-guide-links .rx-guide-source {
  margin-left: auto;
  color: #8c9cad;
}
.rx-guide-links .rx-guide-source:hover {
  color: #c3d1de;
}
.rx-try {
  margin-top: 50px;
}
.rx-try-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
}
.rx-try h2 {
  font-size: 22px;
  color: #f0f4f8;
  font-weight: 500;
  letter-spacing: -.025em;
}
.rx-try-head p {
  color: #8c9cad;
  font-size: 12px;
  line-height: 1.6;
  max-width: 640px;
  margin: 8px 0 0;
}
.rx-try-units {
  font-size: 10px;
  color: #73889e;
  letter-spacing: .04em;
  white-space: nowrap;
}
.rx-try-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.rx-try-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #263443;
  border-radius: 7px;
  padding: 17px 18px 15px;
  background: #0c141f;
}
.rx-try-card-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
.rx-try-card h3 {
  font-size: 13px;
  font-weight: 500;
  color: #e6edf4;
  margin: 0;
}
.rx-try-tag {
  margin-left: auto;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #73889e;
  white-space: nowrap;
}
.rx-try-how {
  font-size: 11px;
  color: #a0b2c4;
  line-height: 1.75;
  margin: 0 0 12px;
}
.rx-try-prompt {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.75;
  color: #dbe2ea;
  background: #0a1017;
  border: 1px solid #1d2937;
  border-left: 3px solid #ff9637;
  border-radius: 5px;
  padding: 11px 13px;
  margin: 0 0 12px;
  white-space: pre-wrap;
}
.rx-try-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.rx-try-copy {
  border: 1px solid #2c3a4a;
  background: #121c28;
  color: #d7e2ed;
  font-size: 11px;
  padding: 8px 12px;
  border-radius: 6px;
}
.rx-try-copy:hover {
  border-color: #ff9637;
  color: #fff;
}
.rx-try-copy.is-done {
  color: #7ed49b;
  border-color: #2f5a3f;
}
.rx-try-go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  color: #0f1720;
  background: #ff9637;
  padding: 8px 13px;
  border-radius: 6px;
}
.rx-try-go:hover {
  background: #ffad56;
}
@media(min-width:1500px) {
  .rx-workspace {
    grid-template-columns: minmax(0,1fr) 370px;
  }
  .rx-stage {
    min-height: 720px;
  }
  .rx-panel {
    padding: 32px 29px 0;
  }
  .rx-system-list {
    margin-left: -29px;
    margin-right: -29px;
  }
  .rx-system-list button {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media(max-width:1150px) {
  .rx {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rx-heading-note {
    display: none;
  }
  .rx-workspace {
    grid-template-columns: minmax(0,1fr) 305px;
  }
  .rx-panel {
    padding: 22px 19px 0;
  }
  .rx-system-list {
    margin-left: -19px;
    margin-right: -19px;
  }
  .rx-system-list button {
    padding-left: 19px;
    padding-right: 19px;
  }
  .rx-orbit-help {
    display: none;
  }
  .rx-zone-strip button {
    font-size: 9px;
    gap: 6px;
  }
  .rx-tabs {
    gap: 10px;
  }
  .rx-viewbar {
    left: 12px;
  }
  .rx-viewbar button {
    padding: 7px 7px;
  }
  .rx-demobar {
    left: 12px;
    right: 12px;
  }
  .rx-panel h2 {
    font-size: 28px;
  }
}
@media(max-width:800px) {
  .rx {
    padding-top: 22px;
  }
  .rx-heading {
    margin-bottom: 20px;
  }
  .rx h1 {
    font-size: 30px;
  }
  .rx-workspace {
    display: flex;
    flex-direction: column;
  }
  .rx-stage {
    min-height: 450px;
    height: 52vh;
    max-height: 590px;
  }
  .rx-panel {
    max-height: none;
    border-left: 0;
    border-top: 1px solid var(--rx-line);
    padding: 24px 22px 0;
  }
  .rx-welcome h2 br {
    display: none;
  }
  .rx-system-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    gap: 4px;
  }
  .rx-system-list button {
    padding: 12px 7px;
    border: 1px solid #ffffff0c;
    border-radius: 4px;
    gap: 8px;
  }
  .rx-system-list button small {
    font-size: 8px;
  }
  .rx-system-list button>span:last-child {
    display: none;
  }
  .rx-key-hint {
    display: none;
  }
  .rx-zone-strip {
    display: flex;
    overflow-x: auto;
  }
  .rx-zone-strip button {
    flex: 0 0 auto;
    padding: 14px;
    font-size: 10px;
  }
  .rx-panel-bottom {
    margin-top: 18px;
  }
  .rx-panel h2 {
    font-size: 30px;
  }
  .rx-metrics {
    margin: 19px 0;
  }
  .rx-tabs {
    gap: 22px;
  }
  .rx-tabs button {
    font-size: 12px;
  }
  #rx-tab-content {
    min-height: 0;
    font-size: 12px;
  }
  .rx-intro {
    max-width: 560px;
  }
  .rx-try-grid {
    grid-template-columns: 1fr;
  }
  .rx-guide-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .rx-guide-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .rx-try-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .rx-try-units {
    white-space: normal;
  }
  .rx-view-label {
    display: none;
  }
  .rx-topbar {
    left: 12px;
    top: 12px;
  }
  .rx-zone-label {
    font-size: 8px!important;
    padding: 4px 6px;
  }
  .rx-viewbar {
    bottom: 112px;
  }
  .rx-demobar {
    bottom: 51px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .rx * {
    animation: none!important;
    scroll-behavior: auto!important;
  }
}
.rx-workspace {
  scroll-margin-top: 92px;
}
@media(max-width:600px) {
  .rx-guide-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .rx-zone-label {
    font-size: 0!important;
    padding: 7px;
  }
  .rx-zone-label span {
    display: inline-block;
    font-size: 11px;
    min-width: 14px;
    margin: 0;
  }
}
