@charset "UTF-8";
:root {
  --paper: #f8f8fc;
  --ink: #18213b;
  --green: #4457c4;
  --muted: #656c80;
  --line: #e0e2ee;
  --mint: #eeecff;
  --white: #fff;
  --serif: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  line-height: 1.65;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
img,
svg {
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #0068f5;
  outline-offset: 5px;
}
button:hover,
a:hover {
  transition:
    color 0.18s,
    background 0.18s,
    transform 0.18s;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
}
.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-dot {
  display: none;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.language-switch {
  border: 0;
  background: none;
  padding: 8px 4px;
  font-size: 13px;
  min-width: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 8px;
  padding: 14px 23px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  line-height: 1.4;
}
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #334fc3;
  transform: translateY(-2px);
}
.button-small {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 13px;
}
.button-light {
  background: #f1f0ff;
  color: var(--ink);
}
.button[aria-disabled="true"] {
  cursor: default;
  background: #e5e6f0;
  color: #515b77;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  padding: 12px;
  z-index: 20;
  background: #fff;
}
.skip-link:focus {
  top: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 84px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.8px;
  line-height: 1.8;
  margin: 0 0 22px;
  color: var(--green);
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6076ed;
  box-shadow: 0 0 0 4px #eae9ff;
}
.hero h1 {
  font-size: clamp(45px, 4.65vw, 68px);
  line-height: 1.3;
  letter-spacing: -2.5px;
  font-weight: 650;
  margin: 0 0 25px;
}
.green-text {
  color: var(--green);
}
.hero-description {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0 0 31px;
}
.hero-actions {
  display: flex;
  gap: 29px;
  align-items: center;
}
.text-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.compatibility {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 37px 0 9px;
}
.visual-note {
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--green);
  transform: rotate(3deg);
  display: flex;
  align-items: center;
  gap: 10px;
}
.note-line {
  width: 34px;
  height: 12px;
  border-top: 1px solid var(--green);
  border-radius: 50%;
  transform: rotate(-10deg);
}
.desktop-demo {
  padding: 0 12px 10px;
  background: #b5aff1;
  border: 6px solid #fefefb;
  border-radius: 14px;
  box-shadow:
    0 2px 3px #342b6610,
    0 25px 50px -22px #524e8545;
  position: relative;
  overflow: hidden;
}
.demo-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  font-size: 9px;
  color: #4b476b;
}
.mini-brand {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 650;
}
.demo-canvas {
  height: 304px;
  position: relative;
  --gap: 7px;
}
.demo-window {
  position: absolute;
  background: #fffefb;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px #3c397017;
  transition:
    left 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    top 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    width 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    height 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 0.25s;
  min-width: 0;
}
.window-bar {
  height: 19px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 7px;
  background: #f1f1f7;
  border-bottom: 1px solid #e5e5f0;
}
.window-bar i {
  width: 4px;
  height: 4px;
  background: #c5c8d9;
  border-radius: 50%;
}
.window-bar span {
  font-size: 6px;
  margin-left: 6px;
  color: #73778b;
  white-space: nowrap;
}
.window-body {
  padding: 13px 12px;
  overflow: hidden;
  line-height: 1.4;
  max-height: calc(100% - 19px);
}
.window-body small {
  font-size: 5px;
  letter-spacing: 1px;
  display: block;
}
.window-body strong {
  display: block;
  font: 22px/1.15 var(--serif);
  margin: 9px 0;
  color: #4e55ad;
}
.window-1 .window-body {
  background: #f5f3ff;
  height: 100%;
}
.fake-line {
  display: block;
  background: #dcddec;
  height: 4px;
  border-radius: 3px;
  width: 90%;
  margin: 8px 0;
}
.fake-line.short {
  width: 58%;
}
.mini-picture {
  height: 65px;
  background: #dedcf4;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 12px;
}
.mini-picture:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffebb5;
}
.mini-picture:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: -28%;
  left: 0;
  transform: rotate(-28deg);
  background: #a59de0;
}
.mini-picture span {
  position: absolute;
  width: 85%;
  height: 85%;
  bottom: -35%;
  right: -12%;
  transform: rotate(35deg);
  background: #777bc6;
}
.checklist {
  font-size: 7px;
  line-height: 2.5;
}
.checklist b {
  font: 12px/1.4 var(--serif);
  display: block;
  margin-bottom: 8px;
}
.checklist span {
  display: block;
  white-space: nowrap;
}
.window-4 {
  background: #26304e;
}
.window-4 .window-bar {
  background: #354263;
  border-color: #4b5474;
}
.window-4 .window-bar span {
  color: #c7ceeb;
}
.code-body {
  font-family: ui-monospace, monospace;
  font-size: 8px;
  color: #bcc8fb;
  line-height: 1.8;
}
.code-body span {
  display: block;
  white-space: nowrap;
}
.code-body span:first-child {
  color: #f7d8a1;
}
.code-cursor {
  margin-top: 9px;
  color: #e4e7ff;
}
.folder-row {
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 14px;
  white-space: nowrap;
}
.folder-row span {
  color: #8998da;
  font-size: 20px;
  line-height: 1;
}
.sound-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 28px;
}
.record {
  height: 57px;
  min-width: 57px;
  border-radius: 50%;
  background: repeating-radial-gradient(#353c69 0 2px, #454e7c 3px 5px);
  display: grid;
  place-items: center;
}
.record span {
  width: 18px;
  height: 18px;
  background: #bcadff;
  border: 6px solid #dfdbff;
  border-radius: 50%;
}
.sound-body b {
  font-size: 9px;
  white-space: nowrap;
}
.sound-body small {
  font-size: 6px;
  letter-spacing: 0;
  margin: 4px 0 8px;
}
.sound-body > div > span {
  font-size: 10px;
}
.calendar-number {
  font: 40px/1 var(--serif);
  color: #7767b6;
}
.sketch-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8b7be0;
  font-size: 40px;
}
.demo-canvas[data-layout="6"] .demo-window {
  width: calc((100% - 14px) / 3);
  height: calc((100% - 7px) / 2);
}
.demo-canvas[data-layout="6"] .window-1 {
  left: 0;
  top: 0;
}
.demo-canvas[data-layout="6"] .window-2 {
  left: calc((100% + 7px) / 3);
  top: 0;
}
.demo-canvas[data-layout="6"] .window-3 {
  left: calc((100% + 7px) / 3 * 2);
  top: 0;
}
.demo-canvas[data-layout="6"] .window-4 {
  left: 0;
  top: calc((100% + 7px) / 2);
}
.demo-canvas[data-layout="6"] .window-5 {
  left: calc((100% + 7px) / 3);
  top: calc((100% + 7px) / 2);
}
.demo-canvas[data-layout="6"] .window-6 {
  left: calc((100% + 7px) / 3 * 2);
  top: calc((100% + 7px) / 2);
}
.demo-canvas[data-layout="6"] .extra-window {
  opacity: 0;
  visibility: hidden;
}
.demo-canvas[data-layout="9"] .demo-window {
  width: calc((100% - 14px) / 3);
  height: calc((100% - 14px) / 3);
  left: calc((100% + 7px) / 3 * var(--col));
  top: calc((100% + 7px) / 3 * var(--row));
}
.demo-canvas[data-layout="9"] .window-10,
.demo-canvas[data-layout="9"] .window-11,
.demo-canvas[data-layout="9"] .window-12 {
  opacity: 0;
  visibility: hidden;
}
.demo-canvas[data-layout="12"] .demo-window {
  width: calc((100% - 21px) / 4);
  height: calc((100% - 14px) / 3);
  left: calc((100% + 7px) / 4 * var(--col));
  top: calc((100% + 7px) / 3 * var(--row));
}
.demo-canvas:not([data-layout="6"]) .window-body {
  padding: 7px 9px;
}
.demo-canvas:not([data-layout="6"]) .window-body strong {
  font-size: 15px;
  margin-top: 5px;
}
.demo-canvas:not([data-layout="6"]) .window-body small {
  font-size: 4px;
}
.demo-canvas:not([data-layout="6"]) .mini-picture {
  height: 40px;
}
.demo-canvas:not([data-layout="6"]) .sound-body {
  padding-top: 17px;
  gap: 6px;
}
.demo-canvas:not([data-layout="6"]) .record {
  min-width: 32px;
  height: 32px;
}
.demo-canvas:not([data-layout="6"]) .record span {
  width: 13px;
  height: 13px;
  border-width: 4px;
}
.demo-canvas:not([data-layout="6"]) .sound-body b {
  font-size: 6px;
}
.demo-canvas:not([data-layout="6"]) .checklist {
  font-size: 6px;
}
.demo-canvas:not([data-layout="6"]) .checklist b {
  font-size: 9px;
}
.demo-dock {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 9px;
}
.demo-dock span {
  background: #ffffff8c;
  border-radius: 4px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #5b5e8b;
}
.demo-controls {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.demo-controls > span:first-child {
  font-size: 11px;
  color: var(--muted);
  margin-right: 11px;
}
.demo-controls button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 12px;
  min-height: 36px;
}
.demo-controls button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.demo-controls button:hover {
  border-color: var(--ink);
}
.demo-hint {
  font-size: 23px;
  margin-left: 10px;
  color: var(--green);
  transform: rotate(12deg);
}
.demo-caption {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin: 13px 0 0;
}
.facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.facts > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid var(--line);
}
.facts > div:last-child {
  border: 0;
}
.facts strong {
  font-size: 31px;
  font-weight: 550;
  letter-spacing: -1.5px;
  white-space: nowrap;
  line-height: 1.1;
}
.facts strong span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 5px;
}
.facts > div > span {
  font-size: 12px;
  color: var(--muted);
}
.facts svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.1;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}
.section h2,
.layout-section h2,
.download-section h2 {
  font-size: 35px;
  line-height: 1.45;
  letter-spacing: -1.1px;
  font-weight: 600;
  margin: 0;
}
.section-heading .eyebrow,
.layout-copy .eyebrow {
  margin-bottom: 12px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.8;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 25px 27px 30px;
  background: #ffffff;
}
.feature-art {
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
}
.card-index {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #6d7390;
  font-weight: 600;
}
.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 10px;
  letter-spacing: -0.4px;
}
.feature-card p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0;
}
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 43px);
  grid-template-rows: repeat(2, 36px);
  gap: 5px;
  align-content: center;
}
.art-grid > div {
  height: 100%;
  border: 1px solid #b4b0df;
  border-radius: 4px;
  background: #e9e7fc;
}
.art-grid > div:nth-child(2) {
  background: #aeabf1;
}
.art-grid > span {
  position: absolute;
  font-size: 30px;
  left: 62%;
  top: 60%;
  color: #566ed9;
}
.art-keys {
  gap: 7px;
}
.art-keys kbd {
  font-family: inherit;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdaed;
  box-shadow: 0 4px 0 #e7e5f4;
  width: 45px;
  height: 49px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #5f6381;
}
.art-keys kbd:last-child {
  background: #dcd8fb;
  color: #47499d;
  transform: translateY(3px);
  box-shadow: 0 1px 0 #b0a9e3;
}
.undo-window {
  position: absolute;
  width: 90px;
  height: 68px;
  border-radius: 5px;
  border: 1px solid #b6b4d6;
  background: linear-gradient(#e7e3fa 17%, #f7f6ff 17%);
}
.undo-window.back {
  left: 30%;
  top: 17px;
  opacity: 0.5;
}
.undo-window.front {
  left: 44%;
  top: 46px;
}
.art-undo > span {
  position: absolute;
  left: 27%;
  top: 49px;
  font-size: 37px;
  color: #8a80bb;
}
.layout-section {
  background: #eeedfa;
  border-top: 1px solid #e3e0f3;
  border-bottom: 1px solid #e3e0f3;
  padding: 76px 0;
}
.layout-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 98px;
}
.layout-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 340px;
  margin-top: 24px;
}
.small-note {
  font-size: 11px !important;
  line-height: 1.9 !important;
  color: var(--muted);
}
.layout-library {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.layout-card {
  padding: 20px 15px 15px;
  border: 1px solid #dedbed;
  border-radius: 8px;
  background: #fcfbff;
  text-align: center;
}
.layout-card b {
  display: block;
  font-size: 11px;
  font-weight: 550;
  margin-top: 15px;
}
.layout-card > span {
  font-size: 9px;
  color: var(--muted);
}
.layout-icon {
  height: 62px;
  display: grid;
  gap: 4px;
}
.layout-icon i {
  background: #d5d2f7;
  border: 1px solid #b5ade6;
  border-radius: 3px;
}
.halves {
  grid-template-columns: repeat(2, 1fr);
}
.quad {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.focus {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.focus i:first-child {
  grid-row: span 2;
}
.six {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.nine {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.twelve {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.language-section {
  border-bottom: 1px solid var(--line);
}
.language-heading {
  display: flex;
  gap: 54px;
  align-items: center;
  margin-bottom: 37px;
}
.language-number {
  font: 130px/0.9 var(--serif);
  letter-spacing: -10px;
  color: #8580cc;
  position: relative;
  margin-right: 25px;
}
.language-number > span {
  position: absolute;
  font: 37px/1 sans-serif;
  top: 4px;
  right: -37px;
  letter-spacing: 0;
}
.language-heading .eyebrow {
  margin-bottom: 10px;
}
.language-heading p:last-child {
  font-size: 14px;
  color: var(--muted);
  margin: 15px 0 0;
  line-height: 1.8;
}
.language-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
}
.language-list li {
  padding: 7px 15px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px;
  background: #ffffff;
  line-height: 1.6;
  unicode-bidi: isolate;
}
.setup-section {
  padding-bottom: 80px;
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  gap: 60px;
  margin: 0;
}
.step-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d4cfee;
  border-radius: 50%;
  color: #6558aa;
  font-size: 14px;
  margin-bottom: 20px;
  background: #f0edfc;
}
.setup-steps h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.setup-steps p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 90px;
  border-top: 1px solid var(--line);
  padding-top: 65px;
  padding-bottom: 88px;
}
.faq-section h2 {
  font-size: 28px;
}
.faq-section .eyebrow {
  margin-bottom: 13px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 32px 18px 0;
  position: relative;
  font-size: 14px;
  font-weight: 550;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 15px;
  font-size: 21px;
  font-weight: 400;
  color: #787295;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0 0 20px;
  padding-right: 25px;
}
.faq-list details a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--green);
}
.download-card {
  background: #25243f;
  border-radius: 13px;
  padding: 55px 62px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  color: #f6f4ff;
  position: relative;
  overflow: hidden;
}
.download-card .eyebrow {
  color: #c5bee9;
  margin-bottom: 15px;
  font-size: 10px;
}
.download-card h2 {
  font-size: 35px;
  font-weight: 500;
}
.download-card > div > p:not(.eyebrow) {
  color: #cac6e3;
  font-size: 14px;
  margin-top: 13px;
}
.download-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #c1bbdf;
  margin-top: 25px;
}
.download-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}
.release-badge {
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  color: #dbd5f3;
}
.release-badge:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #b5a7fa;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
}
.download-action .button {
  min-height: 52px;
}
.download-action .release-status {
  font-size: 10px !important;
  line-height: 1.8;
  margin: 12px 0 0 !important;
}
.release-link {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 10px;
}
.checksum {
  font-size: 9px !important;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 48px;
  padding-bottom: 40px;
}
.site-footer .brand {
  font-size: 20px;
}
.site-footer p {
  font-size: 10px;
  color: var(--muted);
  margin: 7px 0 0;
}
.site-footer nav {
  display: flex;
  gap: 25px;
  font-size: 11px;
}
.site-footer small {
  font-size: 10px;
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.noscript-note {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff1cf;
  font-size: 13px;
}
.policy {
  max-width: 800px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.policy h1 {
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.policy .policy-intro {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.9;
}
.policy h2 {
  font-size: 21px;
  margin: 35px 0 10px;
}
.policy p,
.policy li {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
}
.policy a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.policy-date {
  font-size: 12px;
  color: var(--muted);
}
html[lang="en"] .hero h1 {
  font-size: clamp(44px, 4.5vw, 65px);
  line-height: 1.08;
  letter-spacing: -2.8px;
}
html[lang="en"] .hero-description {
  line-height: 1.8;
}
html[lang="en"] .section h2,
html[lang="en"] .layout-section h2 {
  line-height: 1.2;
}
html[lang="en"] .feature-card h3 {
  font-size: 17px;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .demo-canvas {
    height: 325px;
  }
}
@media (max-width: 1120px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 65px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-description {
    font-size: 14px;
  }
  .demo-canvas {
    height: 270px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .button {
    font-size: 13px;
  }
  .sound-body {
    gap: 7px;
  }
  .record {
    min-width: 42px;
    height: 42px;
  }
  .layout-inner {
    gap: 45px;
  }
  .feature-grid {
    gap: 17px;
  }
  .feature-card {
    padding: 20px;
  }
  .facts > div {
    gap: 13px;
  }
  .facts > div > span {
    font-size: 11px;
  }
  .section h2,
  .layout-section h2 {
    font-size: 30px;
  }
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .download-card {
    gap: 40px;
    padding: 44px;
  }
  .faq-section {
    gap: 50px;
  }
  .site-footer {
    gap: 24px;
  }
  .site-footer nav {
    gap: 18px;
  }
  .site-footer small {
    font-size: 9px;
  }
}
@media (max-width: 860px) {
  .site-header {
    height: 88px;
  }
  .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }
  .brand {
    font-size: 20px;
  }
  .header-actions {
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    max-width: 690px;
    text-align: center;
    padding-top: 40px;
    gap: 12px;
  }
  .hero .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    font-size: 58px;
    line-height: 1.23;
  }
  .hero-description {
    margin-inline: auto;
    font-size: 15px;
    max-width: 440px;
  }
  .hero-actions,
  .compatibility {
    justify-content: center;
  }
  .hero-visual {
    margin-top: 33px;
  }
  .demo-canvas {
    height: 320px;
  }
  .demo-window {
    text-align: left;
  }
  .hero-visual .visual-note {
    right: 10px;
  }
  .facts {
    gap: 12px;
  }
  .facts > div {
    flex-direction: column;
    gap: 12px;
  }
  .facts strong {
    font-size: 29px;
    min-height: 41px;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .facts strong span {
    align-self: flex-end;
    margin-bottom: 5px;
    font-size: 7px;
  }
  .facts svg {
    height: 41px;
  }
  .facts > div > span {
    font-size: 10px;
  }
  .facts > div:last-child span br {
    display: none;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .feature-card {
    padding: 16px;
  }
  .feature-card h3 {
    font-size: 15px;
  }
  .feature-card p {
    font-size: 12px;
  }
  .art-keys {
    gap: 5px;
  }
  .art-keys kbd {
    width: 34px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }
  .layout-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .layout-copy {
    max-width: 600px;
  }
  .layout-copy h2 br {
    display: none;
  }
  .layout-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .layout-library {
    gap: 15px;
  }
  .layout-icon {
    height: 90px;
  }
  .layout-card {
    padding: 25px;
  }
  .language-heading {
    gap: 45px;
  }
  .language-number {
    font-size: 100px;
  }
  .language-heading h2 {
    font-size: 26px;
  }
  .setup-steps {
    gap: 28px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .download-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px;
  }
  .download-action {
    max-width: 430px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer small {
    margin-left: auto;
  }
  .section-heading {
    gap: 22px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    gap: 15px;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 10px;
  }
  .button-small {
    font-size: 11px;
    padding: 10px 11px;
    min-height: 39px;
    gap: 6px;
  }
  .language-switch {
    font-size: 12px;
    padding: 7px 2px;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -1.6px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
    letter-spacing: 1.5px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.9;
    max-width: 340px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-actions .button {
    padding: 13px 19px;
    min-height: 49px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .compatibility {
    font-size: 9px;
    gap: 6px;
  }
  .hero-visual {
    margin-top: 34px;
  }
  .visual-note {
    font-size: 10px;
    top: 2px;
  }
  .desktop-demo {
    border-width: 4px;
    padding: 0 7px 8px;
    border-radius: 11px;
  }
  .demo-canvas {
    height: 220px;
  }
  .demo-menubar {
    height: 21px;
  }
  .demo-menubar .mini-brand {
    font-size: 7px;
  }
  .demo-menubar .menu-dots {
    font-size: 7px;
  }
  .window-bar {
    height: 15px;
    padding-inline: 4px;
    gap: 2px;
  }
  .window-bar i {
    width: 3px;
    height: 3px;
  }
  .window-bar span {
    font-size: 5px;
    margin-left: 4px;
  }
  .window-body {
    padding: 8px 7px;
    max-height: calc(100% - 15px);
  }
  .window-body strong {
    font-size: 16px;
  }
  .window-body small {
    font-size: 4px;
    letter-spacing: 0.6px;
  }
  .mini-picture {
    height: 48px;
    margin-bottom: 7px;
  }
  .fake-line {
    height: 3px;
    margin: 6px 0;
  }
  .checklist {
    font-size: 5px;
    line-height: 2.4;
  }
  .checklist b {
    font-size: 9px;
    white-space: nowrap;
  }
  .code-body {
    font-size: 6px;
  }
  .folder-row {
    font-size: 5px;
    margin: 5px 0 10px;
    gap: 4px;
  }
  .folder-row span {
    font-size: 15px;
  }
  .sound-body {
    gap: 5px;
    padding-top: 25px;
  }
  .sound-body b {
    font-size: 6px;
  }
  .sound-body small {
    font-size: 4px;
  }
  .record {
    min-width: 29px;
    height: 29px;
  }
  .record span {
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
  .sound-body > div > span {
    font-size: 8px;
  }
  .demo-canvas:not([data-layout="6"]) .window-body {
    padding: 5px;
  }
  .demo-canvas:not([data-layout="6"]) .window-body strong {
    font-size: 11px;
  }
  .demo-canvas:not([data-layout="6"]) .window-body small {
    font-size: 3px;
  }
  .demo-canvas:not([data-layout="6"]) .mini-picture {
    height: 31px;
  }
  .demo-canvas:not([data-layout="6"]) .checklist {
    font-size: 4px;
  }
  .demo-canvas:not([data-layout="6"]) .checklist b {
    font-size: 6px;
    margin-bottom: 5px;
  }
  .demo-canvas:not([data-layout="6"]) .sound-body {
    gap: 4px;
    flex-wrap: wrap;
    padding: 8px;
  }
  .demo-canvas:not([data-layout="6"]) .record {
    min-width: 22px;
    height: 22px;
  }
  .demo-canvas:not([data-layout="6"]) .sound-body > div:last-child small,
  .demo-canvas:not([data-layout="6"]) .sound-body > div:last-child > span {
    display: none;
  }
  .demo-canvas:not([data-layout="6"]) .sound-body b {
    font-size: 5px;
  }
  .demo-canvas:not([data-layout="6"]) .code-body {
    font-size: 5px;
  }
  .demo-canvas:not([data-layout="6"]) .folder-row {
    font-size: 4px;
    margin: 1px 0 7px;
  }
  .demo-canvas:not([data-layout="6"]) .folder-row span {
    font-size: 12px;
  }
  .calendar-number {
    font-size: 30px;
  }
  .demo-dock {
    padding-top: 6px;
  }
  .demo-dock span {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .demo-controls {
    margin-top: 22px;
  }
  .demo-controls > span:first-child {
    font-size: 10px;
    margin-right: 6px;
  }
  .demo-caption {
    font-size: 9px;
  }
  .facts {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
  }
  .facts > div {
    flex-direction: row;
    padding: 18px 8px;
    gap: 15px;
  }
  .facts > div:nth-child(2) {
    border: 0;
  }
  .facts strong {
    font-size: 27px;
  }
  .facts > div > span {
    font-size: 10px;
  }
  .facts svg {
    width: 26px;
  }
  .facts > div:last-child span br {
    display: block;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 13px;
  }
  .section-heading > p br {
    display: none;
  }
  .section h2,
  .layout-section h2 {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .feature-card {
    padding: 26px;
  }
  .feature-art {
    height: 110px;
    margin-bottom: 22px;
  }
  .feature-card h3 {
    font-size: 18px;
  }
  .feature-card p {
    font-size: 13px;
  }
  .art-grid {
    grid-template-columns: repeat(3, 47px);
    grid-template-rows: repeat(2, 36px);
  }
  .art-keys kbd {
    width: 45px;
    height: 49px;
    line-height: 46px;
    font-size: 19px;
  }
  .art-keys {
    gap: 8px;
  }
  .art-undo .back {
    left: 32%;
  }
  .art-undo .front {
    left: 46%;
  }
  .art-undo > span {
    left: 29%;
  }
  .layout-section {
    padding: 57px 0;
  }
  .layout-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 19px;
  }
  .layout-library {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .layout-card {
    padding: 19px 19px 14px;
  }
  .layout-icon {
    height: 65px;
  }
  .layout-card b {
    font-size: 10px;
  }
  .language-heading {
    gap: 26px;
    align-items: flex-start;
  }
  .language-number {
    font-size: 75px;
    letter-spacing: -6px;
    margin-right: 12px;
    margin-top: 9px;
  }
  .language-number > span {
    font-size: 24px;
    right: -26px;
    top: 0;
  }
  .language-heading h2 {
    font-size: 25px;
  }
  .language-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .language-heading p:last-child {
    font-size: 12px;
  }
  .language-heading p:last-child br {
    display: none;
  }
  .language-list {
    gap: 7px;
  }
  .language-list li {
    font-size: 11px;
    padding: 6px 11px;
  }
  .language-section .small-note {
    font-size: 10px !important;
  }
  .setup-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .setup-steps li {
    position: relative;
    padding-left: 53px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
  }
  .setup-steps h3 {
    font-size: 16px;
  }
  .setup-steps p {
    font-size: 13px;
  }
  .faq-section {
    gap: 25px;
  }
  .faq-section h2 {
    font-size: 27px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .download-card {
    padding: 30px 25px;
    gap: 28px;
  }
  .download-card h2 {
    font-size: 28px;
  }
  .download-card > div > p:not(.eyebrow) {
    font-size: 12px;
  }
  .download-card .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .download-meta {
    font-size: 9px;
    gap: 6px;
  }
  .download-action .button {
    font-size: 14px;
  }
  .site-footer {
    padding-top: 35px;
    padding-bottom: 30px;
    gap: 24px;
    align-items: flex-start;
  }
  .site-footer nav {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 11px;
    align-items: flex-end;
    margin-left: auto;
  }
  .site-footer small {
    width: 100%;
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-size: 9px;
  }
  .policy {
    padding-top: 32px;
  }
  .policy h1 {
    font-size: 32px;
  }
  .policy p,
  .policy li {
    font-size: 13px;
  }
  html[lang="en"] .hero h1 {
    font-size: 49px;
    letter-spacing: -2.5px;
  }
  html[lang="en"] .language-heading h2 {
    font-size: 23px;
  }
  html[lang="en"] .language-heading {
    gap: 22px;
  }
  html[lang="en"] .download-card h2 {
    font-size: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button-dark:hover {
    transform: none;
  }
}
