@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700;750&family=Noto+Sans+SC:wght@400;450;500;550;600;650;700;750;800&display=swap");
:root {
  --paper: #f8f7f4;
  --ink: #262824;
  --muted: #74766f;
  --orange: #db582f;
  --border: #e5e4df;
  --wb-bg-popover: #fff;
  --wb-bg-hover: #f2f3f2;
  --wb-bg-tertiary: #f8f8f8;
  --wb-border-subtle: #eaeaea;
  --wb-color-text-primary: #252728;
  --wb-color-text-secondary: #696c70;
  --wb-icon-tertiary: #82858a;
  --wb-accent: #3c9764;
  --wb-accent-soft: #eaf6ed;
  font-family:
    "DM Sans",
    "Noto Sans SC",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  overflow-x: clip;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
select {
  touch-action: manipulation;
}
button,
a {
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #e7754e;
  outline-offset: 4px;
}
::selection {
  background: #f1c7b4;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  line-height: 1.8;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.brand img {
  border-radius: 0;
}
.brand-dot {
  font-size: 10px;
  align-self: flex-start;
  margin: 4px 0 0 -6px;
}
.header nav {
  display: flex;
  gap: 31px;
  font-size: 13px;
  color: #62655e;
}
.header nav a:hover {
  color: var(--orange);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.language-control {
  display: flex;
  align-items: center;
  gap: 3px;
}
.language-control svg {
  width: 16px;
}
.language-control {
  border: 0;
  background: transparent;
  width: 91px;
  font-size: 11px;
  color: #62655e;
  cursor: pointer;
  padding: 10px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  min-height: 49px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
}
.button.small {
  min-height: 40px;
  font-size: 12px;
  padding: 0 17px;
  border-radius: 7px;
  gap: 12px;
}
.dark {
  background: var(--ink);
  color: white;
}
.dark:hover {
  background: #41443d;
  box-shadow: 0 4px 12px #24282418;
}
.orange {
  background: var(--orange);
  color: white;
  box-shadow: 0 4px 8px #ba4a2520;
}
.orange:hover {
  background: #c44c27;
  box-shadow: 0 5px 16px #ba4a2533;
}
.secondary {
  background: #f3f3f1;
  color: #444;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}
.text-link:hover {
  color: var(--orange);
}
.text-link > span:last-child svg {
  width: 14px;
}
.hero {
  min-height: 694px;
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 58px;
  align-items: center;
  padding: 41px 0 46px;
  position: relative;
}
.hero-copy {
  min-width: 0;
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
}
.announcement {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #6a6c64;
  background: #efefea;
  border: 1px solid #e4e5dd;
  border-radius: 30px;
  padding: 7px 11px;
}
.announcement svg {
  width: 13px;
  height: 13px;
  margin-left: 8px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #73977a;
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 {
  font-size: 69px;
  line-height: 1.3;
  letter-spacing: -3.5px;
  font-weight: 650;
  margin: 28px 0 24px;
  position: relative;
  width: max-content;
  max-width: 100%;
}
.accent {
  color: var(--orange);
}
.underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 14px;
  color: #e6a68e;
  stroke-width: 1.5;
}
.hero-description {
  font-size: 15px;
  line-height: 1.95;
  color: #777971;
  max-width: 390px;
  letter-spacing: 0.1px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 31px;
}
.hero-support {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  font-size: 10px;
  color: #797b74;
}
.hero-support svg {
  height: 13px;
  width: 13px;
}
.hero-support > i {
  width: 1px;
  height: 10px;
  background: #cccfc5;
  margin: 0 3px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 43px;
  font-size: 11px;
  color: #96978e;
}
.note-line {
  width: 26px;
  height: 1px;
  background: #b8bbb0;
}
.hero-product {
  position: relative;
  min-width: 0;
  padding: 0 0 28px;
}
.hero-product:before {
  content: "";
  position: absolute;
  inset: 30px -32px -12px;
  background: radial-gradient(ellipse at 70% 55%, #ecdcd281, transparent 70%);
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #e7dfd3;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.orbit-one {
  inset: -28px -51px -8px -35px;
  transform: rotate(-20deg);
}
.orbit-two {
  inset: -7px -16px -24px -13px;
  transform: rotate(17deg);
}
.orbit-cross {
  position: absolute;
  font-size: 22px;
  font-weight: 400;
  color: #c5b8a6;
}
.cross-one {
  top: 63px;
  left: -40px;
}
.cross-two {
  right: -34px;
  bottom: 135px;
}
.demo-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px 14px;
  font-size: 10px;
  color: #7b7d73;
  letter-spacing: 1px;
}
.demo-topline > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.theme-controls {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid #e2e1db;
  border-radius: 20px;
  background: #eeede8;
}
.theme-controls button {
  border: 0;
  display: grid;
  place-items: center;
  width: 27px;
  height: 23px;
  background: transparent;
  border-radius: 20px;
  color: #898b83;
}
.theme-controls button[aria-pressed="true"] {
  background: #fff;
  color: #4b4f44;
  box-shadow: 0 1px 3px #0001;
}
.theme-controls svg {
  width: 13px;
  height: 13px;
}
.panel {
  height: 520px;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: auto;
  background: var(--wb-bg-popover);
  border: 1px solid var(--wb-border-subtle);
  border-radius: 17px;
  box-shadow:
    0 28px 60px -25px #4b392345,
    0 5px 12px #4b392308;
  display: flex;
  flex-direction: column;
  color: var(--wb-color-text-primary);
  overflow: hidden;
}
.panel[data-theme="dark"],
.account-dialog[data-theme="dark"] {
  --wb-bg-popover: #252527;
  --wb-bg-hover: #333337;
  --wb-bg-tertiary: #2b2b2e;
  --wb-border-subtle: #3b3b40;
  --wb-color-text-primary: #ecebed;
  --wb-color-text-secondary: #b5b5bc;
  --wb-icon-tertiary: #a0a0a9;
  --wb-accent: #a4a1f5;
  --wb-accent-soft: #373644;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 17px 12px;
  border-bottom: 1px solid var(--wb-border-subtle);
}
.panel-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel-head strong {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.2px;
}
.panel-head a {
  color: var(--wb-icon-tertiary);
  display: flex;
}
.panel-head a svg {
  height: 15px;
  width: 15px;
}
.icon-button {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 6px;
  color: var(--wb-icon-tertiary);
  flex-shrink: 0;
}
.icon-button svg {
  width: 14px;
  height: 14px;
}
.icon-button:hover {
  background: var(--wb-bg-hover);
  color: var(--wb-color-text-primary);
}
.panel-tabs {
  display: flex;
  padding: 9px 12px 7px;
  gap: 5px;
  justify-content: space-between;
  overflow: auto;
  scrollbar-width: none;
  flex-shrink: 0;
}
.panel-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 7px;
  font-size: 12px;
  white-space: nowrap;
  padding: 7px 6px;
  color: var(--wb-color-text-secondary);
  user-select: none;
}
.panel-tab svg {
  width: 13px;
  height: 13px;
}
.panel-tab.active {
  background: #252627;
  color: #fff;
  box-shadow: 0 3px 6px #0002;
}
.panel[data-theme="dark"] .panel-tab.active {
  background: #e8e8eb;
  color: #272729;
  box-shadow: 0 0 0 1px #8b9ad0;
}
.panel-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin: 0 12px;
  padding: 9px 3px 11px;
  border-bottom: 1px solid var(--wb-border-subtle);
  flex-wrap: wrap;
}
.account-summary {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  white-space: nowrap;
}
.account-summary > span {
  color: var(--wb-icon-tertiary);
}
.account-summary b {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.summary-divider {
  height: 12px;
  width: 1px;
  background: var(--wb-border-subtle);
  margin: 0 4px;
}
.account-summary .icon-button {
  width: 20px;
  height: 20px;
}
.io-actions {
  display: flex;
  gap: 5px;
}
.mini-button {
  border: 1px solid var(--wb-border-subtle);
  border-radius: 6px;
  background: var(--wb-bg-tertiary);
  color: var(--wb-color-text-secondary);
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  padding: 4px 6px;
}
.mini-button svg {
  width: 12px;
  height: 12px;
}
.mini-button:hover {
  background: var(--wb-bg-hover);
}
.account-list {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 8px 11px 0;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c055 transparent;
}
.account-card {
  position: relative;
  padding: 10px 12px 13px;
  margin-bottom: 4px;
  border-radius: 11px;
  min-height: 100px;
}
.account-card:hover,
.account-card.current {
  background: var(--wb-bg-hover);
}
.account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 23px;
  gap: 6px;
  margin-bottom: 5px;
}
.account-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
}
.account-identity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}
.account-status {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.account-status-tag {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 1px 6px;
  border: 1px solid #b9e8c0;
  border-radius: 999px;
  background: #edf9ef;
  color: #28753a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.panel[data-theme="dark"] .account-status-tag {
  background: #263c2d;
  border-color: #3e6449;
  color: #a6dbb1;
}
.account-name strong {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.edition {
  font-size: 9px;
  background: var(--wb-bg-tertiary);
  border: 1px solid var(--wb-border-subtle);
  border-radius: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  color: var(--wb-color-text-secondary);
  flex-shrink: 0;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-ops {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.account-ops .icon-button {
  background: var(--wb-bg-hover);
  width: 23px;
  height: 23px;
}
.account-ops .armed {
  background: #f8e3cc;
  color: #9a5119;
}
.current-mark {
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--wb-accent);
  white-space: nowrap;
  flex-shrink: 0;
}
.current-mark svg {
  width: 12px;
  height: 12px;
}
.account-meta,
.credit-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--wb-icon-tertiary);
  line-height: 1.6;
}
.account-meta b {
  font-weight: 400;
  color: var(--wb-color-text-secondary);
  font-variant-numeric: tabular-nums;
  margin-left: 5px;
  white-space: nowrap;
}
.credit-line {
  margin-top: 4px;
  margin-bottom: 4px;
}
.credit-line b {
  font-size: 12px;
  color: var(--wb-color-text-primary);
  font-variant-numeric: tabular-nums;
}
.credit-line b svg {
  width: 11px;
  height: 11px;
}
.panel-bottom {
  padding: 6px 12px 9px;
}
.login-button {
  width: 100%;
  background: transparent;
  border: 1px solid var(--wb-border-subtle);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  min-height: 34px;
  color: var(--wb-color-text-secondary);
}
.login-button svg {
  width: 14px;
  height: 14px;
}
.login-button:hover {
  background: var(--wb-bg-hover);
}
.panel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 8px;
  color: var(--wb-icon-tertiary);
  margin-top: 8px;
}
.panel-caption .status-dot {
  width: 4px;
  height: 4px;
}
.panel-caption button {
  padding: 0 0 0 5px;
  border: 0;
  background: transparent;
  font-size: 8px;
  color: var(--wb-color-text-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.demo-under {
  position: relative;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  padding: 20px 4px 0;
}
.handwritten {
  font-size: 11px;
  color: #8e8d80;
  letter-spacing: 1px;
  transform: rotate(-3deg);
}
.demo-under > svg {
  width: 40px;
  height: 36px;
  position: relative;
  top: -8px;
  color: #a69c8b;
  stroke-width: 1.2;
}
.robot {
  position: relative;
  width: 41px;
  height: 32px;
  border: 0;
  border-radius: 11px;
  --robot-shell: #eeeee9;
  background: var(--robot-shell);
  box-shadow:
    inset 0 1px 0 #fff,
    0 4px 5px #35382a14;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
}
.robot:before {
  content: "";
  position: absolute;
  top: -7px;
  width: 3px;
  height: 8px;
  background: var(--robot-shell);
  border-radius: 3px;
}
.robot:after {
  content: "";
  position: absolute;
  top: -9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--robot-shell);
}
.robot i {
  width: 6px;
  height: 9px;
  background: #687267;
  border-radius: 3px;
  animation: blink 7s infinite;
}
.robot:hover i {
  background: var(--orange);
}
@keyframes blink {
  0%,
  43%,
  47%,
  100% {
    transform: scaleY(1);
  }
  45% {
    transform: scaleY(0.15);
  }
}
.closed-panel {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background: #f0eee780;
  border: 1px dashed #d8d5cb;
  border-radius: 18px;
  color: #83867c;
  font-size: 14px;
}
.closed-panel .large {
  transform: scale(1.6);
}
[hidden] {
  display: none !important;
}
.trust-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-block: 1px solid var(--border);
  min-height: 85px;
  font-size: 11px;
  color: #77796f;
}
.mono {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.trust-strip svg {
  width: 17px;
  height: 17px;
  color: #686f60;
}
.section {
  padding-block: 105px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 39px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  letter-spacing: 1.65px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 19px;
}
.eyebrow > span:first-child:not(:last-child) {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
}
h2 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 550;
  letter-spacing: -1.2px;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 5px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  padding-block: 114px;
}
.faq h2 {
  font-size: 29px;
}
.faq-more {
  font-size: 12px;
  color: #8b8e83;
  margin-top: 15px;
}
.faq-list details {
  border-bottom: 1px solid var(--border);
}
.faq-list details:first-child {
  border-top: 1px solid var(--border);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 22px 0;
  font-size: 13px;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary svg {
  width: 14px;
  height: 14px;
  color: #85897c;
  transition: transform 0.2s;
}
details[open] summary svg {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: #83877b;
  margin-bottom: 23px;
  padding-right: 30px;
}
.install-guide {
  padding-bottom: 24px;
  color: #62685c;
  font-size: 12px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.install-guide p {
  color: inherit;
  padding-right: 0;
  margin-bottom: 12px;
}
.install-release-link,
.install-guide h3 {
  display: flex;
  align-items: center;
  gap: 7px;
}
.install-release-link {
  width: fit-content;
  color: #a94d2d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.install-guide h3 {
  font-size: 13px;
  color: var(--ink);
  margin: 24px 0 10px;
}
.install-guide svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.install-guide ol {
  list-style: decimal;
  padding-left: 21px;
  margin: 0;
}
.install-guide li {
  padding-left: 4px;
  margin-bottom: 8px;
}
.install-guide li::marker {
  color: #828d73;
  font-weight: 600;
}
.install-note {
  margin-top: 16px;
  padding: 13px 16px;
  background: #eeeee7;
  border-left: 2px solid #b6bca8;
  border-radius: 0 8px 8px 0;
}
.install-note strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.install-note p,
.install-guide .install-done {
  margin-bottom: 0;
}
.install-done {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 20px;
}
.install-done svg {
  color: #6f8567;
}
.download {
  background: #eeeee5;
  border: 1px solid #e3e4d7;
  border-radius: 18px;
  padding: 42px 45px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.download-star {
  font-size: 45px;
  color: #c9643f;
  line-height: 1;
  display: inline-block;
  margin-bottom: 23px;
}
.download-top .eyebrow {
  display: block;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #8e907d;
  margin-bottom: 12px;
}
.download h2 {
  font-size: 37px;
}
.download-top > p:last-child {
  font-size: 12px;
  color: #8a8d7d;
  margin-top: 9px;
}
.download-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 780px;
  margin: 33px auto 21px;
}
.download-card {
  background: #fafaf4;
  border: 1px solid #dedfd3;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  gap: 14px;
  text-align: left;
  align-items: flex-start;
}
.download-card:hover {
  background: #fff;
  box-shadow: 0 5px 15px #4249300c;
  border-color: #c4c9b5;
}
.download-card > img {
  border-radius: 0;
}
.download-card h3 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.3px;
}
.download-card p {
  font-size: 10px;
  color: #838877;
  line-height: 1.4;
  margin-top: 5px;
}
.download-card > div > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: 9px;
  color: #707960;
}
.download-card > div > span svg {
  width: 12px;
  height: 12px;
}
.download-card > span:last-child {
  margin-left: auto;
  color: #717b61;
}
.download-card > span:last-child svg {
  width: 15px;
  height: 15px;
}
.download-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 9px;
  color: #8d927e;
}
.download-foot svg {
  width: 12px;
  height: 12px;
}
.download-platforms {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin-top: 25px;
  border: 1px solid #d8dccd;
  border-radius: 12px;
  background: #e4e7dc;
}
.download-platforms button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 21px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #66705b;
  font-size: 12px;
}
.download-platforms button[aria-pressed="true"] {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 5px #34402712;
}
.download-platforms svg,
.release-notes-link svg {
  width: 14px;
  height: 14px;
}
.release-status {
  min-height: 20px;
  max-width: 580px;
  margin: 13px auto 0;
  font-size: 11px;
  line-height: 1.7;
  color: #6d765f;
}
.download-card[data-download-client] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}
.download-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.download-card-heading img {
  flex-shrink: 0;
}
.download-card .installer-meta {
  margin: 22px 0 13px;
  min-height: 18px;
  font-size: 11px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}
