:root {
    --bg: #09090b;
    --bg-elev: #0c0c0e;
    --bg-card: #111113;
    --fg: #fafafa;
    --fg-muted: #b1b1b9;
    --fg-dim: #7e7e88;
    --fg-faint: #55555e;
    --border: rgba(255, 255, 255, 0.09);
    --border-strong: rgba(255, 255, 255, 0.17);
    --accent-h: 160;
    --accent: oklch(0.75 0.15 var(--accent-h));
    --accent-dim: oklch(0.75 0.15 var(--accent-h) / 0.16);
    /* The app's own dark-theme trading inks (see apps/web/src/trading.css):
       profit and loss matched on lightness and chroma, separated by hue, and
       the armed amber one step down from amber-400. The site quotes the
       product, so it wears the product's colours. */
    --ok: oklch(0.72 0.15 152);
    --warn: oklch(0.78 0.125 78);
    --loss: oklch(0.66 0.18 27);
    /* The app's --color-info: wedge ink and open-state token ink. */
    --chart-blue: oklch(62.3% 0.214 259.815);
    /* The app's --primary: the agent-log progress fill (bg-primary). The app
       uses two different blues; --chart-blue and --chart-primary keep them
       apart. */
    --chart-primary: oklch(0.571 0.21 264);
    /* The app's panel-scoped --foreground override (92.2% inside
       .mission-panel); window chrome stays at --fg's 97%. */
    --fg-panel: oklch(0.922 0 0);
    --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 16px;
  }

  /* Cockpit-only ink overrides. The page-wide --fg/--fg-muted/--border above
     are shared with the marketing sections (hero, rails, CTA), so the app's
     resolved values are scoped to the replica window instead of repointing
     the globals. Byte-for-byte the app's dark tokens:
     --foreground 97%, --muted-foreground, --border. Card borders at 12% are
     the panel-glass override and live in index.astro. */
  .appwin {
    --fg: oklch(0.97 0 0);
    --fg-muted: color-mix(in srgb, oklch(55.6% 0 0) 90%, #fff);
    --border: color-mix(in oklab, #fff 6%, transparent);
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    color-scheme: dark;
    scroll-behavior: smooth;
  }

  body {
    background: var(--bg);
    color: var(--fg);
    font-family: var(--font-sans);
    font-feature-settings: "ss01", "ss02";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.5;
  }

  body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
    z-index: 9999;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
  }

  img,
  svg {
    display: block;
    max-width: 100%;
  }

  .eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fg-dim);
    font-weight: 500;
  }

  .display {
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }

  .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 8px;
    transition: transform 0.18s ease, background 0.18s ease,
      border-color 0.18s ease, color 0.18s ease;
    white-space: nowrap;
  }

  /* The primary action wears the product's profit green: it is the one
     saturated surface on the page, so it reads as the destination. */
  .btn-primary {
    background: linear-gradient(180deg, oklch(0.8 0.15 160), oklch(0.7 0.15 160));
    color: #04120b;
    font-weight: 600;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      0 10px 28px -12px color-mix(in srgb, var(--accent) 55%, transparent);
  }

  .btn-primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, oklch(0.83 0.15 160), oklch(0.73 0.15 160));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.36),
      0 14px 34px -12px color-mix(in srgb, var(--accent) 65%, transparent);
  }

  .btn-primary:active {
    transform: translateY(0);
  }

  .btn-ghost {
    color: var(--fg-muted);
    border: 1px solid var(--border);
    background: transparent;
  }

  .btn-ghost:hover {
    color: var(--fg);
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.02);
  }

  .btn-lg {
    padding: 14px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  /* One material for every raised surface: a top-edge highlight that reads
     as a lit bevel, and a shadow tinted to the page rather than pure black.
     Radius scale is fixed at 8 for inputs and chips, 12 for tiles, 16 for
     the console panels, and full for pills. */
  .tile {
    position: relative;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005) 40%),
      rgba(10, 10, 12, 0.5);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 24px 48px -32px rgba(0, 0, 0, 0.85);
    overflow: hidden;
  }

  :focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 4px;
  }

  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes pulse {
    50% { opacity: 0.4; }
  }

  @keyframes blink {
    50% { opacity: 0; }
  }

  /* ── Scroll-driven motion layer ─────────────────────────────
     Every scrubbed animation on this site runs on a CSS scroll or view
     timeline, so progress tracks the wheel or the finger directly instead of
     a JS scroll listener. Browsers without the feature fall through to the
     resting state, which is the finished frame of every animation. */

  @keyframes scrub-rise {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: none; }
  }

  @keyframes scrub-word {
    from { opacity: 0.06; transform: translateY(0.32em); }
    to { opacity: 1; transform: none; }
  }

  @keyframes scrub-draw {
    to { stroke-dashoffset: 0; }
  }

  @media (prefers-reduced-motion: no-preference) {
    @supports (animation-timeline: view()) {
      /* Generic "arrive as it enters" scrub. Communicates reading order. */
      .scrub {
        animation: scrub-rise linear both;
        animation-timeline: view();
        animation-range: entry 8% cover 32%;
      }

      /* Headlines resolve word by word, so the wheel literally reveals the
         sentence. Each word carries its own range via an inline --d offset. */
      .kinetic > span {
        display: inline-block;
        animation: scrub-word linear both;
        animation-timeline: view();
        animation-range: entry 12% cover 40%;
        animation-delay: 0s;
      }
    }
  }.page[data-astro-cid-ju4pidww] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.scroll-tape[data-astro-cid-ju4pidww] {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 60;
  pointer-events: none;
  background: #ffffff0d;
}

.scroll-tape-fill[data-astro-cid-ju4pidww] {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: 0;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--fg-faint), var(--accent));
}

.nav[data-astro-cid-ju4pidww] {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--bg) 75%, transparent);
  border-bottom: 1px solid #0000;
  transition: border-color .3s;
}

@supports (animation-timeline: scroll()) {
  .scroll-tape-fill[data-astro-cid-ju4pidww] {
    animation: linear both tape-fill;
    animation-timeline: scroll(root);
  }

  .nav[data-astro-cid-ju4pidww] {
    animation: step-end both nav-settle;
    animation-timeline: scroll(root);
    animation-range: 0 24px;
  }
}

@keyframes tape-fill {
  to {
    transform: scaleX(1);
  }
}

@keyframes nav-settle {
  to {
    border-bottom-color: var(--border);
  }
}

.nav-inner[data-astro-cid-ju4pidww] {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-brand[data-astro-cid-ju4pidww] {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--fg);
  transition: color .2s;
}

.nav-brand[data-astro-cid-ju4pidww]:hover {
  color: #fff;
}

.nav-brand-name[data-astro-cid-ju4pidww] {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1;
}

.nav-brand-tag[data-astro-cid-ju4pidww] {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fg-dim);
}

.nav-right[data-astro-cid-ju4pidww] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-github[data-astro-cid-ju4pidww] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff05;
  color: var(--fg-muted);
  font-size: 13px;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: color .18s, border-color .18s, background .18s;
}

.nav-github[data-astro-cid-ju4pidww]:hover {
  color: var(--fg);
  border-color: var(--border-strong);
  background: #ffffff0a;
}

.main[data-astro-cid-ju4pidww] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer[data-astro-cid-ju4pidww] {
  margin-top: auto;
  border-top: 1px solid var(--border);
  padding: 40px 0 32px;
}

.footer-inner[data-astro-cid-ju4pidww] {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.footer-brand[data-astro-cid-ju4pidww] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--fg-dim);
}

.footer-links[data-astro-cid-ju4pidww] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links[data-astro-cid-ju4pidww] a[data-astro-cid-ju4pidww] {
  font-size: 13px;
  color: var(--fg-dim);
  transition: color .2s;
}

.footer-links[data-astro-cid-ju4pidww] a[data-astro-cid-ju4pidww]:hover {
  color: var(--fg);
}

@media (width <= 820px) {
  .nav-inner[data-astro-cid-ju4pidww], .footer-inner[data-astro-cid-ju4pidww] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer[data-astro-cid-ju4pidww] {
    padding-bottom: max(32px, env(safe-area-inset-bottom));
  }

  .footer-inner[data-astro-cid-ju4pidww] {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .footer-links[data-astro-cid-ju4pidww] {
    justify-content: flex-start;
  }
}
section[data-astro-cid-lcdefpme] {
  position: relative;
  padding: 112px 0;
  border-top: 1px solid var(--border);
}

.section-title[data-astro-cid-lcdefpme] {
  font-size: clamp(30px, 3.9vw, 46px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.06;
  margin-bottom: 18px;
  max-width: 18ch;
  text-wrap: balance;
}

.section-lede[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 17px;
  max-width: 62ch;
  line-height: 1.6;
  letter-spacing: -.005em;
}

.section-lede[data-astro-cid-lcdefpme] code[data-astro-cid-lcdefpme], .cta-note[data-astro-cid-lcdefpme] code[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: .85em;
  padding: 1px 6px;
  border-radius: 5px;
  background: #ffffff0d;
  border: 1px solid var(--border);
}

.inline-link[data-astro-cid-lcdefpme] {
  color: var(--fg);
  text-decoration: underline;
  text-decoration-color: #fafafa59;
  text-underline-offset: 3px;
}

.inline-link[data-astro-cid-lcdefpme]:hover {
  text-decoration-color: var(--fg);
}

.tile[data-astro-cid-lcdefpme]:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 0%),
      color-mix(in srgb, var(--accent) 9%, transparent),
      transparent 65%);
}

