:root {
  color-scheme: dark;
  --accent: #16c8ff;
  --accent-pressed: #0aa8db;
  --canvas: #0d0c0b;
  --topbar: #100e0d;
  --panel: #171411;
  --panel-strong: #1f1b17;
  --main-canvas: #202226;
  --main-panel: #34373d;
  --main-sheet: #2d3036;
  --line: #535961;
  --text: #f5f7fa;
  --muted: #aeb6c0;
  --dim: #858e99;
  --green: #42d392;
  --amber: #f4b942;
  --red: #ff4d55;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--text);
  font-family: Inter, Montserrat, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1em; height: 1em; stroke-width: 1.8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: 76px; font-weight: 720; }
h2 { margin-bottom: 20px; font-size: 48px; font-weight: 680; }
h3 { margin-bottom: 10px; font-size: 20px; font-weight: 650; }
p { color: var(--muted); }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--accent);
  color: #071116;
  border-radius: 4px;
  font-weight: 700;
}
.skip-link:focus { transform: none; }
.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 0 max(24px, calc((100vw - var(--content)) / 2));
  background: rgba(16, 14, 13, .94);
  border-bottom: 1px solid rgba(83, 89, 97, .38);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 680; white-space: nowrap; }
.brand img { width: 92px; height: auto; }
.brand span { padding-left: 10px; border-left: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: var(--muted); font-size: 14px; font-weight: 620; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--accent);
  transition: right .18s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.accent-picker { display: flex; align-items: center; gap: 10px; }
