:root {
  color-scheme:dark;
  --bg:#080c0d;
  --panel:#101617;
  --border:#243032;
  --text:#f0f4f3;
  --muted:#93a2a3;
  --accent:#62efd0;
  --cyan:#57d7ef
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.65 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  cursor:wait;
  opacity:.6
}
button {
  color:inherit
}
a,button,summary {
  touch-action:manipulation
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:5px
}
a:hover {
  color:var(--accent)
}
p {
  color:var(--muted);
  margin:0 0 24px
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em;
  margin:0
}
h2 {
  font-size:clamp(32px,4.1vw,52px);
  font-weight:580
}
h3 {
  font-size:22px;
  font-weight:580;
  letter-spacing:-.025em
}
svg {
  flex-shrink:0;
  vertical-align:middle
}
button {
  border:0
}
img {
  max-width:100%;
  height:auto
}
::selection {
  background:#62efd03b;
  color:#fff
}
.container {
  width:min(1184px,calc(100% - 80px));
  margin-inline:auto
}
.site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:#080c0dea;
  backdrop-filter:blur(18px);
  border-bottom:1px solid #ffffff0d
}
.nav-wrap {
  height:88px;
  display:flex;
  align-items:center;
  gap:54px
}
.brand {
  display:inline-flex;
  flex-shrink:0;
  align-items:center
}
.brand img {
  width:123px;
  height:auto;
  mix-blend-mode:screen
}
.nav-wrap nav {
  display:flex;
  gap:30px;
  margin-left:auto;
  font-size:13px;
  font-weight:500;
  color:#acb8b7
}
.nav-actions {
  display:flex;
  gap:25px;
  align-items:center
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:15px 23px;
  border:1px solid var(--accent);
  background:var(--accent);
  color:#07251f;
  border-radius:8px;
  font-size:14px;
  font-weight:650;
  line-height:1.5;
  transition:background .2s,box-shadow .2s,transform .2s;
  white-space:nowrap
}
.button:hover {
  background:#8ff6df;
  color:#09251f;
  box-shadow:0 0 30px #62efd022;
  transform:translateY(-2px)
}
.button.small {
  padding:10px 16px;
  font-size:12px;
  gap:14px
}
.button.small svg {
  width:16px
}
.button.secondary {
  border-color:#364244;
  color:#e4edeb;
  background:#12191a
}
.button.secondary:hover {
  border-color:#62efd080;
  background:#182425
}
.button-free {
  font-weight:450;
  font-size:11px;
  opacity:.7;
  border-left:1px solid #163e3140;
  padding-left:12px
}
.language-picker {
  position:relative;
  font-size:12px
}
.language-picker summary {
  cursor:pointer;
  list-style:none;
  white-space:nowrap
}
.language-picker summary span {
  margin-left:5px;
  color:var(--muted)
}
.language-picker>div {
  position:absolute;
  top:32px;
  right:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px 8px;
  width:560px;
  max-height:calc(100dvh - 100px);
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:12px;
  background:var(--panel);
  border:1px solid var(--border);
  border-radius:10px;
  box-shadow:0 15px 40px #0008
}
.language-picker a {
  display:block;
  padding:10px 12px;
  min-width:0;
  overflow-wrap:anywhere;
  border-radius:6px
}
.language-picker a:hover,.language-picker a[aria-current] {
  background:#1d302c;
  color:var(--accent)
}
.menu-toggle {
  display:none
}
.hero {
  position:relative;
  overflow:hidden;
  text-align:center;
  padding:58px 0 0
}
.hero-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(#9ec3b509 1px,transparent 1px),linear-gradient(90deg,#9ec3b509 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:radial-gradient(ellipse at 50% 35%,#000 0,transparent 67%);
  pointer-events:none
}
.orb {
  position:absolute;
  width:960px;
  height:750px;
  top:35px;
  left:50%;
  transform:translateX(-50%);
  background:radial-gradient(ellipse,#16a78512 0,#13a99e07 35%,transparent 68%);
  pointer-events:none
}
.hero:before,.hero:after {
  content:"";
  position:absolute;
  top:250px;
  width:260px;
  height:600px;
  border:1px solid #62efd012;
  border-radius:50%;
  transform:rotate(35deg);
  pointer-events:none
}
.hero:before {
  left:-160px
}
.hero:after {
  right:-160px;
  transform:rotate(-35deg)
}
.hero-content {
  position:relative;
  z-index:1
}
.release {
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid #3d665b70;
  border-radius:100px;
  background:#101e19aa;
  padding:5px 13px;
  font-size:11px;
  color:#b8d9cf;
  letter-spacing:.015em;
  margin-bottom:31px
}
.release>span:last-child {
  color:var(--accent);
  margin-left:5px
}
.status-dot {
  display:inline-block;
  flex-shrink:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 12px #62efd080
}
.release-separator {
  color:#39594e
}
.eyebrow {
  color:var(--accent);
  font:500 10px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.17em;
  margin-bottom:20px
}
.hero .eyebrow {
  color:#a0b9b2;
  font-size:10px;
  margin-bottom:16px
}
h1 {
  font-size:clamp(68px,7.8vw,106px);
  line-height:1.03;
  letter-spacing:-.065em;
  font-weight:620
}
h1>span {
  background:linear-gradient(110deg,#b5f8e8 0,#68ead2 48%,#46cfe8 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.hero-description {
  max-width:590px;
  margin:26px auto 29px;
  line-height:1.8;
  font-size:16px;
  color:#a0aeaf
}
.hero-actions {
  display:flex;
  justify-content:center;
  gap:12px
}
.hero-facts {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#7f9190;
  font-size:11px;
  margin-top:18px
}
.hero-facts span {
  display:inline-flex;
  align-items:center;
  gap:6px
}
.hero-facts svg {
  width:13px;
  height:13px;
  color:var(--accent)
}
.fact-divider {
  height:3px;
  width:3px;
  border-radius:50%;
  background:#56706a
}
.conversation {
  width:min(706px,100%);
  margin:52px auto 0;
  text-align:left;
  border:1px solid #375e5480;
  border-bottom:0;
  border-radius:14px 14px 0 0;
  background:linear-gradient(125deg,#14201de6,#11191be6);
  box-shadow:0 -8px 80px #2adca00a;
  position:relative
}
.conversation:before {
  content:"";
  position:absolute;
  top:-1px;
  left:18%;
  width:64%;
  height:1px;
  background:linear-gradient(90deg,transparent,#86fce6,transparent)
}
.conversation-top {
  height:46px;
  padding:0 20px;
  border-bottom:1px solid #8aa69d18;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px
}
.mini-brand {
  color:var(--accent);
  font-size:20px
}
.online {
  font:9px ui-monospace,monospace;
  color:#73948b;
  margin-left:10px
}
.conversation-dots {
  margin-left:auto;
  color:#84918d;
  letter-spacing:3px
}
.prompt {
  display:flex;
  gap:12px;
  align-items:center;
  padding:22px 26px 10px
}
.avatar {
  display:inline-flex;
  width:28px;
  height:28px;
  border-radius:7px;
  background:#2e3935;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:#b1c0ba;
  font-size:12px
}
.prompt p {
  margin:0;
  font-size:13px;
  color:#d5dedb
}
.response {
  display:flex;
  gap:12px;
  padding:9px 26px 17px
}
.avatar.ai {
  color:var(--accent);
  background:#173d32;
  font-size:22px
}
.response strong {
  font-size:11px;
  font-weight:500;
  color:var(--accent)
}
.response p {
  font-size:14px;
  color:#e8f0ed;
  margin:3px 0 0
}
.cursor {
  display:inline-block;
  width:6px;
  height:15px;
  background:var(--accent);
  margin-left:4px;
  vertical-align:-3px;
  animation:blink 1.3s steps(1) infinite
}
.conversation-chips {
  display:flex;
  gap:8px;
  padding:0 26px 24px 66px
}
.conversation-chips>span {
  display:flex;
  gap:5px;
  align-items:center;
  border:1px solid #3f584850;
  border-radius:5px;
  padding:5px 8px;
  color:#89aaa0;
  font-size:9px
}
.conversation-chips svg {
  width:12px;
  height:12px
}
.conversation-bottom {
  display:flex;
  justify-content:space-between;
  padding:11px 25px;
  border-top:1px solid #8aa69d18;
  color:#7e948e;
  font:10px ui-monospace,monospace
}
.providers {
  position:relative;
  padding:48px 0 42px;
  text-align:center;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:var(--bg)
}
.providers .eyebrow {
  color:#637c75;
  font-size:9px
}
.provider-logos {
  display:flex;
  gap:25px;
  justify-content:space-between;
  align-items:center;
  color:#b6c5c0;
  font-size:23px;
  letter-spacing:-.04em;
  font-weight:600;
  margin:28px 20px 20px
}
.provider-logos span {
  white-space:nowrap
}
.providers>p:last-child {
  font-size:11px;
  margin:0;
  color:#60756e
}
.providers>p:last-child span {
  margin:0 18px
}
.section {
  padding-top:112px;
  padding-bottom:112px
}
.section-heading {
  margin-bottom:43px
}
.section-heading h2 {
  margin-bottom:20px
}
.section-heading>p:last-child {
  font-size:15px;
  margin:0
}
.section-heading.centered {
  text-align:center
}
.section-heading.centered>p:last-child {
  max-width:620px;
  margin-inline:auto
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.feature-card {
  border:1px solid var(--border);
  border-radius:12px;
  background:linear-gradient(125deg,#141c1c80,#0d1314);
  padding:28px;
  transition:border-color .3s,transform .3s;
  position:relative;
  overflow:hidden
}
.feature-card:hover {
  border-color:#468c77;
  transform:translateY(-4px)
}
.feature-card:before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at top left,#62efd008,transparent 70%);
  pointer-events:none
}
.card-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:33px
}
.feature-icon {
  display:inline-flex;
  padding:10px;
  color:var(--accent);
  background:#17312b;
  border:1px solid #2c5f4e60;
  border-radius:10px
}
.card-number {
  font:11px ui-monospace,monospace;
  color:#496258
}
.feature-card h3 {
  margin-bottom:16px;
  font-size:21px
}
.feature-card p {
  font-size:13px;
  line-height:1.85;
  min-height:96px
}
.card-tag {
  font:10px ui-monospace,monospace;
  color:#7e9e93
}
.workspace-section {
  border-top:1px solid #ffffff08;
  background:radial-gradient(ellipse at 50% 47%,#1c6c5520,transparent 65%)
}
.gallery-tabs {
  display:flex;
  justify-content:center;
  gap:8px;
  margin-bottom:26px
}
.gallery-tab {
  border:1px solid transparent;
  border-radius:7px;
  padding:10px 18px;
  background:transparent;
  font-size:12px;
  color:var(--muted);
  display:flex;
  gap:9px;
  align-items:center
}
.gallery-tab svg {
  width:16px;
  height:16px
}
.gallery-tab.active {
  background:#1a2b25;
  color:var(--accent);
  border-color:#375c4e
}
.gallery-tab:hover {
  color:var(--text)
}
.app-frame {
  border:1px solid #49685f;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 35px 110px #0007,0 0 60px #50e7bb08;
  background:#151515
}
.window-bar {
  height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  font-size:10px;
  color:#9bb1a9;
  border-bottom:1px solid #3a4843;
  background:#15201b
}
.window-dots {
  display:flex;
  gap:6px
}
.window-dots i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#59736a
}
.window-dots i:first-child {
  background:#af6763
}
.window-dots i:nth-child(2) {
  background:#b8a166
}
.window-dots i:nth-child(3) {
  background:#63a88a
}
.window-version {
  font:9px ui-monospace,monospace
}
.muted {
  color:#486657;
  margin:0 10px
}
#screenshot-link {
  display:block;
  position:relative
}
#screenshot {
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:contain;
  transition:opacity .15s
}
.zoom-label {
  position:absolute;
  bottom:16px;
  right:16px;
  background:#0c171ce6;
  border:1px solid #526859;
  border-radius:6px;
  padding:6px 12px;
  font-size:10px;
  color:#dcebe5;
  opacity:0;
  transition:opacity .2s
}
#screenshot-link:hover .zoom-label,#screenshot-link:focus-visible .zoom-label {
  opacity:1
}
.all-features {
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  margin-top:47px
}
.all-features>summary {
  font-size:14px;
  padding:23px 0
}
.all-features>p {
  font-size:14px
}
.feature-directory {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px 50px;
  padding:10px 0 36px
}
.feature-directory h3 {
  font-size:18px;
  color:var(--accent)
}
.feature-directory ul {
  padding-left:17px
}
.feature-directory li {
  font-size:13px;
  color:var(--muted);
  margin-bottom:12px
}
summary {
  cursor:pointer;
  list-style:none
}
summary::-webkit-details-marker {
  display:none
}
summary:has(.plus) {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.plus {
  font-size:22px;
  font-weight:300;
  color:#8faba1;
  display:inline-block;
  transition:transform .2s
}
details[open]>summary .plus {
  transform:rotate(45deg)
}
.open-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center;
  padding-top:70px
}
.open-section h2 {
  margin-bottom:27px
}
.open-section p:not(.eyebrow) {
  font-size:15px;
  line-height:1.9
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--accent);
  font-size:13px
}
.open-art {
  height:350px;
  position:relative;
  display:grid;
  place-items:center;
  background:radial-gradient(ellipse,#44e3b111,transparent 65%)
}
.orbit {
  position:absolute;
  border:1px solid #35574a70;
  border-radius:50%;
  width:280px;
  height:280px;
  transform:rotate(-25deg) scaleY(.65)
}
.orbit-two {
  width:390px;
  height:390px;
  transform:rotate(35deg) scaleY(.65)
}
.orbit-three {
  width:440px;
  height:440px;
  transform:rotate(-35deg) scaleY(.65);
  border-style:dashed;
  border-color:#35574a40;
  animation:orbit-breathe 8s ease-in-out infinite
}
.open-core {
  font-size:46px;
  font-weight:650;
  letter-spacing:-3px;
  line-height:1.1;
  position:relative
}
.open-core>span {
  color:var(--accent)
}
.open-core small {
  display:block;
  color:#738f82;
  text-align:center;
  font:8px/4 ui-monospace,monospace;
  letter-spacing:3px
}
.orbit-label {
  position:absolute;
  border:1px solid #385e4f;
  border-radius:7px;
  background:#13221b;
  padding:8px 13px;
  font:10px ui-monospace,monospace;
  color:#92bbab;
  z-index:2
}
.label-one {
  top:40px;
  left:10px
}
.label-two {
  right:-5px;
  top:160px
}
.label-three {
  bottom:23px;
  left:25px
}
.download-section {
  background:radial-gradient(ellipse at 50% 10%,#14483340,transparent 60%),#0c1211;
  border-block:1px solid #29443770
}
.version-line {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  margin-top:25px;
  color:#829b8d;
  font:11px ui-monospace,monospace
}
.version-line a {
  color:var(--accent)
}
.download-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.download-card {
  padding:30px;
  border:1px solid #2a4035;
  background:#101a15;
  border-radius:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}
.download-card:first-child {
  border-color:#4a8970;
  background:linear-gradient(150deg,#1e3a2b,#101b16)
}
.os-icon {
  color:#bddbcc;
  margin-bottom:20px
}
.os-icon svg {
  width:31px;
  height:31px
}
.download-card h3 {
  font-size:24px;
  margin-bottom:10px
}
.download-card>p {
  font-size:12px;
  margin-bottom:25px
}
.download-card .button {
  width:100%;
  padding-inline:8px;
  font-size:13px
}
.store-link,.store-links {
  font-size:12px;
  margin:19px 0 11px;
  color:#a4c2b3
}
.store-links {
  display:flex;
  gap:23px
}
.download-card>small {
  font-size:10px;
  color:#6d8c7c;
  line-height:1.8;
  max-width:250px
}
.terminal {
  max-width:750px;
  margin:35px auto 0;
  border:1px solid #293f34;
  border-radius:8px;
  background:#090f0c;
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden
}
.terminal-label {
  grid-column:1/-1;
  padding:10px 18px;
  border-bottom:1px solid #293f34;
  color:#6f8d7d;
  font:10px ui-monospace,monospace
}
.command {
  display:flex;
  align-items:center;
  padding:12px 16px;
  gap:12px
}
.command+.command {
  border-left:1px solid #293f34
}
.terminal-prompt {
  color:var(--accent)
}
.command code {
  font-size:12px;
  color:#b1c7bb
}
.command button {
  margin-left:auto;
  padding:5px;
  background:transparent;
  color:#688d77;
  line-height:1
}
.command button:hover {
  color:var(--accent)
}
.command button svg {
  width:15px;
  height:15px
}
.copy-status {
  text-align:center;
  min-height:19px;
  font-size:11px;
  color:var(--accent);
  margin:4px 0
}
.cost-note {
  text-align:center;
  font-size:11px;
  color:#779180;
  margin-bottom:20px
}
.checksums {
  text-align:center;
  font-size:11px;
  color:#668671
}
.checksums summary {
  display:inline-block;
  border-bottom:1px dotted #456950
}
.checksums p {
  margin:8px 0;
  color:#92b69f
}
.checksums code {
  font-size:10px;
  margin-left:12px;
  overflow-wrap:anywhere
}
.faq {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px
}
.faq h2 {
  font-size:38px;
  line-height:1.2;
  margin-bottom:25px
}
.faq details {
  border-bottom:1px solid var(--border)
}
.faq details:first-child {
  border-top:1px solid var(--border)
}
.faq summary {
  padding:21px 0;
  font-size:14px
}
.faq details p {
  font-size:13px;
  line-height:1.9
}
.issues-link {
  margin-top:20px
}
.community {
  border:1px solid var(--border);
  border-radius:12px;
  background:#111a16;
  padding:30px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.community>div:first-child {
  display:flex;
  align-items:center;
  gap:22px
}
.community-icon {
  font-size:35px;
  color:var(--accent)
}
.community h2 {
  font-size:22px;
  letter-spacing:-.025em;
  margin-bottom:7px
}
.community p {
  font-size:12px;
  margin:0
}
.community-links {
  display:flex;
  gap:20px;
  font-size:11px;
  color:#b1c8ba
}
.credits {
  width:100%;
  border-top:1px solid #253c2e;
  padding-top:15px;
  font-size:11px;
  color:#789983
}
.credits p {
  margin-top:15px
}
.changelog-section {
  margin-top:25px;
  margin-bottom:70px
}
.changelog-section summary {
  font-size:12px;
  padding:14px 0;
  color:#94ac9d;
  border-bottom:1px solid var(--border)
}
.changelog-section summary>span {
  font:10px ui-monospace,monospace
}
.changelog-section .plus {
  margin-left:15px
}
.changelog-section pre {
  font:12px/1.8 ui-monospace,monospace;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  color:#a8bbb0;
  max-height:500px;
  overflow:auto;
  padding:20px;
  background:#111a15;
  border-radius:8px
}
footer {
  padding:0 0 25px
}
.footer-top {
  border-top:1px solid var(--border);
  padding:45px 0;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px
}
.footer-top p {
  font-size:11px;
  margin:12px 0 0;
  color:#698578
}
.footer-links {
  display:flex;
  flex-direction:column;
  gap:11px;
  font-size:12px;
  color:#9ab0a3
}
.footer-links button {
  background:none;
  padding:0;
  text-align:left;
  color:inherit;
  font-size:12px;
  width:fit-content
}
.footer-links button:hover {
  color:var(--accent)
}
.footer-bottom {
  display:flex;
  gap:35px;
  align-items:center;
  border-top:1px solid var(--border);
  padding-top:23px;
  font-size:9px;
  color:#61766b
}
.footer-bottom>span {
  white-space:nowrap
}
.footer-bottom p {
  font-size:9px;
  color:#61766b;
  margin:0;
  max-width:550px
}
.footer-bottom>a {
  margin-left:auto;
  font-size:19px;
  color:#b1c5b8
}
.sponsor-banner {
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:center;
  padding:25px;
  font-size:10px;
  color:var(--muted)
}
.sponsor-banner img {
  max-height:90px
}
dialog {
  border:1px solid #446955;
  background:#101a15;
  color:var(--text);
  border-radius:14px;
  padding:40px;
  width:min(680px,calc(100% - 32px));
  max-height:90dvh;
  overflow-y:auto;
  box-shadow:0 30px 100px #000a
}
dialog::backdrop {
  background:#030907d9;
  backdrop-filter:blur(8px)
}
dialog h2 {
  font-size:34px;
  margin-bottom:25px
}
dialog>p {
  font-size:14px
}
.dialog-close {
  position:absolute;
  top:12px;
  right:15px;
  background:transparent;
  color:#9ab5a6;
  font-size:29px;
  line-height:1;
  padding:5px
}
.notice {
  padding:15px;
  border:1px solid #3b634e;
  border-radius:6px;
  background:#172c1f;
  color:#afd3bc;
  font-size:12px!important
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
label {
  display:block;
  font-size:12px;
  color:#a2c1ad;
  margin-bottom:15px
}
input,textarea {
  display:block;
  width:100%;
  margin-top:5px;
  padding:10px;
  border:1px solid #354e3e;
  border-radius:6px;
  background:#0b120e;
  color:#e9f2ec
}
textarea {
  resize:vertical
}
.form-privacy {
  font-size:10px;
  line-height:1.8
}
.form-privacy a {
  text-decoration:underline
}
#form-status {
  font-size:12px;
  margin:15px 0;
  color:var(--accent)
}
#form-status.error {
  color:#ffaaaa
}
.ad-plans {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-bottom:20px
}
.ad-plans article {
  border:1px solid #35573f;
  padding:20px;
  border-radius:8px
}
.ad-plans h3 {
  font-size:18px;
  margin-bottom:16px
}
.ad-plans strong {
  font-size:25px;
  color:var(--accent)
}
.ad-plans small {
  font-size:10px;
  color:var(--muted)
}
.ad-plans p {
  font-size:12px;
  margin:15px 0 0
}
#image-dialog {
  width:min(1500px,96vw);
  padding:38px 8px 8px;
  max-height:96dvh
}
#image-dialog img {
  display:block;
  max-height:calc(96dvh - 50px);
  object-fit:contain;
  margin:auto
}
.skip {
  position:fixed;
  top:-100px;
  left:15px;
  z-index:100;
  padding:10px;
  background:var(--accent);
  color:#000
}
.skip:focus {
  top:10px
}
body.dialog-open {
  overflow:hidden
}
@keyframes blink {
  50% {
    opacity:0
  }
}
@keyframes orbit-breathe {
  50% {
    opacity:.4
  }
}
@media(min-width:1500px) {
  .hero {
    padding-top:70px
  }
}
@media(max-width:1050px) {
  .nav-wrap {
    gap:25px
  }
  .nav-wrap nav {
    gap:18px
  }
  .nav-actions {
    gap:18px
  }
  .provider-logos {
    font-size:19px;
    gap:15px
  }
  .feature-card {
    padding:23px
  }
  .feature-card p {
    min-height:120px
  }
  .feature-card h3 {
    font-size:19px
  }
  .open-section {
    gap:40px
  }
  .orbit-three {
    width:340px;
    height:340px
  }
  .orbit-two {
    width:310px;
    height:310px
  }
  .label-two {
    right:0
  }
  .faq {
    gap:50px
  }
  .community-links {
    gap:15px
  }
  .download-card {
    padding:25px 20px
  }
}
@media(max-width:800px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-wrap {
    height:74px;
    gap:15px
  }
  .brand img {
    width:102px
  }
  .nav-wrap nav {
    position:absolute;
    top:74px;
    left:0;
    right:0;
    display:none;
    background:#101c16;
    border-bottom:1px solid #325542;
    padding:25px;
    flex-direction:column;
    font-size:16px;
    gap:25px
  }
  .nav-wrap nav.open {
    display:flex
  }
  .menu-toggle {
    display:block;
    order:3;
    background:none;
    font-size:22px;
    padding:5px;
    color:#bdd7c9
  }
  .nav-actions {
    margin-left:auto;
    gap:17px
  }
  .button.small {
    font-size:11px;
    padding:9px 12px
  }
  .button.small svg {
    display:none
  }
  .hero {
    padding-top:40px
  }
  h1 {
    font-size:80px
  }
  .hero-description {
    font-size:15px;
    max-width:530px
  }
  .providers {
    padding-block:35px
  }
  .provider-logos {
    flex-wrap:wrap;
    justify-content:center;
    gap:20px 35px;
    margin-inline:0
  }
  .provider-logos span {
    font-size:21px
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .feature-card p {
    min-height:96px
  }
  .section {
    padding-block:75px
  }
  .open-section {
    gap:20px
  }
  .open-art {
    height:310px;
    overflow:hidden
  }
  .orbit-label {
    font-size:8px
  }
  .label-one {
    left:0
  }
  .label-two {
    right:0
  }
  .open-core {
    font-size:35px
  }
  .open-section h2 {
    font-size:37px
  }
  .open-section p:not(.eyebrow) {
    font-size:13px
  }
  .download-grid {
    gap:10px
  }
  .download-card {
    padding:24px 12px
  }
  .download-card h3 {
    font-size:20px
  }
  .download-card .button {
    font-size:11px;
    gap:6px
  }
  .download-card .button svg {
    width:15px
  }
  .store-links {
    gap:10px;
    font-size:10px
  }
  .store-link {
    font-size:10px
  }
  .faq {
    gap:35px
  }
  .faq h2 {
    font-size:30px
  }
  .faq summary {
    font-size:13px
  }
  .footer-top {
    grid-template-columns:1.5fr 1fr 1fr;
    gap:15px
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:15px
  }
  .footer-bottom p {
    max-width:none;
    width:80%
  }
  .footer-bottom>span {
    width:100%
  }
  .conversation {
    margin-top:40px
  }
  .gallery-tab {
    padding:8px 12px
  }
}
@media(max-width:560px) {
  .container {
    width:calc(100% - 36px)
  }
  .hero {
    padding-top:33px
  }
  .release {
    font-size:9px;
    margin-bottom:27px
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:.13em
  }
  h1 {
    font-size:clamp(59px,15vw,80px)
  }
  .hero-description {
    font-size:14px;
    line-height:1.8;
    margin-block:23px
  }
  .hero-actions {
    flex-direction:column;
    gap:10px;
    width:min(290px,100%);
    margin-inline:auto
  }
  .hero-actions .button {
    padding:13px 17px
  }
  .hero-facts {
    font-size:9px;
    gap:9px
  }
  .hero-facts span {
    gap:4px
  }
  .hero-facts svg {
    width:11px
  }
  .conversation {
    margin-top:34px
  }
  .conversation-top {
    padding-inline:15px
  }
  .online {
    font-size:8px;
    margin-left:3px
  }
  .prompt {
    padding:20px 15px 10px;
    gap:9px
  }
  .prompt p {
    font-size:11px
  }
  .response {
    padding:8px 15px 18px;
    gap:9px
  }
  .response p {
    font-size:12px
  }
  .response strong {
    font-size:10px
  }
  .conversation-chips {
    padding:0 15px 18px;
    gap:5px;
    flex-wrap:wrap
  }
  .conversation-chips>span {
    font-size:8px;
    padding:4px 6px
  }
  .conversation-chips svg {
    width:10px
  }
  .conversation-bottom {
    padding:10px 15px;
    font-size:9px
  }
  .provider-logos {
    gap:21px 27px
  }
  .provider-logos span {
    font-size:19px
  }
  .providers .eyebrow {
    font-size:8px;
    letter-spacing:.08em
  }
  .providers>p:last-child {
    font-size:9px
  }
  .providers>p:last-child span {
    margin:0 7px
  }
  .section {
    padding-block:60px
  }
  .section-heading {
    margin-bottom:30px
  }
  .section-heading h2 {
    font-size:34px
  }
  .section-heading>p:last-child {
    font-size:13px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:.12em;
    margin-bottom:15px
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:12px
  }
  .feature-card {
    padding:25px
  }
  .feature-card p {
    min-height:0;
    margin-bottom:22px;
    font-size:13px
  }
  .feature-card h3 {
    font-size:22px
  }
  .card-top {
    margin-bottom:24px
  }
  .gallery-tabs {
    gap:4px;
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-bottom:18px
  }
  .gallery-tab {
    font-size:10px;
    justify-content:center;
    padding:9px 5px
  }
  .window-bar {
    height:30px;
    padding:0 10px;
    font-size:8px
  }
  .window-version {
    font-size:8px
  }
  .app-frame {
    border-radius:8px
  }
  .zoom-label {
    opacity:1;
    font-size:8px;
    bottom:8px;
    right:8px;
    padding:4px 7px
  }
  .all-features {
    margin-top:28px
  }
  .all-features>summary {
    font-size:13px
  }
  .feature-directory {
    grid-template-columns:1fr;
    gap:20px
  }
  .open-section {
    grid-template-columns:1fr;
    gap:15px
  }
  .open-section h2 {
    font-size:41px
  }
  .open-section p:not(.eyebrow) {
    font-size:14px
  }
  .open-art {
    height:300px;
    max-width:370px;
    width:100%;
    margin:auto
  }
  .open-core {
    font-size:46px
  }
  .label-one {
    left:10px
  }
  .label-two {
    right:10px
  }
  .download-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .download-card {
    padding:27px
  }
  .download-card h3 {
    font-size:25px
  }
  .download-card .button {
    font-size:14px
  }
  .download-card .button svg {
    width:20px
  }
  .store-links,.store-link {
    font-size:12px
  }
  .download-card>small {
    font-size:11px
  }
  .version-line {
    font-size:9px;
    gap:8px;
    flex-wrap:wrap
  }
  .terminal {
    grid-template-columns:1fr
  }
  .command+.command {
    border-left:0;
    border-top:1px solid #293f34
  }
  .command {
    padding:13px 16px
  }
  .cost-note {
    font-size:10px
  }
  .checksums p {
    display:flex;
    flex-direction:column;
    gap:5px
  }
  .checksums code {
    margin:0;
    font-size:9px
  }
  .faq {
    grid-template-columns:1fr;
    gap:27px
  }
  .faq h2 {
    font-size:34px
  }
  .community {
    padding:25px;
    gap:22px
  }
  .community>div:first-child {
    align-items:flex-start;
    gap:15px
  }
  .community h2 {
    font-size:20px
  }
  .community p {
    font-size:11px
  }
  .community-links {
    flex-wrap:wrap;
    font-size:10px;
    gap:15px
  }
  .changelog-section {
    margin-bottom:45px
  }
  .footer-top {
    grid-template-columns:1fr 1fr;
    padding-block:35px;
    gap:30px
  }
  .footer-top>div:first-child {
    grid-column:1/-1
  }
  .footer-links {
    font-size:11px
  }
  .footer-links button {
    font-size:11px
  }
  .footer-bottom {
    font-size:8px
  }
  .footer-bottom p {
    font-size:8px
  }
  .form-row,.ad-plans {
    grid-template-columns:1fr
  }
  dialog {
    padding:35px 22px
  }
  dialog h2 {
    font-size:29px
  }
  .nav-actions {
    gap:12px
  }
  .language-picker {
    font-size:10px
  }
  .nav-wrap {
    gap:10px
  }
  .menu-toggle {
    font-size:20px
  }
  .button.small {
    font-size:10px;
    padding:8px 10px
  }
  .brand img {
    width:90px
  }
  .zoom-label {
    display:none
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .cursor {
    opacity:1
  }
}
/* Gallery grows from the configurable screenshot collection. */
.gallery-tabs {
  flex-wrap:wrap
}
.gallery-tab {
  padding:9px 13px;
  font-size:11px
}
.typed {
  min-height:24px
}
.orb {
  animation:ambient-light 10s ease-in-out infinite
}
.conversation-chips>span {
  transition:border-color .4s,background .4s
}
.conversation-chips>span:hover {
  border-color:#62efd080;
  background:#24473a
}
@keyframes ambient-light {
  50% {
    opacity:.5;
    transform:translateX(-50%) scale(1.15)
  }
}
@media(max-width:560px) {
  .gallery-tabs {
    grid-template-columns:repeat(2,1fr)
  }
  .gallery-tab {
    font-size:10px;
    padding:9px 5px
  }
  .typed {
    min-height:42px
  }
}
@media(prefers-reduced-motion:reduce) {
  .orb {
    animation:none
  }
}
.original-image {
  position:absolute;
  left:15px;
  top:10px;
  color:var(--accent);
  font-size:11px
}
@media(max-width:560px) {
  .zoom-label {
    display:inline-block
  }
}

/* Product-led hero: real screenshots, no simulated window chrome. */
.github-corner {position:fixed;right:0;top:0;z-index:45;color:#071b15;width:76px;height:76px}
.github-corner svg {display:block;width:100%;height:100%}
.corner-bg {fill:var(--accent);transition:fill .25s}
.github-corner:hover .corner-bg {fill:#a2ffe7}
.octo-arm {transform-origin:130px 106px}
.github-corner:hover .octo-arm {animation:octocat-wave .6s ease-in-out}
.nav-wrap {padding-right:44px;gap:30px}
@keyframes octocat-wave {0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-22deg)}40%,80%{transform:rotate(12deg)}}
.hero-product {padding:82px 0 86px;text-align:left;isolation:isolate}
.hero-product:before,.hero-product:after {display:none}
.hero-product .orb {left:70%;top:-170px;width:1200px;height:1000px;background:radial-gradient(ellipse,#20d6a923,transparent 64%)}
.hero-product .hero-grid {mask-image:radial-gradient(ellipse at 75% 45%,#000,transparent 75%);background-size:60px 60px}
.hero-layout {display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);align-items:center;gap:58px;width:min(1320px,calc(100% - 96px));position:relative;z-index:2}
.hero-copy {position:relative;z-index:3}
.hero-product .release {margin-bottom:27px;font-size:10px}
.hero-product .eyebrow {color:#92b7aa;font-size:9px;letter-spacing:.13em;margin-bottom:17px}
.hero-product h1 {font-size:clamp(44px,4.75vw,69px);line-height:1.08;letter-spacing:-.058em}
.hero-product .hero-description {max-width:520px;margin:24px 0;font-size:15px;line-height:1.85;color:#a8bcb3}
.hero-specs {margin:0 0 30px;padding:16px 0;border-top:1px solid #6ac9a31f;border-bottom:1px solid #6ac9a31f}
.hero-specs>div {display:grid;grid-template-columns:116px 1fr;gap:12px;padding:5px 0;font-size:11px;line-height:1.7}
.hero-specs dt {color:#738f80}
.hero-specs dd {margin:0;color:#c4d9cf;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}
.hero-product .hero-actions {justify-content:flex-start;gap:10px}
.hero-product .hero-actions .button {padding:13px 17px;font-size:12px;gap:9px}
.hero-product .hero-facts {justify-content:flex-start;font-size:10px;gap:12px}
.hero-preview {min-width:0;position:relative;padding:25px 0;--tilt-x:0deg;--tilt-y:0deg}
.preview-heading {display:flex;align-items:center;gap:9px;font:9px ui-monospace,monospace;letter-spacing:.13em;color:#97b7a8;margin:0 0 33px 10px}
.preview-heading>span:last-child {margin-left:auto;color:#577d68;letter-spacing:0}
.preview-perspective {position:relative;perspective:1400px}
.hero-app-frame {transform:rotateX(calc(3deg + var(--tilt-x))) rotateY(calc(-7deg + var(--tilt-y))) rotateZ(1deg);transform-style:preserve-3d;transition:transform .5s cubic-bezier(.2,.8,.2,1);border-radius:9px;position:relative;isolation:isolate;box-shadow:0 38px 75px #0009}
.hero-image-link {display:block;position:relative;overflow:hidden;border-radius:9px;background:#151515;aspect-ratio:16/9}
#hero-screenshot {display:block;width:100%;height:100%;object-fit:contain}
.preview-stack {position:absolute;inset:0;pointer-events:none;border:1px solid #54dca632;border-radius:9px;background:linear-gradient(135deg,#193c2610,#0c261712);transform:rotateY(-7deg) rotateZ(-3deg) scale(.98) translateY(12px);box-shadow:0 0 35px #29d79808}
.stack-back {transform:rotateY(-7deg) rotateZ(-6deg) scale(.96) translateY(22px);opacity:.5}
.preview-controls {display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;margin-top:40px;position:relative}
.preview-controls>p {font-size:9px;margin:0 auto 0 0;color:#719480;letter-spacing:.01em}
.slide-dots {display:flex;align-items:center;gap:3px}
.slide-dots button {background:none;display:grid;place-items:center;width:20px;height:30px;padding:0}
.slide-dots button>span {width:5px;height:5px;display:block;background:#446050;border-radius:10px;transition:width .35s,background .35s;position:relative;overflow:hidden}
.slide-dots button[aria-pressed="true"] {width:30px}
.slide-dots button[aria-pressed="true"]>span {width:23px;background:#527764}
.slide-dots button[aria-pressed="true"]>span:after {content:"";position:absolute;inset:0;background:var(--accent)}
.slide-dots.is-playing button[aria-pressed="true"]>span:after {transform-origin:left;animation:slide-time 7s linear forwards}
@keyframes slide-time {from{transform:scaleX(0)}to{transform:scaleX(1)}}
.slideshow-toggle,.gallery-arrow {display:inline-grid;place-items:center;border:1px solid #375943;background:#14281bcc;border-radius:50%;width:30px;height:30px;padding:0;color:#97c8ad;font-size:12px;line-height:1}
.slideshow-toggle:hover,.gallery-arrow:hover {color:var(--accent);border-color:var(--accent)}
.gallery-controls {display:flex;align-items:center;justify-content:center;gap:17px;margin-top:25px}
.gallery-controls [data-slide-count] {font:10px ui-monospace,monospace;color:#93b4a0;min-width:56px;text-align:center}
.gallery-controls .slideshow-toggle {margin-left:8px}
.gallery-message {font-size:12px;color:#f2b5a6;text-align:center;margin:0}
.gallery-message:not(:empty) {margin-top:12px}
/* Two luminous arcs travel around the actual image, with a soft outer glow. */
@property --glow-angle {syntax:'<angle>';initial-value:0deg;inherits:false}
.hero-app-frame:before,.app-frame:before {content:"";position:absolute;inset:-2px;border-radius:11px;padding:2px;background:conic-gradient(from var(--glow-angle),#244c3b 0deg,#4cd5a7 65deg,#b1ffeb 90deg,#4ccbe4 110deg,#244c3b 155deg,#244c3b 230deg,#4ad2a1 270deg,#244c3b 310deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:3;animation:border-orbit 12s linear infinite}
.hero-app-frame:after,.app-frame:after {content:"";position:absolute;inset:-17px;border-radius:28px;background:conic-gradient(from var(--glow-angle),transparent,#31d8a22e,transparent,#48c2f025,transparent);filter:blur(30px);z-index:-1;pointer-events:none;animation:border-orbit 12s linear infinite}
@keyframes border-orbit {to{--glow-angle:360deg}}
.app-frame {border:0;border-radius:9px;position:relative;overflow:visible;isolation:isolate;box-shadow:0 30px 80px #0008}
#screenshot-link {overflow:hidden;border-radius:9px;aspect-ratio:16/9}
.slide-ghost {position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;pointer-events:none;z-index:1;border-radius:inherit}
.zoom-label {z-index:4}
.hero-image-link:hover .zoom-label,.hero-image-link:focus-visible .zoom-label {opacity:1}
.hero-beam {position:absolute;height:1px;width:260px;background:linear-gradient(90deg,transparent,#6cebc87a,transparent);transform:rotate(-40deg);left:43%;top:10%;opacity:0;pointer-events:none;animation:beam-drift 11s ease-in-out infinite}
.beam-two {left:85%;top:30%;animation-delay:5s;width:170px}
@keyframes beam-drift {0%,100%{opacity:0;translate:-50px 50px}35%{opacity:.5}70%{opacity:0;translate:140px -140px}}
.cursor-light,.cursor-trail {position:fixed;left:0;top:0;pointer-events:none;z-index:40;opacity:0;transition:opacity .7s;will-change:transform;mix-blend-mode:screen}
.cursor-light:before {content:"";position:absolute;width:450px;height:450px;left:-225px;top:-225px;background:radial-gradient(circle,#3fedb511,transparent 65%)}
.cursor-trail:before {content:"";position:absolute;width:58px;height:58px;left:-29px;top:-29px;border-radius:50%;background:radial-gradient(circle,#8bffe638,#3cdeae0d 40%,transparent 70%)}
.trail-two:before {width:38px;height:38px;left:-19px;top:-19px;background:radial-gradient(circle,#64d8fa28,transparent 70%)}
.cursor-light.visible,.cursor-trail.visible {opacity:1}
.provider-logos {font-size:21px;gap:24px}
.provider-logos>span {display:flex;gap:10px;align-items:center}
.provider-logos img {width:29px;height:29px;filter:invert(85%) sepia(9%) saturate(200%) hue-rotate(95deg);opacity:.9}
.provider-wordmark {font-weight:600;letter-spacing:-.04em}
.feature-card p {min-height:120px}
.feature-card:after {content:"";position:absolute;left:15%;right:15%;top:0;height:1px;background:linear-gradient(90deg,transparent,#6befbf90,transparent);opacity:0;transition:opacity .4s}
.feature-card:hover:after {opacity:1}
.reveal-ready {opacity:0;transform:translateY(22px);transition:opacity .7s var(--reveal-delay),transform .7s var(--reveal-delay),border-color .3s}
.reveal-ready.revealed {opacity:1;transform:translateY(0)}
.reveal-ready.revealed:hover {transform:translateY(-4px)}
/* Edge-to-edge viewer with navigation outside the screenshot. */
#image-dialog {width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:22px 28px;border:0;border-radius:0;background:#070d0b;overflow:hidden;box-shadow:none}
#image-dialog[open] {display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;gap:14px}
.viewer-toolbar {display:flex;align-items:center;justify-content:space-between;gap:15px}
.viewer-brand {font-size:24px;letter-spacing:-1px;font-weight:650;display:flex;align-items:center;gap:0}
.viewer-brand>span {color:var(--accent)}
.viewer-brand small {font-size:10px;color:#719581;font-weight:400;letter-spacing:0;margin-left:22px}
.viewer-toolbar>div {display:flex;align-items:center;gap:18px}
#image-dialog .original-image {position:static;font-size:11px}
.viewer-fullscreen,#image-dialog .dialog-close {position:static;background:transparent;padding:6px;color:#afcfbc;font-size:26px;line-height:1}
.viewer-stage {display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:18px;min-height:0}
.viewer-image-wrap {position:relative;width:100%;height:100%;min-height:0;overflow:hidden;display:grid;place-items:center}
#image-dialog #viewer-image {width:100%;height:100%;max-height:100%;object-fit:contain;display:block;margin:0}
.viewer-arrow {height:42px;width:42px;border:1px solid #375f48;border-radius:50%;background:#13221a;color:#b5d4c1;font-size:23px;transition:background .2s,border-color .2s}
.viewer-arrow:hover {background:#234332;border-color:var(--accent);color:var(--accent)}
.viewer-caption {display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;min-height:30px}
.viewer-caption [data-slide-count] {font:11px ui-monospace,monospace;color:var(--accent)}
.viewer-caption strong {font-weight:500}
.viewer-help {color:#61826e;font-size:10px}
.viewer-thumbnails {display:flex;gap:10px;justify-content:center;overflow-x:auto;max-width:100%;padding:5px 2px 8px;scrollbar-width:thin;scrollbar-color:#4d8464 transparent}
.viewer-thumbnails button {position:relative;background:#122019;flex-shrink:0;width:112px;padding:0;border:1px solid #334e3c;border-radius:5px;overflow:hidden;opacity:.5;transition:opacity .3s,border-color .3s}
#image-dialog .viewer-thumbnails img {display:block;width:112px;height:63px;max-height:none;object-fit:cover;margin:0}
.viewer-thumbnails button span {display:block;font-size:8px;padding:6px 2px;color:#a8c4b2;white-space:nowrap}
.viewer-thumbnails button[aria-pressed="true"] {opacity:1;border-color:var(--accent);box-shadow:0 0 12px #62efd020}
.viewer-thumbnails button:hover {opacity:1}
.viewer-message:empty {display:none}
@media(min-width:1600px){.hero-layout{gap:85px}.hero-product{padding-block:105px}}
@media(max-width:1150px){.hero-layout{width:calc(100% - 64px);gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.hero-product h1{font-size:52px}.hero-product .hero-description{font-size:13px}.hero-specs>div{grid-template-columns:95px 1fr;gap:8px}.hero-specs dd{font-size:9px}.hero-product .hero-facts{font-size:9px;gap:9px}.preview-controls>p{width:100%;text-align:center;margin:0}.preview-controls{justify-content:center}.provider-logos{font-size:18px;gap:20px}.provider-logos>span{gap:7px}.provider-logos img{width:23px;height:23px}.nav-wrap nav{gap:18px}.nav-actions{gap:16px}.nav-wrap{gap:20px}}
@media(max-width:900px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:25px}.hero-product h1{font-size:43px}.hero-specs>div{grid-template-columns:1fr;gap:0;padding:4px 0}.hero-specs dd{font-size:10px}.hero-specs{padding:10px 0;margin-bottom:22px}.hero-product .hero-actions .button{padding:12px;font-size:11px}.hero-product .button-free{display:none}.hero-product .hero-facts{flex-wrap:wrap;gap:5px 10px}.preview-heading{font-size:8px;gap:6px;letter-spacing:.06em}.hero-product{padding-block:58px}.preview-controls{margin-top:30px}.hero-app-frame{transform:rotateX(var(--tilt-x)) rotateY(calc(-4deg + var(--tilt-y)))}.provider-logos{flex-wrap:wrap;justify-content:center;gap:25px}.feature-card p{min-height:135px}}
@media(max-width:760px){.hero-layout{display:flex;flex-direction:column;gap:0;width:calc(100% - 48px);align-items:stretch}.hero-copy{display:contents}.hero-copy>.release{order:0;align-self:flex-start;margin-bottom:22px}.hero-copy>.eyebrow{order:1}.hero-copy>h1{order:2;font-size:clamp(43px,8.2vw,60px)}.hero-copy>.hero-description{order:3;font-size:14px;max-width:100%;margin:20px 0 0}.hero-preview{order:4;margin:25px 0 30px;padding:0 6px}.hero-specs{order:5;margin:0 0 25px;padding:15px 0}.hero-specs>div{grid-template-columns:120px 1fr;gap:10px;padding:4px 0}.hero-specs dd{font-size:10px}.hero-copy>.hero-actions{order:6;width:100%;flex-direction:row;margin:0}.hero-copy>.hero-actions .button{padding:14px 20px;font-size:13px}.hero-copy>.hero-facts{order:7;font-size:10px;margin-top:17px;gap:13px}.hero-app-frame{transform:rotateX(0) rotateY(0) rotateZ(-1deg)}.preview-heading{margin:0 0 17px;font-size:8px}.preview-controls{margin-top:28px;gap:8px}.preview-controls>p{width:auto;margin-right:auto;text-align:left;font-size:8px}.hero-product{padding:36px 0 45px}.hero-product .orb{left:50%;top:120px;max-width:100vw}.hero-beam{display:none}.hero-product .hero-grid{mask-image:radial-gradient(ellipse at 50% 50%,#000,transparent 75%)}.viewer-toolbar{gap:10px}.viewer-brand small{display:none}.viewer-toolbar>div{gap:12px}.viewer-help{display:none}#image-dialog{padding:16px 12px}.viewer-stage{grid-template-columns:30px minmax(0,1fr) 30px;gap:7px}.viewer-arrow{width:30px;height:30px;font-size:18px}.viewer-thumbnails{justify-content:flex-start}.feature-card p{min-height:0}}
@media(max-width:560px){.github-corner{width:54px;height:54px}.nav-wrap{padding-right:35px;gap:10px}.nav-actions>.button.small{display:none}.nav-actions{gap:10px}.hero-layout{width:calc(100% - 36px)}.hero-product .eyebrow{font-size:8px;letter-spacing:.08em}.hero-product .release{font-size:9px}.hero-product .hero-description{font-size:13px}.hero-specs>div{grid-template-columns:89px 1fr;font-size:10px;gap:7px}.hero-specs dd{font-size:9px}.hero-copy>.hero-actions .button{font-size:12px;padding:13px 17px}.hero-copy>.hero-facts{font-size:9px;gap:8px}.hero-preview{padding:0 3px;margin-top:25px}.preview-controls{gap:4px}.preview-controls>p{font-size:8px;max-width:94px;line-height:1.6}.slide-dots{gap:0}.slide-dots button{width:16px}.slide-dots button[aria-pressed="true"]{width:24px}.slide-dots button[aria-pressed="true"]>span{width:19px}.preview-controls .slideshow-toggle{width:27px;height:27px;margin-left:4px}.provider-logos{gap:23px 27px}.provider-logos>span{font-size:18px}.provider-logos img{width:24px;height:24px}.viewer-caption{gap:11px;font-size:11px}.viewer-caption [data-slide-count]{font-size:9px}.viewer-toolbar .original-image{font-size:9px!important;max-width:135px}.viewer-brand{font-size:19px}.viewer-fullscreen,#image-dialog .dialog-close{font-size:23px;padding:4px}.viewer-toolbar>div{gap:8px}.viewer-thumbnails button{width:85px}#image-dialog .viewer-thumbnails img{width:85px;height:48px}.viewer-thumbnails button span{font-size:7px}.viewer-stage{grid-template-columns:25px minmax(0,1fr) 25px;gap:4px}.viewer-arrow{height:25px;width:25px;font-size:16px}#image-dialog{padding:12px 6px}#image-dialog[open]{gap:10px}}
@media(pointer:coarse){.cursor-light,.cursor-trail{display:none}.hero-app-frame{transform:rotateZ(-1deg)}}
@media(prefers-reduced-motion:reduce){.hero-app-frame{transform:none}.preview-stack{transform:none;opacity:0}.hero-beam,.cursor-light,.cursor-trail{display:none}.reveal-ready{opacity:1;transform:none}.hero-app-frame:before,.hero-app-frame:after,.app-frame:before,.app-frame:after,.slide-dots button>span:after{animation:none}.reveal-ready.revealed:hover{transform:none}}

/* Gallery refinements: readable labels, full images and an inset matte. */
.hero-product .release {font-size:12px}
.footer-bottom p {font-size:11px;line-height:1.75;max-width:600px}
.github-corner:hover,.github-corner:focus-visible {color:#071b15}
.github-corner:hover .corner-bg,.github-corner:focus-visible .corner-bg {fill:#76f2d7}
.corner-cat {transform-origin:170px 85px;transition:transform .28s ease}
.github-corner:hover .corner-cat,.github-corner:focus-visible .corner-cat {transform:scale(1.065)}
.github-corner:hover .octo-arm {animation:none}
.slide-dots.is-playing button[aria-pressed="true"]>span:after {animation-duration:var(--slide-duration,5500ms)}
.hero-preview.is-playing .hero-app-frame {animation:preview-rock 9s ease-in-out infinite}
.app-frame.is-playing {animation:workspace-rock 10s ease-in-out infinite}
@keyframes preview-rock {0%,100%{rotate:-.6deg}50%{rotate:.6deg}}
@keyframes workspace-rock {0%,100%{rotate:-.12deg}50%{rotate:.12deg}}
.gallery-description {max-width:810px;min-height:108px;margin:0 auto 28px;text-align:center}
.gallery-description h3 {font-size:18px;color:#c3e8d9;margin:0 0 10px;letter-spacing:-.02em}
.gallery-description p {font-size:14px;line-height:1.8;color:#92b1a2;margin:0}
.app-frame {padding:0;background:#000;border-radius:0}
.app-frame:before,.app-frame:after,#screenshot-link,#screenshot {border-radius:0}
#screenshot-link {background:#000}
#screenshot {height:auto;aspect-ratio:auto}
/* The stage owns its height; absolutely positioned images cannot enlarge its grid row. */
.viewer-stage {height:100%;min-width:0;min-height:0;overflow:hidden}
.viewer-image-wrap {display:block;position:relative;align-self:stretch;min-width:0;min-height:0;height:100%;overflow:hidden}
#image-dialog #viewer-image {position:absolute;inset:0;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;aspect-ratio:auto;margin:auto}
#image-dialog .viewer-image-wrap .slide-ghost {margin:auto}
@media(max-width:560px){
  .hero-product .release {font-size:11px}
  .footer-bottom p {font-size:10px}
  .gallery-description {min-height:160px;margin-bottom:22px}
  .gallery-description h3 {font-size:16px}
  .gallery-description p {font-size:12px;line-height:1.85}
}
@media(prefers-reduced-motion:reduce){
  .hero-preview.is-playing .hero-app-frame,.app-frame.is-playing {animation:none;rotate:none}
  .github-corner:hover .corner-cat {transform:none}
}

/* Keep the language directory within the viewport on tablets and phones. */
@media(max-width:900px){
  .language-picker>div {position:fixed;top:76px;left:16px;right:16px;width:auto;grid-template-columns:repeat(3,minmax(0,1fr));max-height:calc(100dvh - 92px)}
}
@media(max-width:480px){
  .language-picker>div {grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 6px;padding:8px}
  .language-picker a {font-size:12px;padding:11px 12px}
}

.back-to-top {
  position:fixed;right:max(22px,env(safe-area-inset-right));bottom:calc(22px + env(safe-area-inset-bottom));z-index:40;
  display:grid;place-items:center;width:48px;height:48px;border-radius:50%;
  color:var(--accent);background:#10221f;border:1px solid #62efd055;
  box-shadow:0 8px 26px #0006,0 0 20px #62efd012;
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px) scale(.8);
  transition:opacity .25s ease,transform .35s cubic-bezier(.2,.8,.2,1),visibility .35s,background .2s,box-shadow .2s;
}
.back-to-top.is-visible {opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.back-to-top:hover {background:#1b3932;box-shadow:0 8px 26px #0006,0 0 24px #62efd030;transform:translateY(-3px)}
.back-to-top:focus-visible {outline:2px solid var(--accent);outline-offset:4px}
.dialog-open .back-to-top {opacity:0;visibility:hidden;pointer-events:none}
@media(max-width:560px){.back-to-top {right:max(16px,env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.back-to-top {transition:none;transform:none}}

.slideshow-toggle .playback-icon {display:block;width:14px;height:14px;margin:0;flex-shrink:0}
.slideshow-toggle .pause-symbol {display:none}
.slideshow-toggle[aria-pressed="true"] .play-symbol {display:none}
.slideshow-toggle[aria-pressed="true"] .pause-symbol {display:block}

/* Suspend decorative rendering beneath a modal; the opaque gallery needs no blur. */
body.dialog-open > :not(dialog),
body.dialog-open > :not(dialog) *,
body.dialog-open > :not(dialog)::before,
body.dialog-open > :not(dialog)::after,
body.dialog-open > :not(dialog) *::before,
body.dialog-open > :not(dialog) *::after {animation-play-state:paused!important}
body.dialog-open .cursor-light,body.dialog-open .cursor-trail {display:none}
#image-dialog::backdrop {background:#070d0b;backdrop-filter:none}
