:root {
  color-scheme:dark;
  --bg:#10151b;
  --panel:#191f27;
  --text:#f4f5f1;
  --muted:#a0a9b5;
  --lime:#d3f879;
  --line:#2c333c;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis:none;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  min-height:100svh;
}
body::before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:radial-gradient(ellipse at 50% 40%,#24312955,transparent 60%),radial-gradient(#ffffff0b 1px,transparent 1px);
  background-size:auto,24px 24px;
}
a {
  color:inherit;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--lime);
  outline-offset:6px;
}
button {
  font:inherit;
}
.launcher-page {
  display:flex;
  flex-direction:column;
}
.site-header {
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:34px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  font-size:16px;
  font-weight:850;
  letter-spacing:2px;
  line-height:1.15;
}
.brand-sub {
  display:block;
  font-size:10px;
  letter-spacing:2.6px;
  margin-top:4px;
}
.brand-mark {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  background:var(--lime);
  color:var(--bg);
  border-radius:12px;
  font-size:19px;
  letter-spacing:-3px;
  padding-right:3px;
}
.staff-label,.eyebrow,.tab-count {
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px;
}
.staff-label {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--muted);
  border:1px solid var(--line);
  padding:10px 13px;
  border-radius:30px;
}
.status-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--lime);
}
.launchpad {
  width:min(100% - 64px,960px);
  margin:auto;
  padding:44px 0 70px;
}
.page-heading {
  text-align:center;
  margin-bottom:36px;
}
.eyebrow {
  color:var(--muted);
}
h1 {
  font-size:clamp(38px,5.5vw,64px);
  letter-spacing:-2.7px;
  line-height:1.1;
  margin:15px 0 0;
  font-weight:750;
}
h1 span {
  color:var(--lime);
}
.launch-button {
  display:block;
  width:100%;
  text-align:left;
  border:1px solid #e5ffa7;
  border-radius:22px;
  background:var(--lime);
  color:#172118;
  padding:27px 34px;
  cursor:pointer;
  box-shadow:0 12px 65px #b9ed5610;
  transition:transform .18s,background .18s,box-shadow .18s;
}
.launch-button:hover {
  background:#dfff95;
  transform:translateY(-3px);
  box-shadow:0 18px 60px #b9ed5625;
}
.launch-button:active {
  transform:translateY(0);
}
.launch-top,.launch-bottom,.launch-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.launch-top .eyebrow {
  color:#384729;
}
.tab-count {
  border:1px solid #536c343d;
  border-radius:6px;
  padding:7px 9px;
  white-space:nowrap;
}
.launch-main {
  justify-content:flex-start;
  padding:33px 0 35px;
  font-size:clamp(28px,4.5vw,49px);
  font-weight:750;
  letter-spacing:-1.6px;
}
.play-icon {
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#172118;
  color:var(--lime);
  font-size:24px;
  padding-left:4px;
  flex-shrink:0;
}
.launch-arrow {
  margin-left:auto;
  font-weight:400;
}
.launch-bottom {
  border-top:1px solid #536c343d;
  padding-top:20px;
  font-size:13px;
  font-weight:550;
}
.plus {
  padding:0 10px;
  opacity:.6;
}
.launch-hint {
  font-size:11px;
  color:#435431;
}
.shortcuts {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.shortcut {
  display:flex;
  flex-direction:column;
  padding:21px 20px 22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--panel);
  text-decoration:none;
  transition:background .18s,transform .18s,border-color .18s;
}
.shortcut:hover {
  background:#232b35;
  border-color:#647248;
  transform:translateY(-3px);
}
.shortcut-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px;
}
.shortcut-icon {
  font-size:23px;
  line-height:1;
  font-weight:650;
}
.purple {
  color:#bfa4f8;
}
.orange {
  color:#ffc083;
}
.blue {
  color:#95c7fb;
  font-size:18px;
}
.pink {
  color:#f3a6c7;
}
.small-arrow {
  color:#74818e;
  font-size:20px;
}
.shortcut-title {
  font-size:15px;
  font-weight:650;
}
.shortcut-caption {
  font-size:11px;
  color:var(--muted);
  margin-top:7px;
  line-height:1.5;
}
.site-footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  max-width:1440px;
  width:100%;
  margin:0 auto;
  padding:24px 48px;
  color:#89939f;
  font-size:11px;
}
.site-footer>span:last-child {
  font-size:9px;
  letter-spacing:1.7px;
}
.site-footer>span:last-child span {
  color:var(--lime);
  margin-left:12px;
  font-size:15px;
}
.back-link {
  font-size:13px;
  text-decoration:none;
  color:var(--muted);
}
.back-link:hover {
  color:var(--lime);
}
.guide {
  width:min(100% - 40px,800px);
  margin:35px auto 70px;
}
.guide-intro {
  margin-bottom:36px;
}
.guide h1 {
  font-size:clamp(36px,6vw,54px);
}
.guide p,.guide li {
  color:#bdc5cf;
  font-size:16px;
  line-height:1.75;
}
.guide h2 {
  font-size:23px;
  letter-spacing:-.5px;
  margin:0 0 14px;
}
.guide h3 {
  font-size:17px;
  margin:0 0 8px;
}
.guide p {
  margin:10px 0;
}
.guide a:not(.button-link):not(.project-card) {
  color:var(--lime);
  text-underline-offset:4px;
}
.guide-step {
  position:relative;
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:18px;
  padding:30px;
  margin:18px 0;
}
.step-label {
  font-size:10px;
  letter-spacing:2px;
  color:var(--lime);
  font-weight:750;
  margin-bottom:12px;
}
.kit {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0;
  list-style:none;
}
.kit li {
  border:1px solid #3e4956;
  border-radius:8px;
  padding:6px 12px;
  font-size:13px;
}
.guide ol {
  padding-left:22px;
}
.guide li+li {
  margin-top:10px;
}
.guide strong {
  color:var(--text);
}
.button-link {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background:var(--lime);
  color:#172118;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  border:0;
  border-radius:9px;
  padding:13px 18px;
  cursor:pointer;
  margin:10px 0;
}
.button-link:hover {
  background:#e1ff9f;
}
.note {
  border-left:3px solid var(--lime);
  padding:8px 0 8px 17px;
  margin-top:20px!important;
  font-size:14px!important;
}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:20px 0;
}
.project-card {
  padding:20px;
  border:1px solid #485462;
  border-radius:12px;
  text-decoration:none;
  background:#222b36;
}
.project-card:hover {
  border-color:var(--lime);
}
.project-card span {
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  margin-top:8px;
}
.tab-demo {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:22px 0;
}
.demo-pane {
  border:1px solid #3e4956;
  border-radius:10px;
  overflow:hidden;
}
.demo-tab {
  padding:10px 14px;
  background:#29313e;
  font-size:12px;
  font-weight:650;
}
.demo-content {
  padding:20px 14px;
  font-size:14px;
  color:var(--muted);
}
.demo-pane:first-child .demo-tab {
  border-top:3px solid #c1a0fb;
}
.demo-pane:last-child .demo-tab {
  border-top:3px solid var(--lime);
}
details {
  margin-top:24px;
  border-top:1px solid var(--line);
  padding-top:20px;
}
summary {
  cursor:pointer;
  font-weight:650;
  font-size:16px;
}
details p {
  font-size:14px!important;
}
.guide-end {
  text-align:center;
  padding-top:22px;
}
.sources {
  font-size:12px!important;
  color:var(--muted);
  margin-top:28px!important;
}
@media(min-width:1500px) {
  .launchpad {
    max-width:1040px;
  }
}
@media(max-width:700px) {
  .site-header {
    padding:24px;
  }
  .staff-label {
    font-size:8px;
    letter-spacing:1px;
  }
  .launchpad {
    width:calc(100% - 40px);
    padding:32px 0 44px;
  }
  .shortcuts {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .launch-button {
    padding:23px;
  }
  .launch-hint {
    display:none;
  }
  .launch-main {
    padding:28px 0;
  }
  .play-icon {
    width:48px;
    height:48px;
    font-size:19px;
  }
  .launch-bottom {
    font-size:12px;
  }
  .site-footer {
    padding:24px;
  }
  .shortcut-top {
    margin-bottom:18px;
  }
  .guide {
    margin-top:20px;
  }
  .guide-step {
    padding:24px;
  }
}
@media(max-width:420px) {
  .staff-label {
    border:0;
    padding:0;
    font-size:7px;
  }
  .brand {
    font-size:13px;
  }
  .brand-mark {
    width:38px;
    height:38px;
  }
  .brand-sub {
    font-size:8px;
  }
  .launch-top .eyebrow {
    font-size:8px;
    letter-spacing:1px;
  }
  .tab-count {
    font-size:8px;
  }
  .launch-main {
    font-size:27px;
    gap:12px;
  }
  .launch-bottom {
    font-size:10px;
  }
  .plus {
    padding:0 5px;
  }
  .shortcut {
    padding:18px 14px;
  }
  .shortcut-title {
    font-size:14px;
  }
  .site-footer {
    font-size:10px;
  }
  .project-grid {
    grid-template-columns:1fr;
  }
  .tab-demo {
    gap:5px;
  }
  .demo-tab {
    padding:10px;
    font-size:11px;
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
.guide .kit li + li {
  margin-top: 0;
}
