:root {
  color-scheme: light;
  --text: #24201e;
  --muted: #6f7785;
  --line: #dfe7f1;
  --warm-line: #eadfd8;
  --orange: #ff6a3d;
  --orange-strong: #ff5a2b;
  --blue: #2687ff;
  --green: #12bf8f;
  --purple: #875cff;
  --bg: #f6f8fb;
  --panel: #ffffff;
  --shadow: 0 24px 80px rgba(24, 33, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 7%, rgba(255, 106, 61, 0.16), transparent 25%),
    radial-gradient(circle at 86% 3%, rgba(38, 135, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #fffaf7 0%, #f7fafc 38%, #ffffff 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

html[lang="ar"] body {
  font-family:
    "Noto Naskh Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial,
    Inter, ui-sans-serif, system-ui, sans-serif;
}

html[lang="ar"] [data-i18n] {
  direction: ltr;
  unicode-bidi: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand img,
.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(255, 106, 61, 0.22);
}

.site-header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 40px rgba(29, 39, 54, 0.08);
}

.site-header nav a {
  padding: 8px 13px;
  border-radius: 9px;
  color: #687385;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.site-header nav a:hover {
  background: #fff1ea;
  color: var(--orange-strong);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-action {
  padding: 0 16px;
  border: 1px solid #ffd4c5;
  background: #fff3ee;
  color: var(--orange-strong);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  position: relative;
  z-index: 40;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #ffd4c5;
  border-radius: 10px;
  background: #fff8f4;
  color: var(--orange-strong);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(255, 106, 61, 0.08);
}

.language-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff0ea;
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 950;
}

.language-caret {
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  min-width: 178px;
  padding: 6px;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(24, 33, 48, 0.16);
}

.language-switcher.open .language-menu {
  display: grid;
  gap: 2px;
}

.language-menu button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #5f5b57;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button.active {
  border-color: #ffb29a;
  background: #fff4ef;
  color: var(--orange-strong);
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 24px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
}

.hero-snapshot {
  width: 100%;
  margin-bottom: 34px;
  padding: 16px;
  border: 1px solid rgba(234, 223, 216, 0.95);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.12), rgba(255, 255, 255, 0.86) 42%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 64px rgba(24, 33, 48, 0.1);
}

.snapshot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 14px;
}

.snapshot-head span {
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 900;
}

.snapshot-head b {
  color: #232a35;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.snapshot-grid div {
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(223, 231, 241, 0.86);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.snapshot-grid small,
.snapshot-grid strong,
.snapshot-grid span {
  display: block;
}

.snapshot-grid small {
  color: #798392;
  font-size: 12px;
  font-weight: 800;
}

.snapshot-grid strong {
  margin-top: 8px;
  color: #171b22;
  font-size: 34px;
  line-height: 1;
}

.snapshot-grid span {
  margin-top: 10px;
  color: #687385;
  font-size: 12px;
}

.eyebrow {
  margin: 0;
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 900;
}

.hero h1 {
  margin: 16px 0 14px;
  color: #191817;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 790px;
  margin: 0;
  color: #5f6672;
  font-size: 19px;
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  padding: 0 18px;
}

.primary {
  background: linear-gradient(135deg, #ff774a, #ff5b2f);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 106, 61, 0.26);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: #3c4452;
}

.hero-side {
  display: flex;
  align-items: end;
  min-height: 520px;
}

.hero-facts {
  display: grid;
  width: 100%;
  min-height: 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: end;
  gap: 12px;
}

.hero-facts div {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.88)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(29, 39, 54, 0.06);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  color: #1d2430;
  font-size: 25px;
  line-height: 1;
}

.hero-facts span {
  margin-top: 8px;
  color: #6f7785;
  font-size: 13px;
}

.product-stage {
  width: min(1180px, calc(100% - 40px));
  position: relative;
  margin: 24px auto 0;
  padding: 34px 26px 26px;
  border: 1px solid rgba(223, 231, 241, 0.9);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.12), transparent 44%),
    linear-gradient(225deg, rgba(38, 135, 255, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 34px 110px rgba(24, 33, 48, 0.12);
}

.product-stage::before {
  content: "点击左侧菜单切换真实桌面端窗口";
  position: absolute;
  top: -16px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #ffd4c5;
  border-radius: 999px;
  background: #fff7f3;
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 106, 61, 0.12);
}

