/* ==========================================================================
   Nueform component library — ported verbatim from the proven hand-drawn
   product mockups in the original builds (Nueform Web/styles.css), per
   SITE-SPEC-V2 Phase A. Accent retinted #ff7429 -> #FF3D00 (product orange).
   Families: hw- (app shell) · sw- (Studio) · pv- (post preview) · strat- ·
   cs- (compile diagram) · tenant- · queue- · dm-/deck (deck minis) · hf-
   (float cards) · fmt- (format rail) · field- (voice fields) · sample- ·
   sv- (pipeline vignettes) · wi-/wr-/wq- (workflow cards) · calib- ·
   logo-ticker · rm- (matrix) · pf (platform badges)
   ========================================================================== */

/* legacy tokens (overridden by site tokens where names collide) */
:root {
  /* Surfaces */
  --bg-dark: #0a0a0a;
  --bg-light: #fafafa;
  --bg-light-alt: #f4f4f2;

  /* Ink */
  --ink-on-dark: #f2f2f0;
  --muted-on-dark: #9d9d99;
  --faint-on-dark: #6e6e6a;
  --ink-on-light: #131312;
  --muted-on-light: #5c5c58;
  --faint-on-light: #8a8a85;

  /* Accent — Nueform orange */
  --accent: #FF3D00;            /* graphic accent, holds on dark */
  --accent-ink: #D23000;        /* text-safe accent on light */

  /* Hairlines */
  --line-on-dark: rgba(255, 255, 255, 0.09);
  --line-on-light: rgba(19, 19, 18, 0.1);

  /* Type */
  --font-display: "Inter Tight", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;

  /* Motion discipline — single easing curve site-wide */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --speed: 300ms;

  /* Layout */
  --container: 1240px;
  --container-narrow: 760px;
  --gutter: clamp(20px, 5vw, 48px);
}
.closing-block {
  margin-top: clamp(56px, 8vw, 96px);
  max-width: 820px;
}
.closing-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.closing-mark {
  display: block;
  opacity: 0.9;
}
.closing-rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--accent);
}
.closing-line {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.closing-block--center {
  max-width: 100%;
  text-align: center;
}
.closing-note {
  margin-top: 20px;
  font-size: 0.9375rem;
  color: var(--muted-on-dark);
  max-width: 560px;
}
.closing-note--light {
  color: var(--muted-on-light);
  font-size: 1.0625rem;
  max-width: 640px;
  margin-top: 0;
}
.hero-stage {
  position: relative;
  flex: 1;
  min-height: 0;
  margin-top: clamp(48px, 7vh, 76px);
}
.hero-window {
  position: relative;
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr) 216px;
  background: linear-gradient(180deg, #121211, #0c0c0b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 100px rgba(0, 0, 0, 0.5),
    0 0 140px rgba(255, 61, 0, 0.05);
  overflow: hidden;
}
.hw-side {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.012);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.hw-ws {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px;
}
.hw-avatar {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: rgba(139, 147, 255, 0.16);
  color: #aeb4ff;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.hw-ws-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-on-dark);
}
.hw-chev {
  width: 9px;
  color: var(--faint-on-dark);
}
.hw-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hw-group-label {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  padding: 0 8px 6px;
}
.hw-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted-on-dark);
  padding: 6px 8px;
  border-radius: 7px;
  white-space: nowrap;
}
.hw-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.75;
}
.hw-item.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-on-dark);
}
.hw-item.is-soon {
  opacity: 0.55;
}
.hw-badge {
  margin-left: auto;
  font-size: 0.5625rem;
  font-weight: 800;
  background: rgba(255, 61, 0, 0.15);
  color: var(--accent);
  border-radius: 999px;
  padding: 1px 6px;
}
.hw-soon {
  margin-left: auto;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 5px;
  border-radius: 5px;
}
.hw-main {
  padding: 18px 28px;
  min-width: 0;
}
.hw-main-head {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hw-crumb {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
.hw-tabs {
  display: flex;
  gap: 16px;
}
.hw-tabs span {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.hw-tabs .is-active {
  color: var(--ink-on-dark);
  border-bottom-color: var(--accent);
}
.hw-refine {
  margin-left: auto;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}
.hw-fields {
  padding-top: 4px;
}
.hw-field {
  padding: 12px 0;
}
.hw-field + .hw-field {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.hw-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  margin-bottom: 7px;
}
.hw-field p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #c9c9c5;
}
.hw-quote {
  color: #e8e8e4 !important;
}
.hw-more {
  margin-left: 10px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--faint-on-dark);
  white-space: nowrap;
}
.hw-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hw-chips i {
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #c9c9c5;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  padding: 4px 9px;
  white-space: nowrap;
}
.hw-chips--banned i {
  color: #e08c8c;
  background: rgba(217, 68, 68, 0.08);
  border-color: rgba(217, 68, 68, 0.25);
  text-decoration: line-through;
  text-decoration-color: rgba(224, 140, 140, 0.6);
}
.hw-chips--plain i {
  background: transparent;
}
.hw-meta {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.012);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.hw-meta .hw-label {
  margin-bottom: 2px;
}
.hw-out {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.71875rem;
  font-weight: 600;
  color: #c9c9c5;
  white-space: nowrap;
}
.hw-out b {
  margin-left: auto;
  font-weight: 600;
  font-size: 0.625rem;
  color: var(--faint-on-dark);
}
.hw-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 8px 0;
}
.hero-window--v2 {
  grid-template-columns: 200px minmax(0, 1fr);
}
.hw-avatar--bs {
  background: rgba(255, 61, 0, 0.16);
  color: #e8682a;
}
.hw-avatar--bs svg {
  width: 12px;
  height: 12px;
}
.hw-gear {
  width: 13px;
  height: 13px;
  margin-left: auto;
  flex-shrink: 0;
  color: var(--faint-on-dark);
}
.hw-count {
  margin-left: auto;
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--faint-on-dark);
}
.hw-side-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.hw-search {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--faint-on-dark);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  padding: 5px 8px;
}
.hw-search svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.hw-search kbd {
  font-family: var(--font-body);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  padding: 1px 5px;
  color: var(--faint-on-dark);
  margin-left: auto;
}
.hw-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
}
.hw-user-av {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(139, 147, 255, 0.16);
  color: #aeb4ff;
  font-size: 0.5625rem;
  font-weight: 800;
  flex-shrink: 0;
}
.hw-user-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted-on-dark);
}
.hw-powered {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--faint-on-dark);
  text-align: center;
  padding: 2px 8px;
}
.hw-powered b {
  font-weight: 800;
  color: var(--muted-on-dark);
}
.hw-main--strategy {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
.hw-top-tabs {
  display: flex;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.hw-top-tabs span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--muted-on-dark);
  padding: 10px 12px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.hw-top-tabs .is-active {
  color: var(--ink-on-dark);
  border-bottom-color: var(--accent);
  font-weight: 700;
}
.hw-page-hd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.hw-page-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--muted-on-dark);
}
.hw-page-icon svg {
  width: 14px;
  height: 14px;
}
.hw-page-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink-on-dark);
}
.hw-page-desc {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--muted-on-dark);
  margin-top: 2px;
}
.hw-cards {
  padding: 6px 12px 12px;
  overflow: hidden;
  flex: 1;
}
.hw-cards-group-label {
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  padding: 10px 4px 5px;
}
.hw-cards-group-label i {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.75;
}
.hw-strategy-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 12px 14px 10px;
  margin-bottom: 6px;
}
.hw-card-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink-on-dark);
  margin-bottom: 5px;
}
.hw-card-body {
  font-size: 0.6875rem;
  line-height: 1.55;
  color: var(--muted-on-dark);
  margin-bottom: 9px;
}
.hw-card-btn {
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--muted-on-dark);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  padding: 3px 9px;
}
.hero-float {
  position: absolute;
  z-index: 2;
  width: 300px;
  background: #131312;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 16px 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 80px rgba(0, 0, 0, 0.6);
}
.hero-float--social {
  left: -52px;
  bottom: 20px;
}
.hero-float--deck {
  right: -30px;
  bottom: 130px;
  width: 332px;
}
.hf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.hf-title {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  white-space: nowrap;
}
.hf-tag {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(255, 61, 0, 0.3);
  background: rgba(255, 61, 0, 0.07);
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.hf-tag--live {
  color: #16a34a;
  border-color: rgba(22, 163, 74, 0.3);
  background: rgba(22, 163, 74, 0.07);
}
.hf-post {
  background: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 12px 14px 14px;
}
.hf-post .li-mini-id b {
  color: var(--ink-on-dark);
}
.hf-post .li-mini-id i {
  color: var(--faint-on-dark);
}
.li-mini-avatar--acme {
  background: rgba(139, 147, 255, 0.16);
  color: #aeb4ff;
}
.li-mini-avatar--bs {
  background: rgba(255, 61, 0, 0.16);
  color: #e8682a;
}
.hf-text {
  margin: 10px 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #e8e8e4;
}
.post-img {
  position: relative;
  display: block;
  margin-top: 10px;
  height: 68px;
  border-radius: 8px;
  background: #ececea;
  border: 1px solid rgba(19, 19, 18, 0.06);
  overflow: hidden;
}
.hf-post .post-img {
  height: 188px;
  margin-top: 12px;
  background: #1c1c1a;
  border-color: rgba(255, 255, 255, 0.07);
}
.hf-post .post-img::before {
  background: #3a3a37;
}
.post-img::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cfcfcc;
}
.post-img svg {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 58%;
  display: block;
}
.pill--blue {
  color: #8fb4ff;
  border-color: rgba(107, 148, 255, 0.35);
  background: rgba(107, 148, 255, 0.08);
}
.hf-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.hf-btn {
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted-on-dark);
}
.hf-btn--primary {
  background: #131312;
  border-color: transparent;
  color: #fff;
}
.lead-in {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink-on-light);
  margin-bottom: 32px;
}
.alt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
}
.alt {
  background: var(--bg-dark);
  border: 1px solid var(--line-on-dark);
  border-radius: 14px;
  padding: 28px 24px;
}
.alt-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.alt-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--line-on-dark);
  background: rgba(255,255,255,0.06);
  display: grid;
  place-items: center;
  color: var(--muted-on-dark);
  flex-shrink: 0;
}
.alt-icon svg {
  width: 16px;
  height: 16px;
}
.alt .label {
  color: var(--muted-on-dark);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
}
.alt p {
  font-size: 0.9375rem;
  color: var(--muted-on-dark);
  opacity: 0.8;
}
.alt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alt-list li {
  font-size: 0.9375rem;
  color: var(--muted-on-dark);
  padding-left: 16px;
  position: relative;
}
.alt-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  opacity: 0.4;
}
.layer-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.layer-card--substrate,
.layer-card--operator {
  grid-column: span 7;
}
.layer-card--engine,
.layer-card--tenant {
  grid-column: span 5;
}
.layer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line-on-dark);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(255, 61, 0, 0);
  transition: transform var(--speed) var(--ease), border-color var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}