.tile[data-astro-cid-lcdefpme]:hover:after {
  opacity: 1;
}

.hero[data-astro-cid-lcdefpme] {
  padding: 64px 0 8px;
  position: relative;
  border-top: 0;
}

.hero-grid[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: -10% 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #ffffff09 1px, #0000 1px), linear-gradient(#ffffff09 1px, #0000 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(80% 60% at 50% 34%, #000 38%, #0000 100%);
  -webkit-mask-image: radial-gradient(80% 60% at 50% 34%, #000 38%, #0000 100%);
}

.hero-inner[data-astro-cid-lcdefpme] {
  position: relative;
  text-align: center;
}

.hero-eyebrow[data-astro-cid-lcdefpme], .hero-title[data-astro-cid-lcdefpme], .hero-sub[data-astro-cid-lcdefpme], .hero-actions[data-astro-cid-lcdefpme] {
  animation: .8s ease-out backwards fade-in;
}

.hero-title[data-astro-cid-lcdefpme] {
  animation-delay: 80ms;
}

.hero-sub[data-astro-cid-lcdefpme] {
  animation-delay: .16s;
}

.hero-actions[data-astro-cid-lcdefpme] {
  animation-delay: .24s;
}

.hero-eyebrow[data-astro-cid-lcdefpme] {
  margin-top: 36px;
  color: var(--accent);
}

.hero-title[data-astro-cid-lcdefpme] {
  font-size: clamp(38px, 5.4vw, 72px);
  margin: 20px auto 22px;
  max-width: 22ch;
  text-wrap: balance;
  color: #fff;
}

.hero-sub[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  max-width: 560px;
  margin: 0 auto 34px;
  letter-spacing: -.005em;
  line-height: 1.55;
}

.hero-actions[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.dl-icon[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.hero-source-link[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fg-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  transition: color .18s;
}

.hero-source-link[data-astro-cid-lcdefpme]:hover {
  color: var(--fg);
}

.hero-source-arrow[data-astro-cid-lcdefpme] {
  flex-shrink: 0;
  opacity: .6;
  transition: transform .18s, opacity .18s;
}

.hero-source-link[data-astro-cid-lcdefpme]:hover .hero-source-arrow[data-astro-cid-lcdefpme] {
  transform: translate(2px, -2px);
  opacity: 1;
}

.hero-glow[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: -20% -10% auto;
  height: 120%;
  pointer-events: none;
  background: radial-gradient(ellipse 46% 42% at 50% 8%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%),
      radial-gradient(ellipse 30% 30% at 78% 30%, color-mix(in srgb, var(--accent) 5%, transparent), transparent 70%);
}

.sec-tape[data-astro-cid-lcdefpme] {
  padding: 30px 0 0;
  border-top: 0;
}

.tape[data-astro-cid-lcdefpme] {
  overflow: hidden;
  border-block: 1px solid var(--border);
  background: linear-gradient(#ffffff05, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
}

.tape-track[data-astro-cid-lcdefpme] {
  display: flex;
  width: max-content;
}

@media (prefers-reduced-motion: no-preference) {
  .tape-track[data-astro-cid-lcdefpme] {
    animation-name: tape-run;
    animation-duration: 36s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
  }
}

@keyframes tape-run {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.tape-run[data-astro-cid-lcdefpme] {
  display: flex;
  flex-shrink: 0;
}

.tape-item[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 26px;
  font-family: var(--font-mono);
  font-size: 13px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
}

.tape-sym[data-astro-cid-lcdefpme] {
  color: var(--fg-dim);
  font-size: 11px;
  letter-spacing: .12em;
}

.tape-px[data-astro-cid-lcdefpme] {
  color: var(--fg);
  font-variant-numeric: tabular-nums;
}

.tape-chg[data-astro-cid-lcdefpme] {
  font-size: 11px;
  color: var(--fg-faint);
  font-variant-numeric: tabular-nums;
}

.tape-chg[data-astro-cid-lcdefpme].is-up {
  color: var(--ok);
}

.tape-chg[data-astro-cid-lcdefpme].is-down {
  color: var(--loss);
}

.tape[data-astro-cid-lcdefpme][data-state="loading"] .tape-px[data-astro-cid-lcdefpme] {
  color: #0000;
  border-radius: 4px;
  background: linear-gradient(90deg, #ffffff0d, #ffffff1c, #ffffff0d);
  background-size: 300% 100%;
  animation: 1.4s linear infinite tape-shimmer;
}

@keyframes tape-shimmer {
  to {
    background-position: -300% 0;
  }
}

.sec-mission[data-astro-cid-lcdefpme] {
  padding-bottom: 0;
}

.mission-scroller[data-astro-cid-lcdefpme] {
  min-height: 340vh;
  margin-top: 40px;
}

.mission-sticky[data-astro-cid-lcdefpme] {
  position: sticky;
  top: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 24px;
}

.mission-dim[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(90% 70% at 50% 46%, #0000 30%, #030305e6 100%), #0303059e;
}

.stage-container[data-astro-cid-lcdefpme] {
  position: relative;
}

.appwin[data-astro-cid-lcdefpme] {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(#ffffff0a, #ffffff02 46%), #0b0c0ef0;
  box-shadow: inset 0 1px #ffffff17, 0 42px 110px -42px #000000f2;
  font-family: -apple-system, "system-ui", Segoe UI, system-ui, sans-serif;
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  --app-white: #fff;
  --fg: oklch(97% 0 0);
  --fg-muted: color-mix(in srgb, oklch(55.6% 0 0) 90%, var(--app-white));
  --fg-dim: color-mix(in srgb, oklch(55.6% 0 0) 90%, var(--app-white));
  --fg-faint: color-mix(in srgb, oklch(55.6% 0 0) 90%, var(--app-white));
  --border: color-mix(in oklab, var(--app-white) 6%, transparent);
  --card-app: color-mix(in srgb, oklch(14.5% 0 0) 97%, var(--app-white));
  --side-fg: #f1f3f7;
}

.appwin-titlebar[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--border);
  background: #ffffff05;
}

.tl-dots[data-astro-cid-lcdefpme] {
  display: inline-flex;
  gap: 6px;
}

.tl-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff24;
}

.tl-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:first-child {
  background: #f2555a;
}

.tl-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:nth-child(2) {
  background: #f5b93e;
}

.tl-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:nth-child(3) {
  background: #43c465;
}

.tl-title[data-astro-cid-lcdefpme] {
  font-size: 12px;
  font-weight: 550;
  letter-spacing: -.01em;
  color: var(--fg-muted);
}

.tl-net[data-astro-cid-lcdefpme] {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--warn);
  padding: 2px 8px;
  border: 1px solid color-mix(in srgb, var(--warn) 35%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--warn) 8%, transparent);
}

.appwin-body[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
}

.appwin-crumb[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  font-size: 16px;
}

.crumb-path[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 20px;
  line-height: 24px;
}

.crumb-project[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  flex: none;
}

.crumb-sep[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  flex: none;
}

.capsule-pnl[data-astro-cid-lcdefpme] {
  flex: none;
  color: var(--ok);
  font-variant-numeric: tabular-nums;
}

.capsule-dots[data-astro-cid-lcdefpme] {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.capsule-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid color-mix(in oklab, var(--fg-muted) 40%, transparent);
}

.capsule-dots[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme].is-done {
  background: var(--fg);
  border-color: var(--fg);
}

.crumb-glyph[data-astro-cid-lcdefpme] {
  flex: none;
  width: 14px;
  height: 14px;
  color: var(--fg-muted);
}

.crumb-actions[data-astro-cid-lcdefpme] {
  display: none;
}

.crumb-title[data-astro-cid-lcdefpme] {
  color: var(--fg);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crumb-capsule[data-astro-cid-lcdefpme] {
  margin-left: auto;
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 3.40282e38px;
  background: color-mix(in oklab, var(--card-app) 60%, transparent);
  backdrop-filter: blur(8px);
  color: var(--fg);
  white-space: nowrap;
}

.appwin-side[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  border: solid #ffffff14;
  border-width: 0 1px 0 0;
  background: #000;
  color: var(--side-fg);
  min-width: 0;
  position: relative;
}

.side-brand[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: oklab(99.9994% .0000455678 .0000200868 / .7);
}

.side-brand-mark[data-astro-cid-lcdefpme] {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, #4c7dd8, #3557a8);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.side-search[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 48px 9px 8px;
  padding: 6px 10px 6px 9px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--fg-muted);
}

.side-search[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  flex: 1;
}

.side-ico--sm[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
}

.side-ico--chat[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
  color: var(--fg-muted);
  flex: none;
}

.side-live-row[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.side-live-row[data-astro-cid-lcdefpme] .side-thread-title[data-astro-cid-lcdefpme] {
  flex: 1;
  min-width: 0;
}

.side-ico--provider[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
  color: var(--fg-muted);
  flex: none;
}

.side-dock[data-astro-cid-lcdefpme] {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 12px;
  color: var(--fg-muted);
}

.side-dock-row[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 14px;
}

.side-legend[data-astro-cid-lcdefpme] {
  margin: 14px 9px 4px;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: oklab(71.5469% .0000326335 .0000143051 / .5);
}

.side-ico[data-astro-cid-lcdefpme] {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--fg-muted);
}

.side-allprojects[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  margin: 8px 8px 0;
  padding: 6px 10px 6px 9px;
  width: fit-content;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: oklab(71.5469% .0000326335 .0000143051 / .8);
}

.side-allprojects[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  flex: 1;
}

.side-allprojects[data-astro-cid-lcdefpme] .side-ico--chev[data-astro-cid-lcdefpme] {
  color: color(srgb .331065 .331119 .331124);
}

.side-proj[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 12px;
  line-height: 16px;
}

.side-proj-name[data-astro-cid-lcdefpme] {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-muted);
}

.side-proj-badge[data-astro-cid-lcdefpme] {
  margin-left: auto;
  flex: none;
  font-size: 12px;
  font-weight: 500;
  color: oklch(75% .183 55.934);
  white-space: nowrap;
}

.side-more[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  margin: 0 9px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: oklab(71.5469% .0000326335 .0000143051 / .55);
}

.side-thread[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 36px;
  margin: 0 9px;
  padding-left: 10px;
  padding-right: 4px;
  border-radius: 8px;
  border: solid #ffffff14;
  border-width: 1px 0 0;
  color: color-mix(in oklab, var(--side-fg) 75%, transparent);
  min-width: 0;
}

.side-thread--live[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  height: 78px;
  margin: 10px 9px 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--side-fg) 11%, transparent);
}

.side-thread--live[data-astro-cid-lcdefpme] .side-thread-title[data-astro-cid-lcdefpme] {
  flex: none;
}

.side-thread-title[data-astro-cid-lcdefpme] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: oklab(60.3664% .00000521541 .00000223517 / .7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-thread--live[data-astro-cid-lcdefpme] .side-thread-title[data-astro-cid-lcdefpme] {
  color: oklab(96.3762% -.000504732 -.00571203 / .9);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 20px;
}

.side-thread-meta[data-astro-cid-lcdefpme] {
  font-size: 12px;
  line-height: 16px;
  color: var(--fg-muted);
  flex: none;
}

.side-status[data-astro-cid-lcdefpme] {
  margin-top: auto;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: var(--fg-muted);
}

.side-status[data-astro-cid-lcdefpme] .status-window[data-astro-cid-lcdefpme], .side-status[data-astro-cid-lcdefpme] .status-reel[data-astro-cid-lcdefpme] {
  height: 16px;
  overflow: hidden;
}

.side-status[data-astro-cid-lcdefpme] .status-track[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  transform: translateY(-48px);
}

.side-status[data-astro-cid-lcdefpme] .status-step[data-astro-cid-lcdefpme] {
  flex: none;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
}

.side-status[data-astro-cid-lcdefpme] .status-step--armed[data-astro-cid-lcdefpme] {
  color: oklch(75% .183 55.934);
}

.status-window[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.5em;
  overflow: hidden;
}

.status-reel[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.5em;
  overflow: hidden;
}

.status-track[data-astro-cid-lcdefpme] {
  display: block;
  transform: translateY(-4.5em);
}

.status-step[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 1.5em;
  color: var(--fg-dim);
  white-space: nowrap;
}

.status-step--armed[data-astro-cid-lcdefpme] {
  color: var(--warn);
}

.status-step--long[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.status-step--won[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.status-dot[data-astro-cid-lcdefpme] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: none;
  background: currentColor;
}

.status-dot--wait[data-astro-cid-lcdefpme] {
  background: var(--fg-faint);
}

.appwin-main[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  min-height: 0;
  padding: 0 12px 12px;
}

.panel-shell[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  --fg-panel: oklch(92.2% 0 0);
  color: var(--fg);
}

.panel-row[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 0;
}

.chart-col[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.console-chart[data-astro-cid-lcdefpme], .pos-card[data-astro-cid-lcdefpme], .log-card[data-astro-cid-lcdefpme] {
  position: relative;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  background: color-mix(in srgb, var(--card-app) 58%, transparent);
  box-shadow: inset 0 1px #ffffff17, 0 16px 36px -24px #000c;
  backdrop-filter: blur(16px) saturate(1.08);
  min-width: 0;
}

.card-legend[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.log-card[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.log-head[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px 6px;
}

.log-pnl[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--ok);
  transform-origin: 100%;
}

.log-pnl[data-astro-cid-lcdefpme] .pnl-reel[data-astro-cid-lcdefpme] {
  font-size: 15px;
  letter-spacing: -.02em;
}

.log-progress[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px 10px;
}

.log-feed[data-astro-cid-lcdefpme] {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
}

.log-footer[data-astro-cid-lcdefpme] {
  margin-top: auto;
  padding: 8px 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 16.5px;
  color: var(--fg-muted);
}

.log-row[data-astro-cid-lcdefpme] {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 12px;
  line-height: 16.5px;
}

.log-row[data-astro-cid-lcdefpme] {
  border-bottom: 1px solid oklab(99.9994% .0000455678 .0000200868 / .015);
}

.log-rail[data-astro-cid-lcdefpme] {
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 7px;
  width: 2px;
  border-radius: 3.40282e38px;
  background: var(--fg-muted);
  opacity: .62;
}

.log-glyph[data-astro-cid-lcdefpme] {
  flex: none;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 3.40282e38px;
  font-size: 12px;
  font-family: inherit;
  color: var(--fg);
  background: color-mix(in oklab, var(--fg-muted) 30%, transparent);
  opacity: .88;
}

.log-glyph-ink[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
}

.log-row--armed[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--warn);
}

.log-row--armed[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--warn) 10%, transparent);
}

.log-row--armed[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: var(--warn);
}

.log-row--fired[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--chart-blue);
}

.log-row--fired[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--chart-blue) 10%, transparent);
}

