/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .grow {
    flex-grow: 1;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --ink: #11110f;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #d9d3c5;
  --muted: #716e66;
  --signal: #ff3d1f;
  --signal-dark: #c72a12;
  --acid: #d9ff43;
  --good: #14733c;
  --warn: #a76310;
  --bad: #b52a20;
  --radius: 20px;
  --font-size-xs: .75rem;
  --font-size-sm: .875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: clamp(2rem, 5vw, 4rem);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(17,17,15,.08);
  --shadow-lg: 0 24px 70px rgba(17,17,15,.18);
  --z-nav: 50;
  --z-overlay: 200;
  --motion-fast: 120ms;
  --motion-standard: 220ms;
  --breakpoint-tablet: 720px;
  --breakpoint-desktop: 980px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans), Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mono {
  font-family: var(--font-mono), monospace;
  letter-spacing: -.03em;
}
.eyebrow {
  margin: 0 0 14px;
  font: 700 11px/1 var(--font-mono), monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(17,17,15,.12);
}
.btn-primary {
  color: white;
  background: var(--signal);
  border-color: var(--signal);
}
.btn-dark {
  color: white;
  background: var(--ink);
}
.btn-soft {
  background: var(--panel);
  border-color: var(--line);
}
.btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.arrow {
  font-family: var(--font-mono), monospace;
}
.tag {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(250,248,242,.72);
  font: 700 10px/1 var(--font-mono), monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(255,61,31,.12);
}
.public-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(17,17,15,.18);
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,.92);
}
.public-nav-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.06em;
}
.brand-mark {
  width: 24px;
  height: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  rotate: 8deg;
}
.brand-mark i {
  display: block;
  background: var(--ink);
  border-radius: 2px;
}
.brand-mark i:last-child {
  background: var(--signal);
  border-radius: 50%;
}
.public-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
}
.public-links a:hover {
  color: var(--signal);
}
.mobile-hide {
  display: flex;
}
.public-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.public-actions .btn {
  min-height: 40px;
  padding: 0 14px;
}
.locale-label select {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  padding: 0 10px;
  color: var(--ink);
}
.hero {
  min-height: 760px;
  padding: 90px 0 60px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 82% 25%, rgba(255,61,31,.12), transparent 25%), var(--paper);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 76px;
  align-items: center;
}
.hero h1 {
  max-width: 820px;
  margin: 20px 0 28px;
  font-size: clamp(64px, 8.1vw, 126px);
  line-height: .84;
  letter-spacing: -.085em;
  font-weight: 830;
}
.hero h1 em {
  color: var(--signal);
  font-style: normal;
}
.hero-copy {
  max-width: 640px;
  font-size: 19px;
  line-height: 1.55;
  color: #4f4c45;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.proofline {
  display: flex;
  gap: 12px 28px;
  flex-wrap: wrap;
  margin-top: 58px;
  font: 600 12px/1.3 var(--font-mono), monospace;
  color: var(--muted);
  text-transform: uppercase;
}
.sensor-card {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--ink);
  border-radius: 140px 140px 18px 18px;
  overflow: hidden;
  background: #141411;
  color: white;
  box-shadow: 20px 24px 0 var(--signal);
}
.sensor-scene {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 36%, #605747, transparent 27%), linear-gradient(150deg,#191915,#2f2a22 60%,#111);
}
.sensor-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);
  background-size: 42px 42px;
  transform: perspective(420px) rotateX(58deg) scale(1.4);
  transform-origin: bottom;
}
.sensor-hand {
  position: absolute;
  left: 30%;
  top: 28%;
  width: 42%;
  height: 44%;
  border: 2px solid var(--acid);
  border-radius: 50% 20% 45% 28%;
  rotate: -18deg;
  filter: drop-shadow(0 0 12px rgba(217,255,67,.5));
}
.sensor-hand::before, .sensor-hand::after {
  content: "";
  position: absolute;
  width: 44%;
  height: 8px;
  border-top: 2px solid var(--acid);
  left: -20%;
  top: 22%;
  rotate: -22deg;
}
.sensor-hand::after {
  left: auto;
  right: -20%;
  top: 54%;
  rotate: 30deg;
}
.sensor-top, .sensor-bottom {
  position: absolute;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 2;
  font: 600 10px/1 var(--font-mono), monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sensor-top {
  top: 24px;
}
.sensor-bottom {
  bottom: 22px;
  align-items: flex-end;
}
.sensor-metric strong {
  display: block;
  margin-top: 7px;
  font-size: 17px;
  color: var(--acid);
}
.rec {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rec i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal);
  animation: pulse 1.3s infinite;
}
@keyframes pulse {
  50% {
    opacity: .35;
  }
}
.metrics-strip {
  border-bottom: 1px solid var(--line);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.metric {
  padding: 38px 24px;
  border-right: 1px solid var(--line);
}
.metric:last-child {
  border: 0;
}
.metric strong {
  display: block;
  font-size: clamp(32px,4vw,58px);
  letter-spacing: -.07em;
}
.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font: 600 11px/1.4 var(--font-mono), monospace;
  text-transform: uppercase;
}
.section {
  padding: 110px 0;
  border-bottom: 1px solid var(--line);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 54px;
}
.section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px,6vw,88px);
  line-height: .94;
  letter-spacing: -.075em;
}
.section-intro {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.65;
}
.modality-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--ink);
}
.modality {
  min-height: 370px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  background: var(--panel);
  transition: .25s;
}
.modality:last-child {
  border: 0;
}
.modality:hover {
  color: white;
  background: var(--ink);
  transform: translateY(-6px);
}
.modality-num {
  font: 600 12px/1 var(--font-mono), monospace;
  color: var(--signal);
}
.modality h3 {
  margin: auto 0 12px;
  font-size: 32px;
  letter-spacing: -.05em;
}
.modality p {
  min-height: 80px;
  line-height: 1.5;
  color: var(--muted);
}
.modality:hover p {
  color: #b8b5ac;
}
.pipeline {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
.pipeline-step {
  position: relative;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(250,248,242,.6);
}
.pipeline-step::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: white;
}
.pipeline-step:last-child::after {
  display: none;
}
.pipeline-step b {
  display: block;
  margin: 58px 0 10px;
  font-size: 18px;
}
.pipeline-step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.split-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}
.cta-panel {
  padding: 70px max(40px,calc((100vw - 1240px)/2));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--signal);
  color: white;
}
.cta-panel:last-child {
  background: var(--ink);
}
.cta-panel h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(48px,6vw,78px);
  line-height: .92;
  letter-spacing: -.07em;
}
.footer {
  padding: 38px 0;
  background: var(--ink);
  color: white;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.footer small {
  color: #aaa;
}
.app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 244px 1fr;
  background: #eeeae1;
}
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 26px 18px;
  border-right: 1px solid var(--line);
  background: #fff;
}
.side-group {
  margin-top: 38px;
}
.side-label {
  padding: 0 12px;
  margin-bottom: 10px;
  font: 700 10px/1 var(--font-mono),monospace;
  letter-spacing: .12em;
  color: #918d82;
  text-transform: uppercase;
}
.side-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  border-radius: 999px;
  font-size: 14px;
  margin: 2px 0;
}
.side-link:hover {
  background: #e9e5dc;
}
.side-link.active {
  color: white;
  background: var(--ink);
}
.side-icon {
  width: 18px;
  text-align: center;
  color: var(--signal);
}
.side-bottom {
  margin-top: auto;
}
.app-body {
  min-width: 0;
}
.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(248,246,240,.9);
}
.balance-pill {
  display: flex;
  gap: 16px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  font: 600 10px/1.2 var(--font-mono),monospace;
  text-transform: uppercase;
}
.balance-pill b {
  font-size: 12px;
  color: var(--ink);
}
.avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: white;
  font-weight: 800;
}
.notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 18px;
  border: 1px solid #e8c88e;
  border-radius: 16px;
  background: #fff0d4;
  color: #76501a;
  font-size: 13px;
  line-height: 1.45;
}
.notice strong {
  display: block;
  color: #51370f;
}
.notice.info {
  border-color: #d7cec0;
  background: #eee7dc;
  color: #5e584f;
}
.notice.danger {
  border-color: #f0b9b2;
  background: #fff0ed;
  color: #762a22;
}
.app-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 38px 32px 80px;
}
.app-title {
  margin: 28px 0 6px;
  font-size: 44px;
  letter-spacing: -.06em;
}
.app-subtitle {
  margin: 0 0 32px;
  color: var(--muted);
}
.banner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 24px;
  background: #f2ddd2;
  font-size: 12px;
}
.banner button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.stat-card {
  min-height: 142px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
.stat-card span {
  color: var(--muted);
  font-size: 12px;
}
.stat-card strong {
  display: block;
  margin-top: 22px;
  font-size: 30px;
  letter-spacing: -.05em;
}
.stat-card small {
  color: var(--good);
}
.dash-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 18px;
  margin-top: 18px;
}
.card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.card h2,.card h3 {
  margin: 0;
  letter-spacing: -.04em;
}
.card p {
  color: var(--muted);
  line-height: 1.55;
}
.chart {
  height: 210px;
  display: flex;
  align-items: end;
  gap: 9px;
  padding-top: 20px;
  border-bottom: 1px solid var(--line);
}
.bar {
  flex: 1;
  min-width: 12px;
  border-radius: 6px 6px 0 0;
  background: var(--signal);
  opacity: .15;
}
.bar:nth-child(5),.bar:nth-child(6) {
  opacity: .8;
}
.bar:nth-child(7) {
  opacity: 1;
}
.task-list {
  display: grid;
  gap: 10px;
}
.task-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.task-type {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--acid);
  font: 700 11px var(--font-mono),monospace;
}
.task-row b {
  display: block;
  font-size: 14px;
}
.task-row small {
  color: var(--muted);
}
.task-pay {
  font-weight: 800;
}
.task-hero {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}
.task-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(36px,5vw,62px);
  line-height: .98;
  letter-spacing: -.07em;
}
.task-hero>p {
  max-width: 800px;
  line-height: 1.6;
  color: #504d46;
}
.task-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rate-row {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.rate {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f0ece3;
  font-size: 13px;
  font-weight: 750;
}
.task-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}
.task-content {
  display: grid;
  gap: 18px;
}
.sticky {
  position: sticky;
  top: 94px;
}
.start-card .btn {
  width: 100%;
  margin-top: 10px;
}
.step-list,.criteria {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.step {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
}
.step-num {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font: 700 11px var(--font-mono),monospace;
}
.step b {
  display: block;
  margin-bottom: 6px;
}
.step p {
  margin: 0;
  font-size: 14px;
}
.criteria li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  font-size: 14px;
  color: #514e47;
}
.check {
  color: var(--good);
}
.cross {
  color: var(--bad);
}
.requirements {
  padding-left: 20px;
  line-height: 1.9;
  color: #514e47;
}
.glance {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 9px;
}
.glance div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f1ede4;
}
.glance small {
  display: block;
  margin-bottom: 7px;
  font: 700 9px var(--font-mono),monospace;
  letter-spacing: .1em;
  color: #8a867c;
  text-transform: uppercase;
}
.glance strong {
  font-size: 14px;
}
.paired-wrap {
  max-width: 650px;
  margin: 0 auto;
}
.paired-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.waiting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
  color: var(--muted);
}
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  border-top-color: var(--signal);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.invite-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f3efe7;
}
.invite-box code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  color: var(--muted);
}
.device-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field {
  display: grid;
  gap: 8px;
}
.field label {
  font-size: 12px;
  font-weight: 700;
}
.input,select,textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.topic h4 {
  margin: 0 0 10px;
  color: var(--good);
}
.topic.bad h4 {
  color: var(--bad);
}
.topic ul {
  margin: 0;
  padding-left: 18px;
  color: #56524b;
  font-size: 13px;
  line-height: 1.55;
}
.test-result {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #eeeae2;
  font-size: 13px;
}
.test-result.pass {
  color: var(--good);
  background: #e8f4eb;
}
.test-result.warn {
  color: var(--warn);
  background: #fff1d7;
}
.preflight-check {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.54);
}
.preflight-check h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.preflight-check p {
  margin: 0 0 14px;
}
.preflight-check audio {
  width: 100%;
  margin-top: 12px;
}
.preflight-check meter {
  width: 100%;
  min-height: 18px;
  accent-color: var(--accent);
}
.camera-preview {
  display: block;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-top: 14px;
  border-radius: 14px;
  background: #111;
}
.countdown-stage {
  min-height: 360px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  gap: 12px;
}
.countdown-stage strong {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 72px;
  font-family: var(--font-mono);
}
.countdown-stage span {
  color: var(--good);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.countdown-stage p {
  max-width: 420px;
}
.participant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.participant-grid section {
  display: grid;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f4f1ea;
}
.participant-grid label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.45;
}
.recording-stage {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.recording-stage>strong {
  font: 700 78px/1 var(--font-mono),monospace;
  letter-spacing: -.08em;
}
.recording-stage video {
  width: 100%;
  max-height: 430px;
  border-radius: 14px;
  background: #111;
}
.recording-stage audio {
  width: 100%;
}
.waveform {
  height: 104px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}
.waveform i {
  display: block;
  width: 5px;
  min-height: 4px;
  max-height: 82px;
  border-radius: 999px;
  background: var(--red);
  transition: height .12s linear;
}
.video-capture-stage {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 20px;
  background: #111;
  aspect-ratio: 16/9;
}
.video-capture-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orientation-guide {
  position: absolute;
  inset: 10%;
  display: grid;
  place-items: end center;
  border: 2px solid var(--acid);
  pointer-events: none;
}
.orientation-guide:before,.orientation-guide:after {
  content: "";
  position: absolute;
  background: var(--acid);
}
.orientation-guide:before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  opacity: .4;
}
.orientation-guide:after {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  opacity: .4;
}
.orientation-guide span {
  margin-bottom: 10px;
  padding: 5px 8px;
  background: #111;
  color: var(--acid);
  font: 700 10px var(--font-mono),monospace;
  text-transform: uppercase;
}
.recording-stage.compact {
  min-height: 210px;
}
.capture-review-video {
  width: 100%;
  max-height: 440px;
  border-radius: 16px;
  background: #111;
}
.photo-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 4px 10px;
  margin: 20px 0;
}
.photo-progress strong {
  font: 800 34px var(--font-mono),monospace;
}
.photo-progress progress {
  grid-column: 1/-1;
  width: 100%;
  accent-color: var(--red);
}
.photo-shot-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}
.photo-shot {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.photo-preview,.photo-placeholder {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: #191917;
  color: var(--acid);
}
.photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-overlay {
  position: absolute;
  inset: 9%;
  display: grid;
  place-items: end center;
  border: 1px solid var(--acid);
  font: 700 9px var(--font-mono),monospace;
  text-transform: uppercase;
}
.photo-placeholder {
  padding: 14px;
  text-align: center;
}
.photo-placeholder small {
  color: #ddd;
}
.photo-actions {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.photo-shot .notice {
  grid-column: 1/-1;
}
.drop-zone {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 190px;
  margin: 18px 0;
  padding: 30px;
  border: 2px dashed var(--line);
  border-radius: 18px;
  background: var(--soft);
  text-align: center;
  cursor: pointer;
}
.drop-zone.dragging {
  border-color: var(--red);
  background: #fff0ed;
}
.drop-zone span {
  color: var(--muted);
}
.review-filters {
  display: grid;
  grid-template-columns: repeat(5,minmax(120px,1fr));
  gap: 10px;
  margin: 16px 0;
}
.review-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
.review-summary span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}
.review-workspace {
  display: grid;
  grid-template-columns: minmax(0,2fr) minmax(260px,1fr);
  gap: 18px;
}
.review-workspace>.review-summary {
  grid-column: 1/-1;
}
.review-media.modality-photo {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.review-asset {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.review-asset video,.review-asset audio {
  width: 100%;
}
.review-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #111;
  cursor: zoom-in;
}
.review-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.review-image span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  background: #111;
  color: #fff;
  font-size: 10px;
}
.review-waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 70px;
  padding: 8px;
  background: var(--soft);
}
.review-waveform i {
  flex: 1;
  max-width: 5px;
  background: var(--red);
}
.image-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 40px;
  background: rgba(0,0,0,.86);
}
.image-lightbox img {
  max-width: 95vw;
  max-height: 88vh;
}
.image-lightbox button {
  position: absolute;
  right: 20px;
  top: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
}
.machine-qa-panel {
  min-width: 0;
}
.machine-qa-panel .manifest {
  max-height: 360px;
  overflow: auto;
}
@media (max-width:900px) {
  .review-filters {
    grid-template-columns: 1fr 1fr;
  }
  .review-workspace {
    grid-template-columns: 1fr;
  }
}
.footer-columns {
  grid-template-columns: 2fr repeat(4,1fr);
}
@media (max-width:1100px) {
  .public-links {
    display: none;
  }
  .public-actions {
    margin-left: auto;
  }
  .footer-columns {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:720px) {
  .public-actions .btn-soft,.public-actions .btn-primary {
    display: none;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }
  .primitive-drawer {
    width: min(420px,92vw);
  }
}
@media (prefers-color-scheme:dark) {
  :root {
    color-scheme: dark;
    --ink: #f4f5ef;
    --paper: #171916;
    --panel: #20231f;
    --surface: #20231f;
    --soft: #292d28;
    --line: #4b5048;
    --muted: #b6baaf;
    --signal: #75e18a;
    --signal-dark: #9af0aa;
    --acid: #355d3d;
    --good: #79e09a;
    --warn: #ffc66d;
    --bad: #ff8c82;
    --red: #75e18a;
  }
  .public-header,.public-nav,.page-hero,.auth-section,.role-app {
    background: #171916;
  }
  .card,.market-card,.clip-card,.notification-menu,.notification-menu>button:not(.icon-button),input,select,textarea {
    background: var(--panel);
    color: var(--ink);
  }
  .table-row.table-head,.participant-grid section,.agreement-box,.tabs {
    background: var(--soft);
  }
  .btn-primary {
    color: #102014;
  }
  .footer {
    background: #0f100e;
  }
}
@media (forced-colors:active) {
  * {
    forced-color-adjust: auto;
  }
  .status-pill,.notice,.btn,.card,input,select,textarea {
    border: 1px solid CanvasText;
  }
  .progress-fill {
    background: Highlight;
  }
  .brand-mark i {
    background: CanvasText !important;
  }
}
.sensor-center {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 88px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #dfff63;
  font: 700 9px var(--font-mono),monospace;
}
.metric small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}
.network-alternative {
  display: grid;
  gap: 12px;
}
.network-alternative div {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.network-alternative dt {
  color: var(--muted);
  font: 700 10px var(--font-mono),monospace;
  text-transform: uppercase;
}
.network-alternative dd {
  margin: 6px 0 0;
}
.network-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 30% 38%,var(--signal) 0 5px,transparent 6px),radial-gradient(circle at 52% 28%,var(--acid) 0 5px,transparent 6px),radial-gradient(circle at 70% 54%,var(--signal) 0 5px,transparent 6px),repeating-linear-gradient(0deg,transparent 0 35px,var(--line) 36px),repeating-linear-gradient(90deg,transparent 0 55px,var(--line) 56px),var(--panel);
}
.network-map i {
  position: absolute;
  width: 90px;
  height: 54px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.network-map i:nth-child(1) {
  left: 10%;
  top: 20%;
}
.network-map i:nth-child(2) {
  left: 34%;
  top: 28%;
}
.network-map i:nth-child(3) {
  left: 56%;
  top: 18%;
}
.network-map i:nth-child(4) {
  left: 69%;
  top: 48%;
}
.network-map i:nth-child(5) {
  left: 24%;
  top: 62%;
}
.network-map span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 8px;
  background: var(--ink);
  color: var(--panel);
  font: 700 9px var(--font-mono),monospace;
  text-transform: uppercase;
}
.modality-tabs {
  margin-bottom: 16px;
  max-width: 100%;
  overflow: auto;
}
.modality-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 28px;
  border: 1px solid var(--ink);
  background: var(--panel);
}
.modality-panel .dataset-visual {
  height: 100%;
  min-height: 320px;
  margin: 0;
}
.modality-panel h3 {
  font-size: 42px;
  margin: 0 0 12px;
}
.modality-panel dl {
  display: grid;
  gap: 12px;
}
.modality-panel dl div {
  padding: 11px 0;
  border-top: 1px solid var(--line);
}
.modality-panel dt {
  color: var(--muted);
  font: 700 9px var(--font-mono),monospace;
  text-transform: uppercase;
}
.modality-panel dd {
  margin: 5px 0 0;
}
.collection-timeline {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  list-style: none;
}
.collection-timeline li {
  min-height: 210px;
  padding: 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.collection-timeline span {
  color: var(--signal);
  font: 700 10px var(--font-mono),monospace;
}
.collection-timeline b {
  display: block;
  margin: 38px 0 10px;
  font-size: 19px;
}
.collection-timeline p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.industry-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  min-height: 300px;
}
.industry-cloud span {
  padding: 14px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--panel);
  font-weight: 750;
}
.community-callout {
  background: var(--soft);
}
@media (max-width:900px) {
  .modality-panel {
    grid-template-columns: 1fr;
  }
  .collection-timeline {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:600px) {
  .collection-timeline {
    grid-template-columns: 1fr;
  }
  .sensor-center {
    flex-direction: column;
  }
  .modality-panel {
    padding: 16px;
  }
}
.qual-wrap {
  max-width: 980px;
}
.qual-head {
  margin-bottom: 16px;
}
.progress-track {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: #ddd8ce;
}
.progress-fill {
  height: 100%;
  background: var(--ink);
  transition: .25s;
}
.clip-card {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
.clip-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 750;
}
.audio-sim {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border-radius: 999px;
  background: #eeece7;
}
.play {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  cursor: pointer;
}
.audio-line {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--ink) 34%,#c9c5bd 34%);
}
.clip-card textarea {
  min-height: 86px;
  margin-top: 10px;
  resize: vertical;
}
.helper {
  margin: 7px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.submit-bar {
  position: sticky;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(250,248,242,.95);
  backdrop-filter: blur(12px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.span-2 {
  grid-column: 1/-1;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.success {
  padding: 30px;
  text-align: center;
  border: 1px solid #a8d1b7;
  border-radius: 18px;
  background: #edf8f0;
}
.tabs {
  display: flex;
  gap: 6px;
  padding: 5px;
  width: max-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #e9e5dc;
}
.tab {
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
.tab.active {
  background: var(--ink);
  color: white;
}
.ledger-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.ledger-row:last-child {
  border: 0;
}
.positive {
  color: var(--good);
  font-weight: 800;
}
.empty {
  padding: 46px 20px;
  text-align: center;
  color: var(--muted);
}
.request-shell {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
}
.request-steps {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.request-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border-radius: 10px;
  color: var(--muted);
}
.request-steps li.active {
  color: white;
  background: var(--ink);
}
.request-steps li.done {
  color: var(--good);
}
.request-steps i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 700 10px var(--font-mono),monospace;
}
.workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.workspace-head .app-title {
  margin: 0 0 6px;
}
.workspace-head .app-subtitle {
  margin: 0;
}
.filter-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  overflow: auto;
}
.mini-field {
  display: grid;
  gap: 5px;
  min-width: 180px;
  color: var(--muted);
  font-size: 11px;
}
.mini-field select {
  min-height: 40px;
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.market-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.market-card.locked {
  opacity: .7;
  background: #ece8df;
}
.market-card h2 {
  margin: 22px 0 8px;
  font-size: 23px;
  letter-spacing: -.045em;
}
.market-card p {
  color: var(--muted);
  line-height: 1.5;
}
.task-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-top: auto;
}
.task-card-foot>strong {
  font-size: 19px;
}
.locked-reason {
  max-width: 180px;
  color: var(--bad);
  font-size: 11px;
  text-align: right;
}
.status-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #eeeae1;
  font: 700 9px/1 var(--font-mono),monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.status-pill.hot {
  border-color: #eea396;
  background: #ffe7e2;
  color: #a42d20;
}
.status-pill.good {
  border-color: #abd1b7;
  background: #e8f4eb;
  color: var(--good);
}
.status-pill.warn {
  border-color: #e8c88e;
  background: #fff0d4;
  color: var(--warn);
}
.status-pill.bad {
  border-color: #f0b9b2;
  background: #fff0ed;
  color: var(--bad);
}
.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 20px;
}
.table-card {
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
}
.data-table {
  display: grid;
}
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
}
.table-row:last-child {
  border: 0;
}
.table-row.three {
  grid-template-columns: 2fr 1fr 1fr;
}
.table-row.table-head {
  min-height: 44px;
  background: #eeeae1;
  color: var(--muted);
  font: 700 10px var(--font-mono),monospace;
  text-transform: uppercase;
}
.table-row small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}
.table-row select,.table-row .btn {
  min-height: 38px;
}
.profile-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.avatar.big {
  width: 62px;
  height: 62px;
  font-size: 20px;
}
.settings-list {
  display: grid;
  margin: 18px 0;
}
.setting-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.setting-row b {
  text-align: right;
}
.setting-row .good {
  color: var(--good);
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 18px;
}
.checklist {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}
.switch-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.switch {
  width: 42px;
  height: 24px;
  padding: 3px;
  border-radius: 999px;
  background: #cbc7bd;
}
.switch i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  transition: .2s;
}
.switch.on {
  background: var(--good);
}
.switch.on i {
  transform: translateX(18px);
}
.score-grid {
  display: grid;
  gap: 18px;
}
.score-row>div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13px;
}
.onboard-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.onboard-card {
  opacity: .6;
}
.onboard-card.active,.onboard-card.done {
  opacity: 1;
}
.onboard-card.active {
  border-color: var(--signal);
  box-shadow: 0 0 0 2px rgba(227,50,34,.1);
}
.active-assignment {
  margin-top: 18px;
  padding: 18px;
  border-radius: 14px;
  background: #eeeae1;
}
.boost-hero {
  margin-bottom: 22px;
  padding: 38px;
  border-radius: 24px;
  background: var(--ink);
  color: white;
}
.boost-hero h1 {
  margin: 24px 0 10px;
  font-size: 54px;
  letter-spacing: -.065em;
}
.boost-hero p {
  max-width: 700px;
  color: #b9b5ac;
  line-height: 1.55;
}
.role-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 240px 1fr;
  background: #eeeae1;
}
.role-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 20px;
  border-right: 1px solid var(--line);
  background: #151513;
  color: white;
}
.role-sidebar .brand {
  color: white;
}
.role-sidebar nav {
  display: grid;
  gap: 5px;
}
.role-sidebar nav a {
  padding: 11px 13px;
  border-radius: 10px;
  color: #b8b5ac;
}
.role-sidebar nav a:hover,.role-sidebar nav a.active {
  color: white;
  background: #2b2b28;
}
.role-sidebar>a:last-child {
  margin-top: auto;
  color: #aaa;
}
.role-body {
  min-width: 0;
}
.role-body>header {
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
}
.timeline {
  display: grid;
}
.timeline-row {
  display: grid;
  grid-template-columns: 16px 2fr 1fr 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-row i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
}
.sample-view {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}
.sample-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 16px;
  color: white;
  background: radial-gradient(circle at 65% 35%,#85857f 0 6%,transparent 7%),linear-gradient(135deg,#282825,#74736d);
}
.sample-placeholder span {
  font: 700 10px var(--font-mono),monospace;
  color: var(--acid);
}
.sample-placeholder b {
  margin-top: 10px;
  font-size: 24px;
}
.manifest {
  overflow: auto;
  padding: 20px;
  border-radius: 14px;
  background: #171715;
  color: #c9ff4b;
  font: 12px/1.6 var(--font-mono),monospace;
}
.page-hero {
  padding: 120px 0 86px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.page-hero.compact {
  padding-bottom: 58px;
}
.page-hero h1 {
  max-width: 1000px;
  margin: 24px 0;
  font-size: clamp(58px,9vw,126px);
  line-height: .86;
  letter-spacing: -.085em;
}
.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.footer-columns {
  display: grid;
  grid-template-columns: 2fr repeat(3,1fr);
  gap: 48px;
}
.footer-columns>div {
  display: grid;
  align-content: start;
  gap: 11px;
}
.footer-columns p,.footer-columns a {
  color: #aaa;
  font-size: 13px;
}
.footer-columns b {
  margin-bottom: 5px;
}
.brand.light {
  color: white;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
.catalog-card {
  padding: 24px;
  border: 1px solid var(--ink);
  background: var(--panel);
}
.catalog-card h2 {
  margin: 24px 0 10px;
  font-size: 36px;
  letter-spacing: -.055em;
}
.catalog-card>p {
  min-height: 60px;
  color: var(--muted);
  line-height: 1.55;
}
.catalog-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0;
  border-top: 1px solid var(--line);
}
.catalog-card dl div {
  padding: 15px 12px 0 0;
}
.catalog-card dt {
  color: var(--muted);
  font: 700 9px var(--font-mono),monospace;
  text-transform: uppercase;
}
.catalog-card dd {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.45;
}
.dataset-visual {
  position: relative;
  height: 220px;
  margin-top: 18px;
  overflow: hidden;
  background: #181816;
}
.dataset-visual i {
  position: absolute;
  display: block;
  border: 1px solid var(--acid);
}
.dataset-visual i:nth-child(1) {
  inset: 20% 40% 35% 18%;
}
.dataset-visual i:nth-child(2) {
  inset: 45% 14% 15% 48%;
  border-color: var(--signal);
}
.dataset-visual i:nth-child(3) {
  width: 80px;
  height: 80px;
  left: 42%;
  top: 24%;
  border-radius: 50%;
}
.dataset-visual.audio {
  background: repeating-linear-gradient(90deg,#171715 0 9px,#292925 10px 11px);
}
.dataset-visual.audio i {
  height: 2px;
  width: 70%;
  left: 15%;
  top: 50%;
  border: 0;
  background: var(--acid);
}
.dataset-visual.video {
  background: linear-gradient(135deg,#111 50%,#514f49 50%);
}
.dataset-visual.image {
  background: linear-gradient(25deg,#242421 0 30%,#e33222 30% 38%,#88867e 38% 63%,#c9ff4b 63% 67%,#1a1a18 67%);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.spec-card {
  border: 1px solid var(--ink);
}
.spec-card>div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}
.spec-card>div:last-child {
  border: 0;
}
.spec-card span {
  color: var(--muted);
  font: 700 10px var(--font-mono),monospace;
  text-transform: uppercase;
}
.sample-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.sample-tile {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: white;
  background: linear-gradient(145deg,#1b1b19,#65635c);
}
.sample-tile span {
  color: var(--acid);
  font: 700 10px var(--font-mono),monospace;
}
.sample-tile b {
  margin-top: 8px;
  font-size: 20px;
}
.tile-1 {
  background: linear-gradient(30deg,#171715 45%,#e33222 45% 52%,#6b6961 52%);
}
.tile-2 {
  color: var(--ink);
  background: repeating-linear-gradient(0deg,#d9d5ca 0 29px,#c2beb3 30px 31px);
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--ink);
}
.path-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--ink);
}
.path-card:last-child {
  border: 0;
}
.path-card>span {
  color: var(--signal);
  font: 700 11px var(--font-mono),monospace;
}
.path-card h2 {
  margin: auto 0 12px;
  font-size: 38px;
}
.path-card p {
  color: var(--muted);
  line-height: 1.55;
}
.faq-search {
  max-width: 600px;
  min-height: 58px;
  margin-top: 20px;
  padding: 15px 18px;
  border: 1px solid var(--ink);
  background: white;
  font-size: 17px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}
.faq-grid h2 {
  font-size: 25px;
}
.faq-grid details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 750;
  line-height: 1.4;
}
.faq-grid details p {
  color: var(--muted);
  line-height: 1.55;
}
.auth-section {
  min-height: calc(100vh - 74px);
  display: grid;
  place-items: center;
  padding: 80px 20px;
  background: #eeeae1;
}
.auth-card {
  width: min(100%,530px);
  padding: 40px;
  border: 1px solid var(--ink);
  background: var(--panel);
  box-shadow: 12px 12px 0 var(--signal);
}
.auth-card h1 {
  margin: 22px 0;
  font-size: 46px;
  line-height: .96;
  letter-spacing: -.065em;
}
.auth-card form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.agreement-box {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #eeeae1;
  font-size: 12px;
  line-height: 1.5;
}
.onboarding-shell {
  width: min(100%,960px);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}
.onboarding-shell aside {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 24px;
  background: var(--ink);
  color: white;
}
.onboarding-shell aside button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 0;
  border-radius: 10px;
  color: #888;
  background: transparent;
  text-align: left;
}
.onboarding-shell aside button.active {
  color: white;
  background: #2d2d29;
}
.onboarding-shell aside button.done {
  color: var(--acid);
}
.onboarding-shell aside i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
  font-size: 10px;
}
.onboarding-shell .card {
  min-height: 480px;
}
.onboarding-shell .card h1 {
  font-size: 48px;
  letter-spacing: -.06em;
}
.auth-methods {
  width: 100%;
  margin: 0 0 8px;
}
.auth-methods .tab {
  flex: 1;
}
.otp-input {
  font: 700 26px/1 var(--font-mono),monospace;
  letter-spacing: .32em;
}
.text-action {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: underline;
  cursor: pointer;
}
.session-row {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.session-row span,.session-row small {
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.consent-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.consent-row>div {
  display: grid;
  gap: 5px;
}
.consent-row span,.consent-row small {
  color: var(--muted);
}
.legal-page,.component-page {
  width: min(100% - 40px,850px);
  margin: 0 auto;
  padding: 110px 0;
}
.legal-page h1,.component-page>h1 {
  margin: 24px 0;
  font-size: clamp(56px,8vw,96px);
  line-height: .9;
  letter-spacing: -.075em;
}
.legal-intro {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.6;
}
.legal-page section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.legal-page section h2 {
  font-size: 27px;
}
.legal-page section p {
  color: var(--muted);
  line-height: 1.7;
}
.component-page>section {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.component-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.support-launcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.support-button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  cursor: pointer;
  font-weight: 750;
}
.support-panel {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: min(390px,calc(100vw - 28px));
  max-height: min(720px,calc(100vh - 100px));
  overflow: auto;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.support-panel .card-head small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}
.support-panel form {
  display: grid;
  gap: 13px;
}
.support-results {
  display: grid;
  margin: 12px 0;
}
.support-results button {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.attachment {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  font-size: 12px;
}
.attachment small {
  color: var(--muted);
}
.consent-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  max-width: 620px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--panel) 96%,transparent);
  }
  box-shadow: 0 18px 60px rgba(17,14,10,.16);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 20px;
  align-items: center;
}
.consent-banner p {
  margin: 0;
  line-height: 1.45;
}
.consent-banner .form-actions {
  flex-wrap: nowrap;
  margin: 0;
}
@media (max-width: 980px) {
  .hero-grid,.task-layout,.dash-grid {
    grid-template-columns: 1fr;
  }
  .sensor-card {
    max-width: 650px;
    min-height: 480px;
  }
  .modality-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modality:nth-child(2) {
    border-right: 0;
  }
  .modality:nth-child(-n+2) {
    border-bottom: 1px solid var(--ink);
  }
  .pipeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipeline-step::after {
    display: none;
  }
  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metric:nth-child(2) {
    border-right: 0;
  }
  .metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .sticky {
    position: static;
  }
  .start-card.sticky {
    position: sticky;
    top: auto;
    bottom: 12px;
    z-index: 40;
    max-height: calc(100vh - 24px);
    overflow: auto;
    box-shadow: 0 18px 48px rgba(17,14,10,.18);
  }
  body:has(.start-card) .support-launcher {
    bottom: 180px;
  }
  .app {
    grid-template-columns: 84px 1fr;
  }
  .sidebar {
    padding: 24px 10px;
  }
  .sidebar .brand span,.side-link span,.side-label,.side-bottom span {
    display: none;
  }
  .side-link {
    justify-content: center;
  }
  .side-icon {
    width: auto;
  }
  .sidebar .brand {
    justify-content: center;
  }
  .market-grid,.settings-grid,.onboard-grid {
    grid-template-columns: 1fr 1fr;
  }
  .role-app {
    grid-template-columns: 190px 1fr;
  }
  .sample-view {
    grid-template-columns: 1fr;
  }
  .catalog-grid,.detail-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-columns {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-columns>div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(100% - 24px,1240px);
  }
  .public-links a:not(.btn),.mobile-hide {
    display: none;
  }
  .hero {
    padding-top: 58px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-grid {
    gap: 48px;
  }
  .sensor-card {
    min-height: 420px;
    border-radius: 90px 90px 16px 16px;
    box-shadow: 8px 10px 0 var(--signal);
  }
  .section {
    padding: 72px 0;
  }
  .section-head {
    display: block;
  }
  .section-intro {
    margin-top: 22px;
  }
  .modality-grid,.split-cta {
    grid-template-columns: 1fr;
  }
  .modality {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--ink) !important;
  }
  .modality:last-child {
    border-bottom: 0 !important;
  }
  .pipeline {
    grid-template-columns: 1fr;
  }
  .split-cta {
    min-height: 700px;
  }
  .cta-panel {
    padding: 48px 24px;
  }
  .app {
    display: block;
  }
  .sidebar {
    position: fixed;
    z-index: 60;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 68px;
    flex-direction: row;
    padding: 7px;
    border: 0;
    border-top: 1px solid var(--line);
  }
  .sidebar .brand,.side-group .side-label,.side-group.account,.side-bottom {
    display: none;
  }
  .side-group {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .side-link {
    width: 58px;
    height: 52px;
    margin: 0;
  }
  .side-link:nth-child(n+5) {
    display: none;
  }
  .topbar {
    padding: 0 14px;
  }
  .balance-pill {
    gap: 8px;
  }
  .app-main {
    padding: 24px 14px 100px;
  }
  .app-title {
    font-size: 36px;
  }
  .banner {
    display: none;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-card {
    min-height: 120px;
  }
  .stat-card strong {
    font-size: 24px;
  }
  .market-grid,.settings-grid,.onboard-grid {
    grid-template-columns: 1fr;
  }
  .role-app {
    display: block;
  }
  .role-sidebar {
    position: static;
    width: 100%;
    height: auto;
  }
  .role-sidebar nav {
    grid-template-columns: repeat(3,1fr);
  }
  .table-row {
    min-width: 680px;
  }
  .table-card {
    overflow: auto;
  }
  .workspace-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .boost-hero h1 {
    font-size: 42px;
  }
  .page-hero {
    padding: 70px 0 54px;
  }
  .page-hero h1 {
    font-size: 58px;
  }
  .catalog-grid,.faq-grid,.sample-gallery,.path-grid,.footer-columns {
    grid-template-columns: 1fr;
  }
  .path-card {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .footer-columns>div:last-child {
    grid-column: auto;
  }
  .onboarding-shell {
    grid-template-columns: 1fr;
  }
  .onboarding-shell aside {
    display: none;
  }
  .auth-card {
    padding: 26px;
    box-shadow: 7px 7px 0 var(--signal);
  }
  .request-shell {
    grid-template-columns: 1fr;
  }
  .request-steps {
    grid-template-columns: repeat(4,1fr);
  }
  .request-steps li {
    justify-content: center;
  }
  .request-steps li span {
    display: none;
  }
  .participant-grid {
    grid-template-columns: 1fr;
  }
  .support-launcher {
    right: 12px;
    bottom: 78px;
  }
  .support-button span {
    display: none;
  }
  .support-panel {
    right: 0;
  }
  .consent-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    display: block;
  }
  .consent-banner .form-actions {
    margin-top: 12px;
  }
  .task-hero {
    padding: 20px;
  }
  .task-hero h1 {
    font-size: 40px;
  }
  .device-grid,.topic-grid,.form-grid,.glance {
    grid-template-columns: 1fr;
  }
  .span-2 {
    grid-column: auto;
  }
  .submit-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .submit-bar .btn {
    width: 100%;
  }
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .public-header,.app-nav,.role-sidebar,.consent-banner {
    background: var(--panel) !important;
    backdrop-filter: none !important;
  }
}
.primitive-backdrop {
  position: fixed;
  z-index: var(--z-overlay);
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10,10,9,.66);
  padding: var(--space-4);
}
.primitive-dialog,.primitive-drawer {
  width: min(520px,100%);
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow-lg);
}
.primitive-drawer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-height: none;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.primitive-tooltip {
  position: relative;
  display: inline-flex;
}
.primitive-tooltip [role="tooltip"] {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  width: 220px;
  transform: translateX(-50%);
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--panel);
  font-size: var(--font-size-xs);
  opacity: 0;
  pointer-events: none;
}
.primitive-tooltip:focus-within [role="tooltip"],.primitive-tooltip:hover [role="tooltip"] {
  opacity: 1;
}
.primitive-toast {
  position: fixed;
  z-index: var(--z-overlay);
  right: 20px;
  bottom: 20px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: var(--ink);
  color: var(--panel);
  box-shadow: var(--shadow-lg);
}
.skeleton {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.skeleton i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: var(--muted);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--muted) 24%,transparent);
  }
}
.skeleton i:nth-child(2) {
  width: 72%;
}
.skeleton i:nth-child(3) {
  width: 45%;
}
.primitive-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.primitive-switch>span {
  position: relative;
  width: 42px;
  height: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--muted);
}
.primitive-switch>span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--panel);
  transition: transform var(--motion-fast);
}
.primitive-switch input {
  position: absolute;
  opacity: 0;
}
.primitive-switch input:checked+span {
  background: var(--good);
}
.primitive-switch input:checked+span:after {
  transform: translateX(18px);
}
.accordion-trigger {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 16px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-weight: 750;
}
@media (prefers-color-scheme:dark) {
  :root {
    color-scheme: dark;
    --ink: #f4f5ef;
    --paper: #171916;
    --panel: #20231f;
    --line: #4b5048;
    --muted: #b6baaf;
    --signal: #75e18a;
    --signal-dark: #9af0aa;
    --acid: #355d3d;
    --good: #79e09a;
    --warn: #ffc66d;
    --bad: #ff8c82;
  }
  .public-header,.public-nav {
    background: rgba(23,25,22,.92);
  }
  .btn-primary {
    color: #102014;
  }
  .footer {
    background: #0f100e;
  }
  .review-image {
    background: #000;
  }
}
@media (forced-colors:active) {
  * {
    forced-color-adjust: auto;
  }
  .status-pill,.notice,.btn,.card,input,select,textarea {
    border: 1px solid CanvasText;
  }
  .progress-fill {
    background: Highlight;
  }
  .brand-mark i {
    background: CanvasText !important;
  }
}
:root {
  --ink: #141414;
  --paper: #fff;
  --panel: #fff;
  --line: #cfccc2;
  --muted: #696861;
  --signal: #ff650f;
  --signal-dark: #d94d00;
  --acid: #dfff63;
  --radius: 12px;
}
body {
  font-size: 16px;
  line-height: 1.55;
  background: var(--paper);
}
.container {
  width: min(1180px,calc(100% - 48px));
}
.btn {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.btn:hover {
  transform: none;
  box-shadow: none;
  background-color: #fff;
}
.btn-primary {
  background: var(--signal);
  border-color: var(--signal);
  color: #fff;
}
.btn-primary:hover {
  background: var(--signal-dark);
  color: #fff;
}
.btn-dark:hover {
  background: #2b2b2b;
  color: #fff;
}
.tag,.status-pill {
  border-radius: 6px;
  background: rgba(255,255,255,.46);
}
.brand {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.045em;
}
.brand-mark {
  width: 20px;
  height: 20px;
  gap: 2px;
  rotate: 0deg;
}
.public-nav {
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(20,20,20,.16);
}
.public-nav-inner {
  height: 64px;
}
.public-links {
  gap: 26px;
  font-size: 14px;
  font-weight: 500;
}
.hero {
  min-height: 720px;
  padding: 96px 0 72px;
  background: var(--paper);
}
.hero-grid {
  grid-template-columns: 1.03fr .97fr;
  gap: 72px;
}
.hero h1 {
  margin: 20px 0 24px;
  font-size: clamp(58px,5.3vw,78px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 600;
}
.hero h1 em {
  color: inherit;
}
.hero-copy {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.45;
  color: #2a2a2a;
}
.proofline {
  margin-top: 48px;
  font-weight: 500;
  letter-spacing: .06em;
}
.sensor-card {
  min-height: 520px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  box-shadow: none;
}
.sensor-scene {
  filter: saturate(.35);
  background: radial-gradient(circle at 50% 36%,#766e60,transparent 27%),linear-gradient(150deg,#191915,#3f392f 60%,#111);
}
.sensor-top,.sensor-bottom {
  font-weight: 500;
}
.metrics-grid {
  border-left: 1px solid var(--line);
}
.metric {
  padding: 32px 24px;
}
.metric strong {
  font-weight: 550;
  letter-spacing: -.055em;
}
.section {
  padding: 96px 0;
}
.section h2 {
  font-size: clamp(42px,4.2vw,62px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 600;
}
.section-head {
  align-items: start;
  margin-bottom: 48px;
}
.modality-grid {
  border-color: var(--ink);
}
.modality {
  min-height: 340px;
  background: rgba(255,255,255,.22);
}
.modality:hover {
  transform: none;
}
.modality h3 {
  font-weight: 600;
  letter-spacing: -.035em;
}
.pipeline {
  gap: 0;
  border: 1px solid var(--line);
}
.business-pipeline {
  grid-template-columns: repeat(7,minmax(0,1fr));
}
.pipeline-step {
  min-height: 210px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255,255,255,.2);
}
.pipeline-step:last-child {
  border-right: 0;
}
.pipeline-step::after {
  display: none;
}
.cta-panel {
  background: var(--signal);
}
.app,.role-app {
  min-height: 100vh;
  display: block;
  background: #fff;
}
.app-nav,.role-sidebar {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 56px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 max(20px,calc((100vw - 1320px)/2));
  border: 0;
  border-bottom: 1px solid #dedbd3;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  backdrop-filter: blur(18px);
}
.app-nav>nav,.role-sidebar nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: auto;
  scrollbar-width: none;
}
.app-nav>nav::-webkit-scrollbar,.role-sidebar nav::-webkit-scrollbar {
  display: none;
}
.app-nav-link,.role-sidebar nav a {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #5b5b63;
  font-size: 14px;
  white-space: nowrap;
}
.app-nav-link:hover,.role-sidebar nav a:hover {
  color: var(--ink);
  background: #f0eee8;
}
.app-nav-link.active,.role-sidebar nav a.active {
  color: var(--ink);
  background: #e8e6df;
  font-weight: 600;
}
.app-nav-link>span {
  color: var(--signal);
  font-size: 12px;
}
.app-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.balance-pill {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-color: #c7c7cc;
  background: #fff;
  font: 600 13px/1.2 var(--font-sans),sans-serif;
  text-transform: none;
}
.balance-pill span {
  color: #6b6a66;
  font-weight: 500;
}
.balance-pill small {
  display: none;
}
.nav-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: #5b5b63;
  cursor: pointer;
}
.nav-icon:hover {
  border-color: var(--line);
  background: #fff;
}
.avatar {
  background: var(--signal);
  font-size: 12px;
}
.app-body,.role-body {
  min-width: 0;
}
.banner {
  max-width: 1180px;
  margin: 12px auto 0;
  padding: 10px 14px;
  border: 1px solid #ead6c7;
  border-radius: 8px;
  background: #f7e9dd;
  color: #6a3b20;
}
.app-main {
  max-width: 1180px;
  padding: 52px 32px 96px;
}
.app-title {
  margin: 8px 0 5px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 550;
}
.app-subtitle {
  color: #696861;
}
.notice {
  border-radius: 9px;
}
.stat-grid {
  gap: 10px;
}
.stat-card,.card,.market-card,.task-hero,.clip-card {
  border-color: #d8d5cc;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.stat-card {
  min-height: 132px;
  padding: 20px;
}
.stat-card strong {
  font-size: 32px;
  font-weight: 600;
}
.card {
  padding: 24px;
}
.card h2,.card h3 {
  letter-spacing: -.025em;
  font-weight: 600;
}
.task-row {
  border-radius: 9px;
}
.task-type {
  border-radius: 7px;
  background: #f0eee8;
  color: var(--signal-dark);
}
.task-hero h1 {
  letter-spacing: -.045em;
  font-weight: 600;
}
.glance div,.participant-grid section,.invite-box {
  border-radius: 8px;
  background: #f6f4ef;
}
.tabs {
  border-radius: 8px;
  background: #ebe9e3;
}
.tab {
  border-radius: 6px;
}
.input,select,textarea {
  border-radius: 8px;
}
.auth-section {
  background: #fff;
}
.auth-card {
  border-color: #d1cec5;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.auth-card h1 {
  font-weight: 600;
  letter-spacing: -.045em;
}
.page-hero h1,.legal-page h1,.component-page>h1 {
  font-size: clamp(54px,6vw,82px);
  line-height: .94;
  letter-spacing: -.05em;
  font-weight: 600;
}
.support-panel {
  border-color: #d1cec5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20,20,20,.16);
}
.role-sidebar {
  grid-template-columns: auto auto minmax(0,1fr) auto auto;
}
.role-sidebar>a:last-of-type {
  margin: 0;
  color: #62615c;
  font-size: 13px;
  white-space: nowrap;
}
.role-body>header {
  display: none;
}
@media (max-width:980px) {
  .app-nav {
    grid-template-columns: auto minmax(0,1fr);
    height: auto;
    min-height: 56px;
    padding: 8px 16px;
  }
  .app-nav>nav {
    grid-column: 1/-1;
    grid-row: 2;
    padding-bottom: 2px;
  }
  .app-nav-actions {
    justify-self: end;
  }
  .app-nav-actions .nav-icon:last-child {
    display: none;
  }
  .role-sidebar {
    grid-template-columns: auto auto minmax(0,1fr) auto;
    height: auto;
    min-height: 56px;
    padding: 8px 16px;
  }
  .role-sidebar nav {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .role-sidebar .avatar {
    display: none;
  }
  .pipeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipeline-step {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width:720px) {
  .container {
    width: min(100% - 28px,1180px);
  }
  .public-nav-inner {
    height: 58px;
  }
  .hero {
    padding: 72px 0 54px;
  }
  .hero h1 {
    font-size: 58px;
    line-height: .91;
  }
  .sensor-card {
    min-height: 390px;
    border-radius: 4px;
    box-shadow: none;
  }
  .app-nav {
    position: sticky;
  }
  .app-nav .brand span {
    display: none;
  }
  .app-nav-actions .balance-pill span {
    display: none;
  }
  .app-nav-actions .nav-icon {
    display: none;
  }
  .app-main {
    padding: 34px 16px 80px;
  }
  .banner {
    margin: 10px 12px 0;
    display: flex;
    font-size: 11px;
  }
  .banner>span:last-child {
    display: none;
  }
  .app-title {
    font-size: 40px;
  }
  .role-sidebar {
    position: sticky;
    width: auto;
    color: var(--ink);
  }
  .role-sidebar .brand {
    color: var(--ink);
  }
  .role-sidebar>a:last-of-type {
    display: none;
  }
  .pipeline {
    grid-template-columns: 1fr;
  }
  .pipeline-step {
    border-right: 0;
  }
}
:root {
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #d8d9d3;
  --muted: #666961;
  --signal: #60d477;
  --signal-dark: #45bb60;
  --acid: #bff7ca;
  --good: #198044;
}
.brand-mark i {
  background: #54c96d;
  border-radius: 4px 1px 4px 1px;
}
.brand-mark i:last-child {
  background: #141414;
  border-radius: 50%;
}
.btn-primary {
  color: #102015;
  background: var(--signal);
  border-color: var(--signal);
}
.btn-primary:hover {
  color: #102015;
  background: var(--signal-dark);
  border-color: var(--signal-dark);
}
.dot {
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(96,212,119,.14);
}
.avatar {
  color: #fff;
  background: #161816;
  box-shadow: inset -4px 0 0 var(--signal);
}
.public-nav {
  background: rgba(255,255,255,.94);
  border-bottom-color: #a7a79f;
}
.public-links .btn-dark {
  color: #102015;
  background: var(--signal);
  border-color: var(--signal);
}
.hero {
  background: radial-gradient(circle at 76% 28%,rgba(96,212,119,.14),transparent 25%),
    linear-gradient(rgba(25,30,25,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(25,30,25,.045) 1px,transparent 1px),
    var(--paper);
  background-size: auto,52px 52px,52px 52px,auto;
}
.sensor-card {
  border-color: #252925;
  box-shadow: 0 22px 55px rgba(20,25,20,.14);
}
.sensor-hand,.sensor-hand::before,.sensor-hand::after {
  border-color: var(--signal);
}
.sensor-hand {
  filter: drop-shadow(0 0 12px rgba(96,212,119,.52));
}
.sensor-metric strong {
  color: var(--signal);
}
.modality:hover {
  background: rgba(96,212,119,.08);
}
.cta-panel {
  color: #102015;
  background: var(--signal);
}
.app,.role-app {
  background: #fff;
}
.app-nav,.role-sidebar {
  height: 58px;
  padding-inline: max(24px,calc((100vw - 1220px)/2));
  border-bottom-color: #dedfd9;
  background: rgba(255,255,255,.92);
  box-shadow: 0 1px 0 rgba(20,20,20,.02);
}
.app-nav-link,.role-sidebar nav a {
  min-height: 34px;
  padding-inline: 14px;
  color: #60645e;
}
.app-nav-link>span {
  display: none;
}
.app-nav-link.active,.role-sidebar nav a.active {
  background: #ededeb;
  box-shadow: inset 0 0 0 1px #d6d7d2,0 2px 6px rgba(20,20,20,.06);
}
.balance-pill {
  min-height: 36px;
  border-color: #cfd1cb;
  box-shadow: 0 1px 4px rgba(20,20,20,.04);
}
.app-body,.role-body {
  min-height: calc(100vh - 58px);
  background-color: #fff;
  background-image: linear-gradient(rgba(34,45,35,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(34,45,35,.035) 1px,transparent 1px);
  background-size: 44px 44px;
}
.app-main {
  max-width: 1220px;
  padding-top: 58px;
}
.app-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -.055em;
}
.app-subtitle {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: 16px;
}
.banner {
  max-width: 1220px;
  border-color: #cfe4d2;
  background: rgba(235,248,237,.94);
  color: #31543a;
}
.notice {
  border-color: #d9d9d3;
  background: #fff;
  color: #4e514b;
  box-shadow: 0 6px 22px rgba(24,30,24,.04);
}
.notice strong {
  color: #20231f;
}
.notice.info {
  border-color: #cbded0;
  background: #f3faf4;
  color: #3f5c45;
}
.stat-grid {
  gap: 12px;
}
.stat-card,.card,.market-card,.task-hero,.clip-card {
  border-color: #d9dbd5;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 28px rgba(25,32,25,.045);
}
.stat-card {
  min-height: 146px;
}
.stat-card strong {
  font-size: 34px;
}
.stat-card small {
  color: var(--good);
}
.card,.task-hero {
  padding: 26px;
}
.chart {
  border-bottom-color: #d3d7d1;
}
.bar {
  background: var(--signal-dark);
}
.task-row {
  border-color: #dcddd8;
  transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.task-row:hover,.market-card:hover {
  transform: translateY(-2px);
  border-color: #bfcfc1;
  box-shadow: 0 12px 30px rgba(25,40,28,.08);
}
.task-type {
  color: #164621;
  background: #e6f7e9;
}
.rate,.glance div,.participant-grid section,.invite-box,.active-assignment {
  background: #f4f6f1;
}
.tabs {
  border-color: #d6d7d1;
  background: #eceeeb;
}
.tab.active {
  color: #102015;
  background: var(--signal);
}
.progress-fill {
  background: var(--signal-dark);
}
.play {
  color: #122017;
  background: var(--signal);
}
.submit-bar {
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 32px rgba(25,32,25,.08);
}
.onboard-card.active {
  border-color: var(--signal-dark);
  box-shadow: 0 0 0 2px rgba(96,212,119,.13);
}
.boost-hero {
  color: #f8fff9;
  background: radial-gradient(circle at 82% 10%,rgba(96,212,119,.38),transparent 26%),
    linear-gradient(135deg,#111713,#242c26);
  box-shadow: 0 18px 44px rgba(20,28,22,.13);
}
.table-row.table-head {
  background: #f0f2ee;
}
.support-button {
  color: #102015;
  background: var(--signal);
  box-shadow: 0 10px 28px rgba(35,110,50,.22);
}
.notification-wrap {
  position: relative;
}
.notification-wrap .nav-icon {
  position: relative;
  font-size: 10px;
}
.notification-wrap .nav-icon>i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--signal-dark);
}
.notification-menu {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 100;
  width: min(390px,calc(100vw - 24px));
  max-height: min(560px,calc(100vh - 80px));
  overflow: auto;
  padding: 12px;
  border: 1px solid #d6d8d2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20,25,20,.18);
}
.notification-menu .card-head {
  margin: 0;
  padding: 4px 4px 10px 8px;
}
.notification-menu>button:not(.icon-button) {
  width: 100%;
  display: grid;
  gap: 4px;
  padding: 13px 12px;
  border: 0;
  border-top: 1px solid #ecece8;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.notification-menu>button.unread {
  border-radius: 8px;
  background: #eff9f1;
}
.notification-menu>button span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.notification-menu>button small {
  color: #8a8d86;
  font-size: 10px;
}
@media (max-width:720px) {
  .app-main {
    padding-top: 36px;
  }
  .app-title {
    font-size: 42px;
  }
  .app-body,.role-body {
    background-size: 32px 32px;
  }
  .notification-menu {
    position: fixed;
    top: 64px;
    right: 12px;
  }
}
.locale-picker {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  padding: 2px;
}
.locale-picker button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: 700 10px/1 var(--font-mono);
  padding: 7px 8px;
  cursor: pointer;
}
.locale-picker button.active {
  background: var(--ink);
  color: white;
}
.notice>button {
  min-width: 24px;
  min-height: 24px;
}
.boost-summary {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 8px 14px;
  align-items: baseline;
  margin-top: 24px;
}
.boost-summary strong {
  font-size: 28px;
}
.boost-summary span {
  color: var(--muted);
}
.boost-category-nav {
  margin: 24px 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 6px;
}
.boost-category-nav .tab {
  white-space: nowrap;
}
.boost-category-nav .tab span {
  opacity: .6;
  margin-left: 5px;
}
.boost-sections {
  display: grid;
  gap: 34px;
}
.boost-category>.card-head {
  margin-bottom: 14px;
}
.boost-category h2 {
  font-size: 28px;
  margin: 0;
}
.boost-category h3 {
  font-size: 20px;
  margin: 18px 0 8px;
}
.boost-how {
  margin-top: 28px;
  max-width: none;
}
.boost-how>h2 {
  max-width: 720px;
  font-size: 30px;
}
.capture-status-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.recording-stage>.notice {
  max-width: 640px;
  text-align: left;
  margin: 8px auto;
}
.launch-readiness {
  display: grid;
  gap: 20px;
}
.launch-readiness .workspace-head {
  margin-bottom: 4px;
}
.launch-gate-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.launch-gate-card {
  min-width: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #d9dbd5;
  border-radius: 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 28px rgba(25,32,25,.045);
}
.launch-gate-card:last-child {
  grid-column: 1/-1;
}
.launch-gate-card.is-current {
  border-color: #a8d8b1;
}
.launch-gate-head,.launch-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.launch-gate-head>span {
  color: #9a9d96;
  font: 600 11px/1 var(--font-mono),monospace;
}
.launch-gate-card h2 {
  max-width: 520px;
  margin: 38px 0 18px;
  font-size: clamp(24px,2.4vw,34px);
  line-height: 1;
  letter-spacing: -.045em;
}
.launch-gate-empty {
  max-width: 420px;
  margin: auto 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.launch-gate-evidence {
  min-width: 0;
  display: grid;
  gap: 10px;
  margin-top: auto;
}
.launch-gate-evidence p {
  margin: 0;
}
.launch-gate-evidence p:first-child {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.launch-gate-evidence p:first-child span {
  color: var(--muted);
}
.launch-gate-evidence code,.launch-reference {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.launch-gate-evidence code {
  display: block;
  padding: 10px;
  border-radius: 7px;
  background: #f1f3ef;
  font-size: 11px;
}
.launch-gate-evidence .btn {
  width: max-content;
  margin-top: 4px;
}
.launch-review-form,.launch-history {
  margin-top: 0;
}
.launch-section-head {
  margin-bottom: 24px;
}
.launch-section-head h2 {
  margin: 0;
}
.launch-section-head p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
}
.launch-review-form textarea {
  min-height: 112px;
}
.launch-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.launch-history .table-row {
  grid-template-columns: minmax(240px,1.4fr) auto minmax(120px,.55fr) minmax(180px,1fr);
}
@media (max-width:980px) {
  .role-sidebar {
    height: auto;
    min-height: 58px;
    gap: 8px 16px;
    padding-block: 8px;
  }
  .role-sidebar nav {
    grid-column: 1/-1;
    grid-row: 2;
    padding-bottom: 2px;
  }
  .launch-gate-grid {
    grid-template-columns: 1fr;
  }
  .launch-gate-card:last-child {
    grid-column: auto;
  }
  .launch-gate-card {
    min-height: 220px;
  }
  .launch-history .table-row {
    min-width: 760px;
  }
}
.data-rights-page {
  width: min(100% - 40px,1080px);
}
.legal-document-head {
  max-width: 850px;
}
.legal-document-head .notice {
  margin-top: 28px;
}
.legal-document-nav {
  margin: 46px 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.75);
}
.legal-document-nav strong {
  display: block;
  margin-bottom: 16px;
}
.legal-document-nav ol {
  columns: 2;
  column-gap: 40px;
  margin: 0;
  padding-left: 22px;
}
.legal-document-nav li {
  break-inside: avoid;
  padding: 5px 0;
  color: var(--muted);
  font-size: 13px;
}
.legal-document-nav a {
  color: inherit;
}
.legal-document-nav a:hover {
  color: var(--ink);
}
.legal-document-body {
  border-top: 1px solid var(--ink);
}
.legal-document-body section {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 22px;
  padding: 38px 0;
}
.legal-section-number {
  padding-top: 5px;
  color: var(--signal-dark);
  font: 700 11px/1 var(--font-mono),monospace;
}
.legal-document-body h2 {
  margin: 0 0 16px;
  font-size: 30px;
}
.legal-document-body p {
  max-width: 780px;
  margin: 0 0 14px;
}
.legal-acceptance-summary {
  margin-top: 34px !important;
  padding: 40px !important;
  border: 1px solid var(--ink) !important;
  border-radius: 12px;
  background: var(--signal);
}
.legal-acceptance-summary h2 {
  font-size: clamp(34px,4vw,52px) !important;
}
.legal-acceptance-summary p {
  color: #18311d !important;
}
.legal-acceptance-summary .btn-primary {
  background: #151715;
  border-color: #151715;
  color: #fff;
}
@media (max-width:720px) {
  .legal-document-nav ol {
    columns: 1;
  }
  .legal-document-body section {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .legal-section-number {
    padding-top: 0;
  }
  .legal-acceptance-summary {
    padding: 28px !important;
  }
  .legal-acceptance-summary .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .legal-acceptance-summary .btn {
    width: 100%;
  }
}
.public-header {
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
  border-bottom: 1px solid #a7a79f;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.public-nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.public-links {
  flex: none;
  white-space: nowrap;
}
.public-actions {
  flex: none;
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width:1100px) {
  .public-nav {
    height: 64px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