.layer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 61, 0, 0.35);
  box-shadow: 0 0 28px 4px rgba(255, 61, 0, 0.12), 0 0 0 1px rgba(255, 61, 0, 0.18);
}
.card-visual {
  min-height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-bottom: 1px solid var(--line-on-dark);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}
.layer-card--substrate .card-visual {
  background:
    radial-gradient(110% 90% at 30% 0%, rgba(255, 61, 0, 0.07), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}
.layer-card--engine .card-visual {
  background:
    radial-gradient(110% 90% at 68% 0%, rgba(255, 61, 0, 0.05), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}
.layer-card--tenant .card-visual {
  background:
    radial-gradient(110% 90% at 32% 0%, rgba(139, 147, 255, 0.07), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}
.layer-card--operator .card-visual {
  background:
    radial-gradient(110% 90% at 60% 0%, rgba(95, 196, 126, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}
.layer-body {
  padding: 28px clamp(24px, 3vw, 36px) 34px;
}
.layer-body .label {
  display: block;
  margin-bottom: 18px;
}
.layer-card h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.layer-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-on-dark);
}
.strat-mini {
  width: min(560px, 100%);
  background: linear-gradient(180deg, #141413, #0c0c0b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px 22px 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 48px rgba(0, 0, 0, 0.45);
}
.strat-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line-on-dark);
}
.strat-tabs span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.strat-tabs .is-active {
  color: var(--ink-on-dark);
  border-bottom-color: var(--accent);
  box-shadow: 0 12px 18px -10px rgba(255, 61, 0, 0.7);
}
.strat-row {
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: center;
  gap: 16px;
  padding-block: 8px;
}
.strat-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  white-space: nowrap;
}
.strat-bar {
  display: block;
  height: 8px;
  width: var(--w, 60%);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
}
.strat-chips {
  display: flex;
  gap: 6px;
}
.strat-chips i {
  width: 34px;
  height: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strat-chips--banned i {
  background: rgba(217, 68, 68, 0.12);
  border-color: rgba(217, 68, 68, 0.28);
}
.compile-svg {
  width: min(340px, 100%);
  height: auto;
}
.cs-node {
  fill: rgba(255, 61, 0, 0.07);
  stroke: rgba(255, 61, 0, 0.65);
  filter: drop-shadow(0 0 12px rgba(255, 61, 0, 0.35));
}
.cs-node-text {
  fill: var(--accent);
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2px;
}
.cs-path {
  stroke: rgba(255, 255, 255, 0.14);
}
.cs-dot {
  fill: var(--accent);
}
.cs-chip rect {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 255, 255, 0.14);
}
.cs-chip text {
  fill: #c6c6c2;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
}
.cs-chip--accent rect {
  stroke: rgba(255, 61, 0, 0.5);
}
.cs-chip--accent text {
  fill: #ffb389;
}
.tenant-stack {
  width: min(400px, 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tenant {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #141413, #0c0c0b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 36px rgba(0, 0, 0, 0.4);
}
.tenant-avatar {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.tenant-avatar--nf {
  background: rgba(255, 61, 0, 0.15);
  color: #ffa06a;
}
.tenant-avatar--bs {
  background: rgba(122, 155, 255, 0.13);
  color: #a9beff;
}
.tenant-id {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tenant-id b {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-on-dark);
}
.tenant-id i {
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.35;
  color: var(--faint-on-dark);
}
.tenant-bars {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 32%;
  flex-shrink: 0;
}
.tenant-bars i {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  width: var(--w, 60%);
}
.queue-mini {
  width: min(560px, 100%);
  background: linear-gradient(180deg, #141413, #0c0c0b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 48px rgba(0, 0, 0, 0.45);
}
.queue-thumb {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #1e1e1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.queue-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.queue-head .queue-review {
  margin-left: auto;
}
.queue-title {
  display: block;
  height: 9px;
  width: var(--w, 40%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}
.queue-review {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--accent);
}
.queue-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}
.queue-pills .pill {
  flex: 1;
  text-align: center;
}
.pill {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-on-dark);
  color: var(--muted-on-dark);
  white-space: nowrap;
}
.pill--amber {
  color: #e8b04b;
  border-color: rgba(232, 176, 75, 0.35);
  background: rgba(232, 176, 75, 0.07);
}
.pill--green {
  color: #5fc47e;
  border-color: rgba(95, 196, 126, 0.35);
  background: rgba(95, 196, 126, 0.07);
}
.pill-sep {
  color: var(--faint-on-dark);
  font-size: 0.6875rem;
}
.showcase {
  margin-bottom: 20px;
}
.showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 26px;
}
.showcase-title .status {
  margin-bottom: 14px;
}
.showcase-title h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink-on-light);
  margin-bottom: 10px;
}
.showcase-title p {
  max-width: 620px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-on-light);
}
.showcase-head > .card-link {
  margin: 0 0 6px;
  white-space: nowrap;
}
.studio-window {
  background: #fafafb;
  border: 1px solid rgba(19, 19, 18, 0.12);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(19, 19, 18, 0.1), 0 2px 4px rgba(19, 19, 18, 0.04);
  overflow: hidden;
}
.sw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 18px 0;
  padding: 15px 18px;
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(19, 19, 18, 0.03);
}
.sw-head-l {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sw-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-on-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-stamp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.sw-stamp::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a9a96;
}
.sw-head-r {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sw-usage {
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--muted-on-light);
  border: 1px solid var(--line-on-light);
  background: #fafafa;
  border-radius: 999px;
  padding: 4px 8px;
  white-space: nowrap;
}
.sw-usage i {
  font-style: normal;
  font-weight: 600;
  color: var(--faint-on-light);
}
.sw-platforms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 18px 18px;
}
.sw-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 14px;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(19, 19, 18, 0.03);
  min-width: 0;
}
.sw-pill b {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted-on-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* per-platform brand accent (drives the selected glow + format toggles) */
.sw-pill--in { --accent-pf: #0a66c2; --tint-pf: #eaf1fb; }
.sw-pill--ig { --accent-pf: #e1306c; --tint-pf: #fdecf3; }
.sw-pill--x  { --accent-pf: #131312; --tint-pf: #f0f0f2; }
.sw-pill.is-on {
  background: var(--tint-pf, #fff);
  border-color: color-mix(in srgb, var(--accent-pf, #131312) 38%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent-pf, #131312) 26%, transparent),
              0 8px 22px color-mix(in srgb, var(--accent-pf, #131312) 24%, transparent);
}
.sw-pill.is-on b {
  color: var(--ink-on-light);
}
.pf {
  font-style: normal;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.pf svg { width: 100%; height: 100%; display: block; }
/* brand-coloured platform glyphs (LinkedIn blue bug, IG gradient, X black) */
.pf--in { color: #0a66c2; }
.pf--ig { color: #e1306c; }
.pf--x { color: #131312; }
.sw-formats {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.sw-formats i {
  position: relative;
  font-style: normal;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--line-on-light);
  background: #fafafa;
  display: grid;
  place-items: center;
  font-size: 0.5rem;
  font-weight: 800;
  color: var(--faint-on-light);
}
.sw-formats i svg {
  width: 10px;
  height: 10px;
}
.sw-formats i.is-on {
  background: var(--accent-pf, #131312);
  border-color: var(--accent-pf, #131312);
  color: #fff;
}
.sw-formats i.is-on::after {
  content: "✓";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-pf, #131312);
  box-shadow: 0 0 0 1.5px var(--accent-pf, #131312);
  font-size: 6.5px;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.sw-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.71875rem;
  font-weight: 700;
  color: #fff;
  background: #131312;
  padding: 8px 14px;
  border-radius: 9px;
  white-space: nowrap;
}
.sw-body {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 22px;
  padding: 4px 18px 18px;
}
.sw-col {
  min-width: 0;
}
.sw-col--preview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sw-col--preview .pv-card {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sw-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #131312;
  margin-bottom: 12px;
}
.sw-label--gap {
  margin-top: 26px;
}
.sw-text {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink-on-light);
  margin-bottom: 14px;
}
.sw-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sw-lines i {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(19, 19, 18, 0.07);
  width: var(--w, 70%);
}
.sw-tools {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}
.sw-chipbtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 500;
  color: #131312;
  border: 1px solid rgba(19, 19, 18, 0.18);
  background: #fff;
  padding: 6px 11px;
  border-radius: 8px;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.sw-btn-ico {
  width: 13px;
  height: 13px;
  flex: none;
  color: var(--accent-warm, #d23000);
}
.sw-block {
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(19, 19, 18, 0.03);
  margin-bottom: 10px;
}
.sw-info {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(19, 19, 18, 0.25);
  color: var(--faint-on-light);
  font-size: 0.5rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.sw-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
}
.sw-block-head b {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #131312;
}
.sw-count,
.sw-chev {
  margin-left: auto;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--faint-on-light);
}
.sw-block-body {
  padding: 0 14px 14px;
}
.sw-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 0;
}
.sw-key {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint-on-light);
  width: 44px;
  flex-shrink: 0;
}
.sw-opts {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.sw-opts i {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--muted-on-light);
  border: 1px solid var(--line-on-light);
  background: #fafafa;
  border-radius: 7px;
  padding: 5px 9px;
  white-space: nowrap;
}
.sw-opts i.is-on {
  border-color: rgba(19, 19, 18, 0.4);
  color: var(--ink-on-light);
  background: #ededea;
}
.sw-style {
  border: 1px dashed rgba(19, 19, 18, 0.18);
  border-radius: 10px;
  padding: 14px;
}
.sw-style-group + .sw-style-group {
  border-top: 1px solid var(--line-on-light);
  margin-top: 14px;
  padding-top: 14px;
}
.sw-style-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #131312;
  margin-bottom: 10px;
}
.style-tiles {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.style-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  width: 88px;
  padding: 7px 7px 8px;
  border: 1.5px solid var(--line-on-light);
  border-radius: 11px;
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  color: #131312;
}
.st-thumb {
  width: 100%;
  height: 40px;
  border-radius: 7px;
  background: #eeeef1;
  display: grid;
  place-items: center;
}
.st-ico { width: 44px; height: 33px; display: block; }
.style-tile.is-on {
  border-color: var(--accent-warm, #d23000);
  color: var(--ink-on-light);
}
.theme-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.theme-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #131312;
}
.theme-card.is-on {
  color: var(--ink-on-light);
}
.theme-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  border: 1px solid rgba(19, 19, 18, 0.1);
  background-color: #efefec;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='7' width='42' height='34' rx='4' stroke='%23c0c0bb' stroke-width='2.5'/%3E%3Ccircle cx='15' cy='19' r='4' stroke='%23c0c0bb' stroke-width='2.5'/%3E%3Cpath d='M3 33l12-10 8 7 7-8 15 12' stroke='%23c0c0bb' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34%;
}
.theme-thumb--1 { background-color: #eceae7; }
.theme-thumb--2 { background-color: #e8e8e5; }
.theme-thumb--3 { background-color: #f2f2ef; }
.theme-thumb--4 { background-color: #ededea; }
.theme-thumb--5 { background-color: #e5e5e2; }
.theme-thumb--6 { background-color: #f0f0ed; }
.theme-card.is-on .theme-thumb {
  box-shadow: 0 0 0 1.5px var(--accent-warm, #d23000);
}
.theme-card.is-on::after {
  content: "✓";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-warm, #d23000);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.pv-card {
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(19, 19, 18, 0.03);
  overflow: hidden;
}
.pv-top {
  display: flex;
  justify-content: center;
  padding: 9px;
  border-bottom: 1px solid var(--line-on-light);
}
.pv-body {
  padding: 14px 16px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pv-check {
  color: #6e6e6a;
  font-size: 0.625rem;
}
.pv-dots {
  margin-left: auto;
  color: var(--faint-on-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  align-self: flex-start;
}
.pv-hash {
  margin-top: 8px;
  font-size: 0.71875rem;
  font-weight: 700;
  color: #575753;
}
.pv-card .post-img {
  height: 110px;
  margin-top: 12px;
  border-radius: 6px;
}
.pv-render-empty {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px dashed rgba(19, 19, 18, 0.18);
  border-radius: 8px;
  padding: 20px;
  background: #fafafa;
  aspect-ratio: 4 / 5;   /* portrait, matching the 1080×1350 render so it fills the frame */
}
.pv-img-icon {
  width: 48px;
  height: 48px;
  color: #b5b5b0;
}
.pv-render-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-on-light);
}
.pv-render-note {
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.pv-render-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #131312;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 7px;
}
.pv-engage {
  margin-top: 2px;
}
.pv-reactions {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 0 8px;
  border-bottom: 1px solid var(--line-on-light);
}
.pv-emojis {
  display: inline-flex;
}
.pv-emojis svg {
  width: 18px;
  height: 18px;
  margin-right: -4px;
  border-radius: 50%;
  border: 1.5px solid #fff;
}
.pv-counts {
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.pv-actions {
  display: flex;
  justify-content: space-between;
  padding: 6px 0 2px;
}
.pv-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--muted-on-light);
}
.pv-action svg {
  width: 13px;
  height: 13px;
}
.sub-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.app-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 40px);
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  transition: transform var(--speed) var(--ease), border-color var(--speed) var(--ease),
    box-shadow var(--speed) var(--ease);
}
a.app-card:hover {
  transform: translateY(-3px);
  border-color: rgba(19, 19, 18, 0.22);
  box-shadow: 0 12px 32px rgba(19, 19, 18, 0.06);
}
.app-card--future {
  background: transparent;
  border-style: dashed;
}
.app-card--future h3,
.app-card--future p {
  color: var(--muted-on-light);
}
.app-visual {
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 28px;
  background: #f1f1ef;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
}
.app-visual--ghost {
  background: transparent;
  border-style: dashed;
}
.li-mini {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 10px;
  padding: 14px 16px 18px;
  box-shadow: 0 1px 3px rgba(19, 19, 18, 0.05);
}
.li-mini-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.li-mini-avatar {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #111;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.li-mini-id {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.li-mini-id b,
.li-mini-id i,
.tenant-id b,
.tenant-id i {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.li-mini-id b {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-on-light);
}
.li-mini-id i {
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.35;
  color: var(--faint-on-light);
}
.li-mini-head .pill {
  margin-left: auto;
}
.pill--posted {
  color: #2e7d43;
  border-color: rgba(46, 125, 67, 0.3);
  background: rgba(46, 125, 67, 0.06);
}
.li-mini-text {
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink-on-light);
}
.li-mini-foot {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line-on-light);
}
.deck-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
.deck-stack::before {
  content: "";
  position: absolute;
  inset: 12px -9px -9px 12px;
  background: #e9e9e6;
  border: 1px solid var(--line-on-light);
  border-radius: 10px;
  transform: rotate(1.4deg);
}
.deck-stack .deck-mini {
  position: relative;
  z-index: 1;
}
.deck-mini {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f7f7f5;
  border: 1px solid rgba(19, 19, 18, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
}
.dm-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.dm-brand {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #131312;
  white-space: nowrap;
}
.dm-nav {
  display: flex;
  gap: 9px;
  margin-left: auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent);
  mask-image: linear-gradient(90deg, #000 82%, transparent);
}
.dm-nav span {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(19, 19, 18, 0.4);
  padding-top: 2px;
  border-top: 1px solid transparent;
  white-space: nowrap;
}
.dm-nav .is-on {
  color: #131312;
  border-top-color: #131312;
}
.dm-drop {
  font-size: 0.5rem;
  font-weight: 700;
  color: rgba(19, 19, 18, 0.55);
  border: 1px solid rgba(19, 19, 18, 0.14);
  background: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.dm-body {
  margin-block: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-block: 8px;
}
.dm-kicker {
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(19, 19, 18, 0.38);
}
.dm-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #131312;
}
.dm-line {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(19, 19, 18, 0.09);
  width: var(--w, 50%);
}
.dm-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}
.dm-nav-row {
  padding-top: 10px;
  border-top: 1px solid rgba(19, 19, 18, 0.07);
  margin-top: 8px;
}
.dm-chip {
  font-size: 0.5rem;
  font-weight: 600;
  color: rgba(19, 19, 18, 0.5);
  border: 1px solid rgba(19, 19, 18, 0.12);
  background: #fff;
  border-radius: 5px;
  padding: 3px 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dm-pager {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(19, 19, 18, 0.45);
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-float--deck .deck-mini {
  background: #111110;
  border-color: rgba(255, 255, 255, 0.09);
}
.hero-float--deck .dm-brand {
  color: rgba(255, 255, 255, 0.88);
}
.hero-float--deck .dm-nav span {
  color: rgba(255, 255, 255, 0.32);
}
.hero-float--deck .dm-nav .is-on {
  color: #fff;
  border-top-color: #fff;
}
.hero-float--deck .dm-drop {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
}
.hero-float--deck .dm-kicker {
  color: rgba(255, 255, 255, 0.32);
}
.hero-float--deck .dm-title {
  color: #f0f0ee;
}
.hero-float--deck .dm-line {
  background: rgba(255, 255, 255, 0.1);
}
.hero-float--deck .dm-chip {
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.hero-float--deck .dm-pager {
  color: rgba(255, 255, 255, 0.35);
}
.hero-float--deck .dm-nav-row {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.ghost-mini {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ghost-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px dashed rgba(19, 19, 18, 0.22);
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.ghost-chip svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.app-card--live .status {
  color: var(--accent-ink);
}
.app-card--shipping .status {
  color: var(--muted-on-light);
}
.app-card--future .status {
  color: var(--faint-on-light);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  /* LIVE pulse + SHIPPING shimmer land in Stage 3 */
}
.status-dot--live {
  background: var(--accent);
}
.status-dot--shipping {
  background: var(--muted-on-light);
}
.status-dot--future {
  background: transparent;
  border: 1px solid var(--faint-on-light);
}
.app-card h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-on-light);
  margin-bottom: 12px;
}
.app-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-on-light);
  flex-grow: 1;
}
a.app-card:hover .card-link .arrow {
  transform: translateX(4px);
}
.rm-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted-on-dark);
  max-width: 640px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.rm-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.rm-table thead th {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
  padding: 0 0 16px;
  text-align: left;
}
.rm-table thead th:nth-child(2),
.rm-table thead th:nth-child(3) {
  text-align: center;
  width: 120px;
}
.rm-table tbody tr.rm-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.rm-table tbody tr.rm-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.rm-table td {
  padding: 16px 0;
  font-size: 0.9375rem;
  color: var(--muted-on-dark);
  vertical-align: middle;
}
.rm-cell {
  text-align: center;
  vertical-align: middle;
}
.rm-dot {
  font-size: 1rem;
  line-height: 1;
}
.rm-dot--primary {
  color: var(--accent-warm-bright);
  font-size: 1.125rem;
}
.rm-dot--shared {
  color: rgba(255, 88, 32, 0.78);
}
.rm-dot--available {
  color: rgba(255, 88, 32, 0.55);
  font-size: 0.875rem;
}
.rm-legend .rm-dot { font-size: 1em; }
.rm-tag {
  display: inline-block; margin-left: 10px; vertical-align: middle;
  font-family: var(--font-body); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.02em;
  color: rgba(255, 255, 235, 0.6);
  background: rgba(255, 255, 235, 0.07);
  border: 1px solid rgba(255, 255, 235, 0.18);
  border-radius: 999px; padding: 3px 9px;
}
.rm-legend {
  margin-top: 20px;
  font-size: 0.75rem;
  color: var(--faint-on-dark);
  letter-spacing: 0.03em;
}
.logo-ticker {
  overflow: hidden;
  margin-top: 32px;
  max-width: 560px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: logo-ticker 28s linear infinite;
}
.logo-track img {
  height: 18px;
  width: auto;
  opacity: 0.3;
  filter: grayscale(1);
  flex-shrink: 0;
}
@keyframes logo-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.embed-slot {
  margin-top: clamp(48px, 6vw, 64px);
  min-height: 280px;
  border: 1px dashed rgba(19, 19, 18, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1140px) {
  .hw-meta {
    display: none;
  }
  .hero-window {
    grid-template-columns: 200px minmax(0, 1fr);
  }
  .hero-float--deck {
    right: -12px;
  }
}
@media (max-width: 960px) {
  .hero-stage {
    flex: none;
    margin-top: 52px;
  }
  .hero-window {
    position: relative;
    inset: auto;
  }
  .hero-float {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  .rm-table thead th:nth-child(2),
  .rm-table thead th:nth-child(3) {
    width: 80px;
  }
  .alt-grid,
  .sub-apps {
    grid-template-columns: 1fr;
  }
  .sub-apps > *,
  .app-visual,
  .app-visual .deck-mini,
  .app-visual .dm-foot,
  .app-visual .dm-foot .dm-chip {
    min-width: 0;
  }
  .app-visual .dm-foot .dm-chip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .showcase-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .sw-body {
    grid-template-columns: 1fr;
  }
  .sw-platforms {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sw-head {
    flex-wrap: wrap;
  }
  .sw-col--preview .pv-card {
    width: 100%;
  }
  .layer-grid {
    grid-template-columns: 1fr;
  }
  .layer-card--substrate,
  .layer-card--engine,
  .layer-card--tenant,
  .layer-card--operator {
    grid-column: auto;
  }
  .card-visual {
    min-height: 0;
    padding: 24px;
  }
  .alt-grid {
    gap: 32px;
  }
}
@media (max-width: 760px) {
  .hw-side {
    display: none;
  }
  .hero-window {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .strat-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-block: 9px;
  }
  .sw-usage {
    display: none;
  }
  .hw-refine {
    display: none;
  }
  .hw-main {
    padding: 16px 18px;
  }
  .queue-pills {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .hero-split .hero-cards {
    width: min(380px, calc(100% - 14px));
    margin-inline: auto;
  }
}
.glow-zone {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-light);
}
.glow-zone .sec {
  background: transparent;
}
.page-hero {
  padding-top: clamp(168px, 20vw, 232px);
  padding-bottom: clamp(88px, 10vw, 128px);
  position: static;
}
.page-headline {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 600;
  max-width: 820px;
}
.page-sub {
  margin-top: 24px;
  max-width: 660px;
}
.status--on-dark {
  color: var(--accent);
}
.status--on-light {
  color: var(--accent-ink);
}
.page-tag {
  display: inline-block;
  margin-bottom: 22px;
}
.page-hero .status {
  margin-bottom: 22px;
}
.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.page-hero .hero-split {
  align-items: flex-start;
}
.hero-cards {
  justify-self: end;
  width: min(380px, 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.hc-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.hc-svg path {
  fill: none;
  stroke: rgba(19, 19, 18, 0.22);
  stroke-width: 1;
  stroke-dasharray: 5 5;
  stroke-linecap: butt;
}
.wi-card {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  padding: 10px 16px 10px 10px;
  box-shadow: 0 16px 40px rgba(19, 19, 18, 0.09), 0 2px 4px rgba(19, 19, 18, 0.03);
  position: relative;
}
.wi-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid var(--line-on-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}
.wi-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.wi-bar {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: rgba(19, 19, 18, 0.14);
}
.wi-new {
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--accent-ink);
  border: 1px solid rgba(255, 61, 0, 0.35);
  background: rgba(255, 61, 0, 0.08);
  border-radius: 999px;
  padding: 3px 9px;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}
.wr-card {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 12px;
  padding: 10px 16px 10px 10px;
  box-shadow: 0 16px 40px rgba(19, 19, 18, 0.09), 0 2px 4px rgba(19, 19, 18, 0.03);
  position: relative;
}
.wr-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #131312;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
}
.wr-thumb i {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  width: 22px;
}
.wr-thumb i + i {
  width: 14px;
  background: rgba(255, 255, 255, 0.18);
}
.wr-id {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.wr-id b {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-on-light);
  white-space: nowrap;
}
.wr-id i {
  font-style: normal;
  font-size: 0.625rem;
  color: var(--faint-on-light);
}
.wr-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  display: grid;
  place-items: center;
  font-size: 0.625rem;
  font-weight: 800;
  margin-left: auto;
  flex-shrink: 0;
}
.wq-card {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 24px 64px rgba(19, 19, 18, 0.08), 0 2px 4px rgba(19, 19, 18, 0.03);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 4px;
}
.wq-title {
  font-family: var(--font-display);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-on-light);
}
.wq-count {
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.wq-row {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fafafa;
  border: 1px solid var(--line-on-light);
  border-radius: 10px;
  padding: 10px 12px;
}
.wq-id {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  min-width: 0;
}
.wq-id b {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-on-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wq-id i {
  font-style: normal;
  font-size: 0.625rem;
  color: var(--faint-on-light);
}
.wq-pill {
  margin-left: auto;
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--line-on-light);
  background: #fff;
  color: var(--muted-on-light);
  white-space: nowrap;
  flex-shrink: 0;
}
.wq-pill--green {
  color: #16a34a;
  border-color: rgba(22, 163, 74, 0.3);
  background: rgba(22, 163, 74, 0.07);
}
.wq-pill--amber {
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.3);
  background: rgba(180, 83, 9, 0.07);
}
.out-list {
  border-top: 1px solid var(--line-on-light);
}
.out-row {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr) minmax(0, 3fr);
  gap: 16px 48px;
  align-items: baseline;
  padding-block: 26px;
  border-bottom: 1px solid var(--line-on-light);
  transition: background var(--speed) var(--ease);
}
.out-row:hover {
  background: rgba(19, 19, 18, 0.02);
}
.out-name {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-on-light);
}
.out-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-on-light);
}
.out-meta {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint-on-light);
  text-align: right;
  white-space: nowrap;
}
.fmt-kicker {
  display: block;
  margin-bottom: 14px;
}
.fmt-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.fmt-card {
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(19, 19, 18, 0.03);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fmt-label {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--muted-on-light);
}
.fmt-post {
  aspect-ratio: 1 / 1;
  background: #fafafa;
  border: 1px solid var(--line-on-light);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.fmt-post-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.fmt-post-avatar {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #131312;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.fmt-post-id {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fmt-post-id i {
  display: block;
  height: 5px;
  border-radius: 3px;
  background: rgba(19, 19, 18, 0.12);
}
.fmt-post-text {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-on-light);
}
.fmt-post-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fmt-post-lines i {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: rgba(19, 19, 18, 0.07);
  width: var(--w, 70%);
}
.fmt-slides {
  display: flex;
  gap: 10px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.fmt-slide {
  position: relative;
  background: #131312;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.fmt-slide--front {
  width: 68%;
  flex-shrink: 0;
}
.fmt-slide--next {
  flex: 0 0 38%;
}
.fmt-kicker-bar {
  display: block;
  width: 24px;
  height: 5px;
  border-radius: 3px;
  background: var(--accent);
  margin-bottom: 3px;
}
.fmt-slide-line {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.35);
  width: var(--w, 70%);
}
.fmt-slide-line--dim {
  background: rgba(255, 255, 255, 0.16);
}
.fmt-count {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 0.5625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.fmt-canvas {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #131312;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.fmt-canvas-text {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  max-width: 180px;
}
.fmt-canvas-mark {
  position: absolute;
  bottom: 12px;
  left: 14px;
  height: 9px;
  width: auto;
}
.fmt-render {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  padding: 3px 7px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.5vw, 36px);
}
.step {
  padding-top: 24px;
  border-top: 1px solid var(--line-on-dark);
}
.step h3 {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-on-dark);
  margin-top: 18px;
  margin-bottom: 10px;
}
.step p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-on-dark);
}
.step-visual {
  margin-top: 18px;
  height: 112px;
  display: flex;
}
.step-visual > * {
  width: 100%;
}
.sv-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line-on-dark);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}
.sv-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sv-title {
  font-family: var(--font-display);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
}
.sv-tag {
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid rgba(255, 61, 0, 0.35);
  background: rgba(255, 61, 0, 0.08);
  border-radius: 999px;
  padding: 2px 8px;
}
.sv-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sv-key {
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--muted-on-dark);
  width: 54px;
  flex-shrink: 0;
}
.sv-bar {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.09);
  width: var(--w, 60%);
}
.sv-stack {
  position: relative;
}
.sv-stack .sv-card {
  position: absolute;
  inset: 0;
}
.sv-card--front {
  z-index: 1;
}
.sv-card--back {
  transform: translate(9px, 9px);
  opacity: 0.45;
}
.sv-idea-line {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  width: var(--w, 70%);
}
.sv-idea-line--dim {
  background: rgba(255, 255, 255, 0.07);
}
.sv-chips {
  display: flex;
  gap: 6px;
}
.sv-chip {
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--muted-on-dark);
  border: 1px solid var(--line-on-dark);
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
}
.sv-chip--save {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.sv-card--strategy {
  gap: 5px;
}
.sv-card--render {
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  padding: 12px;
}
.sv-render-frame {
  flex: 1;
  min-width: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sv-render-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
  padding-top: 2px;
}
.sv-card--review {
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  padding: 12px;
}
.sv-review-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sv-review-left .sv-render-frame {
  flex: 1;
  width: auto;
}
.sv-actions--stack {
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  margin-top: 0;
}
.sv-tiles {
  display: flex;
  gap: 8px;
}
.sv-tile {
  flex: 1;
  height: 34px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-on-dark);
}
.sv-tile.is-on {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}
.sv-render {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 3px;
}
.sv-render {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 3px;
}
.sv-render-btn {
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 600;
  color: #131312;
  background: #fff;
  border-radius: 7px;
  padding: 5px 11px;
  white-space: nowrap;
}
.sv-render-note {
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--faint-on-dark);
  white-space: nowrap;
}
.sv-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sv-lines i {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  width: var(--w, 70%);
}
.sv-actions {
  display: flex;
  gap: 8px;
  margin-top: 3px;
}
.sv-btn {
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--muted-on-dark);
  border: 1px solid var(--line-on-dark);
  border-radius: 7px;
  padding: 5px 11px;
  white-space: nowrap;
}
.sv-btn--approve {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.3);
  background: rgba(74, 222, 128, 0.08);
}
.sv-week {
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}
.sv-day {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.sv-day b {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint-on-dark);
}
.sv-slot {
  width: 100%;
  flex: 1;
  border-radius: 6px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
.sv-slot.is-posted {
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.sv-slot.is-next {
  background: rgba(255, 61, 0, 0.14);
  border: 1px solid rgba(255, 61, 0, 0.45);
}
.onbrand-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.onbrand-copy p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--muted-on-light);
}
.onbrand-copy p + p {
  margin-top: 24px;
}
.field-card {
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 14px;
  padding: 22px 24px 12px;
  box-shadow: 0 16px 48px rgba(19, 19, 18, 0.06);
}
.field-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-on-light);
}
.field-redacted {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint-on-light);
  border: 1px solid var(--line-on-light);
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
}
.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 15px;
  border-bottom: 1px solid var(--line-on-light);
}
.field-row:last-child {
  border-bottom: 0;
}
.field-name {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-on-light);
  white-space: nowrap;
}
.field-val {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}
.field-val--stack {
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 42%;
}
.field-quote {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(19, 19, 18, 0.08);
  width: var(--w, 60%);
}
.fchip {
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--muted-on-light);
  border: 1px solid var(--line-on-light);
  background: #fafafa;
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
}
.fchip--banned {
  text-decoration: line-through;
  color: var(--faint-on-light);
}
.fchip--redacted {
  height: 20px;
  border: none;
  background: rgba(19, 19, 18, 0.1);
}
.field-meter {
  display: block;
  width: 110px;
  height: 6px;
  border-radius: 3px;
  background: rgba(19, 19, 18, 0.08);
  overflow: hidden;
}
.field-meter b {
  display: block;
  height: 100%;
  width: var(--v, 60%);
  background: var(--accent);
  border-radius: 3px;
}
.field-meter-label {
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent-ink);
}
.samples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
  align-items: start;
}
.sample-post,
.sample-calib {
  background: #fff;
  border: 1px solid var(--line-on-light);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 12px 36px rgba(19, 19, 18, 0.05);
}
.sample-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}
.sample-avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #131312;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sample-id {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.sample-id b {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-on-light);
}
.sample-id i {
  font-style: normal;
  font-size: 0.6875rem;
  color: var(--faint-on-light);
}
.sample-text {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.45;
  color: var(--ink-on-light);
}
.sample-meta {
  display: block;
  margin-top: 18px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint-on-light);
}
.sample-status {
  margin-left: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #16a34a;
  white-space: nowrap;
}
.sample-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}
.sample-img {
  position: relative;
  margin-top: 16px;
  background: #131312;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 24px;
}
.sample-img-text {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  max-width: 200px;
}
.sample-img-mark {
  position: absolute;
  bottom: 13px;
  left: 15px;
  height: 9px;
  width: auto;
}
.sample-more {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.sample-engage {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--line-on-light);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--faint-on-light);
}
.calib-row {
  margin-top: 18px;
}
.calib-tag {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint-on-light);
  margin-bottom: 7px;
}
.calib-tag--after {
  color: var(--accent-ink);
}
.calib-row p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted-on-light);
}
.calib-row--after p {
  color: var(--ink-on-light);
  font-weight: 600;
}
@media (max-width: 960px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-cards {
    justify-self: start;
  }
  .fmt-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .onbrand-grid {
    grid-template-columns: 1fr;
  }
  .samples {
    grid-template-columns: 1fr;
  }
  .out-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 24px;
  }
  .out-desc {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
  }
  .fmt-rail {
    grid-template-columns: 1fr;
  }
  .out-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .out-meta {
    text-align: left;
  }
}
.hero-window {
  background: linear-gradient(180deg, #ffffff, #fafaf8);
  border-color: rgba(19, 19, 18, 0.12);
  box-shadow:
    0 30px 100px rgba(19, 19, 18, 0.12),
    0 2px 4px rgba(19, 19, 18, 0.04);
}
.hw-side {
  border-right-color: rgba(19, 19, 18, 0.07);
  background: rgba(19, 19, 18, 0.018);
}
.hw-avatar {
  background: rgba(107, 116, 255, 0.12);
  color: #5a63d8;
}
.hw-ws-name {
  color: var(--ink-on-light);
}
.hw-chev {
  color: var(--faint-on-light);
}
.hw-group-label {
  color: var(--faint-on-light);
}
.hw-item {
  color: var(--muted-on-light);
}
.hw-item.is-active {
  background: rgba(19, 19, 18, 0.055);
  color: var(--ink-on-light);
}
.hw-badge {
  background: rgba(255, 61, 0, 0.14);
  color: var(--accent-ink);
}
.hw-soon {
  color: var(--faint-on-light);
  border-color: rgba(19, 19, 18, 0.12);
}
.hw-main-head {
  border-bottom-color: rgba(19, 19, 18, 0.08);
}
.hw-crumb {
  color: var(--ink-on-light);
}
.hw-tabs span {
  color: var(--faint-on-light);
}
.hw-tabs .is-active {
  color: var(--ink-on-light);
}
.hw-refine {
  color: var(--faint-on-light);
  border-color: rgba(19, 19, 18, 0.12);
}
.hw-field + .hw-field {
  border-top-color: rgba(19, 19, 18, 0.06);
}
.hw-label {
  color: var(--faint-on-light);
}
.hw-field p {
  color: #3f3f3c;
}
.hw-quote {
  color: var(--ink-on-light) !important;
}
.hw-more {
  color: var(--faint-on-light);
}
.hw-chips i {
  color: #3f3f3c;
  background: rgba(19, 19, 18, 0.04);
  border-color: rgba(19, 19, 18, 0.1);
}
.hw-chips--banned i {
  color: #b04a4a;
  background: rgba(217, 68, 68, 0.06);
  border-color: rgba(217, 68, 68, 0.22);
  text-decoration-color: rgba(176, 74, 74, 0.6);
}
.hw-chips--plain i {
  background: transparent;
}
.hw-meta {
  border-left-color: rgba(19, 19, 18, 0.07);
  background: rgba(19, 19, 18, 0.018);
}
.hw-out {
  color: #3f3f3c;
}
.hw-out b {
  color: var(--faint-on-light);
}
.hw-divider {
  background: rgba(19, 19, 18, 0.07);
}
.hero-float {
  background: #f0f0ee;
  border-color: rgba(19, 19, 18, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 24px 80px rgba(19, 19, 18, 0.14);
}
.hf-post {
  background: #f7f7f5;
  border-color: rgba(19, 19, 18, 0.08);
}
.hf-post .li-mini-id b {
  color: var(--ink-on-light);
}
.hf-post .li-mini-id i {
  color: var(--faint-on-light);
}
.li-mini-avatar--bs {
  background: rgba(255, 61, 0, 0.12);
  color: #D23000;
}
.hf-text {
  color: var(--ink-on-light);
}
.hf-post .post-img {
  background: #ececea;
  border-color: rgba(19, 19, 18, 0.06);
}
.hf-post .post-img::before {
  background: #cfcfcc;
}
.hf-btn {
  border-color: rgba(19, 19, 18, 0.16);
  color: var(--muted-on-light);
}
.hf-btn--primary {
  background: #131312;
  border-color: transparent;
  color: #fff;
}
.hero-float--deck .deck-mini {
  background: #f7f7f5;
  border-color: rgba(19, 19, 18, 0.1);
}
.hero-float--deck .dm-brand {
  color: #131312;
}
.hero-float--deck .dm-nav span {
  color: rgba(19, 19, 18, 0.4);
}
.hero-float--deck .dm-nav .is-on {
  color: #131312;
  border-top-color: #131312;
}
.hero-float--deck .dm-drop {
  color: rgba(19, 19, 18, 0.55);
  background: #fff;
  border-color: rgba(19, 19, 18, 0.14);
}
.hero-float--deck .dm-title {
  color: #131312;
}
.hero-float--deck .dm-line {
  background: rgba(19, 19, 18, 0.09);
}
.hero-float--deck .dm-chip {
  color: rgba(19, 19, 18, 0.5);
  background: #fff;
  border-color: rgba(19, 19, 18, 0.12);
}
.hero-float--deck .dm-pager {
  color: rgba(19, 19, 18, 0.45);
}
.hero-float--deck .dm-nav-row {
  border-top-color: rgba(19, 19, 18, 0.07);
}
.hw-avatar--bs { background: rgba(255, 61, 0,0.12); color: #D23000; }
.hw-gear { color: var(--faint-on-light); }
.hw-count { color: var(--faint-on-light); }
.hw-side-bottom { border-top-color: rgba(19,19,18,0.07); }
.hw-search { background: rgba(19,19,18,0.04); border-color: rgba(19,19,18,0.09); color: var(--faint-on-light); }
.hw-search kbd { background: rgba(19,19,18,0.05); border-color: rgba(19,19,18,0.1); color: var(--faint-on-light); }
.hw-user-av { background: rgba(107,116,255,0.12); color: #5a63d8; }
.hw-user-name { color: var(--muted-on-light); }
.hw-powered { color: var(--faint-on-light); }
.hw-powered b { color: var(--muted-on-light); }
.hw-top-tabs { border-bottom-color: rgba(19,19,18,0.08); }
.hw-top-tabs span { color: var(--muted-on-light); }
.hw-top-tabs .is-active { color: var(--ink-on-light); border-bottom-color: var(--accent-ink); }
.hw-page-hd { border-bottom-color: rgba(19,19,18,0.08); }
.hw-page-icon { color: var(--muted-on-light); }
.hw-page-title { color: var(--ink-on-light); }
.hw-page-desc { color: var(--muted-on-light); }
.hw-cards-group-label { color: var(--faint-on-light); }
.hw-strategy-card { background: #fff; border-color: rgba(19,19,18,0.1); }
.hw-card-name { color: var(--ink-on-light); }
.hw-card-body { color: var(--muted-on-light); }
.hw-card-btn { color: var(--muted-on-light); background: rgba(19,19,18,0.04); border-color: rgba(19,19,18,0.1); }
@keyframes aurora-drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-2.2%, 1.6%, 0) scale(1.05); }
  100% { transform: translate3d(2%, -1.2%, 0) scale(1.02); }
}
@keyframes hh-in {
  from { opacity: 0; transform: translateY(0.3em); }
  to   { opacity: 1; transform: none; }
}
.glow-zone .container {
  position: relative;
  z-index: 1;
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}
@keyframes live-ping {
  0%        { transform: scale(1); opacity: 0.4; }
  70%, 100% { transform: scale(2.6); opacity: 0; }
}
.status-dot--live {
  position: relative;
}
.status-dot--live::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--accent);
  animation: live-ping 2.6s var(--ease) infinite;
}
@keyframes label-shimmer {
  from { background-position: 150% 0; }
  to   { background-position: -50% 0; }
}
html.motion .app-card--shipping .status {
  background-image: linear-gradient(100deg, var(--muted-on-light) 42%, var(--ink-on-light) 50%, var(--muted-on-light) 58%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: label-shimmer 5s linear infinite;
}
@keyframes moa-pop { from { opacity: 0; transform: translateY(18px) scale(0.96); } }
@keyframes moa-rise { from { opacity: 0; transform: translateY(12px); } }
@keyframes moa-fade { from { opacity: 0; } }
@keyframes moa-wipe {
  from { clip-path: inset(-8% -8% 104% -8%); }
  to   { clip-path: inset(-8% -8% -8% -8%); }
}
@keyframes moa-wipex {
  from { clip-path: inset(-8% 104% -8% -8%); }
  to   { clip-path: inset(-8% -8% -8% -8%); }
}
@keyframes moa-growx { from { transform: scaleX(0); } }
@keyframes moa-growy { from { transform: scaleY(0); } }
@keyframes grain-flicker {
  0%     { background-position:   0px    0px; }
  8.33%  { background-position: -73px  -53px; }
  16.66% { background-position:  37px   91px; }
  25%    { background-position: -119px  17px; }
  33.33% { background-position:  53px  -87px; }
  41.66% { background-position: -41px   63px; }
  50%    { background-position:  97px  -31px; }
  58.33% { background-position: -67px  107px; }
  66.66% { background-position:  23px -113px; }
  75%    { background-position: -89px   43px; }
  83.33% { background-position:  61px   77px; }
  91.66% { background-position: -31px  -97px; }
  100%   { background-position:   0px    0px; }
}
