:root {
  --ink: #2f3f77;
  --ink-soft: #6678a8;
  --brand: #6f6cf6;
  --brand-2: #8e79ff;
  --surface: rgba(255, 255, 255, 0.78);
  --border: rgba(140, 157, 210, 0.28);
}
  display: grid;
  grid-template-columns: 1fr;

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
  font-weight: 300;
  border-radius: 22px;
  text-rendering: optimizeLegibility;
  background: rgba(255, 255, 255, 0.72);
  min-height: 120px;
  overflow: hidden;
}

.feature-accordion {
  box-shadow: 0 16px 30px rgba(116, 132, 192, 0.1);
}

.feature-accordion[open] {
  background:
    radial-gradient(80% 140% at 100% 0%, rgba(173, 194, 255, 0.16) 0%, rgba(173, 194, 255, 0) 60%),
    rgba(255, 255, 255, 0.88);
}

.feature-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 245, 255, 0.92) 100%);
}

.feature-summary::-webkit-details-marker {
  display: none;
}

.feature-summary-main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}

.feature-summary-art {
  width: 92px;
  min-width: 92px;
  height: 64px;
  border: 0;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

.feature-summary-art-tokens {
  width: 92px;
  min-width: 92px;
  height: 64px;
  padding: 8px 10px;
  border-radius: 18px;
  border: 1px solid rgba(145, 159, 208, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(233, 240, 255, 0.76));
  box-shadow: 0 12px 24px rgba(116, 132, 192, 0.12);
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
}

.feature-summary-art-tokens .token-chip {
  padding: 3px 8px;
  font-size: 11px;
  gap: 6px;
  border-color: rgba(152, 167, 214, 0.24);
}

.feature-summary-art-tokens .token-chip img {
  width: 16px;
  height: 16px;
}

.feature-summary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.feature-summary-image-strip {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.72);
}

.feature-summary-icon-svg {
  width: 64px;
  height: 64px;
  display: block;
}

.feature-summary-icon-round {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: block;
  object-fit: contain;
  padding: 10px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(145, 159, 208, 0.24);
  box-shadow: 0 10px 20px rgba(116, 132, 192, 0.14);
}

.feature-handshake .feature-summary-icon-round {
  background:
    radial-gradient(80% 80% at 30% 30%, rgba(173, 194, 255, 0.16) 0%, rgba(173, 194, 255, 0) 60%),
    rgba(255, 255, 255, 0.88);
  border-color: var(--border);
}

.feature-summary-symbol {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(145, 159, 208, 0.24);
  box-shadow: 0 10px 20px rgba(116, 132, 192, 0.14);
}

.feature-summary-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: block;
  object-fit: cover;
  object-position: 50% 20%;
  image-orientation: from-image;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(145, 159, 208, 0.24);
  box-shadow: 0 10px 20px rgba(116, 132, 192, 0.14);
}

.feature-her .feature-summary-avatar {
  object-position: 50% 18%;
  transform: none;
}

.feature-handshake .feature-summary-icon-round {
  object-fit: cover;
  object-position: center;
  padding: 0;
  overflow: hidden;
}

