/* [project]/app/globals.css [app-client] (css) */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-ease: initial;
    }
  }
}

@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;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .flex-shrink, .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}

:root {
  --bg: #0a0a0f;
  --s1: #111116;
  --s2: #16161c;
  --s3: #1e1e26;
  --border: #2a2a34;
  --amber: #e8a020;
  --mint: #00e5a0;
  --danger: #ff4545;
  --white: #f5f5f0;
  --muted: #6b6b78;
  --grid: #ffffff09;
  --ind-1: #7dd3c0;
  --ind-2: #4fb3a0;
  --ind-3: #b89be8;
  --ind-4: #8e75c8;
  --ind-5: #d9c77d;
  --ind-6: #c8826b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  background: var(--bg);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

.nav {
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
  background: #0a0a0feb;
  border-bottom: 1px solid #2a2a3480;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  color: inherit;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: flex;
}

.nav-wordmark {
  letter-spacing: .2em;
  color: var(--amber);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-links {
  align-items: center;
  gap: 32px;
  display: flex;
}

.nav-link {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .15s;
}

.nav-link:hover {
  color: var(--white);
}

.btn-amber {
  background: var(--amber);
  color: var(--bg);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 7px;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-flex;
}

.btn-amber:hover {
  opacity: .88;
}

.hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 128px 48px 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  pointer-events: none;
  background-image: linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 60px 60px;
  position: absolute;
  inset: 0;
}

.hero-glow {
  pointer-events: none;
  background: radial-gradient(#e8a0200f 0%, #0000 70%);
  width: 800px;
  height: 600px;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.z-hero {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-badge {
  background: #e8a0200f;
  border: 1px solid #e8a02040;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  padding: 5px 14px;
  display: inline-flex;
}

.badge-dot {
  background: var(--amber);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 2s ease-in-out infinite blink;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

.badge-txt {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.hero-h1 {
  letter-spacing: -.025em;
  max-width: 860px;
  margin-bottom: 28px;
  font-family: Space Grotesk, sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: 1.05;
}

.h1-line2 {
  color: var(--muted);
}

.hero-sub {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 48px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
}

.hero-ctas {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 80px;
  display: flex;
}

.btn-lg {
  background: var(--amber);
  color: var(--bg);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-flex;
}

.btn-lg:hover {
  opacity: .88;
}

.btn-ghost-lg {
  color: var(--muted);
  border: 1px solid var(--border);
  cursor: pointer;
  background: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .15s, border-color .15s;
  display: inline-flex;
}

.btn-ghost-lg:hover {
  color: var(--white);
  border-color: var(--muted);
}

.hero-term {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  width: 100%;
  max-width: 880px;
  overflow: hidden;
  box-shadow: 0 40px 96px #000000bf, 0 0 0 1px #ffffff08;
}

.tbar {
  background: var(--s2);
  border-bottom: 1px solid var(--border);
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  display: flex;
}

.tc {
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.tc-r {
  background: #ff5f57;
}

.tc-y {
  background: #febc2e;
}

.tc-g {
  background: #28c840;
}

.tmodes {
  background: var(--bg);
  border-radius: 5px;
  align-items: center;
  gap: 1px;
  margin-left: 20px;
  display: flex;
  overflow: hidden;
}

.tmode {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 4px 13px;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.tmode.on {
  color: var(--amber);
  background: #e8a0201a;
}

.tagent {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint);
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
  display: flex;
}

.tagent-dot {
  background: var(--mint);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 2s ease-in-out infinite blink;
}

.tbody {
  padding: 20px 24px;
}

.tslabel {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.pos {
  border-bottom: 1px solid var(--s3);
  text-align: left;
  grid-template-columns: 1fr 72px 110px 110px;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  display: grid;
}

.pos:last-child {
  border-bottom: none;
}

.pticker {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.pmeta {
  color: var(--muted);
  margin-top: 2px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.pqty {
  color: var(--muted);
  text-align: right;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
}

.psl {
  text-align: right;
}

.psl-k {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.psl-v {
  color: var(--danger);
  opacity: .85;
  margin-top: 2px;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
}

.ppnl {
  text-align: right;
}

.ppnl-v {
  font-family: JetBrains Mono, monospace;
  font-size: 14px;
  font-weight: 600;
}

.ppnl-p {
  margin-top: 2px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.profit {
  color: var(--mint);
}

.loss {
  color: var(--danger);
}

.tfoot {
  background: var(--s2);
  border-top: 1px solid var(--border);
  align-items: center;
  gap: 24px;
  padding: 10px 24px;
  display: flex;
}

.ts {
  color: var(--muted);
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.ts strong {
  color: var(--white);
  font-weight: 500;
}

.tlive {
  color: var(--mint);
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
  display: flex;
}

.tldot {
  background: var(--mint);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 2s ease-in-out infinite blink;
}

.sec {
  padding: 112px 56px;
}

.sec-border {
  border-top: 1px solid var(--s3);
}

.sec-bg-s1 {
  background: var(--s1);
}

.con {
  max-width: 1080px;
  margin: 0 auto;
}

.slabel {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 18px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.sh {
  letter-spacing: -.022em;
  color: var(--white);
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: clamp(28px, 3.6vw, 50px);
  font-weight: 700;
  line-height: 1.12;
}

.sp {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.sp-max {
  max-width: 520px;
}

.pain-intro {
  margin-bottom: 56px;
}

.pain-grid {
  background: var(--s3);
  border-radius: 12px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.pcard {
  background: var(--s1);
  padding: 36px 28px;
}

.pnum {
  letter-spacing: .12em;
  color: var(--danger);
  opacity: .5;
  margin-bottom: 18px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.ptxt {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.85;
}

.ptxt .dim {
  color: var(--muted);
}

.lifecycle {
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}

.lph {
  flex: 1;
  align-items: center;
  display: flex;
}

.lnode {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  display: flex;
}

.ldot {
  background: var(--s3);
  border: 1px solid var(--border);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.ldot svg {
  width: 14px;
  height: 14px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.llbl {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.lconn {
  background: var(--border);
  flex: 1;
  min-width: 24px;
  height: 1px;
  margin-bottom: 24px;
}

.modes-grid {
  background: var(--s3);
  border-radius: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.mcard {
  background: var(--s1);
  padding: 26px 20px;
}

.mtag {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 10px;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.mname {
  color: var(--white);
  margin-bottom: 9px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.mdesc {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.brief-split {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.btime {
  color: var(--amber);
  letter-spacing: -.02em;
  margin-bottom: 6px;
  font-family: JetBrains Mono, monospace;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.btime-sub {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 36px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.bsh {
  letter-spacing: -.02em;
  color: var(--white);
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.15;
}

.brief-mock {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.bmhdr {
  background: var(--s2);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.bmhdr-title {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.bmhdr-date {
  color: var(--muted);
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.bmbody {
  padding: 0 20px;
}

.bmrow {
  border-bottom: 1px solid var(--s3);
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 13px 0;
  display: flex;
}

.bmrow:last-child {
  border-bottom: none;
}

.bmk {
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
  width: 72px;
  margin-top: 1px;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.bmv {
  text-align: right;
}

.bmv-main {
  font-family: JetBrains Mono, monospace;
  font-size: 11px;
  font-weight: 500;
}

.bmv-main.bull {
  color: var(--mint);
}

.bmv-main.bear {
  color: var(--danger);
}

.bmv-main.caution {
  color: var(--amber);
}

.bmv-main.neutral {
  color: var(--white);
}

.bmv-sub {
  color: var(--muted);
  margin-top: 2px;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.insight-wrap {
  background: #e8a0200a;
  border: 1px solid #e8a02026;
  border-radius: 10px;
  max-width: 680px;
  margin: 56px 0;
  padding: 24px;
}

.itag {
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  display: flex;
}

.imark {
  background: var(--amber);
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.itag-lbl {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.imsg {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

.imsg strong {
  color: var(--amber);
  font-weight: 500;
}

.imsg .dim {
  color: var(--muted);
}

.agents-grid {
  background: var(--s3);
  border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.acard {
  background: var(--bg);
  padding: 28px 22px;
}

.aphase {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 10px;
  font-family: JetBrains Mono, monospace;
  font-size: 9px;
}

.aname {
  color: var(--white);
  margin-bottom: 9px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.adesc {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.cta-sec {
  text-align: center;
  padding: 128px 48px;
}

.cta-inner {
  max-width: 580px;
  margin: 0 auto;
}

.cta-h {
  letter-spacing: -.025em;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.1;
}

.cta-p {
  color: var(--muted);
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.cta-form {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  display: flex;
}

.cta-inp {
  background: var(--s1);
  border: 1px solid var(--border);
  min-width: 240px;
  max-width: 300px;
  color: var(--white);
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: border-color .15s;
}

.cta-inp:focus {
  border-color: var(--amber);
}

.cta-inp::placeholder {
  color: var(--muted);
}

.zx-input {
  background: var(--bg);
  border: 1px solid var(--border);
  height: 44px;
  color: var(--white);
  caret-color: var(--amber);
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 0 14px;
  font-family: JetBrains Mono, monospace;
  font-size: 13px;
  transition: border-color .15s;
}

.zx-input:focus {
  border-color: var(--amber);
}

.zx-input::placeholder {
  color: var(--muted);
}

.cta-note {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.cta-success {
  letter-spacing: .06em;
  color: var(--mint);
  background: #00e5a00f;
  border: 1px solid #00e5a033;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 14px 24px;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
}

.div-stat {
  background: var(--s1);
  border-top: 1px solid var(--s3);
  border-bottom: 1px solid var(--s3);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 40px 48px;
  display: flex;
}

.dstat {
  text-align: center;
}

.dstat-num {
  color: var(--amber);
  letter-spacing: -.01em;
  margin-bottom: 5px;
  font-family: JetBrains Mono, monospace;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.dstat-lbl {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.foot {
  background: var(--bg);
  border-top: 1px solid var(--s3);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 36px 56px;
  display: flex;
}

.foot-brand {
  align-items: center;
  gap: 10px;
  display: flex;
}

.foot-wm {
  letter-spacing: .2em;
  color: var(--amber);
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.foot-mid {
  color: var(--muted);
  letter-spacing: .08em;
  text-align: center;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
}

.foot-right {
  color: var(--muted);
  text-align: right;
  font-family: JetBrains Mono, monospace;
  font-size: 10px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .nav {
    padding: 0 20px;
  }

  .nav-links .nav-link {
    display: none;
  }

  .sec {
    padding: 80px 20px;
  }

  .cta-sec {
    padding: 96px 20px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .modes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brief-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .agents-grid {
    grid-template-columns: 1fr;
  }

  .div-stat {
    gap: 28px;
    padding: 32px 20px;
  }

  .foot {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/