.preview-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, auto);
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.preview-brief small,
.preview-brief strong {
  display: block;
}

.preview-brief small {
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 900;
}

.preview-brief strong {
  margin-top: 4px;
  color: #202631;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.18;
}

.preview-brief span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(223, 231, 241, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #596475;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.desktop-frame {
  position: relative;
  overflow: visible;
  border: 1px solid #d6e1ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.desktop-frame::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -18px;
  left: 24px;
  height: 18px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(24, 33, 48, 0.12), transparent);
  filter: blur(1px);
  pointer-events: none;
}

.titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 0 10px;
  border-bottom: 1px solid #d6dce5;
  border-radius: 8px 8px 0 0;
  background: #f1f5f9;
  color: #171717;
  font-size: 12px;
}

.title-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.titlebar img {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.window-controls {
  display: inline-flex;
  gap: 14px;
}

.window-controls i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #111827;
  opacity: 0.72;
}

.app-preview {
  display: grid;
  grid-template-columns: minmax(160px, 18%) minmax(0, 1fr);
  min-height: 720px;
  background: #f8fafc;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px 14px;
  border-right: 1px solid var(--warm-line);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.app-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.app-logo img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.app-logo strong,
.app-logo span {
  display: block;
}

.app-logo strong {
  font-size: 18px;
}

.app-logo span {
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 750;
}

.app-sidebar p {
  margin: 12px 0 3px;
  color: #a49b94;
  font-size: 12px;
  font-weight: 800;
}

.app-sidebar button {
  min-width: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f5b57;
  font: inherit;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 650;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.app-sidebar button:hover {
  background: #fff8f4;
  color: var(--orange-strong);
}

.app-sidebar button.active {
  border: 1px solid #ffb29a;
  background: linear-gradient(135deg, #fff4ef, #fffaf7);
  color: var(--orange-strong);
  font-weight: 900;
}

.app-main {
  min-width: 0;
  padding: clamp(14px, 2.4vw, 28px);
}

.mobile-preview-nav {
  display: none;
}

.mobile-preview-nav button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #5f5b57;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.mobile-preview-nav button.active {
  border-color: #ffb29a;
  background: #fff4ef;
  color: var(--orange-strong);
  font-weight: 900;
}

.preview-panel {
  display: none;
  min-width: 0;
}

.preview-panel.active {
  display: block;
  animation: panel-in 180ms ease-out;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.app-toolbar {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid var(--line);
  border-top-color: var(--orange);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.06), transparent 42%),
    #fff;
}

.app-toolbar h2 {
  margin: 0 0 7px;
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1;
}

.app-toolbar span {
  display: block;
  border-left: 4px solid var(--orange);
  padding-left: 8px;
  color: #64748b;
  font-weight: 800;
}

.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.toolbar-actions button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #657286;
  font-weight: 750;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.stat-card {
  min-width: 0;
  padding: clamp(12px, 1.4vw, 15px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(29, 39, 54, 0.05);
}

.stat-card span,
.stat-card small {
  display: block;
  color: #6d6864;
  font-size: 12px;
}

.stat-card strong {
  display: block;
  margin: 6px 0 3px;
  color: #20242b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.stat-card.green {
  background: linear-gradient(135deg, rgba(18, 191, 143, 0.06), #fff);
}

.stat-card.blue {
  background: linear-gradient(135deg, rgba(38, 135, 255, 0.06), #fff);
}

.stat-card.teal {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.06), #fff);
}

.stat-card.purple {
  background: linear-gradient(135deg, rgba(135, 92, 255, 0.06), #fff);
}

.stat-card.amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.07), #fff);
}

.platform-panel,
.chart-card,
.mock-card,
.module-list,
.download,
.filter-strip,
.preview-table,
.sync-card,
.status-pills,
.sync-grid > div,
.settings-list > div,
.settings-summary > div,
.profile-card,
.security-card,
.redeem-card,
.conversation-preview,
.route-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(29, 39, 54, 0.06);
}

.platform-panel {
  padding: 16px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  color: #657286;
  margin-bottom: 12px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.platform-grid div {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fffaf7;
}

.platform-grid strong,
.platform-grid b,
.platform-grid span {
  display: block;
}

.platform-grid b {
  margin: 6px 0;
  color: var(--purple);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  overflow-wrap: anywhere;
}

.platform-grid span {
  color: #6d6864;
  font-size: 12px;
}

.filter-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 16px;
  color: #6d6864;
}

.filter-strip b,
.filter-strip button {
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fffaf7;
  padding: 9px 12px;
  color: #24201e;
}

.filter-strip button {
  background: var(--orange);
  color: #fff;
  font-weight: 850;
}

.usage-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.preview-table {
  overflow: hidden;
  margin-top: 14px;
}

.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1fr 0.8fr 0.8fr;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 1px solid #eef2f7;
  color: #3f4652;
  font-size: 13px;
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row.head {
  min-height: 44px;
  background: #fffaf7;
  color: #6d6864;
  font-weight: 850;
}

.table-row b {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  background: #fff0ea;
  color: var(--orange-strong);
}

.preview-config-card {
  box-shadow: none;
}

.sync-card {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fffaf7, #ffffff);
}

.sync-card span {
  color: #6d6864;
}

.status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  padding: 13px 14px;
}

