@charset "UTF-8";

/* src/styles/design-tokens.scss */
:root {
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f9fafb;
  --color-bg-tertiary: #f3f4f6;
  --color-bg-hover: #eceef0;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #5f5e5a;
  --color-text-tertiary: #888780;
  --color-text-disabled: #b4b2a9;
  --color-border-tertiary: rgba(0, 0, 0, 0.08);
  --color-border-secondary: rgba(0, 0, 0, 0.15);
  --color-border-primary: rgba(0, 0, 0, 0.25);
  --color-positive: #0f6e56;
  --color-positive-bg: #e1f5ee;
  --color-positive-text: #085041;
  --color-negative: #a32d2d;
  --color-negative-bg: #fcebeb;
  --color-negative-text: #791f1f;
  --color-neutral: #888780;
  --color-neutral-bg: #f3f4f6;
  --color-neutral-text: #444441;
  --color-critical: #a32d2d;
  --color-critical-bg: #fcebeb;
  --color-critical-text: #791f1f;
  --color-warning: #ba7517;
  --color-warning-bg: #faeeda;
  --color-warning-text: #633806;
  --color-info: #185fa5;
  --color-info-bg: #e6f1fb;
  --color-info-text: #0c447c;
  --color-purple: #534ab7;
  --color-purple-bg: #eeedfe;
  --color-purple-text: #3c3489;
  --color-teal: #1d9e75;
  --color-teal-bg: #e1f5ee;
  --color-teal-text: #085041;
  --color-coral: #d85a30;
  --color-coral-bg: #faece7;
  --color-coral-text: #712b13;
  --color-pink: #d4537e;
  --color-pink-bg: #fbeaf0;
  --color-pink-text: #72243e;
  --font-sans:
    "IBM Plex Sans",
    system-ui,
    -apple-system,
    sans-serif;
  --font-mono:
    "IBM Plex Mono",
    "SF Mono",
    Menlo,
    monospace;
  --font-mono-terminal: var(--font-mono);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;
  --border-default: 0.5px solid var(--color-border-tertiary);
  --transition-fast: 120ms ease-out;
  --transition-default: 200ms ease-out;
  --transition-slow: 300ms ease-out;
  --focus-ring: 0 0 0 3px rgba(83, 74, 183, 0.15);
  --terminal-content-max-width: 1280px;
  --terminal-top-nav-height: 52px;
  --color-edu-banner-bg: #faeeda;
  --color-edu-banner-border: #ef9f27;
  --color-overlay-scrim: rgba(0, 0, 0, 0.35);
}