.log-row--fired[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: var(--chart-blue);
}

.log-row--check[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--ok);
}

.log-row--check[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--ok) 10%, transparent);
}

.log-row--check[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.log-row--buy[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--chart-blue);
}

.log-row--buy[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--chart-blue) 65%, transparent);
}

.log-row--buy[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: #fff;
}

.log-row--stop[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--loss);
}

.log-row--stop[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--loss) 60%, transparent);
}

.log-row--stop[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: #fff;
}

.log-row--loss[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--loss);
}

.log-row--loss[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: color-mix(in oklab, var(--loss) 10%, transparent);
}

.log-row--loss[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: var(--loss);
}

.log-row--win[data-astro-cid-lcdefpme] .log-rail[data-astro-cid-lcdefpme] {
  background: var(--ok);
}

.log-row--win[data-astro-cid-lcdefpme] .log-glyph[data-astro-cid-lcdefpme] {
  background: var(--ok);
}

.log-row--win[data-astro-cid-lcdefpme] .log-glyph-ink[data-astro-cid-lcdefpme] {
  color: #04120b;
}

.log-text[data-astro-cid-lcdefpme] {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 16.5px;
  color: color-mix(in srgb, var(--fg-panel) 90%, transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.log-value[data-astro-cid-lcdefpme] {
  flex: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--fg);
}

.log-value--up[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.log-value--down[data-astro-cid-lcdefpme] {
  color: var(--loss);
}

.log-time[data-astro-cid-lcdefpme] {
  flex: none;
  text-align: right;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
}

.statusbar[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 4px 16px;
  padding: 10px 20px;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  background: color-mix(in srgb, var(--card-app) 58%, transparent);
  box-shadow: inset 0 1px #ffffff17, 0 16px 36px -24px #000c;
  backdrop-filter: blur(16px) saturate(1.08);
  color: var(--fg);
}

.status-main[data-astro-cid-lcdefpme] {
  font-size: 13px;
  line-height: 19.5px;
  color: var(--fg-panel);
}

.sb-chip[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  border-radius: 3.40282e38px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-muted);
}

.sb-pred[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
}

.sb-trend[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
  color: var(--fg-muted);
}

.sb-right[data-astro-cid-lcdefpme] {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
}

.sb-ext[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sb-ext-ico[data-astro-cid-lcdefpme] {
  width: 12px;
  height: 12px;
}

.wakeup-cap[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0 auto 9px;
  padding: 4px 12px;
  border: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  border-radius: 3.40282e38px;
  background: color-mix(in oklab, var(--card-app) 62%, transparent);
  backdrop-filter: blur(8px);
  font-size: 12.5px;
  line-height: 17px;
  color: var(--fg-muted);
}

.wakeup-cap[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme] {
  flex: none;
}

.wakeup-cap[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]:last-child {
  width: 8px;
  height: 14px;
}

.composer[data-astro-cid-lcdefpme] {
  border: none;
  border-radius: 22px;
  background: color(srgb .0778016 .0778173 .0778187 / .8);
  backdrop-filter: blur(16px) saturate(1.08);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.composer-line[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 16px 16px 8px;
  font-size: 14px;
  line-height: 22.75px;
  color: var(--fg-muted);
}

.composer-caret[data-astro-cid-lcdefpme] {
  width: 1px;
  height: 13px;
  background: var(--fg-muted);
  animation: 1.1s step-end infinite blink;
}

.composer-meta[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  font-size: 14px;
  color: var(--fg-muted);
}

.composer-chip[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #0000;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--fg-muted);
}

.chip-openai[data-astro-cid-lcdefpme] {
  flex: none;
  width: 16px;
  height: 16px;
  color: var(--fg-muted);
}

.chip-chev[data-astro-cid-lcdefpme] {
  flex: none;
  width: 10px;
  height: 14px;
  color: var(--fg-muted);
}

.composer-chip--runtime[data-astro-cid-lcdefpme] {
  gap: 6px;
}

.sr-word[data-astro-cid-lcdefpme] {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}

.chip-div[data-astro-cid-lcdefpme] {
  width: 1px;
  height: 14px;
  background: color-mix(in oklab, var(--app-white) 9%, transparent);
}

.chip-lead[data-astro-cid-lcdefpme] {
  flex: none;
  width: 16px;
  height: 16px;
  color: var(--fg-muted);
}

.composer-meter[data-astro-cid-lcdefpme] {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 3.40282e38px;
  color: var(--fg-muted);
}

.composer-meter[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme] {
  width: 16px;
  height: 16px;
}

.composer-meter[data-astro-cid-lcdefpme] + .composer-send[data-astro-cid-lcdefpme] {
  margin-left: 0;
}

.sb-ico[data-astro-cid-lcdefpme] {
  flex: none;
  width: 12px;
  height: 12px;
  color: var(--fg-muted);
}

.composer-send[data-astro-cid-lcdefpme] {
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 3.40282e38px;
  background: color-mix(in srgb, var(--chart-primary) 35%, transparent);
  color: oklch(97% 0 0);
  font-size: 14px;
  font-weight: 500;
}

.console-chart[data-astro-cid-lcdefpme] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.chart-plot[data-astro-cid-lcdefpme] {
  position: relative;
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.chart-head[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  align-items: end;
  padding: 12px 20px 8px;
}

.chart-market[data-astro-cid-lcdefpme] {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 15.75px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.chart-figures[data-astro-cid-lcdefpme] {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

.chart-legend[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.chart-price[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  color: var(--fg-panel);
}

.chart-price[data-astro-cid-lcdefpme] .pnl-window[data-astro-cid-lcdefpme] {
  height: 26px;
}

.chart-price[data-astro-cid-lcdefpme] .pnl-step[data-astro-cid-lcdefpme] {
  color: inherit;
  text-align: left;
}

.chart-chg[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: color-mix(in oklab, var(--fg-panel) 70%, transparent);
}

.chart-chg[data-astro-cid-lcdefpme] .pnl-step[data-astro-cid-lcdefpme] {
  color: inherit;
  text-align: left;
}

.chart-interval[data-astro-cid-lcdefpme] {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 16.5px;
  text-transform: lowercase;
  letter-spacing: .08em;
  color: var(--fg-muted);
  padding: 2px 8px;
  border: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  border-radius: 3.40282e38px;
}

.chart-svg[data-astro-cid-lcdefpme] {
  width: 100%;
  height: auto;
  aspect-ratio: 1000 / 160;
  display: block;
}

.price-line[data-astro-cid-lcdefpme] {
  fill: none;
  stroke: var(--ok);
  stroke-width: 2.25px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.price-wash[data-astro-cid-lcdefpme] {
  fill: url("#washGrad");
  stroke: none;
}

.chart-marks[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mk[data-astro-cid-lcdefpme] {
  position: absolute;
  transform: translate(-50%, -50%);
}

.mk--anchor-left[data-astro-cid-lcdefpme] {
  transform: translate(-100%, -50%);
}

.fire-dot[data-astro-cid-lcdefpme] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--warn);
  border: 2px solid #0a0a0c;
  box-sizing: content-box;
}

.fire-ping[data-astro-cid-lcdefpme] {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  border: 1.5px solid var(--warn);
  transform: none;
  opacity: 0;
}

.target-ping[data-astro-cid-lcdefpme] {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  border: 1.6px solid var(--ok);
  transform: none;
  opacity: 0;
}

.target-dot[data-astro-cid-lcdefpme] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ok) 28%, transparent);
  border: 2px solid var(--ok);
  box-sizing: border-box;
}

.target-check[data-astro-cid-lcdefpme] {
  width: 26px;
  height: 26px;
}

.target-check[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme] {
  width: 100%;
  height: 100%;
  display: block;
}

.dip-dot[data-astro-cid-lcdefpme] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--loss);
  border: 2px solid #0a0a0c;
  box-sizing: content-box;
}

.wedge[data-astro-cid-lcdefpme] {
  fill: url("#wedgeGrad");
}

.wedge-edge[data-astro-cid-lcdefpme] {
  stroke: color-mix(in oklab, var(--chart-blue) 70%, transparent);
  stroke-width: 1.5px;
}

.dip-dot[data-astro-cid-lcdefpme] {
  fill: var(--loss);
}

.dip-drop[data-astro-cid-lcdefpme] {
  stroke: var(--loss);
  stroke-width: 1px;
  stroke-dasharray: 4 4;
  opacity: .5;
}

.dip-label[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--loss);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.stop-hold[data-astro-cid-lcdefpme] {
  stroke: var(--loss);
  stroke-width: 2.5px;
  stroke-dasharray: 4 4;
  opacity: 0;
}

.stop-hold-label[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--loss);
  white-space: nowrap;
  opacity: 1;
}

.target-dot[data-astro-cid-lcdefpme] {
  fill: var(--ok);
  stroke: #0a0a0c;
  stroke-width: 2px;
}

.target-ping[data-astro-cid-lcdefpme] {
  fill: none;
  stroke: var(--ok);
  stroke-width: 1.6px;
  opacity: 0;
}

.target-check[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
  fill: none;
  stroke: #06120c;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.rr[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding: 8px 20px;
  border-top: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
  background: color-mix(in oklab, var(--fg-panel) 2%, transparent);
}

.rr-bar[data-astro-cid-lcdefpme] {
  display: flex;
  flex: 1;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.rr-seg[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 15px;
  font-variant-numeric: tabular-nums;
  min-width: 0;
  clip-path: inset(0);
}

.rr-cap[data-astro-cid-lcdefpme] {
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 9px;
  opacity: .62;
}

.rr-val[data-astro-cid-lcdefpme] {
  margin-left: auto;
}

.rr-seg--risk[data-astro-cid-lcdefpme] {
  background: color-mix(in srgb, var(--loss) 15%, transparent);
  color: var(--loss);
  opacity: .68;
  flex-direction: row-reverse;
  border-right: 1px solid color-mix(in srgb, var(--app-white) 45%, transparent);
}

.rr-seg--risk[data-astro-cid-lcdefpme] .rr-val[data-astro-cid-lcdefpme] {
  margin-left: 0;
  margin-right: auto;
}

.rr-seg--reward[data-astro-cid-lcdefpme] {
  background: color-mix(in srgb, var(--ok) 15%, transparent);
  color: var(--ok);
  opacity: .68;
}

.rr-note[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: none;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 16.5px;
  color: var(--fg-muted);
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}

.rr-note[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  color: var(--fg);
  font-family: var(--font-mono);
  font-weight: 500;
}

.tick[data-astro-cid-lcdefpme] {
  width: 12px;
  height: 12px;
  flex: none;
  overflow: visible;
}

.tick[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
  fill: none;
  stroke: var(--ok);
  stroke-width: 2.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.rr-note[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] {
  margin-top: 2px;
}

.level[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke-width: 1px;
  stroke-dasharray: 4 4;
  stroke-opacity: .85;
}

.grid[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: color-mix(in oklab, var(--fg-panel) 7%, transparent);
  stroke-width: 1px;
}

.grid-labels[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.grid-labels[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  position: absolute;
  left: 6px;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg-muted);
  opacity: .5;
}

.level--entry[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: var(--fg-faint);
}

.level--stop[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: var(--loss);
}

.level--target[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: var(--ok);
}

.level--trigger[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: var(--warn);
}

.level--wake[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
  stroke: var(--warn);
  opacity: .55;
}

.fire-dot[data-astro-cid-lcdefpme] {
  fill: var(--warn);
}

.fire-ping[data-astro-cid-lcdefpme] {
  fill: none;
  stroke: var(--warn);
  stroke-width: 1.5px;
  opacity: 0;
}

.chart-chips[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.chip[data-astro-cid-lcdefpme] {
  position: absolute;
  right: 2px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 1.5px 6px;
  border-radius: 3.40282e38px;
  border: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
  background: color-mix(in srgb, var(--card-app) 62%, transparent);
  box-shadow: inset 0 1px #ffffff0f;
  backdrop-filter: blur(8px);
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 10.5px;
  font-variant-numeric: tabular-nums;
  color: var(--fg-muted);
  white-space: nowrap;
}

.chip--target[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--ok) 85%, transparent);
}

.chip--armed[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--warn) 85%, transparent);
}