.status-pills b,
.status-pills span {
  border-radius: 999px;
  padding: 5px 10px;
  background: #f8fafc;
  color: #526174;
  font-size: 12px;
  font-weight: 850;
}

.status-pills span {
  background: #fff0ea;
  color: var(--orange-strong);
}

.empty-state.large {
  min-height: 260px;
}

.sync-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.sync-grid > div {
  padding: 14px 16px;
}

.sync-grid strong,
.sync-grid span,
.route-card strong,
.route-card span,
.route-card b {
  display: block;
}

.sync-grid span,
.route-card span {
  margin-top: 5px;
  color: #6d6864;
}

.settings-list {
  display: grid;
  gap: 12px;
}

.settings-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.settings-summary > div {
  padding: 14px 16px;
  background: #fffaf7;
}

.settings-summary span,
.settings-summary strong {
  display: block;
}

.settings-summary span {
  color: #7b746f;
  font-size: 12px;
}

.settings-summary strong {
  margin-top: 5px;
  font-size: 16px;
}

.settings-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  background: #fffaf7;
}

.settings-list span {
  color: #6d6864;
}

.settings-list b {
  border: 1px solid #ffb29a;
  border-radius: 8px;
  padding: 7px 10px;
  color: var(--orange-strong);
  font-size: 12px;
}

.settings-list i {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32px 12px, #fff 0 8px, transparent 9px),
    #12bf8f;
  box-shadow: inset 0 0 0 1px rgba(18, 191, 143, 0.2);
}

