:root {
  --ink: #292638;
  --muted: #746e82;
  --purple: #6853bd;
  --lavender: #ede7fa;
  --paper: #fcfbf8;
  --line: #e9e4ec;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
button,
a,
summary {
  cursor: pointer;
}
button:disabled {
  opacity: .55;
  cursor: wait;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #af99ea;
  outline-offset: 4px;
}
header,
main,
footer {
  max-width: 1220px;
  margin: auto;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 28px;
}
.brand {
  font-size: 27px;
  font-weight: 850;
  letter-spacing: -1.5px;
  color: #65518e;
}
.brand span {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--muted);
  border-left: 1px solid #d9d0e2;
  margin-left: 14px;
  padding-left: 14px;
}
nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 13px;
  font-weight: 600;
}
.nav-button {
  border: 1px solid #ddd5e6;
  border-radius: 8px;
  padding: 11px 16px;
}
main {
  padding: 0 28px;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 570px;
  padding: 56px 0 70px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.9px;
  color: #857795;
}
.eyebrow i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #8c79b8;
}
h1 {
  font-size: clamp(44px,4.7vw,62px);
  line-height: 1.13;
  letter-spacing: -2.8px;
  font-weight: 650;
  margin: 23px 0;
}
h1 em {
  font-style: normal;
  color: #8670aa;
}
p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.hero p {
  max-width: 440px;
  font-size: 17px;
  line-height: 1.75;
}
.actions {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 18px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: var(--purple);
  border: 0;
  color: white;
  padding: 15px 20px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 5px 12px #6853bd18;
}
.button:hover {
  background: #5743a8;
}
.text-link {
  font-size: 13px;
  font-weight: 650;
  color: #625573;
}
.fine {
  display: block;
  color: #918799;
  font-size: 11px;
  line-height: 1.8;
}
.fine a {
  text-decoration: underline;
}
.scene {
  height: 400px;
  position: relative;
}
.orbit {
  border: 1px solid #e8e1ee;
  width: 355px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  left: 70px;
  top: 18px;
  transform: rotate(-20deg);
  background: radial-gradient(ellipse,#ede7f33d,transparent);
}
.dotted-line {
  position: absolute;
  width: 240px;
  height: 80px;
  top: 168px;
  left: 100px;
  border: 2px dashed #d9cfe7;
  border-bottom: 0;
  border-radius: 50%;
}
.person {
  position: absolute;
  background: #fff;
  box-shadow: 0 12px 38px #4e355c0a;
  border: 1px solid #eee8f1;
  border-radius: 16px;
  width: 151px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px 10px 18px;
}
.pip {
  left: 39px;
  top: 100px;
  transform: rotate(-8deg);
  z-index: 2;
}
.mochi {
  right: 74px;
  top: 28px;
  transform: rotate(7deg);
}
.fern {
  right: 29px;
  top: 204px;
  transform: rotate(4deg);
  width: 142px;
}
.face {
  width: 67px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  font-size: 31px;
  color: #554266;
  box-shadow: inset 0 -5px 0 #00000007;
}
.lavender {
  background: #d5c6f1;
}
.peach {
  background: #f6d2b0;
}
.green {
  background: #c9e1cb;
}
.person strong {
  font-size: 15px;
  margin: 13px 0 4px;
}
.person span {
  font-size: 10px;
  color: #9a8fa2;
}
.person b {
  font-size: 8px;
  letter-spacing: 1px;
  background: #f7f5fa;
  color: #9a8ba9;
  padding: 5px 9px;
  border-radius: 5px;
  margin-top: 15px;
}
.scene-label {
  position: absolute;
  bottom: -7px;
  left: 59px;
  font-size: 10px;
  color: #a396ad;
}
.scene-label span {
  color: #a48bbe;
  padding-right: 8px;
}
.feature-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #7d7287;
}
.feature-strip b {
  color: #b5a7c4;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 15px;
}
.section {
  padding: 82px 0;
  border-bottom: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
  gap: 16px;
}
h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin: 13px 0;
}
h3 {
  font-size: 16px;
  font-weight: 650;
  margin: 0 0 10px;
}
.section-heading p {
  margin: 0;
  font-size: 13px;
}
.badge {
  white-space: nowrap;
  padding: 8px 11px;
  background: #eef3ed;
  color: #738b72;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 6px;
}
.playground {
  display: grid;
  grid-template-columns: 280px 1fr;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.playground aside {
  padding: 28px;
  border-right: 1px solid var(--line);
}
.mini-profile {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 0 29px;
}
.mini-face {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 47px;
  height: 47px;
  font-size: 24px;
}
.mini-profile strong {
  display: block;
  font-size: 13px;
}
.mini-profile small {
  display: block;
  font-size: 10px;
  color: #95899f;
  margin-top: 5px;
}
label {
  display: block;
  font-size: 12px;
  color: #675d75;
  font-weight: 600;
  margin: 14px 0;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #e2dce8;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  padding: 12px;
  margin-top: 8px;
  font-size: 13px;
  min-width: 0;
}
textarea {
  min-height: 100px;
  resize: vertical;
}
.playground select {
  font-size: 12px;
}
.playground .button {
  width: 100%;
  margin-top: 5px;
}
.subtle-button {
  border: 0;
  background: none;
  color: #887898;
  font-size: 12px;
  padding: 13px 0;
}
.terminal {
  background: #242330;
  color: #d3cddb;
  min-width: 0;
}
.terminal-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 20px;
  font-size: 10px;
  border-bottom: 1px solid #ffffff0c;
  color: #b1a6c2;
}
.terminal-bar i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a5268;
  margin-right: 5px;
}
.terminal-bar i:first-child {
  background: #a5848e;
}
.terminal-bar i:nth-child(2) {
  background: #ab9a7b;
}
.terminal-bar i:nth-child(3) {
  background: #7d9581;
}
pre {
  font: 12px/1.9 ui-monospace,SFMono-Regular,Menlo,monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 0;
  tab-size: 2;
}
#result {
  min-height: 280px;
  padding: 24px;
  color: #c8b5e4;
  max-height: 450px;
  overflow: auto;
}
.terminal details {
  border-top: 1px solid #ffffff10;
  margin: 0;
  padding: 17px 24px;
  font-size: 11px;
}
.terminal details p {
  font-size: 11px;
  color: #b1a6c2;
}
.terminal details pre {
  font-size: 10px;
  color: #b2cdbb;
}
.docs {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 45px 75px;
}
.docs > div > p {
  font-size: 14px;
  max-width: 410px;
}
.steps article {
  display: flex;
  gap: 20px;
  padding: 7px 0 17px;
}
.steps article > span {
  font-size: 10px;
  color: #ad9ebc;
  margin-top: 4px;
}
.steps article p {
  font-size: 12px;
  margin: 0;
}
.steps h3 {
  font-size: 14px;
}
.wide {
  grid-column: 1/-1;
}
code {
  font-family: ui-monospace,SFMono-Regular,monospace;
  font-size: .88em;
  background: #eae4f066;
  border-radius: 4px;
  padding: 2px 4px;
  overflow-wrap: anywhere;
}
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 20px;
  color: var(--muted);
  font-size: 12px;
}
summary {
  font-weight: 600;
  color: #716080;
}
details p {
  font-size: 12px;
}
.card,
#dashboard > article {
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
}
#login-panel {
  max-width: 560px;
}
#login-panel p {
  font-size: 13px;
}
#login-panel input {
  max-width: 410px;
}
#login-panel .button {
  margin-top: 8px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 24px;
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 12px 18px;
  margin: 25px 0;
}
legend {
  font-size: 12px;
  font-weight: 650;
  color: var(--muted);
  padding: 0 7px;
}
.check {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.check input {
  width: 16px;
  height: 16px;
  flex: none;
  margin: 0;
  accent-color: var(--purple);
}
.agreement {
  line-height: 1.7;
  margin: 25px 0;
  flex-wrap: wrap;
}
.agreement a {
  text-decoration: underline;
}
#account-message:not(:empty) {
  background: #eee8f7;
  padding: 14px 18px;
  border-radius: 9px;
  margin-bottom: 20px;
  color: #625272;
  font-size: 13px;
}
#dashboard pre {
  background: #f6f3fa;
  padding: 17px;
  border-radius: 9px;
  margin: 15px 0;
}
#dashboard article {
  margin: 15px 0;
}
#dashboard p {
  font-size: 13px;
}
.legal {
  padding: 45px 0;
  max-width: 890px;
}
.legal p {
  font-size: 12px;
  line-height: 1.9;
}
.legal h3 {
  font-size: 14px;
  margin: 28px 0 12px;
}
.legal a {
  text-decoration: underline;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 28px 42px;
  gap: 20px;
}
footer span,
footer > a:last-child {
  font-size: 11px;
  color: #9d90a7;
}
[hidden] {
  display: none!important;
}
@media (max-width:900px) {
  h1 {
    font-size: 46px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .person {
    width: 129px;
  }
  .pip {
    left: 0;
  }
  .mochi {
    right: 22px;
  }
  .fern {
    right: 0;
    width: 120px;
  }
  .orbit {
    left: 0;
    width: 270px;
  }
  .scene-label {
    left: 0;
  }
  .docs {
    gap: 30px;
  }
  .playground {
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width:650px) {
  header {
    padding: 22px 20px;
  }
  .brand span {
    font-size: 10px;
    margin-left: 9px;
    padding-left: 9px;
  }
  nav {
    gap: 12px;
  }
  nav > a:not(:last-child) {
    display: none;
  }
  .nav-button {
    padding: 9px;
    font-size: 10px;
  }
  main {
    padding: 0 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 42px 0 45px;
    gap: 28px;
  }
  .hero p {
    font-size: 15px;
    max-width: 100%;
  }
  h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .scene {
    width: 320px;
    max-width: 100%;
    height: 320px;
    justify-self: center;
  }
  .pip {
    top: 60px;
    left: 0;
  }
  .mochi {
    top: 5px;
    right: 24px;
  }
  .fern {
    top: 145px;
  }
  .person {
    padding: 17px 8px;
    width: 125px;
  }
  .face {
    height: 52px;
    width: 53px;
    font-size: 27px;
  }
  .person b {
    margin-top: 9px;
  }
  .orbit {
    height: 250px;
  }
  .scene-label {
    bottom: 0;
    font-size: 9px;
  }
  .feature-strip {
    flex-wrap: wrap;
    gap: 15px;
    padding: 22px 0;
    font-size: 11px;
  }
  .section {
    padding: 50px 0;
  }
  h2 {
    font-size: 29px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading .badge {
    font-size: 7px;
    padding: 7px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .playground {
    grid-template-columns: 1fr;
  }
  .playground aside {
    border-right: 0;
    padding: 24px;
  }
  .mini-profile {
    padding: 8px 0 12px;
  }
  .playground aside .fine {
    margin-bottom: 0;
  }
  .terminal-bar {
    padding: 16px;
  }
  .docs {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .card,
  #dashboard > article {
    padding: 23px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .check {
    font-size: 11px;
  }
  fieldset {
    gap: 5px 14px;
  }
  .agreement {
    display: block;
  }
  .agreement input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .legal {
    padding: 24px 0;
  }
  footer {
    padding: 26px 20px;
    flex-wrap: wrap;
  }
  footer span {
    display: none;
  }
  .actions {
    gap: 18px;
  }
  .text-link {
    font-size: 12px;
  }
}
