@import url("/test/styles.css?v=20260709-labor1");

:root {
  --ink: #11142f;
  --muted: #66708a;
  --soft: #f3f5fb;
  --paper: #fbfcff;
  --line: #e5e8f1;
  --line-strong: #d7dce9;
  --green: #6f55ff;
  --green-strong: #563ee8;
  --green-soft: #f0edff;
  --amber: #7c5cff;
  --blue: #35b7f3;
  --shadow: 0 28px 90px rgba(31, 37, 84, .11);
  --radius: 18px;
  --font: "Plus Jakarta Sans", "Geist", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --display-font: "Plus Jakarta Sans", "Satoshi", "Geist", "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

html {
  background: #fbfcff;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 9%, rgba(111, 85, 255, .15), transparent 31rem),
    radial-gradient(circle at 18% 14%, rgba(53, 183, 243, .10), transparent 27rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9fe 46%, #ffffff 100%);
}

body::before {
  opacity: .42;
  background-image:
    linear-gradient(rgba(111, 85, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 85, 255, .045) 1px, transparent 1px);
}

.topbar {
  top: 12px;
  width: min(1200px, calc(100% - 32px));
  padding: 10px 12px;
  border: 1px solid rgba(225, 228, 238, .92);
  background: rgba(255, 255, 255, .82);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .92) inset,
    0 20px 60px rgba(31, 37, 84, .10);
}

.brand {
  color: #141632;
}

.brand-mark {
  border-radius: 11px;
  background: linear-gradient(135deg, #6f55ff 0%, #3b82f6 100%);
  box-shadow: 0 12px 24px rgba(111, 85, 255, .24);
}

.language-control {
  color: #66708a;
}

.language-control select,
.setup-form select,
.setup-form input,
.setup-form textarea,
.chat-composer input {
  border-color: #dfe3ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  color: #141632;
}

.language-control select:focus,
.setup-form input:focus,
.setup-form select:focus,
.setup-form textarea:focus,
.chat-composer input:focus {
  border-color: rgba(111, 85, 255, .62);
  box-shadow: 0 0 0 4px rgba(111, 85, 255, .13);
}

.topbar-cta,
.button.primary,
.send-button {
  background: linear-gradient(135deg, #6f55ff, #5b43ed);
  color: #fff;
  box-shadow: 0 16px 36px rgba(111, 85, 255, .24);
}

.topbar-cta:hover,
.button.primary:hover,
.send-button:hover {
  background: linear-gradient(135deg, #6048f0, #4933dc);
}

.button.ghost {
  border-color: #dfe3ef;
  background: #fff;
  color: #25294f;
}

.test-shell {
  width: min(1320px, calc(100% - 36px));
  padding-top: 54px;
}

.intro {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 28px;
  margin-bottom: 22px;
  padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 76px) clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(228, 231, 240, .95);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 28%, rgba(111, 85, 255, .13), transparent 20rem),
    radial-gradient(circle at 21% 75%, rgba(53, 183, 243, .09), transparent 18rem),
    rgba(255, 255, 255, .88);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .96) inset,
    0 34px 100px rgba(31, 37, 84, .10);
}

.intro::after {
  content: none;
}

.intro-copy {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: min(100%, 940px);
}

.eyebrow,
.reality-kicker {
  border: 1px solid rgba(111, 85, 255, .16);
  background: #f0edff;
  color: #6048f0;
  letter-spacing: .035em;
}

.intro h1 {
  max-width: 860px;
  margin: 10px auto 0;
  color: #101330;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}

html[lang^="ko"] .intro h1 {
  max-width: 780px;
  font-size: clamp(34px, 3.75vw, 54px);
  line-height: 1.18;
  word-break: keep-all;
  overflow-wrap: normal;
}

html[lang^="ja"] .intro h1,
html[lang^="zh"] .intro h1 {
  max-width: 760px;
  font-size: clamp(34px, 3.75vw, 54px);
  line-height: 1.18;
  line-break: strict;
  word-break: normal;
}

html[lang^="ar"] .intro h1,
html[lang^="ur"] .intro h1 {
  max-width: 900px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.22;
}

html[lang^="hi"] .intro h1,
html[lang^="bn"] .intro h1,
html[lang^="th"] .intro h1 {
  max-width: 900px;
  font-size: clamp(32px, 3.85vw, 58px);
  line-height: 1.24;
}

html[lang^="de"] .intro h1,
html[lang^="nl"] .intro h1,
html[lang^="pl"] .intro h1,
html[lang^="ru"] .intro h1,
html[lang^="tr"] .intro h1,
html[lang^="ro"] .intro h1,
html[lang^="pt"] .intro h1 {
  max-width: 920px;
  font-size: clamp(34px, 4.05vw, 60px);
  line-height: 1.14;
}

.subtitle {
  max-width: 70ch;
  margin-top: 18px;
  margin-inline: auto;
  color: #59637f;
  font-size: clamp(16px, 1.75vw, 21px);
  line-height: 1.72;
  text-align: center;
}

.progress {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(920px, 100%);
  border-color: rgba(224, 228, 240, .92);
  background: rgba(247, 248, 253, .84);
  box-shadow: none;
}

.progress-step {
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  border-radius: 14px;
  color: #6f7891;
}

.progress-step span {
  background: #e9edf6;
  color: #59637f;
}

.progress-step.is-active,
.progress-step.is-complete {
  border-color: rgba(111, 85, 255, .16);
  background: #f0edff;
  color: #151936;
}

.progress-step.is-complete span,
.progress-step.is-active span {
  background: #6f55ff;
}

.reality-check {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  margin-bottom: 24px;
  border-color: rgba(224, 228, 240, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 28px 90px rgba(31, 37, 84, .08);
}

.reality-copy h2 {
  color: #11142f;
}

.reality-copy p:not(.reality-kicker),
.panel-heading p,
.training-helper p,
.training-helper li,
.field-hint,
.privacy-note,
.trial-preview-meta span,
.insight-empty p {
  color: #66708a;
}

.reality-steps article,
.training-helper,
.analysis-block,
.metric,
.insight-empty {
  border-color: rgba(224, 228, 240, .92);
  background: #f8f9fe;
}

.reality-steps span,
.metric span,
.wow-lab-head span {
  color: #6f55ff;
}

.workspace-grid {
  grid-template-columns: minmax(300px, .94fr) minmax(360px, 1.05fr) minmax(300px, .9fr);
  gap: 18px;
}

.panel,
.publish-strip {
  border-color: rgba(224, 228, 240, .96);
  border-radius: 28px;
  background: rgba(255, 255, 255, .90);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .96) inset,
    0 28px 90px rgba(31, 37, 84, .10);
}

.panel {
  padding: clamp(18px, 2vw, 24px);
}

.preview-panel {
  background:
    radial-gradient(circle at 50% 0%, rgba(111, 85, 255, .22), transparent 20rem),
    linear-gradient(180deg, #111633, #0a1023 58%, #0d142a);
  color: #f8fbff;
}

.preview-panel .panel-heading h2,
.preview-panel .panel-heading p {
  color: inherit;
}

.preview-panel .panel-heading p {
  opacity: .72;
}

.panel-icon {
  border-color: rgba(111, 85, 255, .14);
  background: #f0edff;
  color: #6f55ff;
}

.preview-panel .panel-icon {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .10);
  color: #ffffff;
}

.setup-form label,
.question-bank h3,
.analysis-block h3,
.panel-heading h2,
.training-helper strong,
.insight-empty strong {
  color: #151936;
}

.question-chip {
  border-color: #dfe3ef;
  background: #fff;
  color: #2c3258;
}

.question-chip:hover {
  border-color: rgba(111, 85, 255, .30);
  background: #f0edff;
}

.hero-preview-surface {
  width: min(100%, 418px);
  padding: 12px;
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(241, 243, 250, .86)),
    #fff;
  box-shadow: 0 34px 86px rgba(0, 0, 0, .26);
}

.hero-preview-frame {
  border-color: rgba(17, 20, 47, .08);
}

.chat-preview-loading {
  background: linear-gradient(180deg, #f8f9fe, #eef1fa);
}

.trial-preview-meta,
.chat-composer,
.wow-lab {
  width: min(100%, 418px);
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
}

.trial-preview-meta strong,
.trial-preview-meta span {
  color: #fff;
}

.trial-preview-meta span {
  opacity: .64;
}

.qr-grid,
.qr-svg {
  border-color: rgba(255, 255, 255, .18);
  border-radius: 10px;
}

.chat-composer input {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.chat-composer input::placeholder {
  color: rgba(255, 255, 255, .56);
}

.wow-lab {
  border-radius: 22px;
}

.wow-lab-head h3,
.wow-lab-card > strong {
  color: #fff;
}

.wow-lab-head p,
.wow-lab-card > p,
.mini-chat p,
.wow-lab-card-booking > p {
  color: rgba(255, 255, 255, .70);
}

.wow-lab-button {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .86);
}

.wow-lab-button:hover,
.wow-lab-button.is-active {
  border-color: rgba(255, 255, 255, .34);
  background: #ffffff;
  color: #11142f;
}

.wow-lab-card {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
}

.mini-chat.user {
  background: #f0edff;
  color: #21175a;
}

.mini-chat.ai {
  background: rgba(255, 255, 255, .13);
}

.mini-video-card {
  background:
    radial-gradient(circle at 72% 18%, rgba(111, 85, 255, .65), transparent 5rem),
    linear-gradient(135deg, #111633, #253a72);
}

.mini-video-card i::after {
  border-left-color: #6f55ff;
}

.mini-booking-flow {
  background: #ffffff;
  color: #11142f;
}

.mini-booking-flow b.selected {
  background: #6f55ff;
}

.bar-fill {
  background: linear-gradient(90deg, #6f55ff, #35b7f3);
}

.journey-node {
  border-color: rgba(111, 85, 255, .20);
  background: #f0edff;
  color: #4933dc;
}

.analysis-note {
  border-left-color: #6f55ff;
  background: #f4f2ff;
}

[dir="rtl"] .analysis-note {
  border-right-color: #6f55ff;
}

.analysis-note p {
  color: #5c5682;
}

.publish-strip {
  margin-top: 20px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 82% 16%, rgba(111, 85, 255, .48), transparent 18rem),
    linear-gradient(135deg, #111633, #0a1023);
}

.publish-strip .eyebrow {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .10);
}

.footer {
  color: #6f7891;
}

@media (max-width: 1180px) {
  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .preview-panel {
    order: -1;
  }
}

@media (max-width: 760px) {
  .topbar {
    border-radius: 24px;
  }

  .test-shell {
    width: min(100% - 20px, 1320px);
    padding-top: 22px;
  }

  .intro {
    padding: 36px 16px 24px;
    border-radius: 28px;
  }

  .intro h1 {
    max-width: 34rem;
    font-size: clamp(31px, 8.6vw, 42px);
    line-height: 1.14;
  }

  html[lang^="ko"] .intro h1,
  html[lang^="ja"] .intro h1,
  html[lang^="zh"] .intro h1 {
    max-width: 21rem;
    font-size: clamp(30px, 8.1vw, 40px);
    line-height: 1.2;
  }

  html[lang^="ar"] .intro h1,
  html[lang^="ur"] .intro h1,
  html[lang^="hi"] .intro h1,
  html[lang^="bn"] .intro h1,
  html[lang^="th"] .intro h1 {
    font-size: clamp(29px, 7.9vw, 39px);
    line-height: 1.25;
  }

  .subtitle {
    max-width: 34ch;
  }

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

  .panel {
    border-radius: 24px;
  }

  .hero-preview-surface,
  .trial-preview-meta,
  .chat-composer,
  .wow-lab {
    width: min(100%, 360px);
  }
}