.conversation-preview {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(180deg, #fff 0%, #fffaf7 100%);
}

.bubble {
  max-width: 72%;
  border-radius: 14px;
  padding: 12px 14px;
  line-height: 1.7;
}

.bubble.user {
  justify-self: end;
  background: var(--orange);
  color: #fff;
}

.bubble.assistant {
  justify-self: start;
  border: 1px solid var(--line);
  background: #fff;
}

.composer {
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  color: #9aa3af;
  background: #fff;
}

.route-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: linear-gradient(135deg, #fffaf7, #ffffff);
}

.route-card strong {
  font-size: 24px;
}

.route-card b {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: #ecfdf7;
  color: #0f9f75;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.profile-card,
.security-card,
.redeem-card {
  padding: 20px;
  background: #fffaf7;
}

.profile-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.profile-card strong,
.profile-card span,
.profile-card label,
.security-card strong,
.security-card span,
.redeem-card strong,
.redeem-card span {
  display: block;
}

.profile-card span,
.security-card span,
.redeem-card span {
  color: #6d6864;
  line-height: 1.7;
}

.avatar-box {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid #ffd1c0;
  border-radius: 8px;
  background: #fff0ea;
  color: var(--orange-strong);
  font-size: 28px;
  font-weight: 950;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-actions button,
.save-profile,
.security-card button,
.redeem-card button {
  min-height: 36px;
  border: 1px solid #ffd1c0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  padding: 0 14px;
  font-weight: 850;
}

.profile-actions button.ghost {
  background: #fff;
  color: #9a928b;
}

.profile-card label {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 850;
}

.fake-input,
.redeem-input {
  display: flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fff;
  color: #9a928b;
  padding: 0 12px;
}

.save-profile,
.redeem-card button {
  justify-self: end;
  margin-top: 2px;
}

.security-card {
  display: grid;
  gap: 12px;
}

.security-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.security-fields div {
  min-height: 40px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fff;
  color: #9a928b;
  padding: 11px 12px;
}

.security-fields div:first-child {
  grid-column: 1 / -1;
}

.security-card button {
  justify-self: end;
}

.redeem-card {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.chart-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px;
  margin-top: 14px;
}

.chart-card {
  min-height: 136px;
  padding: 16px;
}

.donut {
  width: 84px;
  height: 84px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: conic-gradient(var(--orange) 0 55%, #e9eef5 55% 100%);
}

.line-chart {
  height: 96px;
  margin-top: 14px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 67% 28%, #04b7d8 0 4px, transparent 5px),
    linear-gradient(135deg, transparent 0 40%, #04b7d8 40% 42%, transparent 42%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 106, 61, 0.16) 42px 43px),
    #fbfdff;
}

.chat-float {
  position: absolute;
  right: clamp(18px, 2.4vw, 28px);
  bottom: clamp(18px, 2.4vw, 28px);
  width: clamp(56px, 6vw, 70px);
  height: clamp(56px, 6vw, 70px);
  border-radius: 999px;
  background: #ff781f;
  box-shadow: 0 20px 40px rgba(255, 120, 31, 0.3);
}

.chat-float::before {
  position: absolute;
  inset: 27%;
  border: 2px solid #fff;
  border-radius: 999px;
  content: "";
}

.tag-strip,
.section,
.pricing-section,
.module-band,
.download,
footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.tag-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 30px 0 8px;
}

.tag-strip span {
  padding: 8px 13px;
  border: 1px solid #ffd6c8;
  border-radius: 999px;
  background: #fff8f4;
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 850;
}

.section {
  padding: 88px 0 32px;
}

.intro-section {
  padding-top: 70px;
}

.interface-board {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 28px 86px rgba(24, 33, 48, 0.12);
}

.board-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 14px;
  border-right: 1px solid var(--warm-line);
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.board-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #23201f;
  font-weight: 950;
}

.board-logo img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(255, 106, 61, 0.2);
}

.board-sidebar b,
.board-sidebar span {
  display: block;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 8px;
  color: #68645f;
  font-size: 13px;
  font-weight: 750;
}

.board-sidebar b {
  border: 1px solid #ffb29a;
  background: linear-gradient(135deg, #fff4ef, #fffaf7);
  color: var(--orange-strong);
  font-weight: 900;
}

.board-main {
  min-width: 0;
  padding: 22px;
}

.board-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-top-color: var(--orange);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #fffaf7);
}

.board-toolbar small,
.board-toolbar strong {
  display: block;
}

.board-toolbar small {
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 900;
}

.board-toolbar strong {
  margin-top: 3px;
  color: #20242b;
  font-size: 24px;
  line-height: 1.1;
}

.board-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.board-actions span {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fff;
  color: #6d6864;
  font-size: 12px;
  font-weight: 850;
}

.board-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.board-stats div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(29, 39, 54, 0.05);
}

.board-stats span,
.board-stats strong,
.board-stats small {
  display: block;
}

.board-stats span {
  color: #7b8493;
  font-size: 12px;
  font-weight: 850;
}

.board-stats strong {
  margin-top: 7px;
  color: #20242b;
  font-size: 26px;
  line-height: 1;
}

.board-stats small {
  margin-top: 8px;
  color: #7b8493;
}

.showcase-grid.compact {
  gap: 14px;
}

.showcase-grid.compact .mock-card {
  box-shadow: none;
}

.mini-sync {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mini-sync span {
  display: block;
  padding: 9px 10px;
  border: 1px solid var(--warm-line);
  border-radius: 999px;
  background: #fffaf7;
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.pricing-section {
  padding: 82px 0 24px;
}

.section-title {
  max-width: 790px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-title h2,
.module-band h2,
.download h1,
.download h2 {
  margin: 10px 0 0;
  color: #201f1e;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-title p:not(.eyebrow),
.pricing-section .section-title p:not(.eyebrow),
.module-band p:not(.eyebrow),
.download p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #606b7a;
  font-size: 16px;
  line-height: 1.8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.price-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(29, 39, 54, 0.08);
}

.price-card.highlight {
  border-color: #ffb29a;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.12), transparent 46%),
    #fffaf7;
}

.price-card span,
.price-card strong,
.price-card p {
  display: block;
}

.price-card span {
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 900;
}

.price-card strong {
  margin: 12px 0 10px;
  color: #15191f;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 950;
  line-height: 0.95;
}

.price-card p {
  margin: 0;
  color: #606b7a;
  line-height: 1.75;
}

.showcase-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mock-card,
.feature-grid article {
  padding: 24px;
}

.mock-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.orange-icon,
.num {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fff0ea;
  color: var(--orange-strong);
  font-weight: 950;
}

.mock-head h3,
.mock-head p,
.feature-grid h3,
.feature-grid p {
  margin: 0;
}

.mock-head h3 {
  font-size: 21px;
}

.mock-head p,
.feature-grid p {
  color: #6d6864;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border: 1px solid #f0d6cc;
  border-radius: 999px;
}

.segmented b,
.segmented span {
  padding: 9px 10px;
  border-radius: 999px;
  text-align: center;
  font-weight: 750;
}

.segmented b {
  background: var(--orange);
  color: #fff;
}

.segmented span {
  color: #a19b96;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field-grid div {
  padding: 14px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: #fffaf7;
}

.field-grid span,
.field-grid strong {
  display: block;
}

.field-grid span {
  color: #7b746f;
  font-size: 12px;
}

.field-grid strong {
  margin-top: 5px;
  font-size: 16px;
}

.field-grid .hot {
  border-color: #ffb29a;
  background: #fff0ea;
  color: var(--orange-strong);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.action-row button {
  min-height: 36px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  padding: 0 14px;
  font-weight: 850;
}

.action-row .ghost {
  background: #fff;
  color: #6d6864;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 200px;
  border: 1px solid var(--warm-line);
  border-radius: 10px;
  color: #6d6864;
  text-align: center;
}

.empty-state span {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #f1f2f5;
}

.empty-state strong {
  margin-top: 10px;
  color: #24201e;
}

.empty-state p {
  margin: 0;
}

.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(29, 39, 54, 0.06);
}

.feature-grid h3 {
  margin: 16px 0 8px;
  font-size: 18px;
}

.image-generation-section {
  padding-top: 42px;
}

.image-workbench {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  align-items: center;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.1), rgba(38, 135, 255, 0.08)),
    #fff;
  box-shadow: 0 20px 60px rgba(29, 39, 54, 0.08);
}

.image-copy {
  min-width: 0;
}

.image-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #ffd3c4;
  border-radius: 999px;
  background: #fff7f2;
  color: var(--orange-strong);
  font-size: 12px;
  font-weight: 950;
}

.image-copy h3 {
  margin: 18px 0 10px;
  color: #201f1e;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.image-copy p {
  margin: 0;
  color: #606b7a;
  line-height: 1.85;
}

.image-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.image-points b {
  display: block;
  padding: 13px 14px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #2d3440;
  font-size: 14px;
}

.image-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(218, 226, 236, 0.9);
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.image-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.image-panel-head strong,
.image-panel-head span {
  display: block;
}

.image-panel-head strong {
  color: #171b22;
  font-size: 20px;
  font-weight: 950;
}

.image-panel-head span {
  margin-top: 4px;
  color: #687385;
  font-size: 13px;
}

.image-panel button {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  padding: 0 12px;
  font-weight: 850;
}

.prompt-box {
  min-height: 118px;
  padding: 14px;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  background: #fff;
}

.prompt-box span {
  display: block;
  color: #8993a3;
  font-size: 13px;
}

.prompt-box p {
  margin: 18px 0 0;
  color: #2d3440;
  line-height: 1.7;
}

.image-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.image-options div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  background: #fff;
}