.installer-download {
  width: 100%;
  justify-content: center;
  padding: 12px 15px;
  background: #3f4e39;
  color: #fff;
  font-size: 12px;
  margin-top: auto;
}
.installer-download:hover {
  background: #536449;
}
.release-notes-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 17px;
  font-size: 11px;
  color: #626e51;
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer {
  padding: 48px 0 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer-top .brand {
  font-size: 19px;
  gap: 8px;
}
.footer-top > p {
  margin-right: auto;
  font-size: 10px;
  color: #999c91;
}
.footer-top > a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #7e8476;
}
.footer-top > a svg {
  width: 12px;
  height: 12px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 28px;
  padding-top: 19px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 8px;
  color: #959c8c;
}
.footer-local {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-local .status-dot {
  width: 4px;
  height: 4px;
}
.toast {
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: translate(-50%, 10px);
  background: #282c29f2;
  border: 1px solid #ffffff1a;
  color: #fff;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.7;
  max-width: 92%;
  width: max-content;
  box-shadow: 0 5px 20px #0002;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s,
    transform 0.18s;
  z-index: 5;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.account-dialog {
  border: 1px solid var(--wb-border-subtle);
  border-radius: 15px;
  background: var(--wb-bg-popover);
  color: var(--wb-color-text-primary);
  padding: 23px;
  max-width: 420px;
  width: calc(100% - 32px);
  max-height: 85dvh;
  box-shadow: 0 24px 80px #0004;
}
.account-dialog::backdrop {
  background: #2528246b;
  backdrop-filter: blur(4px);
}
.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.dialog-head h2 {
  font-size: 17px;
  letter-spacing: 0;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 22px;
}
.dialog-actions .dark {
  background: var(--wb-color-text-primary);
  color: var(--wb-bg-popover);
}
#dialog-body p {
  font-size: 12px;
  color: var(--wb-color-text-secondary);
  line-height: 1.8;
}
#dialog-body label {
  display: block;
  font-size: 12px;
  margin-top: 14px;
}
#dialog-body input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid var(--wb-border-subtle);
  background: var(--wb-bg-tertiary);
  color: var(--wb-color-text-primary);
  border-radius: 7px;
  padding: 10px;
  margin-top: 7px;
}
#dialog-body label.check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: var(--wb-bg-tertiary);
  border-radius: 7px;
  font-size: 12px;
}
input[type="checkbox"] {
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
}
#dialog-body .form-error {
  color: #d75735;
  margin-top: 10px;
}
.skip {
  position: fixed;
  left: 10px;
  top: -100px;
  z-index: 50;
  padding: 12px;
  background: var(--ink);
  color: white;
  border-radius: 7px;
}
.skip:focus {
  top: 10px;
}
.noscript {
  text-align: center;
  padding: 20px;
  background: #ffe9d7;
  font-size: 14px;
}
html[lang="en"] .hero h1 {
  font-size: 74px;
  line-height: 1.1;
  letter-spacing: -4px;
  margin-top: 31px;
  margin-bottom: 32px;
}
html[lang="en"] .hero-description {
  max-width: 390px;
  font-size: 15px;
}
html[lang="en"] .panel-tab {
  gap: 3px;
  font-size: 9px;
  padding-inline: 4px;
}
html[lang="en"] .panel-tabs {
  gap: 2px;
}
html[lang="en"] .panel-tab svg {
  width: 11px;
  height: 11px;
}
html[lang="en"] .account-summary {
  font-size: 9px;
}
html[lang="en"] .feature-card h3 {
  font-size: 25px;
}
html[lang="en"] .section-heading h2 {
  font-size: 38px;
}
@media (min-width: 1450px) {
  .hero {
    min-height: 750px;
    padding-block: 60px;
  }
  .hero h1 {
    font-size: 75px;
  }
  .panel {
    height: 530px;
  }
  .closed-panel {
    height: 530px;
  }
  .account-card {
    min-height: 103px;
  }
  .hero-product {
    padding-bottom: 20px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    gap: 18px;
  }
  .header nav {
    gap: 20px;
  }
  .header-actions {
    gap: 10px;
  }
  .hero {
    gap: 30px;
    grid-template-columns: 0.95fr 1.05fr;
  }
  .hero h1 {
    font-size: 56px;
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-support {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .hero-actions {
    gap: 17px;
  }
  .header .brand {
    font-size: 21px;
  }
  .panel-tab {
    font-size: 10px;
    gap: 3px;
    padding-inline: 3px;
  }
  .panel-tabs {
    gap: 3px;
  }
  .panel-toolbar {
    row-gap: 6px;
  }
  .account-summary {
    gap: 4px;
    font-size: 9px;
  }
  .account-summary b {
    font-size: 10px;
  }
  .io-actions {
    gap: 3px;
  }
  .mini-button {
    padding: 4px;
  }
  .account-name strong {
    max-width: 140px;
  }
  .account-meta {
    font-size: 9px;
  }
  .trust-strip {
    font-size: 10px;
    gap: 15px;
  }
  .trust-strip .mono {
    font-size: 8px;
  }
  .philosophy {
    gap: 45px;
    padding: 45px 37px;
  }
  html[lang="en"] .hero h1 {
    font-size: 61px;
  }
  html[lang="en"] .panel-toolbar {
    padding-block: 7px;
  }
  html[lang="en"] .panel-tab {
    font-size: 8px;
  }
  .hero-product .orbit-one {
    right: -23px;
    left: -18px;
  }
  .hero-product .orbit-two {
    right: -12px;
  }
  .cross-one {
    left: -19px;
  }
  .cross-two {
    right: -15px;
  }
}
@media (max-width: 900px) {
  .header nav {
    gap: 16px;
  }
  .header nav a {
    font-size: 11px;
  }
  .header-actions .button {
    padding: 0 10px;
    font-size: 11px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
    padding-top: 43px;
    max-width: 650px;
  }
  .hero-copy {
    text-align: center;
    padding-bottom: 0;
  }
  .hero h1 {
    margin-inline: auto;
    font-size: 69px;
  }
  .hero-description {
    margin: auto;
    font-size: 15px;
    max-width: 420px;
  }
  .hero-actions,
  .hero-support,
  .hero-note {
    justify-content: center;
  }
  .hero-note {
    margin-top: 24px;
  }
  .hero-product {
    width: 100%;
    max-width: 530px;
    margin: auto;
  }
  .panel-tab {
    font-size: 11px;
    gap: 4px;
    padding-inline: 5px;
  }
  .panel {
    height: 520px;
  }
  .account-meta {
    font-size: 10px;
  }
  .account-name strong {
    max-width: 190px;
  }
  .account-summary {
    font-size: 10px;
  }
  .mini-button {
    padding: 4px 6px;
  }
  .account-card {
    min-height: 100px;
  }
  .trust-strip {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0;
    gap: 20px;
  }
  .trust-strip .mono {
    width: 100%;
    text-align: center;
  }
  .section {
    padding-block: 75px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > p {
    max-width: 170px;
    font-size: 11px;
  }
  .feature-card {
    padding: 26px;
  }
  .feature-card h3 {
    font-size: 20px;
  }
  .feature-card > p,
  .feature-card > div > p {
    font-size: 11px;
  }
  .session-feature {
    gap: 22px;
  }
  .philosophy {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 35px 30px;
  }
  .philosophy h2 {
    font-size: 31px;
  }
  .principles > div {
    gap: 12px;
  }
  .principle-index {
    display: none;
  }
  .faq {
    gap: 25px;
    grid-template-columns: 0.85fr 1.2fr;
  }
  .faq h2 {
    font-size: 26px;
  }
  .download-card {
    padding: 17px;
    gap: 10px;
  }
  .download-card > img,
  .ai-icon {
    width: 34px;
    height: 34px;
  }
  .download-card h3 {
    font-size: 15px;
  }
  .footer-top > p {
    display: none;
  }
  .footer-top .brand {
    margin-right: auto;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-local {
    margin-left: auto;
  }
  html[lang="en"] .hero h1 {
    font-size: 76px;
  }
  html[lang="en"] .panel-tab {
    font-size: 9px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 30px;
  }
  html[lang="en"] .feature-card h3 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 78px;
    gap: 10px;
  }
  .header .brand {
    font-size: 19px;
    gap: 7px;
  }
  .header .brand img {
    width: 28px;
    height: 28px;
  }
  .brand-dot {
    font-size: 8px;
  }
  .header nav {
    display: none;
  }
  .header-actions {
    gap: 8px;
  }
  .header-actions .button {
    display: none;
  }
  .language-control {
    width: 84px;
    font-size: 10px;
  }
  .hero {
    padding-top: 28px;
    gap: 36px;
    padding-bottom: 33px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -2.5px;
    margin-top: 23px;
    margin-bottom: 27px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 330px;
    line-height: 1.95;
  }
  .announcement {
    font-size: 9px;
    padding: 7px 10px;
  }
  .hero-actions {
    gap: 23px;
    margin-top: 24px;
  }
  .button {
    min-height: 45px;
    padding: 0 20px;
    font-size: 13px;
  }
  .text-link {
    font-size: 12px;
  }
  .hero-support {
    font-size: 8px;
    margin-top: 18px;
    gap: 6px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 23px;
  }
  .hero-product {
    max-width: 480px;
  }
  .hero-product .orbit {
    display: none;
  }
  .orbit-cross {
    display: none;
  }
  .hero-product:before {
    inset: 0;
  }
  .demo-topline {
    margin-inline: 7px;
    font-size: 9px;
  }
  .panel {
    border-radius: 13px;
    height: 494px;
  }
  .panel-head {
    padding: 12px 13px 10px;
  }
  .panel-head strong {
    font-size: 15px;
  }
  .panel-tabs {
    padding: 8px 8px 6px;
    gap: 2px;
  }
  .panel-tab {
    font-size: 9px;
    gap: 3px;
    padding: 6px 4px;
  }
  .panel-tab svg {
    width: 11px;
    height: 11px;
  }
  .panel-toolbar {
    margin: 0 10px;
    padding-block: 7px;
    gap: 5px;
    min-height: 46px;
  }
  .account-summary {
    font-size: 9px;
    gap: 3px;
  }
  .account-summary b {
    font-size: 10px;
  }
  .summary-divider {
    margin-inline: 2px;
  }
  .mini-button {
    font-size: 9px;
    gap: 2px;
    padding: 4px;
  }
  .mini-button svg {
    width: 11px;
    height: 11px;
  }
  .account-list {
    padding: 7px 7px 0;
  }
  .account-card {
    padding: 9px 10px 12px;
    min-height: 98px;
  }
  .account-name strong {
    font-size: 14px;
    max-width: 135px;
  }
  .account-meta {
    font-size: 9px;
    flex-wrap: wrap;
    gap: 1px 7px;
  }
  .account-meta b {
    margin-left: 4px;
  }
  .credit-line {
    font-size: 9px;
    margin-top: 5px;
  }
  .panel-bottom {
    padding-inline: 10px;
  }
  .panel-caption {
    font-size: 8px;
  }
  .demo-under {
    padding-top: 17px;
  }
  .handwritten {
    font-size: 10px;
    letter-spacing: 0;
  }
  .trust-strip {
    gap: 18px;
    font-size: 9px;
  }
  .trust-strip > div:nth-child(2) {
    width: 100%;
    justify-content: center;
  }
  .trust-strip svg {
    width: 14px;
    height: 14px;
  }
  .section {
    padding-block: 61px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 29px;
    letter-spacing: -1px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 13px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: none;
    margin-top: 15px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature-card {
    padding: 27px;
  }
  .feature-number {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .feature-card h3 {
    font-size: 23px;
  }
  .feature-card > p,
  .feature-card > div > p {
    font-size: 12px;
  }
  .account-visual {
    margin-top: 27px;
  }
  .feature-link {
    margin-top: 20px;
  }
  .theme-feature {
    min-height: 390px;
  }
  .theme-visual {
    max-width: 350px;
    margin-inline: auto;
  }
  .session-feature {
    display: block;
  }
  .session-visual {
    padding: 0;
    margin-top: 26px;
  }
  .session-row {
    padding: 13px;
  }
  .prompt-chip {
    margin-left: 24px;
    font-size: 9px;
  }
  .philosophy {
    grid-template-columns: 1fr;
    padding: 32px 27px;
    gap: 15px;
    border-radius: 13px;
  }
  .philosophy-copy {
    max-width: none;
  }
  .philosophy h2 {
    font-size: 34px;
  }
  .philosophy-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .philosophy .text-link {
    margin-top: 19px;
  }
  .principles > div {
    padding-block: 20px;
    gap: 15px;
  }
  .principles p {
    font-size: 11px;
    max-width: none;
  }
  .principle-index {
    display: block;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq h2 {
    font-size: 29px;
  }
  .faq-more {
    margin-top: 9px;
  }
  .faq summary {
    font-size: 12px;
    padding: 19px 0;
  }
  details p {
    font-size: 11px;
    padding-right: 10px;
  }
  .download {
    padding: 32px 20px 22px;
    border-radius: 13px;
  }
  .download h2 {
    font-size: 30px;
  }
  .download-star {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .download-top .eyebrow {
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .download-top > p:last-child {
    font-size: 11px;
  }
  .download-options {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-block: 25px 18px;
  }
  .download-card {
    padding: 18px;
    gap: 13px;
  }
  .download-card > img,
  .ai-icon {
    width: 38px;
    height: 38px;
  }
  .download-card h3 {
    font-size: 17px;
  }
  .download-card > div > span {
    margin-top: 12px;
  }
  .download-foot {
    font-size: 8px;
    line-height: 1.7;
    align-items: flex-start;
  }
  .download-foot svg {
    margin-top: 2px;
  }
  .footer-top {
    gap: 17px;
  }
  .footer-top .brand {
    font-size: 17px;
  }
  .footer-top .brand img {
    width: 25px;
    height: 25px;
  }
  .footer-top > a:not(.brand) {
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 7px;
    line-height: 1.6;
    gap: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    width: 100%;
    order: 3;
  }
  .footer-local {
    font-size: 7px;
  }
  footer {
    padding-top: 34px;
  }
  .account-dialog {
    padding: 19px;
  }
  html[lang="en"] .hero h1 {
    font-size: clamp(40px, 12.5vw, 61px);
    letter-spacing: -2.7px;
  }
  html[lang="en"] .hero-description {
    font-size: 13px;
    max-width: 330px;
  }
  html[lang="en"] .panel-tab {
    font-size: 8px;
    gap: 3px;
    padding-inline: 4px;
  }
  html[lang="en"] .panel-tab svg {
    display: none;
  }
  html[lang="en"] .panel-toolbar {
    gap: 4px;
  }
  html[lang="en"] .account-summary {
    font-size: 8px;
  }
  html[lang="en"] .account-summary b {
    font-size: 9px;
  }
  html[lang="en"] .mini-button {
    font-size: 8px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 33px;
  }
  html[lang="en"] .current-mark {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Match dialog controls to the active panel theme. */
.account-dialog .secondary {
  background: var(--wb-bg-tertiary);
  color: var(--wb-color-text-secondary);
  border-color: var(--wb-border-subtle);
}

/* Real product features, paired with cropped screenshots. */
.language-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-width: 61px;
  min-height: 40px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #62655e;
  font-size: 12px;
  cursor: pointer;
}
.language-control:hover {
  background: #eeede7;
  color: var(--ink);
}
#language-target {
  min-width: 19px;
  text-align: center;
  font-weight: 550;
}
.product-features {
  padding-top: 48px;
}
.feature-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
  gap: 75px;
  align-items: center;
  padding: 62px 0;
  border-bottom: 1px solid var(--border);
}
.feature-copy {
  min-width: 0;
}
.feature-copy h2 {
  font-size: 33px;
  line-height: 1.55;
  letter-spacing: -1px;
  max-width: 390px;
  margin-bottom: 19px;
}
.feature-intro {
  font-size: 13px;
  line-height: 1.95;
  color: #72766b;
  max-width: 390px;
}
.feature-details {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
  display: grid;
  gap: 20px;
}
.feature-details li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.feature-details li > span {
  color: #87927b;
  padding-top: 2px;
}
.feature-details svg {
  width: 17px;
  height: 17px;
}
.feature-details h3 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 550;
  margin-bottom: 4px;
}
.feature-details p {
  font-size: 11px;
  line-height: 1.9;
  color: #7b8073;
  max-width: 340px;
}
.feature-shot {
  margin: 0;
  padding: 20px 22px 24px;
  border: 1px solid #e3e1d9;
  border-radius: 16px;
  min-width: 0;
  overflow: hidden;
  background: #eeeae3;
}
.feature-shot > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 30px -15px #27272055;
  border: 1px solid #d9d8cf;
}
.shot-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  line-height: 1.6;
  color: #727569;
  margin-bottom: 16px;
}
.shot-label svg {
  width: 13px;
  height: 13px;
}
.shot-note {
  margin-left: auto;
  font-size: 8px;
  color: #848677;
}
.theme-shot {
  background: #eeebe4;
}
.enhance-shot {
  background: #eef0e9;
}
.automation-shot {
  background: #eceee6;
  padding-bottom: 19px;
}
.feature-story-enhance {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
}
.feature-story-enhance .feature-copy {
  grid-column: 2;
  grid-row: 1;
}
.feature-story-enhance .feature-shot {
  grid-column: 1;
  grid-row: 1;
}
.automation-shot figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10px;
  line-height: 1.8;
  color: #747d64;
  margin-top: 21px;
}
.automation-shot figcaption svg {
  width: 13px;
  height: 13px;
}
html[lang="en"] .feature-copy h2 {
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -1.1px;
}
html[lang="en"] .feature-details h3 {
  font-size: 13px;
}
@media (max-width: 1150px) {
  .feature-story {
    gap: 40px;
  }
  .feature-copy h2 {
    font-size: 29px;
  }
  .feature-shot {
    padding: 17px;
  }
  .shot-note {
    font-size: 7px;
  }
  .feature-details {
    gap: 17px;
  }
  html[lang="en"] .feature-copy h2 {
    font-size: 31px;
  }
}
@media (max-width: 900px) {
  .product-features {
    padding-top: 22px;
  }
  .feature-story {
    gap: 30px;
    padding: 45px 0;
    grid-template-columns: minmax(0, 1fr);
  }
  .feature-copy {
    max-width: 620px;
  }
  .feature-copy h2,
  .feature-intro {
    max-width: 560px;
  }
  .feature-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .feature-details li {
    display: block;
  }
  .feature-details li > span {
    display: block;
    margin-bottom: 9px;
  }
  .feature-story-enhance .feature-copy,
  .feature-story-enhance .feature-shot {
    grid-column: auto;
    grid-row: auto;
  }
  .feature-shot {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    padding: 21px;
  }
  .feature-copy h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .language-control {
    min-width: 57px;
    font-size: 11px;
  }
  .product-features {
    padding-top: 5px;
  }
  .feature-story {
    padding: 38px 0;
    gap: 25px;
  }
  .feature-copy h2 {
    font-size: 27px;
    line-height: 1.55;
    max-width: 330px;
  }
  .feature-intro {
    font-size: 12px;
    line-height: 1.9;
  }
  .feature-details {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 23px;
  }
  .feature-details li {
    display: flex;
    gap: 11px;
  }
  .feature-details li > span {
    margin: 0;
  }
  .feature-details p {
    font-size: 11px;
  }
  .feature-shot {
    padding: 13px;
    border-radius: 12px;
  }
  .feature-shot > img {
    border-radius: 7px;
  }
  .shot-label {
    font-size: 9px;
    gap: 5px;
    margin-bottom: 12px;
  }
  .shot-note {
    font-size: 7px;
  }
  .automation-shot figcaption {
    font-size: 9px;
    margin-top: 14px;
  }
  html[lang="en"] .feature-copy h2 {
    font-size: 30px;
  }
}

/* Full desktop views for themes and automation. */
.feature-story-wide {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.feature-story-wide .feature-copy {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.feature-story-wide .eyebrow {
  justify-content: center;
}
.feature-story-wide h2 {
  max-width: 760px;
  margin-inline: auto;
}
.feature-story-wide .feature-intro {
  max-width: 660px;
  margin-inline: auto;
}
.feature-story-wide .feature-details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  text-align: left;
  margin-top: 30px;
}
.feature-story-wide .feature-details p {
  max-width: none;
}
.feature-story-wide .feature-shot {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}
html[lang="zh-CN"] .hero h1 > span:first-child {
  font-size: 0.83em;
  letter-spacing: -2px;
}
@media (max-width: 900px) {
  .feature-story-wide {
    gap: 28px;
  }
  .feature-story-wide .feature-details {
    gap: 22px;
  }
  .feature-story-wide .feature-copy {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .feature-story-wide {
    gap: 24px;
  }
  .feature-story-wide .feature-copy {
    text-align: left;
  }
  .feature-story-wide .eyebrow {
    justify-content: flex-start;
  }
  .feature-story-wide h2,
  .feature-story-wide .feature-intro {
    margin-inline: 0;
  }
  .feature-story-wide .feature-details {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 23px;
  }
  .feature-story-wide .feature-shot {
    padding: 8px;
  }
  .feature-story-wide .shot-label {
    margin: 3px 3px 9px;
  }
  .feature-story-wide .shot-note {
    display: none;
  }
  html[lang="zh-CN"] .hero h1 > span:first-child {
    font-size: clamp(32px, 10.4vw, 46px);
    letter-spacing: -1.4px;
  }
}

.github-stars {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 11px;
  background: #f1f0ea;
  border: 1px solid #e1e2d9;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  color: #535b4d;
}
.github-stars:hover {
  background: #e8eae0;
  border-color: #c8cdbf;
  color: #30392b;
}
.github-stars svg {
  width: 15px;
  height: 15px;
}
.github-stars [data-icon="star"] svg {
  width: 12px;
  height: 12px;
  color: #909b7d;
}
.star-divider {
  height: 14px;
  width: 1px;
  background: #d7dbcd;
  margin: 0 2px;
}
#github-star-count {
  font-variant-numeric: tabular-nums;
  min-width: 23px;
}
.panel-tabs {
  gap: 3px;
}
.panel-tab {
  font-size: 11px;
  padding: 7px 4px;
  gap: 4px;
}
.panel-tab svg {
  width: 12px;
  height: 12px;
}
.credit-bar {
  display: flex;
  gap: 2px;
  height: 15px;
  margin-top: -4px;
  margin-bottom: -6px;
  overflow: visible;
}
.credit-segment {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 3px;
  height: 15px;
  cursor: default;
  border-radius: 1px;
  --credit-rgb: 34, 197, 94;
  --credit-alpha: 0.78;
}
.credit-segment::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(var(--credit-rgb), var(--credit-alpha));
  transition:
    filter 0.15s,
    transform 0.15s;
}
.credit-segment:first-child::before {
  border-radius: 3px 0 0 3px;
}
.credit-segment:last-child::before {
  border-radius: 0 3px 3px 0;
}
.credit-segment:hover::before,
.credit-segment:focus-visible::before {
  transform: scaleY(1.35);
  filter: brightness(1.12);
}
.credit-segment.within1 {
  --credit-alpha: 0.1;
}
.credit-segment.within3 {
  --credit-alpha: 0.2;
}
.credit-segment.within7 {
  --credit-alpha: 0.32;
}
.credit-segment.within15 {
  --credit-alpha: 0.46;
}
.credit-segment.within30 {
  --credit-alpha: 0.62;
}
.panel[data-theme="dark"] .credit-segment {
  --credit-rgb: 126, 134, 255;
  --credit-alpha: 0.82;
}
.panel[data-theme="dark"] .credit-segment.within1 {
  --credit-alpha: 0.12;
}
.panel[data-theme="dark"] .credit-segment.within3 {
  --credit-alpha: 0.25;
}
.panel[data-theme="dark"] .credit-segment.within7 {
  --credit-alpha: 0.4;
}
.panel[data-theme="dark"] .credit-segment.within15 {
  --credit-alpha: 0.54;
}
.panel[data-theme="dark"] .credit-segment.within30 {
  --credit-alpha: 0.68;
}
.credit-tooltip {
  position: fixed;
  z-index: 100;
  max-width: min(280px, calc(100vw - 16px));
  min-width: 180px;
  padding: 9px 12px;
  border: 1px solid #ffffff16;
  border-radius: 7px;
  background: #151518;
  color: #fff;
  font-size: 11px;
  line-height: 1.65;
  font-weight: 450;
  white-space: pre-line;
  box-shadow: 0 8px 22px #0003;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .github-label {
    display: none;
  }
  .header-actions {
    gap: 12px;
  }
  .github-stars {
    gap: 6px;
    padding-inline: 9px;
  }
  .star-divider {
    display: none;
  }
}
@media (max-width: 600px) {
  .header-actions {
    gap: 4px;
  }
  .github-stars {
    padding: 0 7px;
    gap: 5px;
    font-size: 10px;
    min-height: 36px;
  }
  .github-stars svg {
    width: 14px;
    height: 14px;
  }
  .github-stars [data-icon="star"] {
    display: none;
  }
  .language-control {
    min-width: 45px;
    padding-inline: 4px;
  }
  .panel-tab {
    font-size: 9px;
    padding-inline: 3px;
    gap: 3px;
  }
  .panel-tab svg {
    width: 10px;
    height: 10px;
  }
  html[lang="en"] .panel-tab {
    padding-inline: 2px;
    font-size: 8px;
  }
  .panel-tabs,
  html[lang="en"] .panel-tabs {
    gap: 0;
    padding-inline: 6px;
  }
  .credit-tooltip {
    font-size: 11px;
  }
}