.chip--met[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--ok) 85%, transparent);
}

.chip--entry[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--fg) 85%, transparent);
}

.chip--stop[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--loss) 85%, transparent);
}

.chip--wake[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--warn) 85%, transparent);
}

.chip--mark[data-astro-cid-lcdefpme] {
  color: color-mix(in oklab, var(--fg) 85%, transparent);
  font-weight: 400;
}

.chip--mark[data-astro-cid-lcdefpme] .pnl-window[data-astro-cid-lcdefpme] {
  height: 1.3em;
}

.chip--mark[data-astro-cid-lcdefpme] .pnl-step[data-astro-cid-lcdefpme] {
  color: inherit;
  text-align: left;
}

.chip--reassess[data-astro-cid-lcdefpme] {
  top: auto;
  bottom: 8px;
  right: 12%;
  transform: none;
  color: color-mix(in oklab, var(--warn) 85%, transparent);
}

.pos-card[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
}

.pos-head[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px 6px;
}

.pos-unreal[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: baseline;
  gap: normal;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  line-height: 18px;
  color: var(--fg-muted);
  transform-origin: 100%;
}

.pos-unreal[data-astro-cid-lcdefpme] .pnl-window[data-astro-cid-lcdefpme] {
  height: 18px;
  margin-left: 12px;
}