.image-options span,
.image-options strong {
  display: block;
}

.image-options span {
  color: #7c8796;
  font-size: 12px;
}

.image-options strong {
  margin-top: 5px;
  color: #242a33;
  font-size: 13px;
  line-height: 1.35;
}

.generation-record {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5ebf3;
  border-radius: 10px;
  background: #fff;
}

.generated-art {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.9) 0 9%, transparent 10%),
    linear-gradient(145deg, #f7b267, #5aa9e6 48%, #7fc8a9);
}

.generated-art span,
.generated-art b {
  position: absolute;
  display: block;
}

.generated-art span {
  right: 12px;
  bottom: 22px;
  left: 12px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.generated-art b {
  right: 24px;
  bottom: 42px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.generation-record strong {
  color: #20252d;
  font-size: 16px;
}

.generation-record p {
  margin: 6px 0 12px;
  color: #687385;
  font-size: 13px;
}

.record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.record-actions button {
  min-height: 32px;
  border-color: var(--warm-line);
  background: #fff7f2;
  color: var(--orange-strong);
}

.module-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 36px;
  padding: 70px 0;
}

.module-list {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.module-list div {
  padding: 16px;
  border: 1px solid var(--warm-line);
  border-radius: 10px;
  background: #fffaf7;
}

.module-list strong,
.module-list span {
  display: block;
}

.module-list span {
  margin-top: 5px;
  color: #6d6864;
}

.release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 16px;
}

.release-meta span,
.release-note-item em {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid #ffd6c8;
  border-radius: 999px;
  background: #fff8f4;
  color: var(--orange-strong);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 0 11px;
}

.release-note-list {
  align-items: stretch;
}

.release-note-item {
  gap: 8px;
}

.release-note-item em {
  justify-self: start;
  min-height: 26px;
  margin-bottom: 2px;
}

.release-empty {
  grid-column: 1 / -1;
}

.release-update-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--warm-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(29, 39, 54, 0.06);
}

