:root {
  color-scheme: dark;
  --bg: #081321;
  --panel: #101f30;
  --line: #203345;
  --text: #f3f7fb;
  --muted: #9aafc3;
  --cyan: #59e2ee;
  --blue: #4c9fff;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 6px;
}
a,
button {
  transition:
    background 0.2s,
    transform 0.2s;
}
a:hover {
  color: var(--cyan);
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.nav {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -1px;
  direction: ltr;
}
.wordmark img {
  object-fit: contain;
}
.wordmark small {
  display: block;
  font-size: 9px;
  letter-spacing: 2.4px;
  color: var(--muted);
  font-weight: 500;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.nav-cta {
  border: 1px solid #567082;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  gap: 20px;
}
.language {
  color: var(--cyan);
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 700px;
  padding-block: 72px 48px;
  gap: 30px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 650;
  color: var(--cyan);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 27px;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: var(--cyan);
  box-shadow: 0 0 14px #59e2ee70;
  flex-shrink: 0;
}
h1 {
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 1.08;
  letter-spacing: -3px;
  margin: 0 0 28px;
  font-weight: 650;
}
h1 em {
  font-style: normal;
  color: var(--cyan);
}
[dir="rtl"] h1 {
  letter-spacing: -1.7px;
  line-height: 1.22;
  font-size: clamp(44px, 5vw, 70px);
}
.intro {
  max-width: 525px;
  line-height: 1.8;
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 28px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.button {
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 650;
  border-radius: 9px;
}
.primary {
  background: var(--cyan);
  color: #071925;
  box-shadow: 0 4px 30px #59e2ee12;
}
.primary:hover {
  background: #97f4fa;
  color: #071925;
  transform: translateY(-2px);
}
.secondary {
  background: #183449;
  color: #d9f8fd;
}
.text-link {
  font-size: 14px;
}
.download-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.6;
}
.access-note {
  font-size: 12px;
  line-height: 1.7;
  max-width: 460px;
  color: #8b9fb4;
}
.hero-art {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 15%;
  background: #0077e5;
  filter: blur(110px);
  opacity: 0.22;
  z-index: -2;
}
.hero-art img {
  width: 100%;
  height: auto;
  max-width: 535px;
  position: relative;
  z-index: 1;
}
.orbit {
  position: absolute;
  inset: 8% 2%;
  border: 1px solid #24577b4d;
  border-radius: 50%;
  transform: rotate(-20deg);
  z-index: -1;
}
.orbit-two {
  inset: 0 12%;
  transform: rotate(28deg);
}
.art-caption {
  border: 1px solid var(--line);
  background: #0d1e30c0;
  padding: 13px 18px;
  border-radius: 50px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  color: #b1c8db;
  direction: ltr;
}
.mini-path {
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 12px;
  color: var(--cyan);
  letter-spacing: 1px;
}
.assistants {
  border-block: 1px solid var(--line);
  padding: 29px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  direction: ltr;
}
.assistants > span:first-child {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.assistants div {
  font-size: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.assistants strong {
  font-size: 21px;
  font-weight: 550;
}
.protocol {
  font-family: monospace;
  color: var(--muted);
  letter-spacing: 3px;
  font-size: 18px;
}
.workspace-section {
  padding-block: 105px;
}
.section-copy {
  max-width: 650px;
}
h2 {
  font-size: clamp(32px, 3.4vw, 47px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -1.3px;
  margin: 0 0 22px;
}
[dir="rtl"] h2 {
  letter-spacing: -0.5px;
  line-height: 1.45;
}
.section-copy > p:last-child,
.connect p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.app-preview {
  margin-top: 45px;
  border: 1px solid #2d4459;
  border-radius: 16px;
  background: linear-gradient(130deg, #13263a, #0b1828);
  overflow: hidden;
  box-shadow: 0 35px 100px #0004;
}
.window-bar {
  padding: 17px 23px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
  direction: ltr;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  height: 6px;
  width: 6px;
  background: #3f5368;
  border-radius: 50%;
}
.sample {
  margin-left: auto;
  font-size: 10px;
}
.preview-body {
  padding: 32px 40px;
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.preview-heading h3 {
  font-size: 21px;
  margin: 0;
}
.status {
  font-size: 11px;
  color: var(--cyan);
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.project {
  padding: 20px;
  background: #102235;
  border: 1px solid #294557;
  border-radius: 10px;
}
.project-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #647e94;
  font-family: monospace;
}
.folder {
  font-size: 32px;
  color: var(--cyan);
}
.project h4 {
  font-size: 16px;
  margin: 15px 0 9px;
}
.project code {
  direction: ltr;
  display: block;
  color: #7792a9;
  font-size: 11px;
}
.project-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}
.permission {
  font-size: 10px;
  color: #9ed1dc;
}
.check {
  color: var(--cyan);
  background: #183c47;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
.preview-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  font-size: 11px;
  color: var(--muted);
}
.pause {
  border: 1px solid #354b5d;
  padding: 8px 14px;
  border-radius: 6px;
}
.prompt {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 40px;
  background: #172e43;
  border-top: 1px solid #29455b;
  color: #cde5f4;
}
.prompt p {
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}
.prompt > span {
  color: var(--cyan);
  font-size: 23px;
}
.send {
  margin-inline-start: auto;
}
.how {
  padding-bottom: 100px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 42px;
}
.step-number {
  font-family: monospace;
  color: var(--cyan);
  font-size: 14px;
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #335265;
}
h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 25px 0 14px;
}
.steps-grid p,
.control-grid p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.control-section {
  background: #0d1d2e;
  border-block: 1px solid var(--line);
  padding-block: 80px;
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 48px;
}
.control-grid article > span {
  font: 12px monospace;
  color: #6ba0b5;
}
.privacy {
  font-size: 12px;
  line-height: 1.9;
  color: #81a1b8;
  border-top: 1px solid var(--line);
  margin: 35px 0 0;
  padding-top: 25px;
}
.connect {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  padding-block: 100px;
  align-items: center;
}
.connector {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 12px;
  min-width: 0;
}
.connector label {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.connector code {
  display: block;
  margin: 16px 0;
  color: var(--cyan);
  font-size: 13px;
  direction: ltr;
  overflow-wrap: anywhere;
}
.connector button {
  border: 1px solid #385369;
  background: #182e41;
  border-radius: 6px;
  color: var(--text);
  padding: 10px 16px;
}
.connector p {
  font-size: 12px;
  margin: 20px 0 0;
}
.connector [role="status"] {
  font-size: 12px;
  color: var(--cyan);
  display: block;
  padding-top: 8px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 70px;
  padding-bottom: 100px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 15px;
  font-weight: 550;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  color: var(--cyan);
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  padding-inline-end: 22px;
}
.download-section {
  text-align: center;
  padding: 65px 35px;
  border: 1px solid #294f64;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 50% 0, #173d55, transparent 75%), #0c1c2b;
  margin-bottom: 65px;
}
.download-section .eyebrow {
  justify-content: center;
}
.download-section h2 {
  max-width: 720px;
  margin-inline: auto;
}
.download-section > p {
  color: var(--muted);
}
.download-section .button {
  margin-top: 15px;
}
.download-section .access-note {
  margin: 20px auto 0;
}
.download-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 12px;
  color: #a7dce6;
}
.download-section > p:not(.download-note):not(.access-note) {
  font-size: 16px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 0 35px;
}
footer p,
footer > span {
  font-size: 11px;
  color: var(--muted);
}
.footer-dot {
  color: var(--cyan);
}
.skip {
  position: absolute;
  top: -80px;
  inset-inline-start: 20px;
  background: var(--cyan);
  color: var(--bg);
  padding: 12px;
  z-index: 3;
}
.skip:focus {
  top: 10px;
}
@media (max-width: 950px) {
  .nav nav {
    gap: 18px;
  }
  .nav nav > a:first-child,
  .nav nav > a:nth-child(2) {
    display: none;
  }
  .hero {
    gap: 10px;
    min-height: 0;
    padding-top: 55px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero .intro {
    font-size: 15px;
  }
  .hero-art img {
    width: 110%;
  }
  .assistants {
    gap: 30px;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .connect {
    gap: 30px;
  }
  .faq {
    gap: 35px;
  }
  .preview-body {
    padding: 25px;
  }
  .project {
    padding: 15px;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .nav {
    height: 90px;
    gap: 12px;
  }
  .wordmark {
    font-size: 21px;
  }
  .wordmark img {
    width: 39px;
    height: 39px;
  }
  .wordmark small {
    font-size: 7px;
  }
  .nav nav {
    gap: 15px;
    font-size: 12px;
  }
  .nav-cta {
    display: none !important;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 45px 30px;
    text-align: start;
  }
  .hero h1,
  [dir="rtl"] .hero h1 {
    font-size: 52px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .intro {
    font-size: 16px !important;
  }
  .hero-art {
    max-width: 365px;
    margin: 20px auto 0;
    width: 100%;
  }
  .hero-art img {
    width: 100%;
  }
  .art-caption {
    font-size: 10px;
  }
  .assistants {
    gap: 22px;
    flex-wrap: wrap;
    padding: 25px 0;
  }
  .assistants > span:first-child {
    width: 100%;
    text-align: center;
  }
  .assistants strong {
    font-size: 17px;
  }
  .assistants div {
    font-size: 23px;
  }
  .workspace-section {
    padding-block: 60px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
  }
  .project-top {
    display: none;
  }
  .project h4 {
    font-size: 14px;
    margin: 4px 0;
  }
  .project code {
    font-size: 10px;
    grid-column: 1;
  }
  .project-bottom {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 10px;
  }
  .preview-body {
    padding: 22px 16px;
  }
  .preview-heading h3 {
    font-size: 18px;
  }
  .window-bar {
    padding: 14px;
  }
  .sample {
    font-size: 8px;
  }
  .prompt {
    padding: 17px;
  }
  .prompt p {
    font-size: 12px;
  }
  .steps-grid {
    gap: 20px;
  }
  .steps-grid h3 {
    font-size: 17px;
  }
  .steps-grid p {
    font-size: 13px;
  }
  .how {
    padding-bottom: 60px;
  }
  .control-section {
    padding-block: 55px;
  }
  .control-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 25px;
  }
  .control-grid h3 {
    margin: 13px 0 8px;
  }
  .control-grid p {
    margin-top: 0;
  }
  .connect,
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 60px 0;
  }
  .faq {
    padding-bottom: 55px;
  }
  .download-section {
    padding: 38px 20px;
    margin-bottom: 40px;
  }
  .download-section h2 {
    font-size: 31px;
  }
  .actions {
    gap: 20px;
  }
  .button {
    font-size: 13px;
    padding: 15px 19px;
  }
  .download-note {
    font-size: 10px;
  }
  .download-links {
    gap: 20px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer p {
    width: 100%;
    order: 3;
    margin-top: 0;
  }
  .access-note {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.hero-art {
  overflow: clip;
  padding: 10px;
}