/* src/styles.css */
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .end-2026 {
    inset-inline-end: calc(var(--spacing) * 2026);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .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;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --content-max-width: 1300px;
  --chrome-max-width: 1300px;
  --brand-black: #111111;
  --brand-ink: #262626;
  --brand-gray-700: #404040;
  --brand-gray-600: #525252;
  --brand-gray-500: #737373;
  --brand-gray-300: #d4d4d4;
  --brand-gray-200: #e5e5e5;
  --brand-gray-100: #f5f5f5;
}
html {
  overflow-x: clip;
}
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
.marketing-shell a:not(.mkt-btn):not(.cta-button):not(.thesis-cta-button):not(.read-more-btn):not(.btn-primary):not(.btn-secondary):not(.btn-research-modal):not(.nav-link):not(.nav-subscribe-btn):not(.brand-link):not(.footer-link):not(.subscribe-btn):not(.publication-grid-card):not(.newsletter-portfolio-card):not(.cta-link):not(.terminal-access-btn):not(.research-membership-link):not(.research-waitlist-link) {
  color: var(--mkt-text-muted, var(--brand-gray-700));
  text-decoration: underline;
  text-decoration-color: var(--mkt-border, var(--brand-gray-300));
  text-underline-offset: 3px;
}
.marketing-shell a:not(.mkt-btn):not(.cta-button):not(.thesis-cta-button):not(.read-more-btn):not(.btn-primary):not(.btn-secondary):not(.btn-research-modal):not(.nav-link):not(.nav-subscribe-btn):not(.brand-link):not(.footer-link):not(.subscribe-btn):not(.publication-grid-card):not(.newsletter-portfolio-card):not(.cta-link):not(.terminal-access-btn):not(.research-membership-link):not(.research-waitlist-link):hover {
  color: var(--mkt-text, var(--brand-black));
  text-decoration-color: var(--mkt-text, var(--brand-black));
}
a {
  color: var(--brand-gray-700);
  text-decoration: underline;
  text-decoration-color: var(--brand-gray-500);
  text-underline-offset: 2px;
}
a:hover {
  color: var(--brand-black);
  text-decoration-color: var(--brand-black);
}
:focus-visible {
  outline: 2px solid var(--brand-gray-700);
  outline-offset: 2px;
}
@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-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* src/styles/marketing.scss */
.marketing-shell {
  overflow-x: clip;
  --mkt-bg: #ffffff;
  --mkt-bg-subtle: #f9fafb;
  --mkt-text: #1a1a1a;
  --mkt-text-muted: #6b6b6b;
  --mkt-text-faint: #8a8a8a;
  --mkt-border: rgba(0, 0, 0, 0.08);
  --mkt-max-page: 72rem;
  --mkt-max-prose: 42rem;
  --mkt-section-y: clamp(4.5rem, 10vh, 7rem);
  --mkt-font-sans:
    "IBM Plex Sans",
    system-ui,
    -apple-system,
    sans-serif;
  --mkt-font-serif: var(--mkt-font-sans);
  --chrome-max-width: var(--mkt-max-page);
  --content-max-width: var(--mkt-max-page);
  font-family: var(--mkt-font-sans);
  color: var(--mkt-text);
  -webkit-font-smoothing: antialiased;
}
.marketing-shell .main-content {
  padding-top: 4.5rem;
}
@media (max-width: 768px) {
  .marketing-shell .main-content {
    padding-top: 4rem;
  }
}
.mkt-container {
  width: 100%;
  max-width: var(--mkt-max-page);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
  box-sizing: border-box;
}
.mkt-section {
  padding-block: var(--mkt-section-y);
  background: var(--mkt-bg);
}
.mkt-section--subtle {
  background: var(--mkt-bg-subtle);
}
.mkt-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--mkt-font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mkt-text-faint);
}
.mkt-h1 {
  margin: 0 0 1.25rem;
  font-family: var(--mkt-font-sans);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--mkt-text);
  max-width: 18ch;
  text-wrap: balance;
}
.mkt-lead {
  margin: 0 0 2rem;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: var(--mkt-text-muted);
  max-width: var(--mkt-max-prose);
}
.mkt-h2 {
  margin: 0 0 1rem;
  font-family: var(--mkt-font-sans);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--mkt-text);
  max-width: 22ch;
}
.mkt-subtitle {
  margin: 0 0 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--mkt-text-muted);
  max-width: var(--mkt-max-prose);
}
.mkt-body {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--mkt-text-muted);
  max-width: var(--mkt-max-prose);
}
.mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  font-family: var(--mkt-font-sans);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid transparent;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
  cursor: pointer;
}
.mkt-btn--primary {
  background: var(--mkt-text);
  color: #fff;
  border-color: var(--mkt-text);
}
.mkt-btn--primary:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  text-decoration: none;
}
.mkt-btn--ghost {
  background: transparent;
  color: var(--mkt-text-muted);
  border-color: var(--mkt-border);
}
.mkt-btn--ghost:hover {
  color: var(--mkt-text);
  border-color: var(--mkt-text);
  text-decoration: none;
}
.mkt-btn--on-dark {
  background: #fff;
  color: #111827;
  border-color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.mkt-btn--on-dark:hover {
  background: #f3f4f6;
  border-color: #f3f4f6;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.home-closing__actions .mkt-btn--on-dark,
.terminal-closing-card__actions .mkt-btn--on-dark {
  padding: 0.95rem 1.85rem;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.mkt-link--on-dark {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
}
.mkt-link--on-dark:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.mkt-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--mkt-text);
  text-decoration: none;
  border-bottom: 1px solid var(--mkt-border);
  padding-bottom: 2px;
  transition: border-color 0.15s ease;
}
.mkt-link:hover {
  border-color: var(--mkt-text);
  color: var(--mkt-text);
}
.mkt-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--mkt-border);
}
@media (max-width: 900px) {
  .mkt-pillars {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.mkt-pillar__title {
  margin: 0 0 0.65rem;
  font-family: var(--mkt-font-sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--mkt-text);
}
.mkt-pillar__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--mkt-text-muted);
}
.marketing-shell app-home .section-title {
  font-family: var(--mkt-font-sans);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--mkt-text);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.marketing-shell app-home .section-subtitle {
  font-size: 1.0625rem;
  color: var(--mkt-text-muted);
  line-height: 1.65;
  max-width: var(--mkt-max-prose);
  margin-bottom: 2rem;
}
.marketing-shell app-home .about-section {
  background: var(--mkt-bg-subtle);
}
.marketing-shell app-home .btn-primary {
  border-radius: 9999px;
  font-weight: 500;
  transform: none;
  box-shadow: none;
}
.marketing-shell app-home .btn-primary:hover {
  transform: none;
  box-shadow: none;
  background: #333;
}