.swatch {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
  outline: 0;
}
.swatch.is-active { border-color: var(--text); box-shadow: 0 0 0 2px var(--topbar); }
.icon-button {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}
.icon-button:hover, .icon-button:focus-visible { color: var(--text); border-color: var(--accent); }
.nav-toggle { display: none; justify-self: end; }
.hero {
  position: relative;
  height: 88svh;
  min-height: 650px;
  max-height: 920px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 96px max(24px, calc((100vw - var(--content)) / 2)) 48px;
  background: var(--main-canvas);
  border-bottom: 1px solid rgba(83, 89, 97, .58);
}
.hero-copy { position: relative; z-index: 3; width: min(610px, 52%); }
.eyebrow {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.hero-lede { max-width: 590px; margin-bottom: 30px; color: #d7dce2; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 690;
  line-height: 1;
  cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .swatch:focus-visible, .site-nav a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.button-primary { background: var(--accent); color: #071116; }
.button-primary:hover { background: color-mix(in srgb, var(--accent), white 12%); }
.button-secondary { background: rgba(52, 55, 61, .72); border-color: var(--line); color: var(--text); }
.button-secondary:hover { border-color: var(--accent); background: var(--main-panel); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: var(--dim); font-size: 13px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { color: var(--accent); }
.hero-device {
  position: absolute;
  z-index: 1;
  right: max(4vw, calc((100vw - var(--content)) / 2));
  bottom: -8%;
  width: min(27vw, 310px);
  margin: 0;
}
.device-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1272 / 2772;
  padding: 7px;
  background: #070809;
  border: 1px solid #60656c;
  border-radius: 34px;
  box-shadow: 0 30px 75px rgba(0,0,0,.52);
}
.device-shell::after {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 27px;
}
.device-shell img { width: 100%; height: 100%; aspect-ratio: 1272 / 2772; object-fit: contain; border-radius: 27px; }
.hero-next {
  position: absolute;
  z-index: 4;
  bottom: 17px;
  left: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-next:hover { color: var(--accent); border-color: var(--accent); }
.feature-strip {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0 max(24px, calc((100vw - var(--content)) / 2));
  background: var(--topbar);
  border-bottom: 1px solid rgba(63, 53, 44, .9);
}
.feature-strip > div { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: 14px; font-weight: 630; border-right: 1px solid rgba(63, 53, 44, .72); }
.feature-strip > div:first-child { border-left: 1px solid rgba(63, 53, 44, .72); }
.feature-strip svg { color: var(--accent); font-size: 21px; }
.section { scroll-margin-top: 68px; padding: 112px max(24px, calc((100vw - var(--content)) / 2)); }
.section-heading { max-width: 720px; margin-bottom: 62px; }
.section-heading > p:last-child { margin-bottom: 0; font-size: 18px; }
.experience { background: var(--canvas); }
.preview-layout { display: grid; grid-template-columns: 400px 1fr; align-items: center; gap: 110px; }
.screen-preview { margin: 0; }
.screen-preview .device-shell { width: 280px; margin: 0 auto; }
.screen-preview figcaption { display: grid; gap: 5px; margin-top: 20px; text-align: center; }
.screen-preview figcaption strong { font-size: 16px; }
.screen-preview figcaption span { color: var(--dim); font-size: 14px; }
.experience-copy { border-top: 1px solid var(--line); }
.experience-copy article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.experience-copy article > svg { width: 30px; height: 30px; color: var(--accent); }
.experience-copy article p { margin: 0; max-width: 570px; }
.screen-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 90px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.showcase-item { min-width: 0; margin: 0; }
.showcase-item .device-shell { width: min(100%, 220px); margin: 0 auto; }
.showcase-item figcaption { display: grid; gap: 4px; margin-top: 16px; text-align: center; }
.showcase-item figcaption strong { font-size: 15px; }
.showcase-item figcaption span { color: var(--dim); font-size: 13px; }
.plugins { background: var(--main-canvas); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plugin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.plugin-card, .download-card {
  min-width: 0;
  background: var(--main-panel);
  border: 1px solid rgba(83, 89, 97, .82);
  border-radius: 8px;
}
.plugin-card { min-height: 230px; padding: 30px; }
.plugin-card > svg { width: 34px; height: 34px; margin-bottom: 42px; color: var(--accent); }
.plugin-card p { margin: 0; font-size: 14px; }
.plugin-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 26px 30px;
  background: var(--main-sheet);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.plugin-callout > div { display: flex; align-items: center; gap: 18px; }
.plugin-callout h3, .plugin-callout p { margin-bottom: 4px; }
.callout-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: #071116; background: var(--accent); border-radius: 6px; }
.callout-icon svg { width: 25px; height: 25px; }
.downloads { background: var(--canvas); }
.downloads-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.downloads-heading > div { max-width: 720px; }
.refresh-button.is-loading svg { animation: spin .7s linear infinite; }
.download-status { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.download-status[hidden] { display: none; }
.status-spinner { width: 18px; height: 18px; border: 2px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.download-card { display: flex; flex-direction: column; padding: 26px; }
.download-card > header { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; }
.download-card h3, .download-card header p { margin: 0; }
.download-card header p { margin-top: 4px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--dim); font-size: 13px; }
.device-icon { width: 46px; height: 46px; display: grid; place-items: center; background: color-mix(in srgb, var(--accent), transparent 84%); color: var(--accent); border: 1px solid color-mix(in srgb, var(--accent), transparent 55%); border-radius: 6px; }
.device-icon svg { width: 23px; height: 23px; }
.build-type { align-self: start; color: var(--amber); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .8px; }
.download-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.download-card dl div { min-width: 0; padding: 15px 10px; border-right: 1px solid var(--line); }
.download-card dl div:first-child { padding-left: 0; }
.download-card dl div:last-child { border-right: 0; }
.download-card dt { color: var(--dim); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.download-card dd { overflow: hidden; margin: 5px 0 0; color: var(--text); font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.changelog { flex: 1; margin-bottom: 22px; }
.changelog strong { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.changelog ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.changelog li + li { margin-top: 5px; }
.checksum { display: grid; grid-template-columns: auto minmax(0, 1fr) 38px; align-items: center; gap: 10px; margin-bottom: 14px; }
.checksum > span { color: var(--dim); font-size: 11px; font-weight: 700; }
.checksum code { overflow: hidden; padding: 9px 10px; background: var(--main-sheet); color: var(--muted); border: 1px solid var(--line); border-radius: 4px; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.checksum .icon-button { width: 38px; height: 38px; }
.download-button { width: 100%; }
.download-warning { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: var(--dim); font-size: 13px; }
.download-warning svg { flex: 0 0 auto; color: var(--amber); }
.project { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; background: var(--panel); border-top: 1px solid #3f352c; }
.project-copy { max-width: 690px; }
.project-copy > p:not(.eyebrow) { font-size: 18px; }
.project-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.project-links a { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-weight: 680; }
.project-aside { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 26px; }
.about-preview { margin: 0; }
.about-preview .device-shell { width: 190px; border-radius: 22px; }
.about-preview .device-shell::after { border-radius: 16px; }
.about-preview .device-shell img { border-radius: 16px; }
.about-preview figcaption { margin-top: 12px; color: var(--dim); font-size: 12px; text-align: center; }
.credits { align-self: center; padding-left: 26px; border-left: 1px solid #675544; }
.credit-row { display: flex; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid #3f352c; }
.credit-mark { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; background: var(--panel-strong); color: var(--accent); border: 1px solid #675544; border-radius: 6px; font-weight: 760; }
.credit-row div { display: grid; }
.credit-row span:last-child { color: var(--dim); font-size: 13px; }
footer {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 32px max(24px, calc((100vw - var(--content)) / 2));
  background: #090909;
  border-top: 1px solid #3f352c;
}
footer p { margin: 0; font-size: 13px; text-align: center; }
footer > div { justify-self: end; display: flex; gap: 10px; }
footer > div a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--muted); border: 1px solid #3f352c; border-radius: 6px; }
footer > div a:hover { color: var(--accent); border-color: var(--accent); }
.footer-brand { justify-self: start; }
@media (max-width: 980px) {
  h1 { font-size: 60px; }
  h2 { font-size: 40px; }
  .site-header { grid-template-columns: auto auto 1fr; }
  .site-nav { position: fixed; top: 68px; left: 0; right: 0; display: none; padding: 12px 24px 22px; background: var(--topbar); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; }
  .nav-toggle { display: inline-grid; }
  .accent-picker { justify-self: end; }
  .hero-copy { width: 60%; }
  .hero-device { right: 1%; width: min(31vw, 285px); opacity: .82; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip > div { min-height: 74px; border-bottom: 1px solid rgba(63,53,44,.72); }
  .preview-layout { gap: 48px; }
  .plugin-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  h1 { font-size: 46px; margin-bottom: 16px; }
  h2 { font-size: 34px; }
  .site-header { height: 60px; padding: 0 18px; gap: 12px; }
  .brand img { width: 76px; }
  .brand span { display: none; }
  .site-nav { top: 60px; }
  .accent-picker { gap: 7px; }
  .swatch { width: 14px; height: 14px; }
  .hero { height: 88svh; min-height: 600px; max-height: 760px; align-items: start; padding: 98px 20px 28px; }
  .hero-copy { width: 100%; }
  .hero-lede { max-width: 440px; margin-bottom: 20px; font-size: 17px; line-height: 1.45; }
  .hero-meta { gap: 10px 16px; margin-top: 18px; font-size: 11px; }
  .hero-device { right: -4%; bottom: -18%; width: 235px; opacity: .38; }
  .hero-next { display: none; }
  .feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .feature-strip > div { min-height: 68px; flex-direction: column; gap: 6px; padding: 10px; font-size: 12px; text-align: center; border-left: 0; }
  .feature-strip > div span { max-width: 100%; line-height: 1.25; overflow-wrap: anywhere; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading > p:last-child { font-size: 16px; }
  .preview-layout { grid-template-columns: 1fr; gap: 60px; }
  .screen-preview .device-shell { width: min(78vw, 320px); }
  .screen-gallery {
    grid-template-columns: repeat(4, 190px);
    gap: 18px;
    overflow-x: auto;
    margin-inline: -20px;
    margin-top: 64px;
    padding: 42px 20px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--accent) var(--main-sheet);
  }
  .showcase-item { scroll-snap-align: start; }
  .showcase-item .device-shell { width: 180px; }
  .experience-copy article { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; }
  .plugin-grid, .download-grid { grid-template-columns: 1fr; }
  .plugin-callout { align-items: stretch; flex-direction: column; padding: 22px; }
  .downloads-heading { align-items: stretch; flex-direction: column; }
  .refresh-button { align-self: flex-start; }
  .download-card { padding: 20px; }
  .download-card > header { grid-template-columns: 42px 1fr; }
  .build-type { grid-column: 2; }
  .download-card dl { grid-template-columns: 1fr 1fr 1fr; }
  .download-card dl div { padding: 13px 7px; }
  .project { grid-template-columns: 1fr; gap: 54px; }
  .project-aside { grid-template-columns: minmax(150px, 210px) 1fr; }
  .credits { padding-left: 0; border-left: 0; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}
@media (max-width: 420px) {
  .accent-picker .swatch:nth-child(3) { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 240px; }
  .hero-meta span { min-width: 108px; }
  .plugin-card { min-height: 200px; padding: 24px; }
  .plugin-card > svg { margin-bottom: 28px; }
  .download-card dl { grid-template-columns: 1fr; }
  .download-card dl div { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .download-card dl div:last-child { border-bottom: 0; }
  .project-aside { grid-template-columns: 1fr; }
  .about-preview .device-shell { width: min(68vw, 240px); margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
