:root {
  --paper: #f3f5f7;
  --surface: #ffffff;
  --surface-soft: #f8f9fa;
  --ink: #17202b;
  --muted: #64707d;
  --line: #dce1e6;
  --line-dark: #c6cdd4;
  --blue: #244d70;
  --blue-dark: #183a56;
  --blue-soft: #e9f0f5;
  --rust: #a95136;
  --rust-soft: #f7eee9;
  --green: #34705c;
  --danger: #a13f35;
  --shadow: 0 18px 45px rgba(28, 42, 55, .09);
  --radius: 14px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
.icon { width: 18px; height: 18px; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: 6px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(36, 77, 112, .28); outline-offset: 3px; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(243, 245, 247, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { max-width: var(--max); height: 72px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 750; letter-spacing: -.01em; white-space: nowrap; }
.brand small { padding: 2px 6px; color: var(--rust); border: 1px solid #d9b5a7; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.brand-mark { width: 26px; height: 26px; padding: 5px; display: flex; align-items: flex-end; gap: 2px; background: var(--blue); border-radius: 6px; }
.brand-mark i { display: block; width: 4px; background: white; border-radius: 1px; opacity: .95; }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #495664; font-size: 13px; font-weight: 650; }
.desktop-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { color: var(--ink); border-color: var(--rust); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--surface); color: var(--ink); align-items: center; justify-content: center; }
.mobile-nav { padding: 8px 22px 18px; background: var(--surface); border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }

.intro { max-width: var(--max); margin: 0 auto; padding: 68px 28px 38px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.intro > div:first-child { max-width: 760px; }
.eyebrow, .overline { display: block; margin-bottom: 13px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.intro h1 { max-width: 720px; margin-bottom: 19px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.035em; font-weight: 500; }
.intro p { max-width: 680px; margin-bottom: 0; color: #53606c; font-size: 18px; line-height: 1.7; }
.workflow { min-width: 270px; padding-bottom: 12px; display: flex; align-items: center; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.workflow i { width: 18px; height: 1px; margin: 0 7px; background: var(--line-dark); }

.workspace { max-width: var(--max); margin: 0 auto 36px; background: var(--surface); border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.workspace-head { min-height: 72px; padding: 15px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #eef1f3; border-bottom: 1px solid var(--line-dark); }
.workspace-head > div { display: flex; align-items: center; gap: 14px; }
.workspace-head b { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 7px; font-size: 11px; letter-spacing: .08em; }
.workspace-head span { display: flex; flex-direction: column; color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.workspace-head strong { color: var(--ink); font-size: 14px; letter-spacing: 0; text-transform: none; }
.workspace-head small { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.workspace-head small i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(52,112,92,.12); }
.workspace-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.generator { padding: 30px; border-right: 1px solid var(--line); }
.panel-heading, .result-toolbar { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel-heading { margin-bottom: 24px; }
.panel-heading h2, .result-toolbar h2 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; letter-spacing: -.02em; }
.panel-heading .overline, .result-toolbar .overline { margin-bottom: 4px; }
.text-button { padding: 4px 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--blue); font-size: 12px; font-weight: 750; }
.text-button:hover { border-color: var(--blue); }

.field { min-width: 0; margin-bottom: 18px; }
.field label, .continuity label { display: block; margin-bottom: 7px; color: #354250; font-size: 12px; font-weight: 750; }
.field label span { color: var(--rust); }
.label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.label-row small { color: #8a949d; font-size: 10px; font-variant-numeric: tabular-nums; }
textarea, select { width: 100%; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--surface); color: var(--ink); transition: border .15s, box-shadow .15s; }
textarea { min-height: 92px; padding: 12px 13px; resize: vertical; font-size: 13px; line-height: 1.55; }
select { height: 45px; padding: 0 38px 0 12px; font-size: 12px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%2364707d' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; }
textarea:hover, select:hover { border-color: #aab3bc; }
textarea:focus, select:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,77,112,.1); }
textarea::placeholder { color: #9ba4ac; }
.field-help, .field-error { margin: 6px 0 0; font-size: 10px; line-height: 1.45; }
.field-help { color: #7b858e; }.field-error { color: var(--danger); min-height: 0; }.field-error:not(:empty) { min-height: 15px; }
.has-error textarea { border-color: var(--danger); }
.field-grid { display: grid; gap: 12px; }.field-grid.two { grid-template-columns: repeat(2, 1fr); }.field-grid.three { grid-template-columns: repeat(3, 1fr); }
.continuity { margin: 1px 0 19px; padding: 14px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--blue-soft); border: 1px solid #d5e0e8; border-radius: 9px; }
.continuity label { margin-bottom: 2px; color: var(--blue-dark); }
.continuity p { margin: 0; color: #667580; font-size: 10px; }
.switch { position: relative; flex: 0 0 auto; margin: 0 !important; }
.switch input { position: absolute; opacity: 0; }
.switch span { width: 38px; height: 22px; display: block; position: relative; background: #a5afb7; border-radius: 20px; transition: background .2s; }
.switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: white; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .2s; }
.switch input:checked + span { background: var(--blue); }.switch input:checked + span::after { transform: translateX(16px); }.switch input:focus-visible + span { outline: 3px solid rgba(36,77,112,.25); outline-offset: 3px; }
.advanced { margin: 0 0 18px; border: 1px solid var(--line); border-radius: 9px; }
.advanced summary { min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; color: #3f4b56; font-size: 12px; font-weight: 750; }
.advanced summary::-webkit-details-marker { display: none; }.advanced summary::after { content: "+"; order: 2; margin-left: 12px; color: var(--blue); font-size: 18px; font-weight: 400; }.advanced[open] summary::after { content: "−"; }
.advanced summary small { margin-left: auto; color: #8b949c; font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.advanced-body { padding: 16px 14px 0; border-top: 1px solid var(--line); background: var(--surface-soft); }
.usage { min-height: 58px; margin-bottom: 14px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); border-radius: 8px; }
.usage > div:first-child { display: flex; flex-direction: column; }.usage strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.usage span { color: var(--muted); font-size: 10px; }
.usage-dots { display: flex; gap: 5px; }.usage-dots i { width: 8px; height: 8px; background: #cfdae1; border-radius: 50%; }.usage-dots i.used { background: var(--rust); }
.primary-button, .secondary-button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; font-size: 12px; font-weight: 800; }
.primary-button { border: 1px solid var(--blue); background: var(--blue); color: white; }.primary-button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }.primary-button:disabled { cursor: not-allowed; background: #9caab4; border-color: #9caab4; }
.secondary-button { border: 1px solid var(--line-dark); background: var(--surface); color: var(--blue); }.secondary-button:hover { border-color: var(--blue); }
.generate { width: 100%; }.generate .icon { margin-left: auto; }.button-loading { display: inline-flex; align-items: center; gap: 8px; }
.spinner { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-note { margin: 8px 0 0; color: #879099; text-align: center; font-size: 9px; }

.result-panel { min-width: 0; padding: 30px; background: #fafbfb; }
.result-toolbar { min-height: 59px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.result-actions { display: flex; gap: 7px; }.result-actions button, .copy-section { min-height: 34px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-dark); border-radius: 6px; background: white; color: #46535f; font-size: 10px; font-weight: 750; }.result-actions button:hover, .copy-section:hover { border-color: var(--blue); color: var(--blue); }
.result-status { min-height: 0; margin: 12px 0 0; color: var(--green); font-size: 11px; }.result-status:not(:empty) { min-height: 30px; padding: 8px 10px; background: #edf6f2; border: 1px solid #cde3da; border-radius: 6px; }.result-status.error { color: var(--danger); background: #fbefed; border-color: #efd0ca; }
.sample-result { margin-top: 22px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.sample-kicker { display: flex; align-items: center; gap: 8px; color: var(--rust); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.sample-kicker i { width: 6px; height: 6px; background: var(--rust); border-radius: 50%; }
.sample-result h3 { margin: 14px 0 4px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }.sample-result > p { margin-bottom: 14px; color: var(--muted); font-size: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }.chips span { padding: 4px 8px; background: #f0f2f3; border: 1px solid var(--line); border-radius: 4px; color: #56626d; font-size: 9px; font-weight: 750; }
.sample-scene { padding: 17px; display: grid; grid-template-columns: 34px 1fr; gap: 15px; background: var(--surface-soft); border-left: 3px solid var(--blue); }.scene-index { width: 30px; height: 30px; display: grid; place-items: center; background: var(--blue); color: white; border-radius: 50%; font-size: 9px; font-weight: 800; }
.sample-scene header { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; }.sample-scene header strong { font-size: 12px; }.sample-scene time { color: var(--muted); font-size: 9px; }.sample-scene p { color: #4f5c67; font-size: 11px; }
.sample-scene dl { margin: 0; display: grid; grid-template-columns: 70px 1fr; gap: 6px 10px; font-size: 9px; }.sample-scene dt { color: var(--rust); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }.sample-scene dd { margin: 0; color: #65717b; }
.sample-result > small { display: block; margin-top: 16px; color: #828b93; font-size: 9px; line-height: 1.55; }

.result-tabs { margin-top: 18px; display: flex; gap: 3px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.result-tabs button { padding: 10px 11px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); white-space: nowrap; font-size: 10px; font-weight: 750; }.result-tabs button[aria-selected="true"] { color: var(--blue); border-color: var(--blue); }
.result-pane { padding-top: 15px; }.result-pane[hidden] { display: none; }
.result-overview, .result-block, .scene-card { margin-bottom: 11px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.result-overview h3 { margin: 3px 0 6px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }.result-overview > p, .result-block p { margin: 0; color: #56636e; white-space: pre-wrap; font-size: 11px; line-height: 1.65; }
.result-spec-grid { margin-top: 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.result-spec-grid div { padding: 9px; background: var(--surface-soft); }.result-spec-grid span, .result-spec-grid strong { display: block; }.result-spec-grid span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.result-spec-grid strong { margin-top: 3px; font-size: 10px; }
.result-block-head { margin-bottom: 9px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }.result-block h3 { margin: 0; font-size: 11px; }.result-block ul { margin: 0; padding-left: 18px; color: #56636e; font-size: 11px; }.result-block li + li { margin-top: 5px; }
.copy-section { min-height: 27px; padding: 0 7px; font-size: 8px; }.copy-section .icon { width: 13px; height: 13px; }
.scene-card { padding: 0; overflow: hidden; }.scene-card-header { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: #eef2f4; border-bottom: 1px solid var(--line); }.scene-title { display: flex; align-items: center; gap: 10px; }.scene-title > span { width: 27px; height: 27px; display: grid; place-items: center; background: var(--blue); color: white; border-radius: 50%; font-size: 8px; font-weight: 800; }.scene-title strong, .scene-title small { display: block; }.scene-title strong { font-size: 11px; }.scene-title small, .scene-card-header time { color: var(--muted); font-size: 8px; }.scene-card-body { padding: 5px 14px 11px; }.scene-detail { padding: 10px 0; border-bottom: 1px solid #edf0f2; }.scene-detail:last-child { border: 0; }.scene-detail b { display: block; margin-bottom: 3px; color: var(--rust); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.scene-detail p { margin: 0; color: #56636e; white-space: pre-wrap; font-size: 10px; line-height: 1.6; }

.feature-strip { max-width: var(--max); margin: 0 auto 90px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); border-radius: 10px; overflow: hidden; background: white; }
.feature-strip article { padding: 23px; border-right: 1px solid var(--line); }.feature-strip article:last-child { border: 0; }.feature-strip b { display: block; margin-bottom: 23px; color: var(--rust); font-size: 9px; }.feature-strip strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 17px; font-weight: 500; }.feature-strip p { margin: 0; color: var(--muted); font-size: 10px; }
.why, .library { max-width: var(--max); margin: 0 auto; padding: 0 28px 100px; }
.why > div:first-child { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }.why h2, .library h2, .related h2 { max-width: 700px; margin: 0; font-family: Georgia, serif; font-size: clamp(31px, 4vw, 47px); line-height: 1.15; font-weight: 500; letter-spacing: -.025em; }
.why-grid { margin-top: 45px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; border-top: 1px solid var(--line-dark); }.why-grid strong { font-size: 13px; }.why-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.library-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); }.library-grid a { min-height: 78px; padding: 16px 10px; display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }.library-grid a:nth-child(odd) { border-right: 1px solid var(--line); }.library-grid span { color: var(--rust); font-size: 9px; }.library-grid strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }.library-grid a:hover { background: rgba(255,255,255,.55); }.library-grid a:hover .icon { transform: translateX(3px); }.library-grid .icon { transition: transform .15s; }

.site-footer { background: #e9edf0; border-top: 1px solid var(--line-dark); }
.footer-grid { max-width: var(--max); margin: 0 auto; padding: 55px 28px 42px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; }.footer-about p { margin: 20px 0 6px; color: #52606b; font-family: Georgia, serif; font-size: 20px; }.footer-about > small { max-width: 320px; display: block; color: #7a858e; font-size: 9px; }.footer-group h2 { margin-bottom: 15px; color: #68737c; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }.footer-group a { display: block; margin: 9px 0; color: #4c5965; font-size: 11px; }.footer-group a:hover { color: var(--blue); }
.footer-base { max-width: var(--max); margin: 0 auto; padding: 17px 28px; display: flex; justify-content: space-between; color: #7d8790; border-top: 1px solid #d3d9de; font-size: 9px; }
.toast-region { position: fixed; z-index: 60; right: 18px; bottom: 18px; }.toast { margin-top: 8px; padding: 11px 14px; background: var(--ink); color: white; border-radius: 6px; box-shadow: var(--shadow); font-size: 11px; }

.article-shell { max-width: 1120px; margin: 0 auto; padding: 38px 28px 100px; }.breadcrumb { margin-bottom: 45px; display: flex; gap: 8px; color: #7c8790; font-size: 10px; }.breadcrumb a:hover { color: var(--blue); }
.article-hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 80px; align-items: start; }.article-hero h1, .plain-article h1 { max-width: 780px; margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }.article-hero > div > p { max-width: 720px; color: #56636e; font-size: 16px; line-height: 1.8; }
.article-hero aside { padding: 23px; background: white; border: 1px solid var(--line-dark); border-top: 4px solid var(--blue); border-radius: 0 0 9px 9px; box-shadow: 0 14px 34px rgba(28,42,55,.06); }.article-hero aside > span { color: var(--rust); font-size: 9px; font-weight: 800; }.article-hero aside h2 { margin: 22px 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }.article-hero aside p { color: var(--muted); font-size: 11px; }.article-hero aside .primary-button { width: 100%; margin-top: 8px; }.article-hero aside > small { display: block; margin-top: 9px; color: #838d95; text-align: center; font-size: 8px; }
.article-sections { margin: 78px 0; border-top: 1px solid var(--line-dark); }.article-sections section { padding: 32px 0; display: grid; grid-template-columns: 80px 1fr; border-bottom: 1px solid var(--line); }.article-sections section > span { color: var(--rust); font-size: 9px; font-weight: 800; }.article-sections h2 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }.article-sections p { max-width: 760px; margin: 0; color: #596671; font-size: 13px; line-height: 1.8; }
.faq { padding: 48px; background: white; border: 1px solid var(--line); border-radius: 10px; }.faq > div { margin-bottom: 27px; }.faq h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }.faq summary { padding: 17px 2px; cursor: pointer; font-size: 12px; font-weight: 750; }.faq details p { padding: 0 2px 17px; margin: 0; color: var(--muted); font-size: 12px; }
.related { padding-top: 80px; }.related > div { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.related a { min-height: 130px; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; background: white; border: 1px solid var(--line); border-radius: 8px; }.related a small { grid-column: 1 / -1; color: var(--rust); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.related a strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }.related a:hover { border-color: var(--blue); }
.plain-article { max-width: 760px; margin: 0 auto; padding: 45px 28px 120px; }.plain-article header { margin: 60px 0 40px; }.plain-copy { padding-top: 10px; border-top: 1px solid var(--line-dark); }.plain-copy p { margin: 0; padding: 21px 0; color: #53606b; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.8; }.plain-article .secondary-button { margin-top: 35px; }

@media (max-width: 1280px) { .workspace, .feature-strip { margin-left: 20px; margin-right: 20px; } }
@media (max-width: 1060px) {
  .intro { align-items: start; flex-direction: column; }.workflow { padding: 0; }
  .workspace-grid { grid-template-columns: 1fr; }.generator { border-right: 0; border-bottom: 1px solid var(--line); }.result-panel { min-height: 520px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }.feature-strip article:nth-child(2) { border-right: 0; }.feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .article-hero { gap: 40px; }.footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-group:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  .header-inner { height: 62px; padding: 0 18px; }.desktop-nav { display: none; }.menu-button { display: inline-flex; }.brand { font-size: 13px; }
  .intro { padding: 42px 20px 27px; }.intro h1 { font-size: 43px; }.intro p { font-size: 15px; }.workflow { width: 100%; min-width: 0; justify-content: space-between; }.workflow i { flex: 1; max-width: 24px; }
  .workspace { margin: 0 10px 26px; border-radius: 10px; }.workspace-head { padding: 13px; }.workspace-head small { display: none; }.generator, .result-panel { padding: 22px 17px; }
  .field-grid.three, .field-grid.two { grid-template-columns: 1fr; gap: 0; }.continuity { align-items: start; }
  .feature-strip { margin: 0 10px 72px; grid-template-columns: 1fr; }.feature-strip article { border-right: 0; border-bottom: 1px solid var(--line); }.feature-strip article:nth-child(2) { border-bottom: 1px solid var(--line); }
  .why, .library { padding: 0 20px 75px; }.why > div:first-child { grid-template-columns: 1fr; gap: 0; }.why h2, .library h2 { font-size: 33px; }.why-grid { grid-template-columns: 1fr; gap: 25px; }.library-grid { grid-template-columns: 1fr; }.library-grid a:nth-child(odd) { border-right: 0; }
  .footer-grid { padding: 42px 20px 30px; grid-template-columns: 1fr 1fr; gap: 35px; }.footer-about { grid-column: 1 / -1; }.footer-group:last-child { grid-column: auto; }.footer-base { padding: 15px 20px; }
  .article-shell { padding: 24px 20px 75px; }.breadcrumb { margin-bottom: 33px; }.article-hero { grid-template-columns: 1fr; gap: 30px; }.article-hero h1, .plain-article h1 { font-size: 42px; }.article-sections { margin: 58px 0; }.article-sections section { grid-template-columns: 45px 1fr; }.faq { padding: 25px 20px; }.related { padding-top: 60px; }.related > div { grid-template-columns: 1fr; }.plain-article { padding: 25px 20px 80px; }
  .result-spec-grid { grid-template-columns: repeat(2, 1fr); }.result-actions button { width: 34px; padding: 0; justify-content: center; }.result-actions button span { display: none; }
}
@media (max-width: 440px) {
  .brand small { display: none; }.intro h1 { font-size: 38px; }.workflow { font-size: 7px; }
  .panel-heading h2, .result-toolbar h2 { font-size: 23px; }.sample-result { padding: 16px; }.sample-scene { padding: 13px; grid-template-columns: 1fr; }.sample-scene dl { grid-template-columns: 62px 1fr; }
  .scene-card-header { align-items: start; }.footer-grid { grid-template-columns: 1fr; }.footer-about { grid-column: auto; }.footer-base { align-items: start; flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { .site-header, .site-footer, .intro, .generator, .feature-strip, .why, .library, .result-actions, .result-tabs { display: none !important; }.workspace { margin: 0; border: 0; box-shadow: none; }.workspace-grid { display: block; }.result-panel { padding: 0; }.result-pane[hidden] { display: block; } }

/* V2 visual system — colourful editorial production desk */
:root {
  --paper: #f8f5ee;
  --surface: #ffffff;
  --surface-soft: #f7f7f4;
  --ink: #17233c;
  --muted: #637083;
  --line: #dde1e6;
  --line-dark: #c8ced7;
  --blue: #3559e0;
  --blue-dark: #2341b8;
  --blue-soft: #edf1ff;
  --rust: #e85f45;
  --rust-soft: #fff0eb;
  --yellow: #f2bd48;
  --yellow-soft: #fff7dc;
  --teal: #258d82;
  --teal-soft: #e8f7f4;
  --green: #2f7c64;
  --danger: #aa4037;
  --shadow: 0 22px 60px rgba(35, 49, 75, .13);
  --max: 1280px;
}

[hidden] { display: none !important; }
body { background: var(--paper); font-size: 16px; }
body.welcome-open { overflow: hidden; }
.site-header { background: rgba(255, 255, 255, .94); border-bottom-color: rgba(200, 206, 215, .8); }
.header-inner { height: 76px; }
.brand { font-size: 15px; }
.brand-mark { width: 30px; height: 30px; background: var(--blue); border-radius: 9px; transform: rotate(-2deg); box-shadow: 3px 3px 0 var(--yellow); }
.brand small { color: var(--rust); border-color: #efad9e; background: var(--rust-soft); }
.desktop-nav { gap: 27px; font-size: 14px; }
.tour-link { padding: 9px 14px !important; border: 1px solid #c9d1ef !important; border-radius: 999px; background: var(--blue-soft); color: var(--blue) !important; }
.tour-link:hover { border-color: var(--blue) !important; background: white; }

.home .intro {
  position: relative;
  isolation: isolate;
  max-width: var(--max);
  min-height: 510px;
  margin: 26px auto 34px;
  padding: 55px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 65px;
  overflow: hidden;
  background: white;
  border: 1px solid #d9dee5;
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(35, 49, 75, .08);
}
.home .intro::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 9px; height: 100%; background: var(--rust); }
.home .intro::after { content: ""; position: absolute; z-index: -1; right: -70px; bottom: -115px; width: 220px; height: 220px; border: 42px solid var(--yellow); border-radius: 50%; opacity: .24; }
.intro-copy { max-width: 680px; }
.intro .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue); font-size: 12px; }
.intro .eyebrow i { width: 9px; height: 9px; display: block; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; }
.home .intro h1 { max-width: 650px; margin-bottom: 20px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 4.5vw, 67px); line-height: 1.01; letter-spacing: -.045em; }
.home .intro h1 em { position: relative; color: var(--rust); font-style: normal; white-space: nowrap; }
.home .intro h1 em::after { content: ""; position: absolute; z-index: -1; right: -2px; bottom: 5px; left: -2px; height: 10px; background: var(--yellow); opacity: .55; transform: rotate(-1.5deg); }
.home .intro p { max-width: 610px; color: #526074; font-size: 17px; line-height: 1.7; }
.intro-actions { margin-top: 27px; display: flex; align-items: center; gap: 20px; }
.intro-actions .primary-button { min-height: 50px; padding: 0 21px; font-size: 14px; box-shadow: 5px 5px 0 #b9c5f4; }
.intro-link { color: var(--blue); border-bottom: 1px solid #aebbe7; font-size: 14px; font-weight: 750; }
.intro-link:hover { color: var(--blue-dark); border-color: var(--blue); }
.intro-trust { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 8px; }
.intro-trust span { padding: 6px 10px; background: #f5f6f8; border: 1px solid #dfe3e8; border-radius: 999px; color: #607084; font-size: 12px; font-weight: 650; }
.intro-trust span:first-child { background: var(--teal-soft); border-color: #bde1db; color: #226b63; }

.hero-board { position: relative; min-height: 390px; background: #edf1ff; border: 1px solid #cbd4fa; border-radius: 20px; box-shadow: 14px 14px 0 #f1bd48; transform: rotate(1deg); animation: boardBreathe 6s ease-in-out infinite; }
.hero-board-top { min-height: 52px; padding: 0 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; background: var(--ink); color: white; border-radius: 18px 18px 0 0; }
.hero-board-top > span { display: flex; gap: 4px; }.hero-board-top > span i { width: 7px; height: 7px; display: block; border-radius: 50%; }.hero-board-top > span i:nth-child(1) { background: var(--rust); }.hero-board-top > span i:nth-child(2) { background: var(--yellow); }.hero-board-top > span i:nth-child(3) { background: #5bc0ad; }
.hero-board-top strong { font-size: 13px; }.hero-board-top small { color: #c8d1e5; font-size: 11px; }
.hero-board-body { position: relative; padding: 23px 24px 20px 43px; }
.hero-track { position: absolute; top: 35px; bottom: 77px; left: 26px; width: 2px; background: #bdc8ec; }.hero-track i { position: absolute; top: 0; left: -3px; width: 8px; height: 34%; background: var(--blue); border-radius: 4px; animation: trackMove 3.8s ease-in-out infinite alternate; }
.hero-card { position: relative; min-height: 74px; margin-bottom: 12px; padding: 13px 14px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; background: white; border: 1px solid #d6dcef; border-radius: 12px; box-shadow: 0 7px 18px rgba(44, 61, 104, .09); transition: transform .25s, box-shadow .25s; }
.hero-card:hover { transform: translateX(-5px); box-shadow: 7px 9px 0 rgba(53, 89, 224, .13); }
.hero-card > b { width: 34px; height: 34px; display: grid; place-items: center; color: white; border-radius: 9px; font-size: 11px; }
.hero-card-one > b { background: var(--rust); }.hero-card-two > b { background: var(--teal); }.hero-card-three > b { background: var(--blue); }
.hero-card span, .hero-card strong, .hero-card small { display: block; }.hero-card span { color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.hero-card strong { margin: 2px 0; color: var(--ink); font-size: 13px; }.hero-card small { color: #738097; font-size: 11px; }
.hero-card-two { margin-left: 15px; }.hero-card-three { margin-left: 6px; }
.hero-export { min-height: 55px; padding: 10px 13px; display: grid; grid-template-columns: 1fr auto; align-items: center; background: #fff6d9; border: 1px solid #edce70; border-radius: 11px; }.hero-export span, .hero-export b { display: block; }.hero-export span { color: #8b6920; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.hero-export b { grid-column: 1; font-size: 12px; }.hero-export i { grid-column: 2; grid-row: 1 / 3; width: 31px; height: 31px; display: grid; place-items: center; background: var(--teal); color: white; border-radius: 50%; font-style: normal; font-weight: 800; }
@keyframes boardBreathe { 0%,100% { transform: rotate(1deg) translateY(0); } 50% { transform: rotate(.2deg) translateY(-6px); } }
@keyframes trackMove { from { height: 20%; } to { height: 88%; } }

.workspace { border: 0; border-radius: 22px; box-shadow: var(--shadow); }
.workspace-head { min-height: 82px; padding: 16px 25px; background: var(--ink); border: 0; color: white; }
.workspace-head b { background: var(--rust); color: white; box-shadow: 4px 4px 0 var(--yellow); }
.workspace-head span { color: #aebbd2; font-size: 12px; }.workspace-head strong { color: white; font-size: 15px; }
.workspace-head small { color: #c6d0df; font-size: 12px; }.workspace-head small i { background: #63c5ac; box-shadow: 0 0 0 4px rgba(99,197,172,.15); }
.workspace-progress { display: flex !important; flex-direction: row !important; gap: 7px !important; margin-left: auto; margin-right: 22px; }
.workspace-progress span { width: 38px; height: 4px; display: block; background: #3a4967; border-radius: 4px; }.workspace-progress span.active { background: var(--yellow); }
.generator { padding: 32px; background: #fffcf6; border-right-color: #d7dce5; }
.result-panel { padding: 32px; background: #f3f6ff; }
.panel-heading h2, .result-toolbar h2 { color: var(--ink); font-size: 28px; }
.overline, .eyebrow { font-size: 12px; }
.text-button { padding: 7px 0; color: var(--blue); font-size: 13px; }

.quick-start { margin: 0 0 18px; padding: 13px 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; background: var(--blue-soft); border: 1px solid #d2daf8; border-radius: 12px; }
.quick-start > span { color: var(--blue-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.quick-start > div { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-start button { padding: 7px 10px; display: inline-flex; align-items: center; gap: 6px; background: white; border: 1px solid #cbd3ed; border-radius: 999px; color: #40506d; font-size: 12px; font-weight: 700; transition: transform .18s, border-color .18s, box-shadow .18s; }.quick-start button:hover, .quick-start button.active { transform: translateY(-2px); border-color: var(--blue); box-shadow: 0 4px 10px rgba(53,89,224,.12); color: var(--blue); }.quick-start button i { width: 7px; height: 7px; background: var(--rust); border-radius: 50%; }.quick-start button:nth-child(2) i { background: var(--yellow); }.quick-start button:nth-child(3) i { background: var(--teal); }
.form-stage { margin-bottom: 16px; padding: 17px 17px 2px; background: white; border: 1px solid #e0e3e8; border-radius: 14px; box-shadow: 0 5px 15px rgba(45,59,84,.035); transition: transform .2s, border-color .2s, box-shadow .2s; }.form-stage:focus-within { transform: translateY(-2px); border-color: #aebbec; box-shadow: 0 10px 24px rgba(53,89,224,.08); }
.form-stage-idea { border-top: 4px solid var(--rust); }.form-stage-direction { border-top: 4px solid var(--teal); }
.form-stage-head { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }.form-stage-head > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 8px; font-size: 11px; font-weight: 850; }.form-stage-head strong, .form-stage-head small { display: block; }.form-stage-head strong { color: var(--ink); font-size: 14px; }.form-stage-head small { color: #758196; font-size: 11px; }
.field label, .continuity label { font-size: 14px; }.label-row small { font-size: 12px; }.field-help, .field-error { font-size: 12px; }.field-error:not(:empty) { min-height: 18px; }
textarea { min-height: 104px; padding: 14px; font-size: 14px; } select { height: 48px; font-size: 14px; }
textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(53,89,224,.1); }
.continuity { background: var(--teal-soft); border-color: #bfe0da; }.continuity label { color: #23685f; }.continuity p { color: #557771; font-size: 12px; }
.switch input:checked + span { background: var(--teal); }
.advanced { background: white; border: 1px solid #ddd7c7; border-top: 4px solid var(--yellow); border-radius: 14px; }.advanced summary { min-height: 54px; padding: 0 17px; color: var(--ink); font-size: 14px; }.advanced summary small { font-size: 11px; }.advanced-body { padding: 18px 17px 1px; background: #fffdf8; }
.usage { min-height: 65px; padding: 13px 15px; background: white; border-radius: 12px; }.usage strong { font-size: 12px; }.usage span { font-size: 12px; }.usage-dots i { width: 10px; height: 10px; }.usage-dots i.used { background: var(--rust); }
.primary-button { border-color: var(--blue); background: var(--blue); font-size: 14px; transition: transform .18s, box-shadow .18s, background .18s; }.primary-button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 8px 18px rgba(53,89,224,.2); }.generate { min-height: 52px; box-shadow: 5px 5px 0 #bfc9f5; }.form-note { font-size: 12px; }
.sample-result { margin-top: 19px; padding: 23px; border-color: #ccd5f0; border-radius: 15px; box-shadow: 0 8px 22px rgba(47,61,96,.06); }
.sample-kicker { color: var(--rust); font-size: 11px; }.sample-result h3 { font-size: 30px; }.sample-result > p { font-size: 14px; }.chips span { padding: 5px 9px; font-size: 11px; }.sample-scene { background: #f8f9fe; border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; }.sample-scene header strong { font-size: 13px; }.sample-scene time, .sample-scene dl { font-size: 11px; }.sample-scene p { font-size: 13px; }.sample-result > small { font-size: 12px; }
.result-actions button, .copy-section { font-size: 12px; }.result-status { font-size: 13px; }

.feature-strip { border: 0; border-radius: 18px; box-shadow: 0 14px 35px rgba(35,49,75,.08); }
.feature-strip article { padding: 27px; border-color: rgba(23,35,60,.09); transition: transform .2s; }.feature-strip article:hover { transform: translateY(-5px); }.feature-strip article:nth-child(1) { background: var(--rust-soft); }.feature-strip article:nth-child(2) { background: var(--yellow-soft); }.feature-strip article:nth-child(3) { background: var(--teal-soft); }.feature-strip article:nth-child(4) { background: var(--blue-soft); }
.feature-strip b { margin-bottom: 27px; color: var(--ink); font-size: 11px; }.feature-strip strong { font-size: 20px; }.feature-strip p { font-size: 13px; line-height: 1.6; }
.why-grid article { position: relative; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 14px; transition: transform .2s, box-shadow .2s; }.why-grid article:hover { transform: translateY(-5px); box-shadow: 8px 9px 0 #e2e7f6; }.why-grid article > span { display: inline-block; margin-bottom: 20px; padding: 5px 8px; border-radius: 4px; color: var(--rust); background: var(--rust-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.why-grid article:nth-child(2) > span { color: #6d531a; background: var(--yellow-soft); }.why-grid article:nth-child(3) > span { color: #226b63; background: var(--teal-soft); }.why-grid strong { font-size: 15px; }.why-grid p { font-size: 14px; line-height: 1.7; }
.library-grid a { margin: 5px; padding: 17px; background: white; border: 1px solid var(--line) !important; border-radius: 12px; transition: transform .2s, border-color .2s, box-shadow .2s; }.library-grid a:hover { transform: translateY(-3px); background: white; border-color: var(--blue) !important; box-shadow: 5px 6px 0 #e0e5f6; }.library-grid strong { font-size: 19px; }.library-grid span { font-size: 11px; }
.site-footer { background: #e9edf7; }
.footer-group a { font-size: 13px; }.footer-about > small, .footer-base { font-size: 12px; }

.welcome-screen { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.welcome-backdrop { position: absolute; inset: 0; background: rgba(25, 38, 68, .82); animation: welcomeFade .3s ease both; }
.welcome-card { position: relative; width: min(1120px, 96vw); min-height: 650px; max-height: calc(100vh - 48px); display: grid; grid-template-columns: .82fr 1.18fr; overflow: auto; background: white; border: 1px solid rgba(255,255,255,.35); border-radius: 26px; box-shadow: 0 30px 90px rgba(10,21,47,.35); animation: welcomeUp .48s cubic-bezier(.2,.8,.2,1) both; }
.welcome-close { position: absolute; z-index: 3; top: 17px; right: 18px; width: 39px; height: 39px; display: grid; place-items: center; background: white; border: 1px solid #d8dde5; border-radius: 50%; color: var(--ink); font-size: 24px; line-height: 1; }
.welcome-close:hover { color: var(--rust); border-color: var(--rust); transform: rotate(4deg); }
.welcome-visual { position: relative; padding: 36px; display: flex; flex-direction: column; overflow: hidden; background: var(--blue); color: white; }
.welcome-visual::after { content: ""; position: absolute; right: -62px; bottom: -68px; width: 210px; height: 210px; border: 38px solid var(--yellow); border-radius: 50%; opacity: .9; }
.welcome-brand .brand { color: white; pointer-events: none; }.welcome-brand .brand-mark { background: white; box-shadow: 3px 3px 0 var(--yellow); }.welcome-brand .brand-mark i { background: var(--blue); }.welcome-brand .brand small { background: rgba(255,255,255,.15); color: white; border-color: rgba(255,255,255,.4); }
.welcome-stack { margin: 80px 0 48px; display: grid; gap: 10px; }.welcome-stack > div { position: relative; min-height: 58px; padding: 11px 13px; display: grid; grid-template-columns: 37px 1fr 28px; align-items: center; gap: 10px; background: white; color: var(--ink); border-radius: 10px; box-shadow: 7px 7px 0 rgba(22,31,74,.22); animation: stackIn .5s ease backwards; }.welcome-stack > div:nth-child(2) { margin-left: 18px; animation-delay: .1s; }.welcome-stack > div:nth-child(3) { margin-left: 7px; animation-delay: .2s; }.welcome-stack > div:nth-child(4) { margin-left: 27px; animation-delay: .3s; }
.welcome-stack span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--rust); color: white; border-radius: 7px; font-size: 10px; font-weight: 850; }.welcome-stack > div:nth-child(2) span { background: var(--teal); }.welcome-stack > div:nth-child(3) span { background: var(--yellow); color: var(--ink); }.welcome-stack > div:nth-child(4) span { background: var(--ink); }.welcome-stack strong { font-size: 13px; }.welcome-stack i { width: 22px; height: 5px; background: #d6dcf0; border-radius: 3px; }
.welcome-visual > p { position: relative; z-index: 2; margin: auto 0 0; color: white; font-family: Georgia, serif; font-size: 30px; line-height: 1.12; }
.welcome-copy { padding: 70px 65px 50px; display: flex; flex-direction: column; justify-content: center; }.welcome-kicker { margin-bottom: 17px; color: var(--rust); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.welcome-copy h1 { max-width: 600px; margin-bottom: 18px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(40px, 4vw, 58px); line-height: 1.04; letter-spacing: -.035em; }.welcome-copy > p { max-width: 610px; color: #5f6c80; font-size: 16px; line-height: 1.7; }
.welcome-copy ol { margin: 12px 0 25px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; list-style: none; }.welcome-copy li { padding: 13px; background: #f6f7fb; border: 1px solid #e0e4ec; border-radius: 11px; }.welcome-copy li > b { width: 27px; height: 27px; margin-bottom: 13px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 7px; font-size: 10px; }.welcome-copy li:nth-child(2) > b { background: var(--teal); }.welcome-copy li:nth-child(3) > b { background: var(--rust); }.welcome-copy li strong, .welcome-copy li small { display: block; }.welcome-copy li strong { font-size: 13px; }.welcome-copy li small { margin-top: 3px; color: #728095; font-size: 11px; line-height: 1.45; }
.welcome-actions { display: flex; align-items: center; gap: 13px; }.welcome-actions .primary-button { min-height: 50px; padding: 0 21px; }.welcome-secondary { min-height: 48px; padding: 0 14px; background: white; border: 0; color: var(--blue); font-size: 13px; font-weight: 750; }.welcome-secondary:hover { text-decoration: underline; }.welcome-note { margin-top: 15px; color: #7f8998; font-size: 11px; }
@keyframes welcomeFade { from { opacity: 0; } }
@keyframes welcomeUp { from { opacity: 0; transform: translateY(25px) scale(.985); } }
@keyframes stackIn { from { opacity: 0; transform: translateX(-20px); } }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) { .home .intro { margin-right: 20px; margin-left: 20px; } }
@media (max-width: 1050px) {
  .home .intro { grid-template-columns: 1fr; gap: 38px; }.hero-board { width: min(620px, 100%); margin: 0 auto; }.welcome-card { grid-template-columns: 1fr; }.welcome-visual { display: none; }.welcome-copy { min-height: 620px; }.quick-start { grid-template-columns: 1fr; }.workspace-progress { display: none !important; }
}
@media (max-width: 760px) {
  .home .intro { min-height: auto; margin: 12px 10px 25px; padding: 39px 24px 35px; border-radius: 20px; }.home .intro h1 { font-size: 43px; }.home .intro p { font-size: 15px; }.intro-actions { align-items: flex-start; flex-direction: column; gap: 13px; }.hero-board { min-height: 365px; box-shadow: 8px 8px 0 var(--yellow); }.hero-board-body { padding-right: 14px; padding-left: 35px; }.hero-card-two, .hero-card-three { margin-left: 0; }
  .generator, .result-panel { padding: 21px 16px; }.quick-start > div { flex-direction: column; }.quick-start button { width: 100%; justify-content: flex-start; }.form-stage { padding: 15px 13px 1px; }.workspace-head { min-height: 72px; }.workspace-head span { font-size: 10px; }.workspace-head strong { font-size: 14px; }
  .welcome-screen { padding: 10px; }.welcome-card { width: 100%; min-height: auto; max-height: calc(100vh - 20px); border-radius: 20px; }.welcome-copy { min-height: 0; padding: 55px 24px 31px; }.welcome-copy h1 { font-size: 39px; }.welcome-copy > p { font-size: 14px; }.welcome-copy ol { grid-template-columns: 1fr; }.welcome-copy li { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 9px; }.welcome-copy li > b { margin: 0; }.welcome-actions { align-items: stretch; flex-direction: column; }.welcome-actions .primary-button { width: 100%; }.welcome-secondary { min-height: 40px; }.welcome-note { text-align: center; }
  .feature-strip article { padding: 24px; }.why-grid article { padding: 20px; }.library-grid { border-top: 0; }
}
@media (max-width: 440px) { .home .intro h1 { font-size: 37px; }.intro-trust span { font-size: 10px; }.hero-board-top small { display: none; }.hero-card { grid-template-columns: 34px 1fr; padding: 10px; }.welcome-copy h1 { font-size: 34px; } }
@media (prefers-reduced-motion: reduce) {
  .hero-board, .hero-track i, .welcome-stack > div { animation: none !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