.pos-unreal[data-astro-cid-lcdefpme] {
  height: 18px;
  overflow: hidden;
}

.pos-unreal[data-astro-cid-lcdefpme] .roi-reel[data-astro-cid-lcdefpme] {
  font-size: 11px;
  color: var(--ok);
}

.pos-unreal[data-astro-cid-lcdefpme] .card-legend[data-astro-cid-lcdefpme] {
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--fg-muted);
}

.pos-usd[data-astro-cid-lcdefpme], .pos-unreal[data-astro-cid-lcdefpme] .pnl-reel[data-astro-cid-lcdefpme] {
  font-size: 15px;
  letter-spacing: -.02em;
  color: var(--ok);
}

.pos-scroll[data-astro-cid-lcdefpme] {
  padding: 0 20px;
  min-width: 0;
}

.pos-cols[data-astro-cid-lcdefpme], .pos-row[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .9fr) minmax(0, .7fr) minmax(0, .8fr) 44px;
  align-items: center;
}

.pos-cols[data-astro-cid-lcdefpme] {
  row-gap: 6px;
  color: var(--fg);
}

.pos-cols[data-astro-cid-lcdefpme] > span[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 15.75px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.pos-row[data-astro-cid-lcdefpme] {
  grid-column: 1 / -1;
  height: 28px;
  padding: 0 8px;
  column-gap: 12px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  color: var(--fg);
  border: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  border-radius: 3.40282e38px;
  background: color-mix(in oklab, var(--fg-panel) 3%, transparent);
}

.ta-r[data-astro-cid-lcdefpme] {
  text-align: right;
}

.ta-r[data-astro-cid-lcdefpme] .pnl-window[data-astro-cid-lcdefpme] {
  margin-left: auto;
  width: max-content;
}

.pos-time[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 10.5px;
  white-space: nowrap;
}

.pos-pill--short[data-astro-cid-lcdefpme] {
  border-color: color-mix(in oklab, var(--loss) 40%, transparent);
  background: color-mix(in oklab, var(--loss) 10%, transparent);
  color: var(--loss);
}

.pos-token--closed[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
}

.pos-val--down[data-astro-cid-lcdefpme] {
  color: var(--loss);
}

.pos-none[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
}

.pos-state[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.pos-pill[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  border-radius: 3.40282e38px;
  font-size: 10.5px;
  line-height: 15.75px;
  color: var(--ok);
  border: 1px solid color-mix(in oklab, var(--ok) 40%, transparent);
  background: color-mix(in oklab, var(--ok) 10%, transparent);
  white-space: nowrap;
}

.pos-pill[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  font-weight: 500;
  padding: 0 4px;
  border-radius: 3px;
  background: color-mix(in srgb, currentColor 16%, transparent);
}

.pos-token[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  line-height: 16.5px;
  height: 15px;
  overflow: hidden;
  color: var(--fg-muted);
  white-space: nowrap;
}

.pos-token[data-astro-cid-lcdefpme]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}

.pos-token--done[data-astro-cid-lcdefpme]:before {
  background: none;
  border: 1px solid;
}

.pos-token--working[data-astro-cid-lcdefpme]:before {
  background: none;
  width: 7px;
  height: 7px;
  border: 1px solid oklch(82% .13 70);
}

.pos-token--open[data-astro-cid-lcdefpme] {
  color: var(--chart-blue);
}

.pos-token--working[data-astro-cid-lcdefpme] {
  color: var(--warn);
}

.pos-token--won[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.pos-token--done[data-astro-cid-lcdefpme].armed-state--met {
  color: var(--fg-faint);
}

.pnl-window[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.3em;
  overflow: hidden;
}

.pnl-reel[data-astro-cid-lcdefpme], .pct-reel[data-astro-cid-lcdefpme], .mark-reel[data-astro-cid-lcdefpme], .roi-reel[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.3em;
  overflow: hidden;
}

.pnl-track[data-astro-cid-lcdefpme] {
  display: block;
  transform: translateY(-41.6em);
}

.pnl-step[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.3em;
  line-height: 1.3em;
  text-align: right;
  color: var(--ok);
}

.pnl-step--down[data-astro-cid-lcdefpme] {
  color: var(--loss);
}

.progress-track[data-astro-cid-lcdefpme] {
  flex: 1;
  height: 3px;
  border-radius: 3.40282e38px;
  background: color-mix(in oklab, var(--fg-panel) 8%, transparent);
  overflow: hidden;
}

.progress-fill[data-astro-cid-lcdefpme] {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 3.40282e38px;
  background: var(--chart-primary);
  transform-origin: 0;
}

.progress-label[data-astro-cid-lcdefpme] {
  flex: none;
  display: flex;
  align-items: baseline;
  gap: normal;
  font-family: var(--font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--fg-muted);
  white-space: nowrap;
}

.progress-label[data-astro-cid-lcdefpme] .pnl-window[data-astro-cid-lcdefpme] {
  height: 1.3em;
}

.progress-label[data-astro-cid-lcdefpme] .pnl-step[data-astro-cid-lcdefpme] {
  color: inherit;
}

.armed-swap[data-astro-cid-lcdefpme] {
  display: block;
  height: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

.armed-swap[data-astro-cid-lcdefpme] .armed-state[data-astro-cid-lcdefpme] {
  display: block;
  height: 15px;
  line-height: 15px;
}

.armed-state--met[data-astro-cid-lcdefpme] {
  color: var(--ok);
  transform: translateY(15px);
}

.mission-notes[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 76px;
  margin-top: 0;
  border-top: 1px solid var(--border);
}

.note[data-astro-cid-lcdefpme] {
  padding: 22px 30px 0 0;
}

.note[data-astro-cid-lcdefpme] + .note[data-astro-cid-lcdefpme] {
  padding-left: 30px;
  border-left: 1px solid var(--border);
}

.note[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -.015em;
  margin-bottom: 7px;
}

.note[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] {
  width: 13px;
  height: 13px;
  align-self: center;
}

.note[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.sec-checks[data-astro-cid-lcdefpme] {
  padding: 0;
  background: #08080a;
}

.checks-scroller[data-astro-cid-lcdefpme] {
  min-height: 0;
}

.checks-sticky[data-astro-cid-lcdefpme] {
  padding: 92px 0 104px;
}

.checks-inner[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 64px;
  align-items: center;
}

.rail-list[data-astro-cid-lcdefpme] {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.rail-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.55;
  padding-left: 18px;
  border-left: 2px solid color-mix(in srgb, var(--accent) 35%, transparent);
}

.rail-list[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  color: var(--fg);
  font-weight: 500;
}

.preview-card[data-astro-cid-lcdefpme] {
  padding: 20px;
  background: #09090bb3;
}

.preview-head[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.preview-title[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 13px;
}

.preview-tally[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent);
}

.tally-window[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.25em;
  overflow: hidden;
}

.tally-reel[data-astro-cid-lcdefpme] {
  display: block;
  transform: translateY(-21.25em);
}

.tally-reel[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  display: block;
  height: 1.25em;
  line-height: 1.25em;
  font-variant-numeric: tabular-nums;
  text-align: right;
  min-width: 2ch;
}

.tally-total[data-astro-cid-lcdefpme] {
  color: var(--fg-dim);
  font-size: 11px;
}

.preview-list[data-astro-cid-lcdefpme] {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px dashed var(--border);
  font-family: var(--font-mono);
  font-size: 12px;
}

.preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme] {
  color: var(--ok);
  flex-shrink: 0;
}

.preview-check-label[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  flex: 1;
}

.preview-check-detail[data-astro-cid-lcdefpme] {
  color: var(--fg-faint);
  font-size: 11px;
}

.preview-verdict[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.preview-stamp[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  border-radius: 999px;
}

.preview-verdict-note[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-dim);
}

.controls-strip[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.controls-strip-label[data-astro-cid-lcdefpme] {
  font-size: 12px;
  color: var(--fg-dim);
  margin-right: 4px;
}

.control-chip[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-muted);
  padding: 4px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff05;
}

.harness-grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 48px;
}

.harness[data-astro-cid-lcdefpme] {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid var(--border);
  background: linear-gradient(#ffffff05, #0000);
  transition: background .2s;
}

.harness[data-astro-cid-lcdefpme]:last-child {
  border-right: 0;
}

.harness[data-astro-cid-lcdefpme]:hover {
  background: #ffffff09;
}

.harness-top[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.harness-mark[data-astro-cid-lcdefpme] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

.harness-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.harness-name[data-astro-cid-lcdefpme] {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
}

.harness-cmd[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-muted);
  padding: 6px 9px;
  border-radius: var(--radius-sm);
  background: #00000059;
  border: 1px solid var(--border);
  overflow-x: auto;
  white-space: nowrap;
}

.harness-tag[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fg-faint);
  margin-top: auto;
}

.harness-tag--trades[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.arming-inner[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.arming-card[data-astro-cid-lcdefpme] {
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.arming-row[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arming-state[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.arming-dot[data-astro-cid-lcdefpme] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.arming-state--safe[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
}

.arming-state--safe[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme] {
  background: var(--fg-dim);
}

.arming-state--armed[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.arming-state--armed[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme] {
  background: var(--ok);
  animation: 2s ease-in-out infinite pulse;
}

.arming-desc[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 14px;
  line-height: 1.5;
}

.arming-divider[data-astro-cid-lcdefpme] {
  height: 1px;
  background: var(--border);
}

.state-grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}

.state-card[data-astro-cid-lcdefpme] {
  padding: 26px 24px;
}

.state-card-label[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.state-card-label--is[data-astro-cid-lcdefpme] {
  color: var(--ok);
}

.state-card-label--isnt[data-astro-cid-lcdefpme] {
  color: var(--warn);
}

.state-card[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme] {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.state-card[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

.state-card[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before {
  content: "";
  position: absolute;
  left: 0;
  top: .66em;
  width: 6px;
  height: 1px;
  background: var(--fg-faint);
}

.open-inner[data-astro-cid-lcdefpme] {
  max-width: 760px;
}

.open-eyebrow[data-astro-cid-lcdefpme] {
  color: var(--accent);
  margin-bottom: 16px;
}

.open-title[data-astro-cid-lcdefpme] {
  max-width: 20ch;
}

.open-actions[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sec-cta[data-astro-cid-lcdefpme] {
  text-align: center;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.sec-cta[data-astro-cid-lcdefpme]:before {
  content: "";
  position: absolute;
  inset: auto 0 -50%;
  height: 60%;
  background: radial-gradient(ellipse at center, var(--accent-dim) 0%, transparent 60%);
  pointer-events: none;
  opacity: .6;
}

.cta-inner[data-astro-cid-lcdefpme] {
  position: relative;
}

.cta-title[data-astro-cid-lcdefpme] {
  font-size: clamp(38px, 5.6vw, 66px);
}

.cta-sub[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  font-size: 18px;
  max-width: 520px;
  margin: 20px auto 34px;
  line-height: 1.55;
  letter-spacing: -.005em;
}

.cta-actions[data-astro-cid-lcdefpme] {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-release[data-astro-cid-lcdefpme] {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-dim);
  letter-spacing: .02em;
}

.cta-release[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
}

.cta-install-label[data-astro-cid-lcdefpme] {
  margin: 26px 0 8px;
  color: var(--fg-dim);
  font-size: 12px;
  letter-spacing: .02em;
}

.cta-install[data-astro-cid-lcdefpme] {
  margin: 0 auto;
  max-width: 640px;
  overflow-x: auto;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #00000040;
  text-align: left;
}

.cta-install[data-astro-cid-lcdefpme] code[data-astro-cid-lcdefpme] {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg-muted);
  white-space: pre;
}

.cta-install--sm[data-astro-cid-lcdefpme] {
  margin-top: 14px;
  max-width: 560px;
}

.cta-note[data-astro-cid-lcdefpme] {
  margin: 26px auto 0;
  max-width: 560px;
  color: var(--fg-dim);
  font-size: 13px;
  line-height: 1.6;
}

.cta-note[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: var(--fg-muted);
  text-decoration: underline;
  text-decoration-color: #a1a1aa66;
  text-underline-offset: 3px;
}

.cta-note[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover {
  color: var(--fg);
  text-decoration-color: var(--fg);
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .mission-scroller[data-astro-cid-lcdefpme] {
      view-timeline-name: --mission;
      view-timeline-axis: block;
    }

    .grid[data-astro-cid-lcdefpme], .level[data-astro-cid-lcdefpme], .fire-dot[data-astro-cid-lcdefpme], .fire-ping[data-astro-cid-lcdefpme], .wedge[data-astro-cid-lcdefpme], .wedge-edge[data-astro-cid-lcdefpme], .chip[data-astro-cid-lcdefpme], .dip-dot[data-astro-cid-lcdefpme], .dip-drop[data-astro-cid-lcdefpme], .stop-hold[data-astro-cid-lcdefpme], .stop-hold-label[data-astro-cid-lcdefpme], .target-dot[data-astro-cid-lcdefpme], .target-ping[data-astro-cid-lcdefpme], .target-check[data-astro-cid-lcdefpme], .pnl-track[data-astro-cid-lcdefpme], .progress-fill[data-astro-cid-lcdefpme], .pos-row[data-astro-cid-lcdefpme], .sb-pred[data-astro-cid-lcdefpme], .armed-state--met[data-astro-cid-lcdefpme], .rr-seg[data-astro-cid-lcdefpme], .log-row[data-astro-cid-lcdefpme], .mission-sticky[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
      animation-timeline: --mission;
      animation-range: contain var(--from) contain var(--to);
    }

    .log-row[data-astro-cid-lcdefpme] {
      animation-name: log-enter;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .pos-row[data-astro-cid-lcdefpme] {
      animation-name: order-enter;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .sb-pred[data-astro-cid-lcdefpme] {
      animation-name: check-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    @keyframes log-enter {
      0% {
        opacity: 0;
        transform: translateY(4px);
        animation-timing-function: ease-out;
      }

      100% {
        opacity: 1;
        transform: none;
      }
    }

    @keyframes order-enter {
      0% {
        opacity: 0;
        transform: translateY(6px) scale(.97);
        animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
      }

      100% {
        opacity: 1;
        transform: none;
      }
    }

    .price-line[data-astro-cid-lcdefpme], .price-wash[data-astro-cid-lcdefpme], .dip-drop[data-astro-cid-lcdefpme] {
      animation-timeline: --mission;
      animation-range: contain;
      animation-fill-mode: both;
      animation-timing-function: linear;
    }

    .price-line[data-astro-cid-lcdefpme] {
      animation-name: price-draw;
    }

    .price-wash[data-astro-cid-lcdefpme] {
      animation-name: price-wash, wash-clip;
    }

    .price-wash[data-astro-cid-lcdefpme] {
      animation-range: contain contain 36%, contain;
    }

    .chip[data-astro-cid-lcdefpme] {
      animation-name: chip-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    @keyframes chip-in {
      0% {
        opacity: 0;
        transform: translateY(-50%) scale(.88);
        animation-timing-function: cubic-bezier(.33, 1, .68, 1);
      }

      55% {
        transform: translateY(-50%) scale(1.06);
      }

      100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
      }
    }

    .chip--armed[data-astro-cid-lcdefpme], .chip--met[data-astro-cid-lcdefpme], .chip--mark[data-astro-cid-lcdefpme] {
      animation-name: chip-flash;
    }

    @keyframes chip-flash {
      0% {
        opacity: 0;
        transform: translateY(-50%) scale(.88);
        animation-timing-function: cubic-bezier(.33, 1, .68, 1);
      }

      10% {
        opacity: 1;
        transform: translateY(-50%) scale(1.06);
      }

      14% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--warn) 45%, transparent);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
      }

      40% {
        box-shadow: 0 0 10px 0 color-mix(in srgb, var(--warn) 45%, transparent);
      }

      84% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        animation-timing-function: ease-out;
      }

      100% {
        opacity: 0;
        transform: translateY(-50%) translateX(6px) scale(.9);
      }
    }

    .chip--reassess[data-astro-cid-lcdefpme] {
      animation-name: reassess-flash;
    }

    @keyframes reassess-flash {
      0% {
        opacity: 0;
      }

      14% {
        opacity: 1;
      }

      86% {
        opacity: 1;
      }

      100% {
        opacity: 0;
      }
    }

    .wedge[data-astro-cid-lcdefpme], .wedge-edge[data-astro-cid-lcdefpme] {
      animation-name: zone-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .mission-dim[data-astro-cid-lcdefpme], .appwin[data-astro-cid-lcdefpme], .status-track[data-astro-cid-lcdefpme] {
      animation-timeline: --mission;
      animation-range: contain;
      animation-fill-mode: both;
      animation-timing-function: linear;
    }

    .mission-dim[data-astro-cid-lcdefpme] {
      animation-name: dim-hold;
    }

    @keyframes dim-hold {
      0% {
        opacity: 0;
      }

      7% {
        opacity: .85;
      }

      18% {
        opacity: 0;
      }

      100% {
        opacity: 0;
      }
    }

    .appwin[data-astro-cid-lcdefpme] {
      animation-name: win-live;
    }

    @keyframes win-live {
      0% {
        transform: scale(.965) translateY(14px);
      }

      8% {
        transform: none;
      }

      94%, 100% {
        transform: none;
        box-shadow: 0 0 90px -18px color-mix(in srgb, var(--ok) 34%, transparent);
      }
    }

    .status-track[data-astro-cid-lcdefpme] {
      animation-name: status-walk;
    }

    .side-status[data-astro-cid-lcdefpme] .status-track[data-astro-cid-lcdefpme] {
      animation-name: status-walk-side;
    }

    @keyframes status-walk {
      0%, 17.9% {
        transform: translateY(0);
      }

      18%, 46.9% {
        transform: translateY(-1.5em);
      }

      47%, 90.9% {
        transform: translateY(-3em);
      }

      91%, 100% {
        transform: translateY(-4.5em);
      }
    }

    @keyframes status-walk-side {
      0%, 17.9% {
        transform: translateY(0);
      }

      18%, 46.9% {
        transform: translateY(-16px);
      }

      47%, 90.9% {
        transform: translateY(-32px);
      }

      91%, 100% {
        transform: translateY(-48px);
      }
    }

    @keyframes zone-in {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .level[data-astro-cid-lcdefpme] {
      animation-name: level-draw;
      animation-timing-function: linear;
      animation-fill-mode: both;
      transform-origin: 0;
    }

    @keyframes level-draw {
      from {
        opacity: 0;
        transform: scaleX(.02);
      }

      to {
        opacity: 1;
        transform: scaleX(1);
      }
    }

    .fire-dot[data-astro-cid-lcdefpme], .dip-drop[data-astro-cid-lcdefpme], .dip-dot[data-astro-cid-lcdefpme], .dip-label[data-astro-cid-lcdefpme], .target-dot[data-astro-cid-lcdefpme], .stop-hold-label[data-astro-cid-lcdefpme] {
      animation-name: zone-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .fire-ping[data-astro-cid-lcdefpme] {
      animation-name: fire-ping;
      animation-timing-function: linear;
      animation-fill-mode: both;
      transform-origin: center;
      transform-box: fill-box;
    }

    @keyframes fire-ping {
      0% {
        opacity: 0;
        transform: scale(.4);
      }

      12% {
        opacity: .5;
        transform: scale(.55);
      }

      100% {
        opacity: 0;
        transform: scale(3.4);
      }
    }

    .pnl-track[data-astro-cid-lcdefpme] {
      animation-name: pnl-count;
      animation-timing-function: steps(32, end);
      animation-fill-mode: both;
    }

    @keyframes pnl-count {
      from {
        transform: translateY(0);
      }

      to {
        transform: translateY(-41.6em);
      }
    }

    .grid[data-astro-cid-lcdefpme] {
      animation-name: zone-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .stop-hold[data-astro-cid-lcdefpme] {
      animation-name: stop-flare;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    @keyframes stop-flare {
      0% {
        opacity: 0;
        stroke-width: 1px;
      }

      40% {
        opacity: 1;
        stroke-width: 4px;
      }

      100% {
        opacity: .32;
        stroke-width: 2px;
      }
    }

    .stop-hold-label[data-astro-cid-lcdefpme] {
      animation-name: check-in;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .target-ping[data-astro-cid-lcdefpme] {
      animation-name: target-ping;
      animation-timing-function: linear;
      animation-fill-mode: both;
      transform-origin: center;
      transform-box: fill-box;
    }

    @keyframes target-ping {
      0% {
        opacity: 0;
        transform: scale(.5);
      }

      30% {
        opacity: .95;
        transform: scale(1.1);
      }

      100% {
        opacity: 0;
        transform: scale(3.6);
      }
    }

    .target-check[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
      stroke-dashoffset: 1px;
      animation-name: scrub-draw;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .rr-seg[data-astro-cid-lcdefpme] {
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .rr-seg--risk[data-astro-cid-lcdefpme] {
      animation-name: measure-down;
    }

    .rr-seg--reward[data-astro-cid-lcdefpme] {
      animation-name: measure-up;
    }

    @keyframes measure-down {
      from {
        clip-path: inset(0 0 0 100%);
      }

      to {
        clip-path: inset(0);
      }
    }

    @keyframes measure-up {
      from {
        clip-path: inset(0 100% 0 0);
      }

      to {
        clip-path: inset(0);
      }
    }

    .mission-sticky[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
      stroke-dashoffset: 1px;
      animation-name: scrub-draw;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    .progress-fill[data-astro-cid-lcdefpme] {
      animation-name: progress-arc;
      animation-timing-function: linear;
      animation-fill-mode: both;
    }

    @keyframes progress-arc {
      0% {
        transform: scaleX(0);
      }

      31.25% {
        transform: scaleX(.224);
      }

      56.25% {
        transform: scaleX(0);
      }

      100% {
        transform: scaleX(1);
      }
    }

    .armed-state--met[data-astro-cid-lcdefpme] {
      animation-name: swap-in;
      animation-timing-function: step-end;
      animation-fill-mode: both;
    }

    @keyframes swap-in {
      from {
        transform: translateY(15px);
      }

      to {
        transform: translateY(0);
      }
    }

    .mission-notes[data-astro-cid-lcdefpme] {
      view-timeline-name: --notes;
      view-timeline-axis: block;
    }

    .note[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
      stroke-dashoffset: 1px;
      animation-name: scrub-draw;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: --notes;
      animation-range: cover var(--from) cover var(--to);
    }

    .checks-scroller[data-astro-cid-lcdefpme] {
      view-timeline-name: --checks;
      view-timeline-axis: block;
    }

    .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
      animation: linear both check-in;
      animation-timeline: --checks;
    }

    @keyframes check-in {
      from {
        opacity: .12;
        transform: translateY(8px);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }

    .tally-reel[data-astro-cid-lcdefpme] {
      animation: steps(17, end) both tally-count;
      animation-timeline: --checks;
      animation-range: cover 16% cover 56%;
    }

    @keyframes tally-count {
      from {
        transform: translateY(0);
      }

      to {
        transform: translateY(-21.25em);
      }
    }

    .preview-stamp[data-astro-cid-lcdefpme] {
      animation: linear both stamp-land;
      animation-timeline: --checks;
      animation-range: cover 56% cover 64%;
    }

    .preview-verdict-note[data-astro-cid-lcdefpme] {
      animation: linear both check-in;
      animation-timeline: --checks;
      animation-range: cover 60% cover 68%;
    }

    @keyframes stamp-land {
      from {
        opacity: 0;
        transform: scale(1.4) rotate(-5deg);
      }

      to {
        opacity: 1;
        transform: none;
      }
    }

    .control-chip[data-astro-cid-lcdefpme] {
      animation: linear both check-in;
      animation-timeline: --checks;
    }
  }
}

@media (width >= 1081px) and (height >= 861px) {
  .mission-sticky[data-astro-cid-lcdefpme] {
    padding: 0;
    z-index: 60;
  }

  .mission-sticky[data-astro-cid-lcdefpme] .stage-container[data-astro-cid-lcdefpme] {
    max-width: none;
    padding: 0;
  }

  .appwin[data-astro-cid-lcdefpme] {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: 900px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background: oklch(14.5% 0 0);
    box-shadow: none;
    color: oklch(97% 0 0);
  }

  .appwin-titlebar[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 21px;
    left: 12px;
    z-index: 6;
    gap: 3px;
    padding: 0;
    border: none;
    background: none;
    pointer-events: none;
  }

  .appwin-titlebar[data-astro-cid-lcdefpme] .tl-dots[data-astro-cid-lcdefpme] {
    gap: 3px;
  }

  .appwin-titlebar[data-astro-cid-lcdefpme] .tl-title[data-astro-cid-lcdefpme], .appwin-titlebar[data-astro-cid-lcdefpme] .tl-net[data-astro-cid-lcdefpme] {
    display: none;
  }

  .appwin-body[data-astro-cid-lcdefpme] {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr);
    height: 100%;
  }

  .side-brand[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 12px;
    left: 52px;
    height: 28px;
  }

  .appwin-main[data-astro-cid-lcdefpme] {
    position: relative;
    padding: 52px 20px 0;
    gap: 0;
  }

  .appwin-crumb[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    padding: 0 20px;
  }

  .crumb-actions[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 14px;
    right: 84px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 24px;
    font-size: 16px;
    color: var(--fg);
  }

  .crumb-btn[data-astro-cid-lcdefpme] {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 7px;
    border: 1px solid color-mix(in oklab, var(--app-white) 8%, transparent);
    border-radius: 8px;
    background: color-mix(in oklab, var(--app-white) 2.56%, transparent);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--fg);
    white-space: nowrap;
  }

  .crumb-open[data-astro-cid-lcdefpme] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: var(--fg);
    white-space: nowrap;
  }

  .crumb-split[data-astro-cid-lcdefpme] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--fg-muted);
  }

  .crumb-split[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme] {
    width: 16px;
    height: 16px;
  }

  .crumb-capsule[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: max-content;
  }

  .minimap[data-astro-cid-lcdefpme] {
    position: absolute;
    top: 52px;
    bottom: 0;
    left: 0;
    width: 72px;
    z-index: 0;
    pointer-events: none;
  }

  .minimap[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
    position: absolute;
    left: 0;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    border-radius: 3.40282e38px;
    background: oklab(60.4% 0 0 / .35);
  }

  .appwin-bg[data-astro-cid-lcdefpme] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .appwin-bg-glow[data-astro-cid-lcdefpme] {
    position: absolute;
    width: 640px;
    height: 480px;
    border-radius: 50%;
    filter: blur(90px);
  }

  .appwin-bg-glow--a[data-astro-cid-lcdefpme] {
    left: -120px;
    top: 60px;
    background: radial-gradient(closest-side, oklch(55% .12 260 / .17), #0000 70%);
  }

  .appwin-bg-glow--b[data-astro-cid-lcdefpme] {
    right: -80px;
    bottom: 40px;
    background: radial-gradient(closest-side, oklch(62% .1 160 / .12), #0000 70%);
  }

  .appwin-bg-glow--c[data-astro-cid-lcdefpme] {
    left: 30%;
    bottom: -140px;
    width: 520px;
    height: 360px;
    background: radial-gradient(closest-side, oklch(60% .11 300 / .1), #0000 70%);
  }

  .appwin-bg-lines[data-astro-cid-lcdefpme] {
    position: absolute;
    left: 36px;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 660px;
    font-size: 16px;
    line-height: 21px;
    color: oklch(80% 0 0);
    opacity: .26;
  }

  .appwin-bg-lines--right[data-astro-cid-lcdefpme] {
    left: auto;
    right: 60px;
    top: 150px;
    width: 420px;
    opacity: .22;
  }

  .appwin-bg-lines[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .appwin-bg-lines[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:nth-child(2n) {
    width: 82%;
  }

  .panel-shell[data-astro-cid-lcdefpme], .wakeup-cap[data-astro-cid-lcdefpme], .composer[data-astro-cid-lcdefpme] {
    position: relative;
    z-index: 1;
  }

  .panel-shell[data-astro-cid-lcdefpme] {
    height: 630px;
    margin-top: 34px;
  }

  .panel-row[data-astro-cid-lcdefpme] {
    flex: 1;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 16px;
  }

  .chart-col[data-astro-cid-lcdefpme], .log-card[data-astro-cid-lcdefpme] {
    min-height: 0;
  }

  .console-chart[data-astro-cid-lcdefpme] {
    flex: 1 1 0;
    min-height: 0;
  }

  .pos-card[data-astro-cid-lcdefpme] {
    flex: none;
    height: 200px;
    overflow-y: auto;
  }

  .log-card[data-astro-cid-lcdefpme] {
    flex: none;
    height: 100%;
  }

  .statusbar[data-astro-cid-lcdefpme] {
    flex: none;
    height: 45px;
  }

  .composer[data-astro-cid-lcdefpme] {
    width: 768px;
    max-width: 100%;
    height: 144px;
    margin: 5px auto 0;
    padding: 0;
    gap: normal;
    justify-content: space-between;
    border: none;
    border-radius: 22px;
    background: color(srgb .0778016 .0778173 .0778187 / .8);
    backdrop-filter: blur(16px) saturate(1.08);
    box-shadow: none;
  }

  .composer-line[data-astro-cid-lcdefpme] {
    margin: 0;
    padding: 16px 16px 8px;
    height: 94px;
    box-sizing: border-box;
    align-items: flex-start;
  }

  .composer-meta[data-astro-cid-lcdefpme] {
    margin: 0;
    height: 48px;
    padding: 0 16px 16px 7px;
    box-sizing: border-box;
  }

  .chart-svg[data-astro-cid-lcdefpme] {
    height: 100%;
  }
}

@media (width <= 1080px), (height <= 860px) {
  .mission-scroller[data-astro-cid-lcdefpme] {
    min-height: 0;
    margin-top: 32px;
  }

  .mission-sticky[data-astro-cid-lcdefpme] {
    position: static;
    min-height: 0;
    padding: 0;
  }

  .mission-dim[data-astro-cid-lcdefpme] {
    display: none;
  }

  .appwin[data-astro-cid-lcdefpme] {
    animation: none;
  }

  .status-track[data-astro-cid-lcdefpme], .price-line[data-astro-cid-lcdefpme], .price-wash[data-astro-cid-lcdefpme] {
    animation-range: cover var(--pass-base)
        cover calc(var(--pass-base) + 100% * var(--pass));
  }

  .grid[data-astro-cid-lcdefpme], .level[data-astro-cid-lcdefpme], .fire-dot[data-astro-cid-lcdefpme], .fire-ping[data-astro-cid-lcdefpme], .wedge[data-astro-cid-lcdefpme], .wedge-edge[data-astro-cid-lcdefpme], .chip[data-astro-cid-lcdefpme], .dip-dot[data-astro-cid-lcdefpme], .dip-drop[data-astro-cid-lcdefpme], .stop-hold[data-astro-cid-lcdefpme], .stop-hold-label[data-astro-cid-lcdefpme], .target-dot[data-astro-cid-lcdefpme], .target-ping[data-astro-cid-lcdefpme], .target-check[data-astro-cid-lcdefpme], .pnl-track[data-astro-cid-lcdefpme], .progress-fill[data-astro-cid-lcdefpme], .pos-row[data-astro-cid-lcdefpme], .sb-pred[data-astro-cid-lcdefpme], .armed-state--met[data-astro-cid-lcdefpme], .rr-seg[data-astro-cid-lcdefpme], .log-row[data-astro-cid-lcdefpme], .mission-sticky[data-astro-cid-lcdefpme] .tick[data-astro-cid-lcdefpme] path[data-astro-cid-lcdefpme] {
    animation-range: cover calc(var(--pass-base) + var(--from) * var(--pass))
        cover calc(var(--pass-base) + var(--to) * var(--pass));
  }

  .mission-scroller[data-astro-cid-lcdefpme] {
    --pass: .42;
    --pass-base: 13%;
  }
}

@media (width <= 1080px) {
  .checks-inner[data-astro-cid-lcdefpme], .arming-inner[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .appwin-body[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .appwin-side[data-astro-cid-lcdefpme] {
    display: none;
  }

  .panel-row[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .statusbar[data-astro-cid-lcdefpme] {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .mission-notes[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding-bottom: 72px;
  }

  .note[data-astro-cid-lcdefpme] {
    padding: 20px 0 0;
  }

  .note[data-astro-cid-lcdefpme] + .note[data-astro-cid-lcdefpme] {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .rr[data-astro-cid-lcdefpme] {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .rr-bar[data-astro-cid-lcdefpme] {
    flex: none;
  }

  .rr-note[data-astro-cid-lcdefpme] {
    max-width: none;
  }

  .level[data-astro-cid-lcdefpme] line[data-astro-cid-lcdefpme] {
    stroke-dasharray: 7 7;
  }

  .grid-labels[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
    font-size: 12px;
  }

  .dip-label[data-astro-cid-lcdefpme], .stop-hold-label[data-astro-cid-lcdefpme] {
    font-size: 10px;
    stroke-width: 3px;
  }

  .harness-grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr 1fr;
  }

  .harness[data-astro-cid-lcdefpme] {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .harness[data-astro-cid-lcdefpme]:nth-child(odd) {
    border-right: 1px solid var(--border);
  }

  .harness[data-astro-cid-lcdefpme]:nth-child(5):last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (width <= 820px) {
  section[data-astro-cid-lcdefpme] {
    padding: 76px 0;
  }

  .sec-tape[data-astro-cid-lcdefpme] {
    padding: 0 0 72px;
  }

  .sec-checks[data-astro-cid-lcdefpme] {
    padding: 0;
  }

  .checks-sticky[data-astro-cid-lcdefpme] {
    padding: 60px 0 76px;
  }

  .sec-cta[data-astro-cid-lcdefpme] {
    padding: 96px 0;
  }

  .container[data-astro-cid-lcdefpme] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero[data-astro-cid-lcdefpme] {
    padding-top: 84px;
  }

  .hero-eyebrow[data-astro-cid-lcdefpme] {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .hero-title[data-astro-cid-lcdefpme] {
    font-size: clamp(34px, 9.4vw, 50px);
  }

  .section-title[data-astro-cid-lcdefpme] {
    max-width: none;
  }

  .state-grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .appwin-body[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .log-feed[data-astro-cid-lcdefpme] {
    padding: 0;
  }

  .composer[data-astro-cid-lcdefpme] {
    display: none;
  }

  .crumb-title[data-astro-cid-lcdefpme], .crumb-sep[data-astro-cid-lcdefpme] {
    display: none;
  }

  .pos-cols[data-astro-cid-lcdefpme], .pos-row[data-astro-cid-lcdefpme] {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, .9fr) minmax(0, .7fr) minmax(0, .9fr);
    gap: 8px;
  }

  .pos-time[data-astro-cid-lcdefpme], .pos-cols[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]:nth-child(5) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow[data-astro-cid-lcdefpme], .hero-title[data-astro-cid-lcdefpme], .hero-sub[data-astro-cid-lcdefpme], .hero-actions[data-astro-cid-lcdefpme] {
    animation: none;
  }

  .composer-caret[data-astro-cid-lcdefpme] {
    animation: none;
  }

  .arming-state--armed[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme] {
    animation: none;
  }

  .tape[data-astro-cid-lcdefpme][data-state="loading"] .tape-px[data-astro-cid-lcdefpme] {
    animation: none;
  }
}
