/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --bg: #050811;
  --panel: #0b1120;
  --ink: #f5f7ff;
  --muted: #98a5be;
  --line: #202b42;
  --violet: #8b5cf6;
  --blue: #3b82f6;
  --green: #64e58c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  background: var(--bg);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  background:
    radial-gradient(circle at 78% 12%, #1e5bbe29, transparent 27%), var(--bg);
  overflow: hidden;
}
.site-header {
  z-index: 10;
  border-bottom: 1px solid #7e90b41a;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  padding: 0 clamp(24px, 4.5vw, 72px);
  display: flex;
  position: relative;
}
.wordmark {
  align-items: baseline;
  gap: 12px;
  display: flex;
}
.wordmark strong {
  letter-spacing: -0.06em;
  font-size: 27px;
}
.wordmark span {
  color: var(--blue);
  font-size: 24px;
}
.wordmark em {
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
nav {
  color: #b7c0d2;
  gap: 42px;
  font-size: 15px;
  display: flex;
}
nav a,
.footer-links a {
  transition: all 0.2s;
}
nav a:hover,
.footer-links a:hover {
  color: #fff;
}
.hero {
  grid-template-columns: minmax(0, 46%) minmax(540px, 54%);
  align-items: center;
  gap: 62px;
  min-height: 810px;
  padding: 88px clamp(24px, 4.5vw, 72px) 66px;
  display: grid;
  position: relative;
}
.circuit {
  pointer-events: none;
  border: 1px solid #4182dc1f;
  position: absolute;
}
.circuit-a {
  border-bottom: 0;
  border-left: 0;
  width: 330px;
  height: 170px;
  top: 156px;
  left: -65px;
}
.circuit-b {
  border-color: #8b5cf617;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  bottom: 60px;
  left: 39%;
}
.hero-copy {
  z-index: 2;
  min-width: 0;
  position: relative;
}
.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8492ad;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow span {
  background: var(--violet);
  vertical-align: middle;
  width: 22px;
  height: 2px;
  margin-right: 8px;
  display: inline-block;
}
h1 {
  letter-spacing: -0.055em;
  margin: 24px 0 28px;
  font-size: clamp(58px, 5.7vw, 86px);
  line-height: 0.98;
}
h1 span {
  color: #0000;
  background: linear-gradient(100deg, #fff 20%, #8fb8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.lede {
  color: var(--muted);
  max-width: 610px;
  margin: 0;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.55;
}
.actions {
  gap: 18px;
  margin-top: 40px;
  display: flex;
}
.button {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 62px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  box-shadow:
    0 12px 32px #6d28d93d,
    inset 0 1px #ffffff4d;
}
.primary:hover {
  box-shadow: 0 16px 40px #6d28d966;
}
.secondary {
  color: #78a9ff;
  background: #10234433;
  border: 1px solid #316fc9;
}
.proofs {
  color: #b5c0d5;
  align-items: center;
  gap: 0;
  margin-top: 58px;
  display: flex;
}
.proofs > div {
  border-left: 1px solid #263249;
  align-items: center;
  gap: 13px;
  padding: 0 26px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}
.proofs > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.mark {
  color: #8f64ff;
  place-items: center;
  width: 38px;
  height: 38px;
  font-family: monospace;
  font-size: 18px;
  display: grid;
}
.console-wrap {
  perspective: 1200px;
  min-width: 0;
  max-width: 100%;
  position: relative;
}
.orb {
  filter: blur(8px);
  background: radial-gradient(circle, #2c6ce33b, #0000 57%);
  position: absolute;
  inset: -25%;
}
.console {
  background: #070d1beb;
  border: 1px solid #40506d;
  border-radius: 16px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 35px 100px #00000073,
    0 0 70px #2369e124;
}
.console-head {
  border-bottom: 1px solid #28344c;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 0 22px;
  font-family: monospace;
  display: flex;
}
.console-head > div {
  align-items: center;
  gap: 12px;
  display: flex;
}
.file-icon {
  color: #9faff0;
}
.verified {
  color: var(--green);
  border: 1px solid #64e58c73;
  border-radius: 9px;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  font-size: 13px;
  display: flex;
}
.verified span {
  border: 1px solid var(--green);
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: grid;
}
.code-window {
  overscroll-behavior: contain;
  scrollbar-color: #34425c transparent;
  grid-template-columns: 42px max-content;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 475px;
  padding: 20px 20px 20px 0;
  font-family:
    SFMono-Regular,
    Consolas,
    Liberation Mono,
    monospace;
  font-size: 13px;
  line-height: 1.55;
  display: grid;
  overflow: auto;
}
.line-numbers {
  color: #53617a;
  border-right: 1px solid #4a5b7a59;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.line-numbers span {
  height: 20.15px;
}
pre {
  color: #9bd2ff;
  margin: 0;
  padding-left: 20px;
  overflow: visible;
}
code {
  white-space: pre;
}
.console-foot {
  border-top: 1px solid #28344c;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
  display: flex;
}
.console-foot div {
  flex-direction: column;
  gap: 6px;
  display: flex;
}
.console-foot span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #66738a;
  font-size: 10px;
}
.console-foot strong {
  color: #b595ff;
  font-family: monospace;
  font-size: 13px;
}
.console-foot a:hover {
  color: #d2c5ff;
}
.console-foot .valid {
  color: var(--green);
}
.valid i {
  background: var(--green);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px var(--green);
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}
.statement {
  border-top: 1px solid var(--line);
  padding: 150px clamp(24px, 11vw, 180px) 90px;
}
.statement h2,
.principles h2,
.build h2 {
  letter-spacing: -0.045em;
  max-width: 1000px;
  margin: 28px 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}
.statement > p:last-child {
  color: var(--muted);
  max-width: 720px;
  margin-left: auto;
  font-size: 22px;
  line-height: 1.55;
}
.steps {
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin: 30px clamp(24px, 4.5vw, 72px) 150px;
  display: grid;
}
.steps article {
  border-left: 1px solid var(--line);
  min-height: 280px;
  padding: 34px 36px 42px;
  position: relative;
}
.steps article:first-child {
  border-left: 0;
}
.steps article > span {
  color: #56637a;
  font: 12px monospace;
}
.step-icon {
  color: #9270ff;
  margin: 38px 0 22px;
  font-size: 30px;
}
.steps h3,
.principle-list h3 {
  margin: 0 0 14px;
  font-size: 24px;
}
.steps p,
.principle-list p,
.build > div:first-child > p:not(.section-label):not(.status-line) {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.why {
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 12%, #5a39be1f, #0000 32%);
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 9vw;
  padding: 130px clamp(24px, 4.5vw, 72px);
  display: grid;
}
.why h2 {
  letter-spacing: -0.045em;
  max-width: 720px;
  margin: 28px 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}
.why-copy {
  padding-top: 46px;
}
.why-copy p {
  color: var(--muted);
  max-width: 650px;
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.65;
}
.why-copy a {
  color: #9e7cff;
  border-bottom: 1px solid #6245bb;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding-bottom: 7px;
  font-weight: 700;
  display: inline-flex;
}
.principles {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 130px clamp(24px, 4.5vw, 72px);
  display: grid;
}
.principle-list article {
  border-top: 1px solid #2b374e;
  padding: 30px 0 34px;
}
.principle-list article > span {
  color: #7f65e8;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 700;
}
.principle-list h3 {
  margin-top: 14px;
}
.build {
  background: linear-gradient(135deg, #11172a, #0b1020);
  border: 1px solid #293653;
  border-radius: 22px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
  margin: 0 clamp(24px, 4.5vw, 72px) 110px;
  padding: 80px;
  display: grid;
}
.build h2 {
  font-size: clamp(40px, 4.2vw, 64px);
}
.build > div > p {
  max-width: 600px;
}
.status-line {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-items: center;
  gap: 10px;
  display: flex;
  color: #8391ad !important;
  margin-top: 28px !important;
  font: 11px monospace !important;
}
.status-line i {
  background: #f6b84a;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 10px #f6b84a80;
}
.quickstart {
  background: #070c18;
  border: 1px solid #36445f;
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
}
.quickstart > div {
  border-bottom: 1px solid #28344c;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  display: flex;
}
.quickstart span {
  color: #9674f0;
  letter-spacing: 0.14em;
  font: 700 10px monospace;
}
.quickstart small {
  color: #697792;
  font-size: 11px;
}
.quickstart pre {
  color: #a9d7ff;
  background: #080e1b;
  margin: 0;
  padding: 20px;
  font-size: 12px;
  line-height: 1.65;
  overflow: auto;
}
.quickstart p {
  color: #697792;
  border-top: 1px solid #202b42;
  margin: 0;
  padding: 12px 18px;
  font: 11px monospace;
}
.quickstart p strong {
  color: var(--green);
}
.repo-grid {
  gap: 14px;
  display: grid;
}
.repo-grid a {
  background: #0a0f1d;
  border: 1px solid #36445f;
  border-radius: 12px;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 22px;
  transition: all 0.2s;
  display: grid;
}
.repo-grid a:hover {
  border-color: #7254cf;
  transform: translateY(-2px);
}
.repo-grid small {
  color: #7662bd;
  letter-spacing: 0.14em;
  grid-column: 1/3;
  font-size: 9px;
}
.repo-grid strong {
  font-family: monospace;
  font-size: 15px;
}
footer {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 70px;
  padding: 90px clamp(24px, 4.5vw, 72px) 34px;
  display: grid;
}
.footer-mark {
  letter-spacing: -0.08em;
  font-size: 54px;
  font-weight: 900;
}
.footer-mark span {
  color: var(--violet);
  margin-left: 8px;
}
footer p {
  color: #d8ddec;
  margin: 0;
  font-size: 26px;
  line-height: 1.35;
}
.footer-links {
  color: var(--muted);
  gap: 28px;
  display: flex;
}
footer small {
  color: #536078;
  justify-self: end;
}
@media (width<=1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .console-wrap {
    width: 100%;
    max-width: 760px;
  }
  .why,
  .principles,
  .build {
    grid-template-columns: 1fr;
  }
  .why-copy {
    padding-top: 0;
  }
}
@media (width<=720px) {
  .site-header {
    align-items: flex-start;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .wordmark em {
    display: none;
  }
  nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    font-size: 12px;
  }
  nav a:nth-child(3) {
    display: none;
  }
  .hero {
    gap: 62px;
    min-width: 0;
    padding-top: 58px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
  }
  .proofs {
    grid-template-columns: 1fr;
    gap: 18px;
    display: grid;
  }
  .proofs > div {
    border: 0;
    padding: 0;
  }
  .code-window {
    grid-template-columns: 34px max-content;
    min-height: 0;
    padding-right: 12px;
    font-size: 10px;
  }
  .line-numbers span {
    height: 15.5px;
  }
  .console-head {
    height: 56px;
    padding: 0 14px;
  }
  .console-foot {
    gap: 16px;
    padding: 0 14px;
  }
  .console-foot div {
    min-width: 0;
  }
  .console-foot strong {
    overflow-wrap: anywhere;
    font-size: 11px;
  }
  .statement {
    padding-top: 100px;
  }
  .statement > p:last-child {
    margin-left: 0;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .steps article:first-child {
    border-top: 0;
  }
  .principles {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .build {
    margin-bottom: 70px;
    padding: 34px 24px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  footer small {
    justify-self: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .repo-grid a {
    transition: none;
  }
}
