:root {
  --ink:#20232e;
  --muted:#666a79;
  --purple:#6552cf;
  --border:#e3e4eb;
  --paper:#f8f9fc;
  --mono:'IBM Plex Mono',monospace;
  --sans:'DM Sans',Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:15px;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer;
  color:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #8673e3;
  outline-offset:5px
}
::selection {
  background:#ddd6ff
}
img {
  max-width:100%;
  height:auto
}
h1,h2,h3,p {
  margin:0
}
code {
  font-family:var(--mono)
}
.container {
  max-width:1200px;
  width:calc(100% - 96px);
  margin-inline:auto
}
.header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(248,249,252,.93);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border)
}
.nav-bar {
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.brand {
  display:block;
  width:124px;
  flex-shrink:0
}
.brand img {
  display:block;
  width:100%
}
.nav-bar nav {
  display:flex;
  gap:32px;
  align-items:center;
  margin-left:auto;
  margin-right:30px;
  font-size:13px;
  color:#545865
}
.nav-bar nav a:hover,.footer a:hover {
  color:var(--purple)
}
.github-link {
  display:inline-flex;
  align-items:center;
  gap:7px
}
.github-link svg {
  flex-shrink:0
}
.github-stars {
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:2px 8px;
  border:1px solid #dedfe7;
  border-radius:30px;
  font-size:10px;
  color:#6b6f7d
}
.star-icon {
  color:#c9a227;
  font-size:9px
}
.button {
  display:inline-flex;
  gap:32px;
  align-items:center;
  justify-content:center;
  background:#252530;
  color:#fff;
  border:1px solid #252530;
  padding:15px 22px;
  border-radius:7px;
  font-size:14px;
  font-weight:550;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#5140a4;
  transform:translateY(-2px)
}
.button.small {
  padding:11px 17px;
  font-size:12px;
  gap:24px
}
.menu-toggle {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  min-height:682px;
  padding-top:54px;
  padding-bottom:58px
}
.release {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  border:1px solid #dedfe7;
  background:#fff9;
  padding:8px 12px;
  border-radius:30px
}
.release>span:last-child {
  margin-left:10px
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#7a6bb4;
  flex-shrink:0
}
.release .status-dot {
  background:#638c76
}
h1 {
  font-weight:500;
  letter-spacing:-4.6px;
  font-size:76px;
  line-height:1.04;
  margin-top:30px
}
h1>span {
  color:var(--purple)
}
.hero-description {
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
  margin-top:25px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:27px;
  margin-top:29px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:17px;
  font-size:13px;
  font-weight:550
}
.text-link:hover {
  color:var(--purple)
}
.install-command {
  display:flex;
  align-items:center;
  gap:14px;
  border:0;
  background:transparent;
  padding:0;
  margin-top:26px;
  font-size:12px
}
.prompt {
  color:#8d8c9d
}
.copy-icon {
  margin-left:11px;
  color:#878497;
  font-size:19px
}
.install-note {
  font-size:10px;
  margin-top:9px;
  color:#777b88
}
.install-note span {
  margin:0 8px
}
.hero-art {
  position:relative;
  height:510px;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center
}
.hero-art:before {
  content:'';
  position:absolute;
  inset:15% 0 4%;
  border-radius:50%;
  background:radial-gradient(ellipse,#c9beff65,#dbe9ff35 50%,transparent 72%);
  filter:blur(22px);
  z-index:-1
}
.ribbon {
  position:relative;
  width:465px;
  transform:rotate(-8deg);
  filter:drop-shadow(0 25px 28px #8371c51a);
  animation:float 9s ease-in-out infinite
}
.orbit {
  position:absolute;
  border:1px solid #b4adce38;
  border-radius:50%;
  width:440px;
  height:440px;
  transform:rotate(-25deg) scaleY(.75);
  z-index:-1
}
.orbit-two {
  width:525px;
  height:525px;
  transform:rotate(40deg) scaleY(.75)
}
.orbit-three {
  width:520px;
  height:520px;
  transform:rotate(-55deg) scaleY(.35)
}
.art-coordinate {
  position:absolute;
  top:9px;
  left:45px;
  font:9px var(--mono);
  letter-spacing:2px;
  color:#8b889a
}
.orbit-label {
  position:absolute;
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 12px;
  font:11px var(--mono);
  color:#72678b;
  border:1px solid #ddd9ea;
  border-radius:5px;
  background:#f9f9fce6;
  box-shadow:0 4px 12px #23233404
}
.orbit-label i {
  width:4px;
  height:4px;
  border-radius:50%;
  background:#8e7cb8
}
.label-intent {
  top:110px;
  left:12px
}
.label-reason {
  right:0;
  top:235px
}
.label-act {
  bottom:75px;
  left:48px
}
.art-caption {
  position:absolute;
  bottom:0;
  left:45px;
  right:0;
  display:flex;
  justify-content:space-between;
  gap:15px;
  font:8px var(--mono);
  letter-spacing:1px;
  color:#8d899a
}
.foundation {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:24px 0;
  font-size:12px
}
.foundation>span {
  color:#888b97;
  line-height:1.7;
  font-size:11px
}
.foundation strong {
  font-weight:500;
  color:#656978
}
.foundation p {
  color:#555a68
}
.section {
  padding-top:100px;
  padding-bottom:95px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:36px;
  margin-bottom:39px
}
.eyebrow {
  font:10px var(--mono);
  letter-spacing:1.7px;
  color:#7c7397;
  margin-bottom:22px
}
h2 {
  font-size:42px;
  font-weight:500;
  line-height:1.16;
  letter-spacing:-1.7px
}
.section-heading>p {
  font-size:13px;
  color:var(--muted);
  line-height:1.85;
  padding-bottom:4px
}
.language-workbench {
  display:grid;
  grid-template-columns:.78fr 1.3fr;
  background:#efeff6;
  border:1px solid #e1e1ec;
  border-radius:12px;
  overflow:hidden
}
.example-intro {
  padding:38px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.tiny-label {
  font:9px var(--mono);
  letter-spacing:1.2px;
  color:#888298
}
h3 {
  font-size:24px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.7px
}
.example-intro h3 {
  margin-top:39px;
  font-size:29px
}
.example-intro>p {
  font-size:13px;
  color:var(--muted);
  line-height:1.85;
  margin-top:17px;
  max-width:290px;
  min-height:73px
}
.example-intro .text-link {
  margin-top:24px;
  color:var(--purple)
}
.example-fact {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  color:#777187;
  margin-top:auto;
  padding-top:32px
}
.editor {
  background:#20212c;
  color:#dddee8;
  min-width:0;
  margin:12px 12px 12px 0;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 15px 30px #29223712
}
.editor-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #ffffff12;
  padding:0 18px
}
.tabs {
  display:flex;
  gap:20px
}
.tabs button {
  font-size:11px;
  background:transparent;
  color:#a4a2b5;
  padding:18px 0 15px;
  border:0;
  border-bottom:2px solid transparent
}
.tabs button[aria-selected=true] {
  color:#e6ddff;
  border-bottom-color:#b2a1ec
}
.copy-code {
  border:0;
  background:none;
  color:#c0bbd0;
  font-size:21px;
  padding:8px
}
.file-label {
  display:flex;
  align-items:center;
  gap:8px;
  color:#9995ac;
  font:10px var(--mono);
  padding:23px 25px 0
}
.file-label>span:last-child {
  margin-left:auto;
  font-size:9px
}
.file-dot {
  width:6px;
  height:6px;
  border:1px solid #a78ce7;
  border-radius:2px
}
pre {
  font:11px/2.05 var(--mono);
  padding:20px 25px 28px;
  margin:0;
  overflow:auto;
  min-height:280px;
  tab-size:4
}
.keyword {
  color:#c0a5f4
}
.function {
  color:#a4c8eb
}
.string {
  color:#b8d6c0
}
.comment {
  color:#9d99ae
}
.editor-bottom {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 23px;
  border-top:1px solid #ffffff12;
  font:9px var(--mono);
  color:#aca6bd
}
.editor-bottom .status-dot {
  margin-right:5px;
  background:#93b7a0
}
.capabilities {
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:#f1f2f7
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px
}
.feature {
  background:#fafbfe;
  border:1px solid #e0e1e9;
  border-radius:9px;
  padding:25px 23px 20px;
  transition:transform .2s,border-color .2s;
  display:flex;
  flex-direction:column
}
.feature:hover {
  transform:translateY(-4px);
  border-color:#b4a5e0
}
.feature-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#7e719a;
  margin-bottom:35px;
  gap:8px
}
.feature-top code {
  font-size:10px
}
.feature h3 {
  font-size:20px;
  letter-spacing:-.5px
}
.feature>p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin-top:13px
}
.answer-visual,.agent-visual,.memory-visual,.tools-visual {
  margin-top:auto;
  padding-top:31px;
  min-height:106px;
  font:9px var(--mono);
  color:#777186
}
.answer-visual {
  display:flex;
  flex-direction:column;
  gap:8px
}
.answer-visual>span {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.answer-visual b {
  font-weight:400;
  color:#716a85
}
.answer-visual i {
  width:80px;
  height:4px;
  border-radius:5px;
  background:linear-gradient(90deg,#ac9dd4 80%,#ece8f4 80%)
}
.agent-visual,.memory-visual,.tools-visual {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:4px;
  font-size:8px
}
.agent-visual>span:not(.connector) {
  padding:7px 5px;
  border:1px solid #e4dfed;
  border-radius:4px
}
.connector {
  height:1px;
  flex:1;
  background:#cdc5df
}
.memory-visual span {
  padding:9px 7px;
  border:1px solid #e4dfed;
  border-radius:4px
}
.tools-visual {
  font-size:12px
}
.tools-visual>span:first-child {
  color:var(--purple)
}
.safety {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center
}
.safety-copy>p:not(.eyebrow) {
  font-size:14px;
  line-height:1.9;
  color:var(--muted);
  margin-top:22px;
  max-width:430px
}
.safety-copy .text-link {
  margin-top:26px
}
.lifecycle {
  padding:4px 0
}
.lifecycle-row {
  display:flex;
  gap:21px;
  align-items:center;
  padding:23px 0;
  border-bottom:1px solid var(--border)
}
.step {
  font:10px var(--mono);
  color:#9c94ad
}
.lifecycle-row code {
  font-size:15px;
  color:#62577c
}
.lifecycle-row p {
  font-size:12px;
  color:var(--muted);
  margin-top:7px
}
.step-symbol {
  margin-left:auto;
  color:#9785bb;
  font-size:23px
}
.lifecycle-note {
  font-size:10px;
  color:#827a90;
  padding-top:19px
}
.start-section {
  padding:51px 56px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  border:1px solid #dfd9ee;
  border-radius:12px;
  background:radial-gradient(ellipse at 0 100%,#e6e2fb,transparent 70%),#f0eef8
}
.start-section h2 {
  font-size:44px
}
.start-section>div>p:not(.eyebrow) {
  font-size:13px;
  color:var(--muted);
  margin-top:18px
}
.start-section .button {
  margin-top:27px
}
.quickstart {
  align-self:center;
  border:1px solid #dfdce9;
  border-radius:8px;
  background:#faf9fd;
  padding:25px
}
.quickstart-title {
  display:flex;
  justify-content:space-between;
  font:9px var(--mono);
  color:#847890;
  letter-spacing:.7px;
  margin-bottom:27px
}
.quickstart-step {
  display:flex;
  gap:17px;
  margin-bottom:24px
}
.quickstart-step>span {
  font:10px var(--mono);
  color:#8d849c;
  padding-top:3px
}
.quickstart-step>div {
  flex:1;
  min-width:0
}
.quickstart-step p {
  font-size:12px;
  margin-bottom:12px
}
.quickstart-step button {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  width:100%;
  padding:12px;
  border:1px solid #e5e0ee;
  border-radius:4px;
  background:#f0eef6;
  text-align:left;
  font-size:11px
}
.quickstart-step code>span {
  color:#a299b1
}
.quickstart-foot {
  font-size:10px;
  color:#8b8297;
  border-top:1px solid #e6e1ef;
  padding-top:17px
}
.project-note {
  display:flex;
  align-items:center;
  gap:13px;
  padding-top:28px;
  padding-bottom:57px
}
.project-note p {
  font-size:10px;
  line-height:1.8;
  color:#80808d;
  max-width:720px
}
.project-note strong {
  font-weight:500;
  color:#5e5c6d
}
.project-note>a {
  margin-left:auto;
  white-space:nowrap;
  font-size:11px
}
.footer {
  border-top:1px solid var(--border);
  padding-top:25px;
  padding-bottom:28px;
  display:flex;
  align-items:center;
  gap:30px
}
.footer .brand {
  width:99px
}
.footer p {
  font-size:10px;
  color:#84828f
}
.footer>div {
  display:flex;
  gap:24px;
  margin-left:auto;
  font-size:10px;
  color:#706c7e
}
.footer>div>span {
  color:#908a9b
}
.skip-link {
  position:fixed;
  left:15px;
  top:-80px;
  z-index:100;
  background:#fff;
  padding:15px
}
.skip-link:focus {
  top:15px
}
.toast {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translate(-50%,20px);
  padding:12px 20px;
  background:#292532;
  color:#fff;
  border-radius:8px;
  font-size:13px;
  opacity:0;
  pointer-events:none;
  transition:.2s;
  z-index:50
}
.toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
@keyframes float {
  0%,100% {
    transform:translateY(0) rotate(-8deg)
  }
  50% {
    transform:translateY(-12px) rotate(-5deg)
  }
}
@media(min-width:1450px) {
  .hero {
    min-height:740px
  }
  h1 {
    font-size:84px
  }
  .hero-art {
    height:550px
  }
  .ribbon {
    width:510px
  }
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px)
  }
  h1 {
    font-size:65px
  }
  .orbit {
    max-width:100%
  }
  .hero-art {
    height:470px
  }
  .art-caption {
    font-size:7px;
    left:15px
  }
  .art-coordinate {
    left:20px
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .feature {
    min-height:260px
  }
  .section-heading>p br {
    display:none
  }
  .section-heading>p {
    max-width:320px
  }
  .safety {
    gap:45px
  }
  .start-section {
    padding:40px;
    gap:35px
  }
  .nav-bar nav {
    gap:22px;
    margin-right:10px
  }
  .example-intro {
    padding:28px
  }
  pre {
    font-size:10px
  }
}
@media(max-width:900px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-bar {
    height:69px;
    gap:16px
  }
  .brand {
    width:103px
  }
  .nav-cta {
    margin-left:auto
  }
  .menu-toggle {
    display:flex;
    gap:12px;
    background:none;
    border:1px solid var(--border);
    padding:10px;
    border-radius:5px;
    font-size:12px
  }
  .nav-bar nav {
    display:none;
    position:absolute;
    top:69px;
    left:0;
    right:0;
    margin:0;
    padding:22px;
    background:var(--paper);
    border-bottom:1px solid var(--border);
    flex-direction:column;
    align-items:flex-start;
    gap:23px
  }
  .nav-bar nav.open {
    display:flex
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:35px;
    padding-bottom:25px;
    min-height:0
  }
  .release {
    font-size:10px
  }
  h1 {
    font-size:65px;
    letter-spacing:-3.8px
  }
  .hero-description {
    font-size:15px
  }
  .hero-art {
    height:385px;
    max-width:460px;
    width:100%;
    margin:33px auto 0
  }
  .ribbon {
    width:365px
  }
  .orbit {
    width:350px;
    height:350px
  }
  .orbit-two,.orbit-three {
    width:390px;
    height:390px
  }
  .art-coordinate {
    top:0;
    font-size:8px
  }
  .label-intent {
    top:85px;
    left:5px
  }
  .label-reason {
    top:175px
  }
  .label-act {
    bottom:55px;
    left:20px
  }
  .art-caption {
    font-size:6px;
    left:10px;
    right:10px;
    letter-spacing:.6px
  }
  .foundation {
    flex-wrap:wrap;
    gap:22px;
    padding:23px 0
  }
  .foundation>span {
    width:100%;
    font-size:11px
  }
  .foundation>span br {
    display:none
  }
  .foundation>span strong {
    margin-left:4px
  }
  .foundation p {
    width:calc(50% - 11px);
    font-size:11px
  }
  .section {
    padding-top:65px;
    padding-bottom:60px
  }
  .section-heading {
    display:block;
    margin-bottom:27px
  }
  .section-heading>p {
    margin-top:20px;
    max-width:100%;
    font-size:13px
  }
  h2 {
    font-size:34px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:17px
  }
  .language-workbench {
    grid-template-columns:1fr
  }
  .example-intro {
    padding:27px
  }
  .example-intro h3 {
    margin-top:21px;
    font-size:26px
  }
  .example-intro h3 br {
    display:none
  }
  .example-intro>p {
    max-width:none;
    min-height:0
  }
  .example-fact {
    padding-top:22px
  }
  .editor {
    margin:0 10px 10px
  }
  .tabs {
    gap:21px
  }
  .tabs button {
    font-size:10px
  }
  pre {
    font-size:10px;
    padding:18px;
    min-height:267px
  }
  .file-label {
    padding:19px 18px 0
  }
  .editor-top {
    padding:0 15px
  }
  .editor-bottom {
    font-size:8px;
    padding:13px 15px
  }
  .feature-grid {
    gap:12px
  }
  .feature {
    padding:22px 18px
  }
  .feature-top code {
    font-size:9px
  }
  .feature-top {
    margin-bottom:26px
  }
  .feature h3 {
    font-size:20px
  }
  .feature>p {
    font-size:12px
  }
  .agent-visual,.memory-visual {
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:5px
  }
  .connector {
    display:none
  }
  .safety {
    grid-template-columns:1fr;
    gap:24px
  }
  .safety-copy>p:not(.eyebrow) {
    max-width:none
  }
  .start-section {
    grid-template-columns:1fr;
    gap:32px;
    padding:30px 23px
  }
  .start-section h2 {
    font-size:37px
  }
  .quickstart {
    padding:20px
  }
  .project-note {
    align-items:flex-start;
    flex-wrap:wrap;
    padding-bottom:37px
  }
  .project-note .status-dot {
    margin-top:6px
  }
  .project-note p {
    flex:1
  }
  .project-note>a {
    margin-left:19px
  }
  .footer {
    flex-wrap:wrap;
    gap:18px
  }
  .footer>div {
    width:100%;
    margin-left:0;
    justify-content:space-between
  }
  .footer p {
    margin-left:auto
  }
  .toast {
    max-width:90%;
    width:max-content;
    text-align:center
  }
}
@media(max-width:380px) {
  h1 {
    font-size:57px
  }
  .nav-cta {
    display:none
  }
  .menu-toggle {
    margin-left:auto
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .hero-actions {
    gap:18px
  }
  .hero-art {
    height:350px
  }
  .ribbon {
    width:330px
  }
  .orbit {
    height:320px
  }
  .tabs {
    gap:15px
  }
}
@media(max-width:900px) {
  .hero-art {
    overflow:clip
  }
  .menu-toggle {
    white-space:nowrap;
    flex-shrink:0
  }
  h1 {
    font-size:clamp(48px,13.5vw,65px);
    letter-spacing:-3px
  }
  .button {
    white-space:nowrap
  }
}
@media(max-width:480px) {
  .nav-cta {
    display:none
  }
  .menu-toggle {
    margin-left:auto
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .feature {
    min-height:250px
  }
  .agent-visual,.memory-visual {
    justify-content:space-between
  }
  .connector {
    display:block
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}

/* Keep decorative orbits inside their visual column at intermediate widths. */
.hero-art {
  min-width: 0;
  overflow: clip;
}