.release-update-summary div {
  min-width: 0;
}

.release-update-summary span,
.release-update-summary strong {
  display: block;
}

.release-update-summary span {
  color: #766f69;
  font-size: 12px;
  font-weight: 850;
}

.release-update-summary strong {
  margin-top: 6px;
  color: #23201f;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.release-update-summary p {
  grid-column: 1 / 4;
  margin: 4px 0 0;
  color: #635f5a;
  line-height: 1.6;
}

.release-update-summary a {
  align-self: end;
  justify-self: end;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 0 16px;
}

.download {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 28px;
  margin-top: 46px;
  margin-bottom: 42px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, 0.1), rgba(38, 135, 255, 0.08)),
    #fff;
}

.download-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.download-panel.has-linux,
.download-panel:has(.download-card:nth-of-type(3)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 40px rgba(29, 39, 54, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.download-card.primary-card {
  border-color: #ffb29a;
  background: linear-gradient(135deg, #fff2ec, #ffffff);
}

.download-card:hover {
  transform: translateY(-2px);
  border-color: #ffc5b4;
  box-shadow: 0 18px 48px rgba(29, 39, 54, 0.12);
}

.macos-download-card {
  cursor: default;
}

.macos-download-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.macos-download-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #ffd4c5;
  border-radius: 8px;
  background: #fffaf7;
  color: var(--orange-strong);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.macos-download-actions a:hover {
  border-color: #ffb29a;
  background: #fff0ea;
}

.platform-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0ea, #fff8f4);
  color: var(--orange-strong);
}

.platform-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.download-card:not(.primary-card) .platform-icon {
  background: linear-gradient(135deg, #f4f7fb, #ffffff);
  color: #111827;
  box-shadow: inset 0 0 0 1px #e5edf7;
}

.download-card strong {
  font-size: 20px;
  line-height: 1;
}

.download-card small {
  color: #687385;
  line-height: 1.5;
}

.download-card b {
  margin-top: 6px;
  color: var(--orange-strong);
  font-size: 14px;
}

.release-link {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px dashed #ffd4c5;
  border-radius: 12px;
  background: #fffaf7;
  color: var(--orange-strong);
  font-weight: 850;
}

.floating-contact {
  position: fixed;
  right: 24px;
  top: 58vh;
  z-index: 24;
  display: grid;
  gap: 10px;
  width: 210px;
  padding: 16px;
  border: 1px solid #ffd4c5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(29, 39, 54, 0.13);
  backdrop-filter: blur(14px);
}

.floating-contact strong {
  color: #111827;
  font-size: 15px;
}

.floating-contact span {
  color: #687385;
  font-size: 13px;
  line-height: 1.55;
}

.floating-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
}

.floating-contact-primary {
  background: var(--orange-strong);
  color: #fff;
}

.floating-contact-secondary {
  border: 1px solid #ffd4c5;
  background: #fffaf7;
  color: var(--orange-strong);
}

.hidden {
  display: none !important;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  padding: 26px 0 38px;
  border-top: 1px solid rgba(223, 231, 241, 0.9);
  color: #6f7785;
}

footer p {
  margin: 0;
}

.footer-copy {
  display: grid;
  gap: 4px;
  text-align: center;
}

.footer-copy strong,
.footer-copy span {
  display: block;
}

.footer-copy strong {
  color: #2d3440;
  font-size: 14px;
  font-weight: 900;
}

.footer-copy span {
  color: #687385;
  font-size: 13px;
}

footer a {
  color: var(--orange-strong);
  font-weight: 850;
}

@media (max-width: 1080px) {
  .hero,
  .image-workbench,
  .module-band,
  .download {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-side,
  .hero-facts {
    min-height: auto;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .download-panel.has-linux,
  .download-panel:has(.download-card:nth-of-type(3)) {
    grid-template-columns: 1fr;
  }

  .release-update-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-update-summary p {
    grid-column: 1 / -1;
  }

  .hero-facts div {
    min-height: 126px;
  }

  .app-preview {
    grid-template-columns: 152px minmax(0, 1fr);
    min-height: 680px;
  }

  .stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-toolbar {
    grid-template-columns: 1fr;
  }

  .toolbar-actions {
    justify-content: flex-start;
  }

}

@media (max-width: 820px) {
  .site-header,
  .hero,
  .product-stage,
  .tag-strip,
  .section,
  .pricing-section,
  .module-band,
  .download,
  footer {
    width: min(100% - 28px, 720px);
  }

  .site-header nav {
    display: none;
  }

  .site-header {
    gap: 12px;
  }

  .header-tools {
    gap: 8px;
  }

  .floating-contact {
    display: none !important;
  }

  .language-trigger,
  .header-action {
    min-height: 38px;
    padding: 0 11px;
    font-size: 12px;
  }

  .product-stage {
    padding: 30px 14px 14px;
    border-radius: 18px;
  }

  .product-stage::before {
    top: -13px;
    left: 14px;
    min-height: 28px;
    font-size: 12px;
  }

  .preview-brief {
    grid-template-columns: 1fr;
  }

  .preview-brief span {
    width: fit-content;
  }

  .hero-snapshot {
    margin-bottom: 24px;
  }

  .snapshot-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .snapshot-head b {
    text-align: left;
  }

  .snapshot-grid {
    grid-template-columns: 1fr;
  }

  .app-preview {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .app-sidebar {
    display: none;
  }

  .app-main {
    padding: 14px;
  }

  .mobile-preview-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 14px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .mobile-preview-nav::-webkit-scrollbar {
    display: none;
  }

  .platform-grid,
  .chart-row,
  .interface-board,
  .showcase-grid,
  .pricing-grid,
  .feature-grid,
  .image-options,
  .usage-stats,
  .sync-grid,
  .profile-grid,
  .settings-summary {
    grid-template-columns: 1fr;
  }

  .board-sidebar {
    display: none;
  }

  .board-main {
    padding: 14px;
  }

  .board-toolbar {
    grid-template-columns: 1fr;
  }

  .board-actions {
    justify-content: flex-start;
  }

  .board-stats {
    grid-template-columns: 1fr 1fr;
  }

  .table-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    padding: 12px 14px;
  }

  .table-row.head {
    display: none;
  }

  .settings-list > div {
    grid-template-columns: 1fr;
  }

  .security-fields {
    grid-template-columns: 1fr;
  }

  .security-fields div:first-child {
    grid-column: auto;
  }

  .chat-float {
    display: none;
  }

  .download {
    padding: 24px;
  }

  .image-workbench {
    padding: 18px;
    border-radius: 14px;
  }

  .image-panel {
    padding: 14px;
  }

  .image-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .generation-record {
    grid-template-columns: 1fr;
  }

  .generated-art {
    max-width: 180px;
  }

  .download-panel {
    grid-template-columns: 1fr;
  }

  .macos-download-actions {
    grid-template-columns: 1fr;
  }

  .release-update-summary {
    grid-template-columns: 1fr;
  }

  .release-update-summary a {
    justify-self: stretch;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .hero {
    padding-top: 42px;
  }

  .site-header {
    width: min(100% - 22px, 720px);
  }

  .header-action {
    display: none;
  }

  .hero h1 {
    font-size: 54px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-facts,
  .board-stats,
  .stat-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .snapshot-grid div {
    min-height: auto;
  }

  .snapshot-grid strong {
    font-size: 30px;
  }

  .toolbar-actions button {
    flex: 1 1 42%;
  }

  .segmented {
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
  }

  .segmented b,
  .segmented span {
    border-radius: 9px;
  }

  .button {
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-copy {
    text-align: left;
  }
}