.feature-summary-icon-smartwork {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.feature-summary-symbol-fallback {
  display: none;
}

.feature-summary-copy {
  min-width: 0;
}

.feature-summary-copy h3 {
  margin: 0 0 6px;
  font-size: 29px;
  line-height: 1.12;
  color: #495b92;
}

.feature-summary-copy .feature-title-en {
  margin: 0;
}

.feature-toggle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(145, 159, 208, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 20px rgba(116, 132, 192, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

/* Force core features cards to one-per-row on all screen sizes. */
#features .grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-areas: none !important;
  gap: 16px !important;
}

#features .grid > .feature,
#features .grid > details.feature {
  grid-column: 1 / -1 !important;
  grid-area: auto !important;
  width: 100% !important;
}

.feature-toggle::before {
  content: "▾";
  color: #5d71ad;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.24s ease;
}

.feature-accordion:not([open]) .feature-toggle::before {
  transform: rotate(-90deg);
}

.feature-body {
  padding: 0 22px 22px;
}
    radial-gradient(1px 1px at 18% 24%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(1px 1px at 72% 18%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%),
  background: linear-gradient(180deg, rgba(246, 244, 255, 0.92), rgba(255, 255, 255, 0.84));
  background-attachment: fixed;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: linear-gradient(to bottom, rgba(248, 249, 255, 0.88), rgba(248, 249, 255, 0.52));
  border-bottom: 1px solid rgba(160, 175, 222, 0.22);
  box-shadow: 0 10px 24px rgba(116, 132, 192, 0.08);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 14px;
  background: linear-gradient(to bottom, rgba(248, 249, 255, 0.52), rgba(248, 249, 255, 0));
  pointer-events: none;
}

.nav {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo {
  width: 48px;
  height: 48px;
  padding: 6px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(101, 180, 255, 0.18) 0%, rgba(159, 99, 255, 0.22) 100%);
  border: 1px solid rgba(120, 146, 236, 0.24);
  box-shadow: 0 10px 18px rgba(118, 134, 190, 0.12);
}

.nav-wordmark {
  height: 34px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(112, 132, 194, 0.18));
}

.brand-title {
  color: #4b61b0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-self: end;
}

.nav-links a {
  color: #5b6d9f;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.lang-select {
  height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--brand);
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 26px rgba(116, 132, 192, 0.18);
  justify-self: center;
}

.lang-select option {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
}

.lang-select:focus {
  outline: none;
  border-color: var(--brand-2);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
  min-height: 590px;
  padding: 30px 0 16px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 3% -3% 3% -3%;
  border-radius: 30px;
  background:
    radial-gradient(58% 64% at 78% 44%, rgba(206, 217, 255, 0.42) 0%, rgba(206, 217, 255, 0) 65%),
    linear-gradient(108deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.56));
  border: 1px solid rgba(170, 185, 230, 0.26);
  box-shadow: 0 26px 48px rgba(120, 138, 192, 0.12);
  pointer-events: none;
  z-index: -1;
}

.hero::after {
  content: none;
}

.hero-wordmark {
  width: min(500px, 100%);
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  filter: drop-shadow(0 7px 20px rgba(114, 136, 218, 0.25));
}

.subtitle-en {
  margin: 0 0 12px;
  color: #6f7faa;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: 300;
  line-height: 1.45;
  text-transform: none;
}

.hero-left {
  position: relative;
  left: clamp(90px, 10vw, 170px);
  width: 420px;
  max-width: 420px;
  transform: translateY(-18px);
}

.lead {
  margin: 0;
  max-width: 520px;
  color: #5a6a95;
  font-size: 22px;
  line-height: 1.58;
  font-weight: 600;
}

.lead-en {
  margin: 10px 0 0;
  max-width: 520px;
  color: #7383ac;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 300;
}

.hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-figure {
  width: min(680px, 80vw);
  max-width: 80vw;
  aspect-ratio: 16 / 11;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  overflow: visible;
  background: none;
}

.hero-ufo {
  position: absolute;
  top: 6%;
  left: 10%;
  width: min(210px, 28vw);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 18px 28px rgba(112, 146, 220, 0.22));
  transform: rotate(-8deg);
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 48%, rgba(0, 0, 0, 0.86) 66%, rgba(0, 0, 0, 0.28) 84%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 48%, rgba(0, 0, 0, 0.86) 66%, rgba(0, 0, 0, 0.28) 84%, rgba(0, 0, 0, 0) 100%);
}

.dream-portrait {
  width: min(84.24%, 534.6px);
  max-height: 100%;
  height: auto;
  object-fit: contain;
  clip-path: none;
  filter: none;
}

.hero-figure::after {
  content: none;
}

@media (min-width: 981px) {
  .dream-portrait {
    transform: translate(66px, 20px) scale(0.7776);
    transform-origin: right bottom;
  }
}