/* src/styles/marketing-home.scss */
.marketing-shell app-home {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.marketing-shell app-home .home-hero {
  width: 100%;
  max-width: 100%;
}
.marketing-shell app-home .home-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.marketing-shell app-home .reviews-grid {
  max-width: 100%;
}
@media (max-width: 768px) {
  .marketing-shell app-home .home-section {
    padding-block: clamp(3.25rem, 8vh, 4.25rem);
  }
  .marketing-shell app-home .home-section-lead {
    margin-bottom: 1.75rem;
  }
}

/* src/styles/terminal-design-system.scss */
:root {
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f9fafb;
  --color-bg-tertiary: #f3f4f6;
  --color-bg-hover: #eceef0;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #5f5e5a;
  --color-text-tertiary: #888780;
  --color-text-disabled: #b4b2a9;
  --color-border-tertiary: rgba(0, 0, 0, 0.08);
  --color-border-secondary: rgba(0, 0, 0, 0.15);
  --color-border-primary: rgba(0, 0, 0, 0.25);
  --color-positive: #0f6e56;
  --color-positive-bg: #e1f5ee;
  --color-positive-text: #085041;
  --color-negative: #a32d2d;
  --color-negative-bg: #fcebeb;
  --color-negative-text: #791f1f;
  --color-neutral: #888780;
  --color-neutral-bg: #f3f4f6;
  --color-neutral-text: #444441;
  --color-critical: #a32d2d;
  --color-critical-bg: #fcebeb;
  --color-critical-text: #791f1f;
  --color-warning: #ba7517;
  --color-warning-bg: #faeeda;
  --color-warning-text: #633806;
  --color-info: #185fa5;
  --color-info-bg: #e6f1fb;
  --color-info-text: #0c447c;
  --color-purple: #534ab7;
  --color-purple-bg: #eeedfe;
  --color-purple-text: #3c3489;
  --color-teal: #1d9e75;
  --color-teal-bg: #e1f5ee;
  --color-teal-text: #085041;
  --color-coral: #d85a30;
  --color-coral-bg: #faece7;
  --color-coral-text: #712b13;
  --color-pink: #d4537e;
  --color-pink-bg: #fbeaf0;
  --color-pink-text: #72243e;
  --font-sans:
    "IBM Plex Sans",
    system-ui,
    -apple-system,
    sans-serif;
  --font-mono:
    "IBM Plex Mono",
    "SF Mono",
    Menlo,
    monospace;
  --font-mono-terminal: var(--font-mono);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;
  --border-default: 0.5px solid var(--color-border-tertiary);
  --transition-fast: 120ms ease-out;
  --transition-default: 200ms ease-out;
  --transition-slow: 300ms ease-out;
  --focus-ring: 0 0 0 3px rgba(83, 74, 183, 0.15);
  --terminal-content-max-width: 1280px;
  --terminal-top-nav-height: 52px;
  --color-edu-banner-bg: #faeeda;
  --color-edu-banner-border: #ef9f27;
  --color-overlay-scrim: rgba(0, 0, 0, 0.35);
}
.altis-terminal-shell h1,
.altis-terminal-shell h2,
.altis-terminal-shell h3,
.altis-terminal-shell h4,
.altis-terminal-shell h5,
.altis-terminal-shell h6 {
  font-weight: 600;
  color: var(--color-text-primary);
}
.altis-terminal-shell h1 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.altis-terminal-shell h2 {
  font-size: 18px;
  line-height: 1.3;
}
.altis-terminal-shell h3 {
  font-size: 16px;
  line-height: 1.4;
}
.altis-terminal-shell h4 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.altis-terminal-shell .text-display {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.altis-terminal-shell .text-large {
  font-size: 15px;
  line-height: 1.65;
}
.altis-terminal-shell .text-default {
  font-size: 14px;
  line-height: 1.5;
}
.altis-terminal-shell .text-small {
  font-size: 13px;
  line-height: 1.5;
}
.altis-terminal-shell .text-caption {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-secondary);
}
.altis-terminal-shell .text-micro {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.altis-terminal-shell .eyebrow {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-text-tertiary);
}
.altis-terminal-shell .mono {
  font-family: var(--font-mono);
}
.altis-terminal-shell .muted {
  color: var(--color-text-tertiary);
}
.altis-terminal-shell .secondary {
  color: var(--color-text-secondary);
}
.altis-terminal-shell .positive {
  color: var(--color-positive);
}
.altis-terminal-shell .negative {
  color: var(--color-negative);
}
app-dashboard,
altis-main-layout,
altis-hq,
altis-portfolio,
altis-agents,
altis-agent-detail,
altis-screener,
altis-settings,
altis-workspace-hub,
altis-workspace-create,
altis-workspace-notebook,
altis-profile,
altis-top-nav {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.altis-terminal-shell {
  font-family: var(--font-sans);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.altis-terminal-shell .font-mono,
.altis-terminal-shell .terminal-mono {
  font-family: var(--font-mono);
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
}
.altis-terminal-shell .highlight-warning {
  background: var(--color-warning-bg);
  padding: 0 var(--space-1);
  border-radius: 3px;
  color: var(--color-warning-text);
}
.altis-terminal-shell input:focus-visible,
.altis-terminal-shell button:focus-visible,
.altis-terminal-shell a:focus-visible,
.altis-terminal-shell [tabindex]:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}
.altis-terminal-shell .text-positive {
  color: var(--color-positive);
}
.altis-terminal-shell .text-negative {
  color: var(--color-negative);
}
.altis-terminal-shell .text-tertiary {
  color: var(--color-text-tertiary);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
