/* Rulebase homepage top clone - moodboard only (approved reference basis) */

@font-face {
  font-family: "ABC Diatype";
  src:
    url("/fonts/moodboard/ABCDiatype-Regular.ttf") format("truetype"),
    url("/fonts/moodboard/diatype.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/moodboard/ABCDiatype-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hedvig Letters Sans";
  src: url("/fonts/moodboard/hedvig.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.rb-clone {
  --rb-bg: #efedeb;
  --rb-dark: #1a1716;
  --rb-text: #1e1e1e;
  --rb-cream: #f7f7f4;
  --rb-cta: #474440;
  --rb-font-display: "ABC Diatype", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --rb-font-body: Inter, system-ui, sans-serif;
  --rb-font-cta: Arial, Helvetica, sans-serif;
  background: var(--rb-bg);
  color: var(--rb-text);
  font-family: var(--rb-font-body);
}

.rb-clone .rb-nav {
  z-index: 20;
  align-items: center;
  height: 72px;
  padding: 0 100px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.rb-clone .rb-nav-logo {
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  text-decoration: none;
  display: flex;
  line-height: 0;
}

/* Height-led sizing so the UNIT01 wordmark keeps SVG ratio (not Rulebase's 134×32 box). */
.rb-clone .rb-nav-logo img,
.rb-clone .rb-nav-logo-unit01 {
  width: auto;
  height: 22px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.rb-clone .rb-nav-links {
  align-items: center;
  gap: 28px;
  margin-left: 48px;
  display: flex;
}

.rb-clone .rb-nav-links a {
  font-family: var(--font-header);
  color: #fff;
  letter-spacing: -0.09px;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.rb-clone .rb-nav-links a:hover {
  opacity: 0.7;
  font-family: var(--font-header);
}

.rb-clone .rb-nav-cta {
  background: var(--rb-cta);
  font-family: var(--font-header);
  color: var(--rb-cream);
  cursor: pointer;
  border: none;
  border-radius: var(--u01-radius-cta);
  margin-left: auto;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.rb-clone .rb-hero {
  background: var(--rb-dark);
  height: 744px;
  position: relative;
  overflow: hidden;
}

.rb-clone .rb-hero-right {
  position: absolute;
  inset: 0 0 0 52%;
  overflow: hidden;
}

.rb-clone .rb-stone-bg {
  object-fit: cover;
  width: 1371px;
  height: 1436px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
}

.rb-clone .rb-panel-overlay {
  background: var(--rb-dark);
  opacity: 0.15;
  border-radius: 4px;
  width: 633px;
  height: 635px;
  position: absolute;
  top: 104px;
  left: 0;
}

.rb-clone .rb-hero-chat-card {
  width: 378px;
  position: absolute;
  z-index: 3;
  top: 276px;
  left: 50%;
  transform: translate(-50%);
}

.rb-clone .rb-chat-messages {
  background: #f7f7f4;
  border: 1px solid rgba(26, 23, 22, 0.14);
  border-radius: 4px;
  min-height: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 16px 40px rgba(26, 23, 22, 0.14);
}

.rb-clone .rb-chat-header {
  align-items: center;
  display: flex;
  padding: 12px 12px 12px;
  border-bottom: 1px solid rgba(26, 23, 22, 0.12);
}

.rb-clone .rb-chat-user {
  color: #1a1716;
  letter-spacing: -0.01em;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  min-width: 0;
}

.rb-clone .rb-chat-user img,
.rb-clone .rb-chat-mark {
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.rb-clone .rb-chat-mark {
  display: block;
  background: #191918;
  border: 1px solid rgba(25, 25, 24, 0.88);
}

.rb-clone .rb-chat-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rb-clone .rb-chat-user strong {
  font-weight: 500;
  display: block;
  font-size: 13px;
  letter-spacing: -0.015em;
  color: #1a1716;
  line-height: 1.15;
}

.rb-clone .rb-chat-user span,
.rb-clone .rb-chat-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  font-size: 11px;
  line-height: 1.2;
  color: rgba(26, 23, 22, 0.48);
  font-weight: 400;
  letter-spacing: -0.005em;
}

.rb-clone .rb-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #191918;
  box-shadow: none;
  flex-shrink: 0;
}

.rb-clone .rb-chat-feed {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 4px 4px 8px;
}

.rb-clone .rb-chat-msg {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 8px 8px 8px 12px;
  display: flex;
  border-radius: 0;
  position: relative;
}

.rb-clone .rb-chat-msg + .rb-chat-msg {
  border-top: 1px solid rgba(26, 23, 22, 0.08);
}

/* Moodboard clone still stacks msgs without .rb-chat-feed */
.rb-clone .rb-chat-messages > .rb-chat-msg {
  margin: 0 4px;
  padding: 8px 8px 8px 12px;
}

.rb-clone .rb-chat-messages > .rb-chat-msg:first-of-type {
  margin-top: 4px;
}

.rb-clone .rb-chat-msg:last-child {
  margin-bottom: 0;
}

.rb-clone .rb-chat-msg--live {
  background: rgba(26, 23, 22, 0.035);
}

.rb-clone .rb-chat-msg--live::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #191918;
  border-radius: 0;
}

.rb-clone .rb-chat-msg p {
  margin: 0;
  letter-spacing: -0.015em;
  color: var(--rb-text);
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
}

.rb-clone .rb-chat-msg--live p {
  font-weight: 500;
  color: #1a1716;
}

.rb-clone .rb-chat-msg .time {
  color: rgba(26, 23, 22, 0.36);
  white-space: nowrap;
  flex-shrink: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  padding-top: 1px;
  font-variant-numeric: tabular-nums;
}

.rb-clone .rb-chat-msg--live .time {
  color: #191918;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
}

.rb-clone .rb-score-chip {
  color: #1a1716;
  vertical-align: 1px;
  white-space: nowrap;
  background: rgba(26, 23, 22, 0.04);
  border: 1px solid rgba(26, 23, 22, 0.16);
  border-radius: 4px;
  margin-left: 8px;
  padding: 0 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 16px;
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

.rb-clone .rb-chat-caption {
  margin: 10px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: -0.09px;
}

.rb-clone .rb-hero-content {
  width: 459px;
  position: absolute;
  top: 336px;
  left: 100px;
  transform: translateY(-50%);
  text-align: left;
}

.rb-clone .rb-hero-h1 {
  font-family: var(--font-hero);
  letter-spacing: -1.8px;
  color: var(--rb-cream);
  margin: 0 0 28px;
  font-size: 60px;
  font-weight: 400;
  line-height: 56px;
}

.rb-clone .rb-hero-h1 strong {
  font-family: var(--font-header-display);
  font-weight: 500;
  font-style: normal;
}

.rb-clone .rb-hero-body {
  letter-spacing: -0.09px;
  color: rgba(247, 247, 244, 0.8);
  width: 508px;
  max-width: 100%;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.rb-clone .rb-btn-demo-light {
  font-family: var(--rb-font-cta);
  color: rgb(69, 67, 67);
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: var(--u01-radius-cta);
  outline: none;
  align-items: center;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 24px;
  display: inline-flex;
  text-decoration: none;
  transition: background-color 0.22s, box-shadow 0.22s;
}

.rb-clone .rb-btn-demo-light:hover {
  background: rgb(239, 237, 232);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 20px;
}

.rb-clone .rb-hero-mini {
  cursor: pointer;
  align-items: center;
  gap: 16px;
  width: 325px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 100px;
  text-decoration: none;
}

.rb-clone .rb-hero-mini-thumb {
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  width: 134px;
  height: 84px;
}

.rb-clone .rb-hero-mini-text {
  flex-direction: column;
  justify-content: space-between;
  height: 84px;
  display: flex;
}

.rb-clone .rb-hero-mini-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.09px;
  font-size: 12px;
  line-height: 18px;
}

.rb-clone .rb-hero-mini-link {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.09px;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.rb-clone .rb-trust {
  background: var(--rb-bg);
  padding: 28px 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.rb-clone .rb-trust p {
  margin: 0;
  width: 168px;
  flex-shrink: 0;
  padding-top: 15px;
  color: rgba(30, 30, 30, 0.55);
  font-size: 14px;
  letter-spacing: -0.09px;
  line-height: 20px;
}

.rb-clone .rb-trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  flex: 1;
}

.rb-clone .rb-trust-logo-pill {
  background: rgba(84, 82, 82, 0.06);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 14px;
  display: flex;
  gap: 6px;
  min-width: 0;
  color: rgba(30, 30, 30, 0.55);
  font-family: var(--rb-font-display);
  font-size: 13px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  box-sizing: border-box;
}

.rb-clone .rb-trust-logo-pill img {
  object-fit: contain;
  object-position: center;
  height: 28px;
  width: auto;
  max-width: 96px;
  filter: grayscale(1);
  opacity: 0.82;
}

.rb-clone .rb-trust-logo-pill--hf img {
  height: 18px;
  max-width: 18px;
  opacity: 0.85;
}

.rb-clone .rb-trust-logo-pill--hf span {
  color: rgba(30, 30, 30, 0.55);
}

.rb-clone .rb-clone-note {
  padding: 10px 100px;
  background: #fff;
  border-bottom: 1px solid rgba(26, 23, 22, 0.08);
  font-size: 12px;
  color: rgba(30, 30, 30, 0.55);
  letter-spacing: -0.01em;
}

.rb-clone .rb-clone-note strong {
  color: var(--rb-text);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .rb-clone .rb-nav,
  .rb-clone .rb-trust,
  .rb-clone .rb-clone-note {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rb-clone .rb-trust {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .rb-clone .rb-trust p {
    width: auto;
    padding-top: 0;
  }

  .rb-clone .rb-trust-logos {
    justify-content: flex-start;
  }

  .rb-clone .rb-nav-links {
    display: none;
  }

  .rb-clone .rb-hero {
    height: auto;
    min-height: 720px;
  }

  .rb-clone .rb-hero-right {
    inset: auto 0 0 0;
    height: 420px;
    position: relative;
  }

  .rb-clone .rb-hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 96px 24px 32px;
    width: auto;
    max-width: 100%;
    text-align: left;
    margin: 0;
  }

  .rb-clone .rb-hero-h1 {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -1.2px;
    max-width: 100%;
  }

  .rb-clone .rb-hero-body {
    width: auto;
  }

  .rb-clone .rb-hero-mini {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 24px 32px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rb-clone .rb-hero-chat-card {
    top: 48px;
    width: min(378px, calc(100% - 32px));
  }
}

/* Mid-page Rulebase product shells - gap + engine (read-every-interaction) */

.rb-clone {
  --bg: var(--rb-bg);
  --font-display: var(--rb-font-display);
  --font-body: var(--rb-font-body);
  --font-cta: var(--rb-font-cta);
}

.rb-clone-mid {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.rb-clone .rb-nav-light {
  z-index: 30;
  align-items: center;
  height: 72px;
  padding: 0 100px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background: var(--rb-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.rb-clone .rb-nav-light .rb-nav-logo-unit01 {
  height: 22px;
  width: auto;
  filter: none;
}

.rb-clone .rb-nav-light .rb-nav-links a {
  color: rgba(30, 30, 30, 0.6);
  font-family: var(--font-header);
}

.rb-clone .rb-nav-light .rb-nav-links a:hover {
  opacity: 0.7;
  color: var(--rb-text);
  font-family: var(--font-header);
}

.rb-clone .rb-nav-light .rb-nav-cta {
  font-family: var(--rb-font-cta);
}

.rb-clone .rdr-h2 {
  font-family: var(--font-display);
  letter-spacing: -1.2px;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}

.rb-clone .gap-section {
  background: var(--bg);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  grid-template-columns: 1fr 630px;
  align-items: start;
  margin-top: 0;
  padding: 120px 100px;
  display: grid;
}

.rb-clone .gap-left .rdr-h2 {
  max-width: 440px;
}

.rb-clone .gap-sub {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1e1e1e;
  max-width: 428px;
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.rb-clone .gap-list {
  flex-direction: column;
  display: flex;
}

.rb-clone .gap-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  grid-template-columns: 62px 1fr;
  padding: 28px 0;
  display: grid;
}

.rb-clone .gap-item:first-child {
  border-top: none;
  padding-top: 0;
}

.rb-clone .gap-num {
  font-family: var(--font-display);
  color: #000;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.rb-clone .gap-text {
  font-family: var(--font-display);
  letter-spacing: -0.2px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.rb-clone .engine-section {
  background: var(--bg);
  padding: 0 100px 120px;
}

/*
 * Moodboard / clone: modest first-child top pad off the mid hairline.
 * Production site overrides inset + top in site.css to match .u01-wrap / .u01-section.
 */
.rb-clone-mid > .engine-section:first-child {
  padding-top: 40px;
}

.rb-clone .engine-section .rdr-h2 {
  margin-bottom: 48px;
}

.rb-clone .engine-cards {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.rb-clone .eng-card {
  background: #e6e4e2;
  border-radius: 4px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: 548px;
  display: grid;
  overflow: hidden;
}

.rb-clone .eng-card-rev .eng-text {
  order: 2;
}

.rb-clone .eng-card-rev .eng-visual {
  order: 1;
}

.rb-clone .eng-text {
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.rb-clone .eng-head {
  align-items: center;
  gap: 12px;
  display: flex;
}

.rb-clone .eng-num {
  color: #1e1e1e;
  width: 44px;
  height: 44px;
  font-family: var(--font-body);
  background: #d9d7d5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.rb-clone .eng-label {
  font-family: var(--font-body);
  color: #1e1e1e;
  font-size: 14px;
}

.rb-clone .eng-title {
  font-family: var(--font-display);
  letter-spacing: -0.56px;
  color: #000;
  max-width: 340px;
  margin: 24px 0 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.rb-clone .eng-body {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1e1e1e;
  max-width: 360px;
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.rb-clone .eng-visual {
  min-width: 0;
  padding: 14px 14px 18px;
}

.rb-clone .eng-visual-fit {
  padding: 14px 14px 18px;
  overflow: hidden;
  container-type: inline-size;
  height: 100%;
}

.rb-clone .eng-board {
  transform-origin: 0 0;
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  width: 613px;
  height: 516px;
  position: relative;
  overflow: hidden;
}

.rb-clone .eng-ins-card {
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 280px;
  height: 127px;
  position: absolute;
}

.rb-clone .eng-ins-lbl {
  font-family: var(--font-body);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 18px;
  position: absolute;
}

.rb-clone .eng-ins-icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

.rb-clone .eng-ins-txt {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1e1e1e;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  margin: 0;
}

.rb-clone .eng-ins-txt b {
  font-weight: 500;
}

.rb-clone .eng-ins-bar {
  width: 256px;
  height: 23px;
  position: absolute;
}

.rb-clone .eng-ins-bar > span {
  font-family: var(--font-body);
  color: #1e1e1e;
  font-size: 12px;
  line-height: 16px;
}

.rb-clone .eng-ins-bar .track {
  background: #efedeb;
  width: 256px;
  height: 2px;
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  font-style: normal;
}

.rb-clone .eng-ins-bar .fill {
  background: #cc3542;
  height: 2px;
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  font-style: normal;
}

.rb-clone .eng-ins-area {
  height: 50px;
  position: absolute;
}

.rb-clone .eng-ins-line {
  height: 33px;
  position: absolute;
}

.rb-clone .eng-ins-leg {
  font-family: var(--font-body);
  color: #1e1e1e;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
}

.rb-clone .eng-ins-leg .dot {
  border-radius: 2px;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  font-style: normal;
}

.rb-clone .eng-ins-leg .dot.green {
  background: #646e39;
}

.rb-clone .eng-ins-leg .dot.grey {
  background: #efedeb;
}

.rb-clone .eng-ins-leg .muted {
  color: gray;
}

.rb-clone .eng-ins-badge {
  color: #fff;
  font-family: var(--font-body);
  background: #cc3542;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
}

.rb-clone .eng-ins-stone-tr {
  z-index: 0;
  object-fit: cover;
  object-position: 58% 42%;
  pointer-events: none;
  width: 172px;
  height: 180px;
  position: absolute;
  top: 43px;
  left: 458px;
}

.rb-clone .eng-ins-stone-bl {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  width: 176px;
  height: 146px;
  position: absolute;
  top: 334px;
  left: -8px;
}

.rb-clone .eng-cb-card {
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: absolute;
}

.rb-clone .eng-cb-q,
.rb-clone .eng-cb-line {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1a1716;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  margin: 0;
}

.rb-clone .eng-cb-dim {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1a1716;
  opacity: 0.5;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  margin: 0;
}

.rb-clone .eng-cb-btn {
  color: #fff;
  font-family: var(--font-cta);
  background: #000;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.rb-clone .eng-cb-icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

.rb-clone .eng-sl-stone {
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
}

.rb-clone .eng-sl-head {
  z-index: 1;
  font-family: var(--font-body);
  letter-spacing: -0.075px;
  color: rgba(26, 23, 22, 0.5);
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: absolute;
}

.rb-clone .eng-sl-logo {
  width: 18px;
  height: 18px;
}

.rb-clone .eng-sl-card {
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: absolute;
}

.rb-clone .eng-sl-name {
  font-family: var(--font-body);
  color: #1a1716;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.rb-clone .eng-sl-app {
  color: rgba(26, 23, 22, 0.5);
  font-family: var(--font-body);
  background: #efedeb;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
}

.rb-clone .eng-sl-time {
  font-family: var(--font-body);
  color: #1a1716;
  opacity: 0.5;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.rb-clone .eng-sl-msg {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1a1716;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  margin: 0;
}

.rb-clone .eng-sl-alert {
  color: #cc3542;
  font-weight: 500;
}

/* UNIT01 method diagram - product UI anatomy inside engine boards */
.rb-clone .eng-board > .u01-color-tile {
  z-index: 0;
}

.rb-clone .mtd-board-orch > .u01-color-tile.is-tr {
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
}

.rb-clone .mtd-board-swarm > .u01-color-tile.is-tr {
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
}

.rb-clone .mtd-board-deliver > .u01-color-tile.is-tr {
  top: 0;
  right: 0;
  width: 188px;
  height: 188px;
}

.rb-clone .eng-board .u01-ls-simple {
  min-height: 100%;
  height: 100%;
}

.rb-clone .eng-board .u01-ls-simple-inner {
  height: 100%;
  padding: 40px 40px 36px;
}

.rb-clone .eng-board .u01-ls-simple-title {
  font-size: 28px;
}

.rb-clone .eng-board .u01-ls-simple-list {
  margin-top: auto;
}

.rb-clone .mtd-board-orch {
  background:
    radial-gradient(120% 70% at 100% 0%, rgba(232, 230, 226, 0.7) 0%, transparent 48%),
    radial-gradient(90% 70% at 0% 100%, rgba(236, 234, 230, 0.65) 0%, transparent 52%),
    #fff;
}

.rb-clone .mtd-board-orch .eng-ins-card {
  width: 248px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.rb-clone .mtd-orch-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 14px 16px 16px;
  overflow: hidden;
}

.rb-clone .mtd-orch-card--principal,
.rb-clone .mtd-orch-card--own {
  height: 168px;
}

.rb-clone .mtd-orch-card--quality,
.rb-clone .mtd-orch-card--throughput {
  height: 152px;
}

.rb-clone .mtd-orch-lbl {
  position: static;
  flex-shrink: 0;
}

.rb-clone .mtd-orch-row--status {
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.rb-clone .mtd-orch-icon {
  position: static;
  flex-shrink: 0;
  margin-top: 1px;
}

.rb-clone .mtd-orch-status {
  position: static;
  flex: 1;
  min-width: 0;
  margin: 0;
}

.rb-clone .mtd-orch-chips {
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  display: flex;
}

.rb-clone .mtd-orch-card .mtd-chip {
  position: static;
}

.rb-clone .mtd-orch-card .mtd-own-list {
  position: static;
  width: auto;
  flex: 1;
  min-height: 0;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rb-clone .mtd-orch-card .mtd-own-list li {
  padding: 7px 0;
}

.rb-clone .mtd-orch-card .mtd-own-list li:first-child {
  padding-top: 0;
}

.rb-clone .mtd-orch-card .mtd-own-list li:last-child {
  padding-bottom: 0;
}

.rb-clone .mtd-meters {
  gap: 14px;
  margin-top: 12px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rb-clone .mtd-meter-head {
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 7px;
  display: flex;
}

.rb-clone .mtd-meter-label {
  font-family: var(--font-body);
  color: #1e1e1e;
  letter-spacing: -0.06px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.rb-clone .mtd-meter-val {
  font-family: var(--font-body);
  color: rgba(26, 23, 22, 0.42);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 16px;
}

.rb-clone .mtd-meter-track {
  background: #efedeb;
  border-radius: 3px;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.rb-clone .mtd-meter-fill {
  background: #1e1e1e;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-style: normal;
}

/* Beat later .mtd-badge { position:absolute } — equal-specificity cascade was
   pulling the ~10× chip out of flow and over the body copy. */
.rb-clone .mtd-orch-card .mtd-badge,
.rb-clone .mtd-orch-badge {
  position: static;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 10px;
}

.rb-clone .mtd-orch-card .mtd-orch-body,
.rb-clone .mtd-orch-body {
  position: static;
  width: auto;
  color: rgba(26, 23, 22, 0.72);
  flex: 1;
  min-width: 0;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 17px;
}

.rb-clone .mtd-board-orch .eng-ins-bar {
  width: 216px;
}

.rb-clone .mtd-board-orch .eng-ins-bar .track {
  width: 216px;
}

.rb-clone .mtd-board-orch .eng-ins-stone-tr {
  left: auto;
  right: -24px;
  top: 8px;
  width: 220px;
  height: 124px;
  opacity: 0.82;
  object-fit: cover;
  object-position: 58% 42%;
  -webkit-mask-image: linear-gradient(225deg, #000 34%, transparent 86%);
  mask-image: linear-gradient(225deg, #000 34%, transparent 86%);
}

.rb-clone .mtd-board-orch .eng-ins-stone-bl {
  top: auto;
  bottom: -48px;
  left: -72px;
  width: 272px;
  height: 272px;
  opacity: 0.92;
  object-fit: contain;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse 68% 68% at 48% 46%, #000 38%, transparent 76%);
  mask-image: radial-gradient(ellipse 68% 68% at 48% 46%, #000 38%, transparent 76%);
}

.rb-clone .mtd-board-swarm {
  box-sizing: border-box;
  padding: 36px 40px 32px 44px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(120% 70% at 100% 0%, rgba(232, 230, 226, 0.72) 0%, transparent 48%),
    radial-gradient(90% 70% at 0% 100%, rgba(236, 234, 230, 0.68) 0%, transparent 52%),
    #f7f6f3;
}

.rb-clone .mtd-board-swarm .mtd-board-tex,
.rb-clone .mtd-board-deliver .mtd-board-tex {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.rb-clone .mtd-swarm-tex-tr {
  top: -18px;
  right: -36px;
  left: auto;
  width: 268px;
  height: 178px;
  opacity: 0.88;
  object-fit: cover;
  object-position: 62% 38%;
  -webkit-mask-image: linear-gradient(228deg, #000 32%, transparent 84%);
  mask-image: linear-gradient(228deg, #000 32%, transparent 84%);
}

.rb-clone .mtd-swarm-tex-bl {
  top: auto;
  bottom: -56px;
  left: -64px;
  width: 300px;
  height: 248px;
  opacity: 0.9;
  object-fit: cover;
  object-position: 28% 72%;
  -webkit-mask-image: radial-gradient(ellipse 70% 66% at 46% 52%, #000 36%, transparent 74%);
  mask-image: radial-gradient(ellipse 70% 66% at 46% 52%, #000 36%, transparent 74%);
}

.rb-clone .mtd-swarm-shell {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.rb-clone .mtd-swarm-meta {
  font-family: var(--font-mono);
  color: rgba(26, 23, 22, 0.46);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.rb-clone .mtd-swarm-chip {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 18px;
  padding: 0 7px;
  border: 1px solid rgba(26, 23, 22, 0.14);
  border-radius: 2px;
  background: #fff;
  color: rgba(26, 23, 22, 0.55);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
}

.rb-clone .mtd-swarm-chip--live {
  background: #1a1716;
  border-color: #1a1716;
  color: #fff;
  gap: 6px;
  padding-left: 8px;
}

.rb-clone .mtd-swarm-chip--live::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #8fa054;
  box-shadow: 0 0 0 2px rgba(143, 160, 84, 0.22);
  display: block;
}

.rb-clone .mtd-swarm-chip--on {
  background: rgba(100, 110, 57, 0.1);
  border-color: rgba(100, 110, 57, 0.28);
  color: #4f5830;
}

.rb-clone .mtd-swarm-chip--idle {
  background: #f3f1ee;
  border-color: rgba(26, 23, 22, 0.1);
  color: rgba(26, 23, 22, 0.42);
}

.rb-clone .mtd-swarm-chip--warn {
  background: rgba(204, 53, 66, 0.08);
  border-color: rgba(204, 53, 66, 0.28);
  color: #a82230;
}

.rb-clone .mtd-swarm-chrome {
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px 14px;
  border-bottom: 1px solid rgba(26, 23, 22, 0.1);
  display: flex;
}

.rb-clone .mtd-swarm-chrome-left {
  min-width: 0;
}

.rb-clone .mtd-swarm-kicker {
  font-family: var(--font-mono);
  color: rgba(26, 23, 22, 0.42);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.rb-clone .mtd-swarm-title {
  font-family: var(--font-body);
  color: #1a1716;
  letter-spacing: -0.14px;
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.rb-clone .mtd-swarm-chrome-right {
  align-items: center;
  gap: 10px;
  display: flex;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.rb-clone .mtd-swarm-policy {
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  background: #1a1716;
  border-radius: 4px;
  padding: 11px 14px;
  display: flex;
}

.rb-clone .mtd-swarm-policy-mark {
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  font-size: 10px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  flex-shrink: 0;
}

.rb-clone .mtd-swarm-policy-copy {
  min-width: 0;
  flex: 1;
}

.rb-clone .mtd-swarm-policy-copy strong {
  font-family: var(--font-body);
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.rb-clone .mtd-swarm-policy-copy span {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.rb-clone .mtd-swarm-policy-rule {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}

.rb-clone .mtd-swarm-policy .mtd-swarm-meta {
  color: rgba(255, 255, 255, 0.48);
}

.rb-clone .mtd-swarm-bus {
  position: relative;
  height: 22px;
  margin: 0 18px;
  flex-shrink: 0;
}

.rb-clone .mtd-swarm-bus-stem,
.rb-clone .mtd-swarm-bus-line,
.rb-clone .mtd-swarm-bus-drop {
  position: absolute;
  background: rgba(26, 23, 22, 0.22);
  display: block;
  font-style: normal;
}

.rb-clone .mtd-swarm-bus-stem {
  left: 50%;
  top: 0;
  width: 1px;
  height: 10px;
  transform: translateX(-50%);
}

.rb-clone .mtd-swarm-bus-line {
  left: 12.5%;
  right: 12.5%;
  top: 10px;
  height: 1px;
}

.rb-clone .mtd-swarm-bus-drop {
  top: 10px;
  width: 1px;
  height: 12px;
}

.rb-clone .mtd-swarm-bus-drop--1 { left: 12.5%; }
.rb-clone .mtd-swarm-bus-drop--2 { left: 37.5%; }
.rb-clone .mtd-swarm-bus-drop--3 { left: 62.5%; }
.rb-clone .mtd-swarm-bus-drop--4 { left: 87.5%; }

.rb-clone .mtd-swarm-panel {
  background: #fff;
  border: 1px solid rgba(26, 23, 22, 0.1);
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.rb-clone .mtd-swarm-layer {
  box-sizing: border-box;
  min-height: 118px;
  padding: 0 0 12px;
  border-right: 1px solid rgba(26, 23, 22, 0.08);
  border-bottom: 1px solid rgba(26, 23, 22, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
}

.rb-clone .mtd-swarm-layer:nth-child(4n) {
  border-right: none;
}

.rb-clone .mtd-swarm-layer:nth-child(n + 5) {
  border-bottom: none;
}

.rb-clone .mtd-swarm-layer.is-idle {
  background: #faf9f7;
}

.rb-clone .mtd-swarm-layer.is-warn {
  background: linear-gradient(180deg, rgba(204, 53, 66, 0.04) 0%, #fff 70%);
}

.rb-clone .mtd-swarm-layer-head {
  box-sizing: border-box;
  height: 22px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(26, 23, 22, 0.08);
  background: #f3f1ee;
  color: rgba(26, 23, 22, 0.5);
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}

.rb-clone .mtd-swarm-layer.is-idle .mtd-swarm-layer-head {
  background: #efedeb;
  color: rgba(26, 23, 22, 0.36);
}

.rb-clone .mtd-swarm-layer.is-warn .mtd-swarm-layer-head {
  background: rgba(204, 53, 66, 0.1);
  color: #a82230;
}

.rb-clone .mtd-swarm-layer-body {
  min-width: 0;
  padding: 0 10px;
  flex: 1;
}

.rb-clone .mtd-swarm-layer-body strong {
  font-family: var(--font-body);
  color: #1a1716;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.rb-clone .mtd-swarm-layer.is-idle .mtd-swarm-layer-body strong {
  color: rgba(26, 23, 22, 0.55);
}

.rb-clone .mtd-swarm-layer-meta {
  font-family: var(--font-mono);
  color: rgba(26, 23, 22, 0.42);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
}

.rb-clone .mtd-swarm-layer-detail {
  font-family: var(--font-body);
  color: rgba(26, 23, 22, 0.45);
  margin-top: 6px;
  display: block;
  font-size: 10px;
  line-height: 13px;
}

.rb-clone .mtd-swarm-layer .mtd-swarm-chip {
  margin: 8px 10px 0;
  align-self: flex-start;
}

.rb-clone .mtd-swarm-foot {
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  display: flex;
}

.rb-clone .mtd-swarm-foot-rule {
  height: 1px;
  flex: 1;
  min-width: 24px;
  background: repeating-linear-gradient(
    90deg,
    rgba(26, 23, 22, 0.28) 0 3px,
    transparent 3px 7px
  );
  display: block;
}

.rb-clone .mtd-swarm-foot-tag {
  color: rgba(26, 23, 22, 0.55);
}

.rb-clone .mtd-swarm-foot-stats {
  color: rgba(26, 23, 22, 0.4);
  letter-spacing: 0.06em;
}

.rb-clone .mtd-board-deliver {
  box-sizing: border-box;
  background:
    radial-gradient(110% 70% at 0% 0%, rgba(232, 230, 226, 0.7) 0%, transparent 50%),
    radial-gradient(90% 65% at 100% 100%, rgba(236, 234, 230, 0.62) 0%, transparent 52%),
    #f7f6f3;
}

.rb-clone .mtd-deliver-shell {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  flex-direction: column;
  gap: 0;
  max-width: 448px;
  height: 100%;
  padding: 38px 0 34px 52px;
  display: flex;
}

.rb-clone .mtd-deliver-tex-tl {
  top: -48px;
  left: -72px;
  width: 248px;
  height: 268px;
  opacity: 0.78;
  object-fit: cover;
  object-position: 50% 42%;
  -webkit-mask-image: radial-gradient(ellipse 64% 60% at 48% 46%, #000 28%, transparent 72%);
  mask-image: radial-gradient(ellipse 64% 60% at 48% 46%, #000 28%, transparent 72%);
}

.rb-clone .mtd-deliver-stone {
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.86;
  width: 340px;
  height: 340px;
  position: absolute;
  right: -72px;
  bottom: -78px;
  object-position: 42% 38%;
  -webkit-mask-image: radial-gradient(ellipse 64% 60% at 44% 42%, #000 34%, transparent 74%);
  mask-image: radial-gradient(ellipse 64% 60% at 44% 42%, #000 34%, transparent 74%);
}

.rb-clone .mtd-deliver-chrome {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26, 23, 22, 0.1);
  display: flex;
}

.rb-clone .mtd-deliver-chrome-left {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.rb-clone .mtd-deliver-logo {
  width: 76px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.rb-clone .mtd-deliver-head-rule {
  background: rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  width: 1px;
  height: 16px;
}

.rb-clone .mtd-deliver-eyebrow {
  font-family: var(--font-mono);
  color: rgba(26, 23, 22, 0.48);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.rb-clone .mtd-deliver-chip {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 8px;
  border: 1px solid rgba(26, 23, 22, 0.14);
  border-radius: 2px;
  background: #1a1716;
  color: #fff;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
}

.rb-clone .mtd-deliver-stack {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rb-clone .mtd-deliver-outcome {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-height: 0;
  padding: 13px 14px 11px;
  border: 1px solid var(--u01-line, rgba(25, 25, 24, 0.12));
  border-radius: 4px;
  background:
    radial-gradient(72% 80% at 100% 112%, rgba(25, 25, 24, 0.045), transparent 58%),
    #fff;
  overflow: hidden;
  display: flex;
}

.rb-clone .mtd-deliver-outcome-frame {
  position: absolute;
  inset: 5px;
  pointer-events: none;
  z-index: 2;
}

.rb-clone .mtd-deliver-outcome-crop {
  position: absolute;
  width: 8px;
  height: 8px;
}

.rb-clone .mtd-deliver-outcome-crop-tl {
  top: 0;
  left: 0;
  border-top: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
  border-left: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
}

.rb-clone .mtd-deliver-outcome-crop-tr {
  top: 0;
  right: 0;
  border-top: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
  border-right: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
}

.rb-clone .mtd-deliver-outcome-crop-bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
  border-left: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
}

.rb-clone .mtd-deliver-outcome-crop-br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
  border-right: 1px solid var(--u01-line-strong, rgba(25, 25, 24, 0.22));
}

.rb-clone .mtd-deliver-outcome-wm {
  position: absolute;
  right: -0.02em;
  bottom: -0.2em;
  font-family: var(--font-text);
  font-size: 68px;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: var(--u01-ink, #191918);
  opacity: 0.036;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.rb-clone .mtd-deliver-mark {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 1px solid var(--u01-line, rgba(25, 25, 24, 0.12));
  border-radius: 4px;
  background: var(--u01-bg-soft, #ebeae7);
  color: var(--u01-ink, #191918);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  font-size: 9px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.rb-clone .mtd-deliver-copy {
  min-width: 0;
  flex: 1;
  padding-top: 1px;
  position: relative;
  z-index: 1;
}

.rb-clone .mtd-deliver-copy-top {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
  display: flex;
}

.rb-clone .mtd-deliver-tag {
  font-family: var(--font-mono);
  color: var(--u01-ink-faint, #9b9a94);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
}

.rb-clone .mtd-deliver-status {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 6px;
  border: 1px solid var(--u01-line, rgba(25, 25, 24, 0.12));
  border-radius: 4px;
  background: transparent;
  color: var(--u01-ink-muted, #6b6a66);
  font-family: var(--font-text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
}

.rb-clone .mtd-deliver-title {
  font-family: var(--font-text);
  color: var(--u01-ink, #191918);
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.rb-clone .mtd-deliver-body {
  font-family: var(--font-text);
  color: var(--u01-ink-muted, #6b6a66);
  letter-spacing: -0.01em;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.rb-clone .mtd-deliver-foot {
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.rb-clone .mtd-deliver-foot-rule {
  height: 1px;
  flex: 1;
  min-width: 20px;
  background: repeating-linear-gradient(
    90deg,
    rgba(26, 23, 22, 0.28) 0 3px,
    transparent 3px 7px
  );
  display: block;
}

.rb-clone .mtd-deliver-foot-meta {
  font-family: var(--font-mono);
  color: rgba(26, 23, 22, 0.42);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

/* Legacy deliver card helpers (moodboard clone) */
.rb-clone .mtd-board-deliver .eng-sl-stone:not(.mtd-deliver-stone) {
  left: 278px;
  top: 208px;
  width: 440px;
  height: 440px;
  opacity: 0.78;
  object-fit: cover;
  object-position: 38% 36%;
  -webkit-mask-image: radial-gradient(ellipse 54% 48% at 40% 38%, #000 24%, transparent 72%);
  mask-image: radial-gradient(ellipse 54% 48% at 40% 38%, #000 24%, transparent 72%);
}

.rb-clone .mtd-deliver-card {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
}

.rb-clone .mtd-deliver-card .mtd-deliver-num {
  position: static;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(26, 23, 22, 0.4);
  letter-spacing: 0;
}

.rb-clone .mtd-deliver-msg {
  position: static;
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.rb-clone .mtd-deliver-msg .mtd-outcome-title {
  display: inline-block;
  margin-bottom: 2px;
}

.rb-clone .mtd-chip {
  font-family: var(--font-body);
  color: #1e1e1e;
  background: #efedeb;
  border-radius: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
}

.rb-clone .mtd-own-list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 216px;
}

.rb-clone .mtd-own-list li {
  font-family: var(--font-body);
  letter-spacing: -0.09px;
  color: #1e1e1e;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
}

.rb-clone .mtd-own-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.rb-clone .mtd-own-list li:last-child {
  padding-bottom: 0;
}

.rb-clone .eng-ins-bar .fill.mtd-fill-ink {
  background: #1e1e1e;
}

.rb-clone .mtd-badge {
  color: #fff;
  font-family: var(--font-display);
  letter-spacing: -0.4px;
  background: #1e1e1e;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
}

.rb-clone .mtd-swarm-grid {
  position: absolute;
  box-sizing: border-box;
  padding: 18px 20px 20px;
}

.rb-clone .mtd-layer {
  align-items: center;
  gap: 10px;
  width: 212px;
  min-height: 46px;
  display: flex;
  position: absolute;
}

.rb-clone .mtd-layer-num {
  font-family: var(--font-display);
  color: rgba(0, 0, 0, 0.4);
  width: 22px;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
}

.rb-clone .mtd-layer strong {
  font-family: var(--font-body);
  color: #1a1716;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.rb-clone .mtd-layer span {
  font-family: var(--font-body);
  color: rgba(26, 23, 22, 0.5);
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.rb-clone .mtd-layer > div {
  min-width: 0;
  flex: 1;
}

.rb-clone .mtd-dot {
  background: #efedeb;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  display: block;
  font-style: normal;
}

.rb-clone .mtd-dot.is-on {
  background: #646e39;
}

.rb-clone .mtd-dot.is-warn {
  background: #cc3542;
}

.rb-clone .mtd-outcome-num {
  font-family: var(--font-display);
  color: rgba(26, 23, 22, 0.4);
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.rb-clone .mtd-outcome-title {
  color: #1a1716;
  font-weight: 500;
}

.rb-clone .mtd-board-deliver .eng-sl-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .rb-clone .gap-section,
  .rb-clone .engine-section,
  .rb-clone .rb-nav-light {
    padding-left: 48px;
    padding-right: 48px;
  }

  .rb-clone .rdr-h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .rb-clone .gap-section {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rb-clone .gap-left .rdr-h2 {
    max-width: none;
  }

  .rb-clone .engine-section {
    padding-bottom: 80px;
  }

  .rb-clone-mid > .engine-section:first-child {
    padding-top: 32px;
  }

  .rb-clone .eng-card,
  .rb-clone .eng-card-rev {
    grid-template-columns: 1fr;
    height: auto;
  }

  .rb-clone .eng-card-rev .eng-text {
    order: 1;
  }

  .rb-clone .eng-card-rev .eng-visual {
    order: 2;
  }

  .rb-clone .eng-title,
  .rb-clone .eng-body {
    max-width: none;
  }

  .rb-clone .eng-visual-fit {
    aspect-ratio: 613 / 516;
    height: auto;
    padding: 0;
  }

  .rb-clone .eng-board {
    transform: scale(calc(100cqw / 613));
  }
}

@media (max-width: 640px) {
  .rb-clone .gap-section,
  .rb-clone .engine-section,
  .rb-clone .rb-nav-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rb-clone .rdr-h2 {
    letter-spacing: -1.1px;
    font-size: 32px;
    line-height: 36px;
  }

  .rb-clone .rdr-h2 br {
    display: none;
  }

  .rb-clone .gap-text {
    font-size: 18px;
    line-height: 24px;
  }

  .rb-clone .eng-visual-fit {
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: center;
    height: 420px;
    padding: 0;
    display: flex;
    overflow: hidden;
    container-type: normal;
  }

  .rb-clone .eng-board {
    transform-origin: 0;
    flex-shrink: 0;
    margin-left: -45px;
    transform: scale(0.813953);
  }

  .rb-clone .eng-board-chat {
    margin-left: -43px;
  }

  .rb-clone .eng-board-slack {
    margin-left: -65px;
  }
}