.actions {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.entry-switch {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero .actions .entry-switch-btn {
  min-width: 118px;
  justify-content: center;
  text-align: center;
}

.hero .actions .entry-switch-btn.is-active {
  color: #fff;
  background: linear-gradient(180deg, #e86b93 0%, #cf4f79 100%);
  border: 1px solid #b83d66;
  box-shadow: 0 12px 22px rgba(207, 79, 121, 0.36), inset 0 1px 0 rgba(255, 236, 242, 0.65), inset 0 -8px 14px rgba(170, 37, 88, 0.12);
}

.entry-choice-panels {
  width: 100%;
}

.entry-choice-panel {
  display: none;
  width: 100%;
  max-width: 540px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(145, 159, 208, 0.24);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 28px rgba(114, 132, 190, 0.12);
}

.entry-choice-panel.is-visible {
  display: block;
}

.entry-choice-copy {
  margin-bottom: 12px;
  color: #5c6d99;
  font-size: 13px;
  line-height: 1.7;
}

.download-row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.hero .actions .btn {
  padding: 9px 14px;
  font-size: 12px;
  border-radius: 14px;
}

.hero .actions .dl-btn {
  min-height: 36px;
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  white-space: nowrap;
  color: #1d1d1d !important;
  font-weight: 300;
  letter-spacing: 0.2px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f7 100%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 16px rgba(90, 100, 130, 0.14);
}

.os-badge {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #5867d8;
  background: rgba(255, 255, 255, 0.92);
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn,
.btn.small {
  color: #fff;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 22px rgba(117, 115, 242, 0.22);
}

.btn.secondary {
  color: #6c78a6;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--border);
  box-shadow: none;
}

.hero .actions .account-btn {
  color: #fff;
  background: linear-gradient(180deg, #e86b93 0%, #cf4f79 100%);
  border: 1px solid #b83d66;
  box-shadow: 0 12px 22px rgba(207, 79, 121, 0.36), inset 0 1px 0 rgba(255, 236, 242, 0.65), inset 0 -8px 14px rgba(170, 37, 88, 0.12);
  font-weight: 800;
  min-width: 104px;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero .actions .account-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(207, 79, 121, 0.42), inset 0 1px 0 rgba(255, 220, 230, 0.38);
}

.hero .actions .account-btn::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 1px;
  height: 48%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.hero .actions .account-btn:active,
.hero .actions .account-btn:focus-visible {
  color: #fff;
  background: linear-gradient(180deg, #5c7cff 0%, #4466e8 100%);
  border-color: #3554c9;
  box-shadow: 0 10px 20px rgba(76, 106, 230, 0.34), inset 0 1px 0 rgba(201, 217, 255, 0.34);
  outline: none;
}

.features,
.download {
  margin-top: 28px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 18px 36px rgba(116, 132, 192, 0.12);
  padding: 28px;
}

.split-entry,
.process-board {
  margin-top: 28px;
  border-radius: 24px;
  border: 1px solid rgba(135, 154, 214, 0.24);
  background:
    radial-gradient(70% 120% at 0% 0%, rgba(143, 172, 255, 0.14) 0%, rgba(143, 172, 255, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 255, 0.72));
  box-shadow: 0 18px 36px rgba(116, 132, 192, 0.12);
  padding: 28px;
}

.split-entry-head,
.process-board-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.split-entry-head h2,
.process-board-head h2 {
  margin: 0;
  color: #4d5c8d;
}

.split-entry-note {
  max-width: 460px;
  margin: 0;
  color: #6d7ba2;
  line-height: 1.75;
}

.entry-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.entry-card,
.process-step {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(145, 159, 208, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.entry-card-human {
  background: linear-gradient(180deg, rgba(255, 247, 228, 0.94), rgba(255, 255, 255, 0.78));
}

.entry-card-agent {
  background: linear-gradient(180deg, rgba(234, 241, 255, 0.94), rgba(255, 255, 255, 0.78));
}

.entry-card-eyebrow {
  color: #8b97bb;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.entry-card h3 {
  margin: 0 0 10px;
  color: #495a8d;
}

.entry-card p,
.process-step p {
  margin: 0;
  color: #6d7ba2;
  line-height: 1.78;
}

.entry-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.entry-points span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: #556590;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(145, 159, 208, 0.2);
  font-size: 13px;
}

.entry-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.entry-actions-inline {
  margin-top: 38px;
  padding-top: 6px;
}

.process-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-step strong {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 22px rgba(117, 115, 242, 0.18);
}

.process-step span {
  color: #4d5c8d;
  font-weight: 700;
}

.waitlist {
  margin-top: 28px;
  border-radius: 24px;
  border: 1px solid rgba(135, 154, 214, 0.24);
  background:
    radial-gradient(60% 120% at 100% 0%, rgba(134, 170, 255, 0.16) 0%, rgba(134, 170, 255, 0) 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 251, 255, 0.7));
  box-shadow: 0 18px 36px rgba(116, 132, 192, 0.12);
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
}

.waitlist-copy h2 {
  margin: 0;
  color: #4d5c8d;
}

.waitlist-copy p {
  color: #6d7ba2;
  line-height: 1.76;
  font-weight: 300;
}

.waitlist-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.waitlist-points span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: #566690;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(145, 159, 208, 0.22);
  font-size: 13px;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.waitlist-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.waitlist-form span {
  color: #52628f;
  font-size: 13px;
  font-weight: 700;
}

.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(145, 159, 208, 0.3);
  background: rgba(255, 255, 255, 0.88);
  color: #4d5c8d;
  padding: 11px 14px;
  font: inherit;
  font-weight: 300;
  outline: none;
}

.waitlist-form input:focus,
.waitlist-form select:focus,
.waitlist-form textarea:focus {
  border-color: rgba(110, 114, 246, 0.66);
  box-shadow: 0 0 0 3px rgba(111, 108, 246, 0.12);
}

.form-block {
  grid-column: 1 / -1;
}

.checkbox-row {
  flex-direction: row !important;
  align-items: center;
  gap: 10px !important;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.checkbox-row span {
  font-weight: 300;
  color: #6d7ba2;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-status {
  margin: 0;
  min-height: 22px;
  color: #5f709d;
  font-size: 13px;
}

.features h2,
.download h2 {
  margin-top: 0;
  color: #4d5c8d;
}

.section-en {
  margin: -8px 0 18px;
  color: #8b97bb;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(420px, 1.08fr);
  grid-template-areas:
    "gold her"
    "handshake work";
  gap: 16px;
}

.feature {
  border-radius: 16px;
  border: 1px solid rgba(145, 159, 208, 0.22);
  background: rgba(255, 255, 255, 0.68);
  padding: 16px;
  min-height: 120px;
}

.feature-her {
  grid-area: her;
}

.feature-her .feature-split {
  grid-template-columns: 220px 1fr;
  align-items: start !important;
}

.feature-her .feature-visual {
  align-self: start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  margin-top: 0;
}

.feature-her .feature-visual-image {
  margin-top: 0;
  align-self: start;
}

.feature-gold {
  background: linear-gradient(180deg, rgba(255, 250, 236, 0.96), rgba(255, 255, 255, 0.84));
}

.feature-handshake {
  background: linear-gradient(180deg, rgba(240, 247, 255, 0.96), rgba(255, 255, 255, 0.84));
}

.feature-work {
  background: linear-gradient(180deg, rgba(243, 249, 255, 0.96), rgba(255, 255, 255, 0.84));
}

.feature-split {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: center;
}

.feature-split-work {
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

.feature-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-visual-image {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(137, 156, 220, 0.28);
  box-shadow: 0 16px 28px rgba(114, 132, 190, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

.feature-her .feature-visual-image {
  max-width: 240px;
  border-radius: 24px;
}

.feature-module-strip {
  width: min(100%, 340px);
  height: auto;
  display: block;
  margin: 2px 0 6px;
  border-radius: 18px;
  box-shadow: 0 12px 22px rgba(105, 155, 120, 0.12);
}

.feature-module-strip-handshake,
.feature-module-strip-work {
  width: min(100%, 300px);
  max-width: 300px;
  height: 168px;
  object-fit: contain;
  object-position: left top;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(137, 156, 220, 0.18);
  border-radius: 14px;
  margin: 0 0 14px;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature h3 {
  margin: 0 0 6px;
  color: #4e5f95;
}

.feature-title-en {
  margin: -2px 0 10px;
  color: #8b98be;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.feature-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-heading h3 {
  margin: 0;
}

.feature p {
  margin: 0;
  color: #6d7ba2;
  font-weight: 300;
  line-height: 1.78;
}

.feature-en,
.download-en {
  color: #8d97b8 !important;
  font-size: 12px;
  line-height: 1.72;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.token-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.token-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(152, 167, 214, 0.2);
  color: #52628f;
  font-size: 13px;
  font-weight: 700;
}

.token-chip img {
  width: 22px;
  height: 22px;
  display: block;
}

.download {
  text-align: center;
  margin-bottom: 30px;
}

.download p {
  color: #6b789f;
  font-weight: 300;
  line-height: 1.72;
}

.download-actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-footer {
  color: #7582a8;
  padding: 18px 0 28px;
  font-weight: 300;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.fade-in {
  animation: fadeInUp 0.55s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding-top: 28px;
  }

  .hero-right {
    justify-content: center;
  }

  .hero-figure {
    width: min(560px, 100%);
    padding-top: 0;
    justify-content: center;
  }

  .hero-left {
    position: static;
    transform: none;
    max-width: 100%;
    width: auto;
    left: auto;
  }

  .download-row {
    flex-wrap: wrap;
  }

  .entry-choice-panel {
    max-width: 100%;
  }

  .dream-portrait {
    width: min(100%, 520px);
    transform: none;
    clip-path: none;
  }

  .hero-ufo {
    top: 2%;
    left: 4%;
    width: min(160px, 34vw);
  }

  .lead {
    font-size: 20px;
  }

  .lead-en {
    font-size: 11px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .waitlist {
    grid-template-columns: 1fr;
  }

  .entry-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .feature-her {
    grid-column: auto;
  }

  .feature-split {
    grid-template-columns: 1fr;
  }

  .feature-summary {
    padding: 16px 18px;
  }

  .feature-summary-main {
    gap: 12px;
  }

  .feature-summary-art {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .feature-summary-copy h3 {
    font-size: 24px;
  }

  .feature-body {
    padding: 0 18px 18px;
  }

  .feature-split-work {
    grid-template-columns: 1fr;
  }

  .feature-module-strip {
    max-width: min(100%, 340px);
  }
}

@media (max-width: 700px) {
  .container {
    padding: 0 16px;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a:not(.btn) {
    display: none;
  }

  .brand-title {
    font-size: 20px;
  }

  .lead {
    font-size: 16px;
  }

  .waitlist,
  .split-entry,
  .process-board,
  .features,
  .download {
    padding: 20px;
  }

  .feature-summary {
    align-items: flex-start;
  }

  .feature-summary-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-summary-art-tokens {
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .feature-summary-copy h3 {
    font-size: 22px;
  }

  .feature-toggle {
    width: 38px;
    height: 38px;
  }
}

.portal-main {
  padding: 28px 0 34px;
}

.portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.portal-hero-tight {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.portal-eyebrow,
.card-kicker {
  margin: 0 0 10px;
  color: #8b97bb;
  font-size: 12px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.portal-hero h1,
.auth-side h1 {
  margin: 0;
  color: #48598d;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
}

.portal-lead {
  margin: 16px 0 0;
  color: #62729d;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
}

.portal-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.portal-chip-row span,
.api-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #556590;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(145, 159, 208, 0.22);
  font-size: 13px;
}

.portal-aside-card,
.overview-card,
.dashboard-card,
.auth-side,
.auth-card {
  border-radius: 24px;
  border: 1px solid rgba(145, 159, 208, 0.24);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 36px rgba(116, 132, 192, 0.12);
}

.portal-aside-card,
.auth-side,
.auth-card {
  padding: 24px;
}

.portal-aside-card h2,
.overview-card h2,
.dashboard-card h2,
.auth-card-head h2 {
  margin: 0;
  color: #4d5c8d;
}

.portal-list-block {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.portal-list-block strong,
.auth-side-block strong {
  color: #4d5c8d;
}

.portal-list-block p,
.auth-side-block p {
  margin: 8px 0 0;
  color: #6d7ba2;
  line-height: 1.76;
  font-weight: 300;
}

.process-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.overview-grid,
.dashboard-grid,
.api-list-grid {
  display: grid;
  gap: 16px;
}

.overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.overview-card {
  padding: 24px;
}

.clean-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #66759e;
  line-height: 1.9;
}

.clean-list li + li {
  margin-top: 2px;
}

.portal-api,
.dashboard-preview {
  margin-top: 28px;
  border-radius: 24px;
  border: 1px solid rgba(135, 154, 214, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 251, 255, 0.7));
  box-shadow: 0 18px 36px rgba(116, 132, 192, 0.12);
  padding: 28px;
}

.api-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.api-item {
  min-height: 44px;
  justify-content: flex-start;
  border-radius: 16px;
  padding: 14px 16px;
}

.dashboard-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-card {
  padding: 20px;
  min-height: 150px;
}

.dashboard-card p:last-child {
  margin: 12px 0 0;
  color: #6d7ba2;
  line-height: 1.74;
  font-weight: 300;
}

.accent-blue {
  background: linear-gradient(180deg, rgba(234, 243, 255, 0.92), rgba(255, 255, 255, 0.82));
}

.accent-pink {
  background: linear-gradient(180deg, rgba(255, 239, 245, 0.94), rgba(255, 255, 255, 0.82));
}

.accent-gold {
  background: linear-gradient(180deg, rgba(255, 247, 228, 0.94), rgba(255, 255, 255, 0.82));
}

.accent-mint {
  background: linear-gradient(180deg, rgba(233, 249, 244, 0.94), rgba(255, 255, 255, 0.82));
}

.accent-violet {
  background: linear-gradient(180deg, rgba(241, 238, 255, 0.94), rgba(255, 255, 255, 0.82));
}

.accent-slate {
  background: linear-gradient(180deg, rgba(239, 244, 250, 0.94), rgba(255, 255, 255, 0.82));
}

.status-card {
  display: grid;
  gap: 14px;
  align-self: stretch;
}

.status-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(145, 159, 208, 0.2);
  color: #6978a1;
}

.status-row:last-child {
  border-bottom: 0;
}

.status-row strong {
  color: #44548a;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
}

.auth-shell-login {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.auth-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.auth-side-block {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(145, 159, 208, 0.2);
}

.auth-card-head p {
  margin: 12px 0 0;
  color: #6d7ba2;
  line-height: 1.76;
  font-weight: 300;
}

.auth-form {
  margin-top: 22px;
}

.inline-action-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.inline-action-row input {
  flex: 1;
}

.inline-btn {
  white-space: nowrap;
  min-width: 124px;
  justify-content: center;
}

.auth-output {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(240, 244, 255, 0.78);
  border: 1px solid rgba(145, 159, 208, 0.22);
  color: #4b5b8f;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 980px) {
  .portal-hero,
  .portal-hero-tight,
  .auth-shell,
  .auth-shell-login,
  .overview-grid,
  .dashboard-grid,
  .api-list-grid,
  .process-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .portal-main {
    padding-top: 18px;
  }

  .portal-aside-card,
  .overview-card,
  .dashboard-card,
  .auth-side,
  .auth-card,
  .portal-api,
  .dashboard-preview {
    padding: 20px;
  }

  .inline-action-row {
    flex-direction: column;
  }

  .inline-btn {
    width: 100%;
  }
}
