/*! tailwindcss v4.1.11 | 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;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-md: 0.375rem;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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;
  }
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-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,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, visibility, 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));
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .sm\:py-32 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .sm\:text-7xl {
    @media (width >= 40rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .sm\:text-xl\/8 {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
@font-face {
  font-family: "Magistral";
  src: url("./font/magistral-condensed-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --ciphercell-blue: #2b448d;
  --ciphercell-blue-hover: #253e7f;
  --ciphercell-blue-focus: #1e3670;
  --bg: #07090c;
  --bg-card: #0c0e12;
  --border: rgba(255, 255, 255, 0.07);
  --border-hi: rgba(255, 255, 255, 0.14);
  --text: #f9fafb;
  --text-2: #6b7280;
  --text-3: #374151;
  --teal: #49c3cc;
  --teal-dim: rgba(73, 195, 204, 0.1);
}
.bg-ciphercell {
  background-color: var(--ciphercell-blue);
}
.bg-ciphercell:hover {
  background-color: var(--ciphercell-blue-hover);
}
.text-ciphercell {
  color: var(--ciphercell-blue);
}
.border-ciphercell {
  border-color: var(--ciphercell-blue);
}
.ring-ciphercell {
  --tw-ring-color: var(--ciphercell-blue);
}
.focus-visible\:outline-ciphercell:focus-visible {
  outline-color: var(--ciphercell-blue);
}
.font-magistral {
  font-family: "Magistral", "Arial Narrow", "Liberation Sans Narrow", sans-serif;
  font-weight: bold;
}
.text-magistral {
  font-family: "Magistral", "Arial Narrow", "Liberation Sans Narrow", sans-serif;
  font-weight: bold;
}
.heading-magistral {
  font-family: "Magistral", "Arial Narrow", "Liberation Sans Narrow", sans-serif;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.heading-magistral {
  font-family: "Magistral", "Inter", sans-serif;
}
@keyframes arrow-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
.animate-arrow {
  position: relative;
  transition: all 0.3s ease;
}
.animate-arrow span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.25rem;
}
.animate-arrow:hover span[aria-hidden="true"] {
  animation: arrow-move 0.6s ease-in-out infinite;
}
.hidden {
  display: none !important;
}
.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-2);
  padding: 4px;
  transition: color 0.15s;
}
.mobile-menu-btn:hover {
  color: var(--text);
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(7, 9, 12, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 0 32px 32px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mobile-menu-overlay.is-open .mobile-menu-panel {
  opacity: 1;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.mobile-menu-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-2);
  padding: 4px;
  transition: color 0.15s;
}
.mobile-menu-close-btn:hover {
  color: var(--text);
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.mobile-menu-link {
  display: block;
  padding: 15px 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-2);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color 0.15s;
}
.mobile-menu-link:last-child {
  border-bottom: none;
}
.mobile-menu-link:hover {
  color: var(--text);
}
.mobile-menu-link.active {
  color: var(--text);
}
.mobile-menu-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  width: 100%;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-text > * {
  animation: heroFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-text > *:nth-child(1) {
  animation-delay: 0.05s;
}
.hero-text > *:nth-child(2) {
  animation-delay: 0.17s;
}
.hero-text > *:nth-child(3) {
  animation-delay: 0.28s;
}
.hero-text > *:nth-child(4) {
  animation-delay: 0.4s;
}
.hero-visual {
  animation: heroFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-fade {
  opacity: 0;
  transition: opacity 0.55s ease;
}
.reveal-fade.visible {
  opacity: 1;
}
.stagger-1 {
  transition-delay: 0.06s;
}
.stagger-2 {
  transition-delay: 0.13s;
}
.stagger-3 {
  transition-delay: 0.2s;
}
.stagger-4 {
  transition-delay: 0.27s;
}
@media (prefers-reduced-motion: reduce) {
  .hero-text > *, .hero-visual, .reveal, .reveal-fade {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
::selection {
  background: rgba(73, 195, 204, 0.25);
  color: var(--text);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Geist", -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
#cc-nav *, #hero *, #pillars *, #statement *, #capabilities *, #contact * {
  box-sizing: border-box;
}
#cc-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(7, 9, 12, 0.7);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s, box-shadow 0.3s;
}
#cc-nav.nav-scrolled {
  background: rgba(7, 9, 12, 0.88);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.4);
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 32px;
  height: 60px;
}
.nav-logo {
  grid-column: 1;
  justify-self: start;
}
.nav-links {
  grid-column: 2;
  justify-self: center;
}
.nav-cluster {
  grid-column: 3;
  justify-self: end;
}
.nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid var(--border-hi);
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.nav-cta:hover {
  color: var(--text);
  border-color: rgba(73, 195, 204, 0.45);
}
@keyframes navBubbleBob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1.5px) scale(1.04);
  }
}
.nav-cta-icons {
  position: relative;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.nav-cta-icons svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.nav-cta-icons .icon-arrow {
  opacity: 1;
  transform: scale(1);
  animation: navBubbleBob 3.2s ease-in-out infinite;
}
.nav-cta-icons .icon-mail {
  opacity: 0;
  transform: scale(0.5) rotate(-8deg);
}
.nav-cta:hover .nav-cta-icons .icon-arrow {
  opacity: 0;
  transform: scale(0.4) rotate(8deg);
  animation: none;
}
.nav-cta:hover .nav-cta-icons .icon-mail {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 32px 80px;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, var(--bg) 0%, transparent 70%), radial-gradient(ellipse 40% 100% at 0% 50%, var(--bg) 0%, transparent 60%), radial-gradient( ellipse 40% 100% at 100% 50%, var(--bg) 0%, transparent 60% ), radial-gradient(ellipse 80% 40% at 50% 0%, var(--bg) 0%, transparent 65%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  margin-top: 14px;
  margin-bottom: 28px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.hero-badge::before, .hero-badge::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--teal);
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}
.hero-badge::before {
  top: -2px;
  left: -2px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.hero-badge::after {
  bottom: -2px;
  right: -2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.hero-badge:hover {
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}
.hero-badge-date {
  position: absolute;
  top: -7px;
  left: 14px;
  padding: 0 6px;
  background: var(--bg);
  color: var(--teal);
  font-family: inherit;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.hero-badge-text {
  white-space: nowrap;
}
.hero-badge-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--teal);
  transition: transform 0.2s ease;
}
.hero-badge:hover .hero-badge-arrow {
  transform: translateX(3px);
}
.hero-h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: 36px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 500px;
  justify-self: center;
}
#hero-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: var(--text);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bg);
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.btn-white:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border: 1px solid var(--border-hi);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}
.section-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}
.section-eyebrow {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.section-h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 14px;
}
.section-p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 520px;
}
.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0;
}
#partners {
  padding: 56px 0;
}
.partners-label {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  text-align: center;
  margin-bottom: 32px;
}
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 56px;
}
.partners-logos img {
  height: 28px;
  width: auto;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.5));
  transition: filter 0.2s, transform 0.2s;
}
.partners-logos img:hover {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.7));
  transform: translateY(-1px);
}
#pillars {
  padding: 96px 0;
}
.pillars-header {
  text-align: center;
  margin-bottom: 56px;
}
.pillars-header .section-p {
  margin: 0 auto;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.pillar-card {
  background: var(--bg-card);
  padding: 40px 36px;
  transition: background 0.2s;
}
.pillar-card:hover {
  background: #0f1215;
  box-shadow: inset 0 1px 0 rgba(73, 195, 204, 0.18);
}
.pillar-num {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--text-3);
  margin-bottom: 24px;
}
.pillar-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  margin-bottom: 20px;
}
.pillar-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}
.pillar-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.pillar-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.7;
}
#statement {
  padding: 96px 0;
}
.statement-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  padding: 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.statement-card:hover {
  border-color: var(--border-hi);
  transform: translateY(-2px);
}
.statement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient( ellipse 70% 80% at 50% 100%, rgba(73, 195, 204, 0.05) 0%, transparent 70% );
  pointer-events: none;
}
.statement-q {
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.35;
  color: var(--text);
  max-width: 720px;
  margin: 0 auto 20px;
}
.statement-q em {
  font-style: normal;
  color: var(--teal);
}
.statement-sub {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}
#capabilities {
  padding: 96px 0;
}
.capabilities-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}
.cap-sticky {
  position: sticky;
  top: 88px;
}
.cap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.cap-item {
  background: var(--bg-card);
  padding: 28px 24px;
  transition: background 0.2s;
}
.cap-item:hover {
  background: #0f1215;
  box-shadow: inset 0 1px 0 rgba(73, 195, 204, 0.18);
}
.cap-num {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--text-3);
  margin-bottom: 16px;
}
.cap-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.cap-desc {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.65;
}
#contact {
  padding: 96px 0 120px;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.contact-h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 12px;
}
.contact-p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: 36px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-row-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text-2);
}
.contact-row-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.6;
}
.contact-row-text {
  padding-top: 6px;
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.6;
}
.contact-row-text a {
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.15s;
}
.contact-row-text a:hover {
  color: var(--text);
}
.contact-form-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  padding: 40px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-full {
  grid-column: 1 / -1;
}
.form-label {
  display: block;
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 7px;
}
.form-input, .form-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 14px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}
.form-input::placeholder, .form-textarea::placeholder {
  color: var(--text-3);
}
.form-input:focus, .form-textarea:focus {
  border-color: rgba(73, 195, 204, 0.45);
  background: rgba(73, 195, 204, 0.03);
}
.form-textarea {
  resize: vertical;
  min-height: 110px;
}
.form-note {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  color: var(--text-3);
  margin-top: 12px;
}
.form-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: var(--text);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--bg);
  transition: opacity 0.15s;
}
.btn-submit:hover {
  opacity: 0.88;
}
.btn-submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px 8px;
  margin-right: 4px;
  border: 1px solid var(--border-hi);
  border-radius: 6px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-2);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.lang-toggle:hover {
  color: var(--text);
  border-color: rgba(73, 195, 204, 0.45);
  background: rgba(73, 195, 204, 0.06);
}
.lang-toggle-label {
  color: var(--teal);
}
.lang-toggle-expand {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: max-width 0.25s ease, opacity 0.2s ease;
}
.lang-toggle:hover .lang-toggle-expand {
  max-width: 3em;
  opacity: 1;
}
.lang-toggle-sep {
  color: var(--text-muted, #3d4f6b);
  opacity: 0.55;
}
.nav-cluster {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.mobile-menu-lang {
  margin-top: 24px;
  text-align: center;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}
.mobile-menu-lang a {
  color: inherit;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.mobile-menu-lang a:hover {
  color: var(--text);
  background: rgba(73, 195, 204, 0.06);
}
.mobile-menu-lang .current {
  color: var(--teal);
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.15s;
}
.nav-link:hover {
  color: var(--text);
}
.nav-link.active {
  color: var(--text);
}
.cc-notification {
  pointer-events: auto;
  width: 100%;
  max-width: 360px;
  background: var(--bg-card);
  border: 1px solid var(--border-hi);
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(73, 195, 204, 0.08);
  overflow: hidden;
  transform: translateX(16px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cc-notification.visible {
  opacity: 1;
  transform: translateX(0);
}
.cc-notification-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}
.cc-notification-icon {
  flex-shrink: 0;
  margin-top: 1px;
}
.cc-notification-icon svg {
  width: 18px;
  height: 18px;
}
.cc-notification-icon.success svg {
  stroke: var(--teal);
}
.cc-notification-icon.error svg {
  stroke: #f87171;
}
.cc-notification-body {
  flex: 1;
  min-width: 0;
}
.cc-notification-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 3px;
}
.cc-notification-msg {
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.6;
  margin: 0;
}
.cc-notification-msg ul {
  margin: 4px 0 0 14px;
  padding: 0;
}
.cc-notification-close {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-3);
  padding: 2px;
  transition: color 0.15s;
}
.cc-notification-close:hover {
  color: var(--text-2);
}
.content-page {
  padding: 96px 0 120px;
}
.content-eyebrow {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.content-h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 48px;
}
.content-h2 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-top: 48px;
  margin-bottom: 12px;
}
.content-p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.85;
}
.content-p + .content-p {
  margin-top: 10px;
}
.content-p b {
  color: var(--text);
  font-weight: 600;
}
.content-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 48px 0;
}
.blog-header {
  padding: 100px 0 64px;
  text-align: center;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 96px;
}
.blog-card {
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover {
  background: #0f1215;
  border-color: var(--border-hi);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.blog-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}
.blog-card-read-time {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 8px;
  color: var(--text-3);
}
.blog-card-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  transition: color 0.15s;
}
.blog-card-title:hover {
  color: var(--teal);
}
.blog-card-excerpt {
  font-size: 0.875rem;
  color: var(--text-2);
  line-height: 1.7;
  flex: 1;
}
.blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.blog-card-tag {
  background: rgba(73, 195, 204, 0.06);
  border: 1px solid rgba(73, 195, 204, 0.15);
  border-radius: 4px;
  padding: 2px 8px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: var(--teal);
  letter-spacing: 0.04em;
}
.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.blog-card-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
}
.blog-card-author-name {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text);
}
.blog-card-author-role {
  font-size: 0.75rem;
  color: var(--text-3);
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #hero {
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-badge {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .hero-badge-text {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .hero-text {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .capabilities-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .cap-sticky {
    position: static;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-cta {
    display: none;
  }
  .lang-toggle {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
}
@media (max-width: 560px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .statement-card {
    padding: 40px 28px;
  }
  .contact-form-card {
    padding: 28px 20px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
#funding {
  padding: 64px 0 80px;
}
.funding-card {
  display: inline-block;
  background: #fff;
  border-radius: 0 12px 12px 0;
  padding: 0px 28px;
  max-width: 300px;
  border-top: 1px solid rgba(73, 195, 204, 0.3);
  border-right: 1px solid rgba(73, 195, 204, 0.3);
  border-bottom: 1px solid rgba(73, 195, 204, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55), 0 0 64px rgba(73, 195, 204, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.funding-card:hover {
  transform: translateX(2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 80px rgba(73, 195, 204, 0.15);
}
.funding-card img {
  width: 100%;
  height: auto;
  display: block;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.team-card:hover {
  border-color: var(--border-hi);
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(73, 195, 204, 0.08);
}
.team-card-photo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transform: translateY(-8%);
  transition: transform 0.3s;
}
.team-card:hover .team-card-photo {
  transform: translateY(-8%) scale(1.03);
}
.team-photo-placeholder {
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 16px;
  border: 1px dashed var(--border-hi);
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-card-body {
  padding: 28px 32px 32px;
}
.team-card-role {
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.team-card-name {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 14px;
}
.team-card-bio {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: 24px;
}
.team-card-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.team-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-3);
  text-decoration: none;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.team-card-link:hover {
  color: var(--text);
  border-color: rgba(73, 195, 204, 0.35);
  background: rgba(73, 195, 204, 0.05);
}
.post-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.15s;
  margin-bottom: 40px;
  display: flex;
}
.post-back:hover {
  color: var(--teal);
}
.post-back svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.post-header {
  padding: 96px 0 0;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}
.post-meta-sep {
  color: var(--text-3);
}
.post-h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--text);
  margin-bottom: 20px;
}
.post-excerpt {
  font-size: 1.05rem;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: 28px;
}
.post-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.post-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
}
.post-author-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
}
.post-author-role {
  font-size: 0.8rem;
  color: var(--text-3);
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}
.post-hero {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin-bottom: 56px;
  display: block;
}
.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  margin-top: 64px;
}
.post-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.15s;
}
.post-nav-link:hover {
  color: var(--text);
}
.post-nav-link svg {
  width: 14px;
  height: 14px;
}
.prose {
  color: var(--text-2);
  max-width: none;
}
.prose h1, .prose h2, .prose h3, .prose h4 {
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.prose h1 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.prose h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.prose h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.prose h4 {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.prose p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.prose ul, .prose ol {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.prose ul {
  list-style-type: disc;
}
.prose ol {
  list-style-type: decimal;
}
.prose li {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: 1.75;
}
.prose strong {
  color: var(--text);
  font-weight: 600;
}
.prose a {
  color: var(--teal);
  text-decoration: underline;
  font-weight: 500;
}
.prose a:hover {
  opacity: 0.8;
}
.prose blockquote {
  border-left: 3px solid var(--border-hi);
  padding-left: 1.25rem;
  margin: 1.75rem 0;
  color: var(--text-2);
  font-style: italic;
}
.prose code {
  color: var(--teal);
  font-family: "Geist Mono", monospace;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(73, 195, 204, 0.07);
  border-radius: 3px;
  padding: 1px 5px;
}
.prose code::before, .prose code::after {
  content: none;
}
.prose pre {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  margin: 1.75rem 0;
}
.prose pre code {
  background: transparent;
  padding: 0;
  color: var(--text-2);
  font-size: 0.875rem;
  line-height: 1.7;
}
.prose img {
  margin: 2rem 0;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.prose figcaption {
  color: var(--text-3);
  font-size: 0.85rem;
  text-align: center;
  margin-top: 0.75rem;
}
.footer-link {
  color: #4b5563;
  transition: color 0.15s;
}
.footer-link:hover {
  color: #9ca3af;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
