.home-app { --home-bg: #f8fbfd; --home-ink: #162b3c; --home-muted: #6f8291; --home-primary: #0369a1; --home-bright: #16cffb; --home-line: #deebf2; --home-body: "Microsoft YaHei UI", "PingFang SC", sans-serif; --home-display: "Yu Gothic", "Microsoft YaHei UI", "PingFang SC", sans-serif; --home-utility: Bahnschrift, "Cascadia Code", Consolas, sans-serif; width: 100%; min-height: 100svh; color: var(--home-ink); background: var(--home-bg); font: 14px/1.7 var(--home-body); text-align: left; }
.home-app *, .home-app *::before, .home-app *::after { box-sizing: border-box; }
.home-app h1, .home-app h2, .home-app h3, .home-app h4, .home-app p { margin: 0; }
.home-app button, .home-app input, .home-app select, .home-app textarea { font: inherit; }
.home-app button { cursor: pointer; }
.home-app button:disabled { cursor: not-allowed; opacity: .45; }
.home-app a { color: inherit; text-decoration: none; }
.home-app button:focus-visible, .home-app a:focus-visible, .home-app select:focus-visible, .home-app textarea:focus-visible, .home-app summary:focus-visible, .home-app pre:focus-visible { outline: 3px solid #3ab5e7; outline-offset: 4px; }
.home-app [hidden] { display: none !important; }
.home-app .home-wrap { width: min(1180px, calc(100% - 96px)); margin-left: auto; margin-right: auto; }
.home-app .home-icon { width: 19px; height: 19px; flex-shrink: 0; vertical-align: middle; }
.home-app .home-skip { position: absolute; top: -100px; left: 20px; padding: 10px 18px; color: white; background: var(--home-primary); z-index: 100; }
.home-app .home-skip:focus { top: 12px; }
.home-app .home-nav { position: sticky; top: 0; z-index: 25; border-bottom: 1px solid #dbecf29e; background: #ffffffeb; backdrop-filter: blur(16px); }
.home-app .home-nav-inner { min-height: 80px; display: flex; align-items: center; gap: 40px; }
.home-app .home-brand { display: inline-flex; align-items: center; gap: 10px; color: #173147; font: 600 28px/1 var(--home-utility); letter-spacing: -1px; white-space: nowrap; }
.home-app .home-brand-dot { color: #12b6e5; margin-left: -8px; }
.home-app .home-brand-mark { display: flex; flex-direction: column; gap: 4px; width: 23px; transform: skewY(-7deg); margin-right: 2px; }
.home-app .home-brand-mark i { display: block; width: 23px; height: 5px; border-radius: 1px; background: #0399ce; }
.home-app .home-brand-mark i:nth-child(2) { width: 17px; background: #36c3ec; }
.home-app .home-brand-mark i:nth-child(3) { width: 6px; background: #91e3f6; }
.home-app .home-nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.home-app .home-nav-links a { position: relative; padding: 10px 0; color: #687e91; font-size: 12px; }
.home-app .home-nav-links a:hover { color: var(--home-primary); }
.home-app .home-nav-links a:hover::after { content: ''; position: absolute; bottom: 1px; height: 2px; left: 0; right: 0; background: #17bfeb; }
.home-app .home-account { display: flex; align-items: center; gap: 15px; padding-left: 26px; border-left: 1px solid #dce8ef; }
.home-app .home-account-name { max-width: 95px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #73889a; font-size: 11px; }
.home-app .home-nav-admin { display: inline-flex; align-items: center; gap: 6px; padding: 7px 0; border: 0; background: transparent; color: #657e93; font-size: 11px; white-space: nowrap; }
.home-app .home-nav-admin .home-icon { width: 15px; height: 15px; }
.home-app .home-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 44px; padding: 11px 20px; border: 1px solid #cddfe9; border-radius: 5px; background: white; color: #45647c; font-size: 12px; font-weight: 600; line-height: 1.6; text-decoration: none; }
.home-app .home-button:hover:not(:disabled) { border-color: #9ccdde; background: #f0faff; }
.home-app .home-button--nav { min-height: 37px; padding: 8px 14px; background: #edf8fe; border-color: #c3e9f9; color: var(--home-primary); font-size: 11px; white-space: nowrap; }
.home-app .home-button--nav .home-icon { width: 15px; height: 15px; }
.home-app .home-button--primary { background: var(--home-primary); border-color: var(--home-primary); color: white; }
.home-app .home-button--primary:hover:not(:disabled) { background: #075b88; border-color: #075b88; }
.home-app .home-button--quiet { color: #758da1; background: #fff; border-color: #dbe8f0; }
.home-app .home-button--generate { width: 100%; min-height: 47px; justify-content: flex-start; padding-left: 18px; border: 0; border-radius: 4px; background: linear-gradient(110deg, #9be4f9, #39c7ef 68%, #16b7e6); color: #06435d; font-size: 13px; }
.home-app .home-button--generate .home-icon:last-child { margin-left: auto; }
.home-app .home-button--generate:hover:not(:disabled) { background: linear-gradient(110deg, #9be4f9, #39c7ef 68%, #16b7e6); filter: brightness(.97); }
.home-app .home-hero { position: relative; isolation: isolate; padding: 74px 0 104px; overflow: hidden; background: #03123a; }
.home-app .home-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#b6d9e526 1px, transparent 1px), linear-gradient(90deg, #b6d9e526 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.home-app .home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .9fr); align-items: center; gap: 80px; position: relative; z-index: 2; }
.home-app .home-eyebrow { display: flex; align-items: center; gap: 9px; color: #4289a9; font: 11px/1.5 var(--home-utility); letter-spacing: 1.7px; }
.home-app .home-eyebrow > span { width: 5px; height: 5px; background: #0caace; border-radius: 50%; }
.home-app .home-wordmark { margin: 14px 0 6px -6px; color: #204d66; font: 650 clamp(70px, 8.8vw, 120px)/1.15 var(--home-utility); letter-spacing: -5px; }
.home-app .home-wordmark > span { display: inline-block; vertical-align: top; margin: 24px 0 0 9px; color: #80b4ca; font-size: 18px; letter-spacing: 0; }
.home-app .home-hero h1 { font: 700 clamp(28px, 3.35vw, 43px)/1.42 var(--home-display); letter-spacing: -1.2px; }
.home-app h1 em, .home-app h2 em { color: #0b91bf; font-style: normal; }
.home-app .home-hero h1 br { display: none; }
.home-app .home-hero-description { margin-top: 22px; color: #7891a3; font-size: 13px; line-height: 2; }
.home-app .home-hero-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.home-app .home-text-link { display: inline-flex; align-items: center; gap: 8px; color: #547d97; font-size: 12px; }
.home-app .home-text-link:hover { color: var(--home-primary); }
.home-app .home-hero-footnote { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: 10px; color: #91a7b5; }
.home-app .home-hero-footnote span { display: inline-flex; align-items: center; gap: 5px; }
.home-app .home-hero-footnote .home-icon { width: 13px; height: 13px; color: #69afbc; }
.home-app .home-quick-card { position: relative; padding: 25px 27px 0; background: #ffffffee; border: 1px solid #d4e9f4; border-radius: 7px; box-shadow: 0 20px 70px -35px #2c83b957, 8px 8px 0 #ffffff50; animation: home-enter .5s ease-out both; }
.home-app .home-quick-card::before { content: ''; position: absolute; left: -1px; right: -1px; top: -1px; height: 3px; background: linear-gradient(90deg, #0cb7e2, #87e7fb 70%, #c5edf9); border-radius: 7px 7px 0 0; }
.home-app .home-quick-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 21px; }
.home-app .home-tiny-label { color: #7da1b9; font: 10px/1.5 var(--home-utility); letter-spacing: 1.7px; }
.home-app .home-local-tag { display: inline-flex; align-items: center; gap: 5px; padding: 2px 6px; color: #258c8e; background: #eff9f8; font-size: 9px; }
.home-app .home-local-tag span { width: 4px; height: 4px; border-radius: 50%; background: #45a9a0; }
.home-app .home-quick-card form > label { display: block; margin-bottom: 20px; font: 600 24px/1.5 var(--home-display); color: #365c72; letter-spacing: -.7px; }
.home-app .home-quick-card form > label span { color: #88aaba; }
.home-app .home-quick-card textarea { display: block; width: 100%; min-height: 122px; resize: vertical; max-height: 360px; padding: 13px 14px; border: 1px solid #deedf4; border-radius: 4px; color: #36566c; background: #f8fbfd; font-size: 12px; line-height: 1.9; }
.home-app textarea::placeholder { color: #98acba; opacity: 1; }
.home-app .home-quick-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 11px 0 18px; }
.home-app .home-quick-bottom > span { font-size: 9px; color: #9bafbe; }
.home-app .home-example-link { display: inline-flex; align-items: center; gap: 4px; padding: 3px 0; color: #518dad; background: transparent; border: 0; font-size: 10px; white-space: nowrap; }
.home-app .home-example-link .home-icon { width: 12px; height: 12px; }
.home-app .home-quick-note { margin: 11px 0 20px; text-align: center; color: #91a6b6; font-size: 9px; }
.home-app .home-element-strip { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 0 -27px; padding: 15px 27px; border-top: 1px solid #e2edf4; color: #92aabd; background: #fbfdff; font-size: 10px; border-radius: 0 0 7px 7px; }
.home-app .home-element-strip i { height: 1px; width: 10px; background: #d7e5ee; }
.home-app .home-horizon { position: absolute; z-index: 1; bottom: -1px; left: 0; right: 0; height: 95px; pointer-events: none; }
.home-app .home-horizon svg { width: 100%; height: 100%; display: block; }
.home-app section[id] { scroll-margin-top: 102px; }
.home-app .home-builder-section { padding-top: 70px; padding-bottom: 95px; }
.home-app .home-section-heading { margin: 0 auto 42px; text-align: center; }
.home-app .home-section-heading .home-eyebrow { justify-content: center; margin-bottom: 13px; }
.home-app .home-section-heading h2, .home-app .home-video-copy h2, .home-app .home-faq-section h2 { font: 650 clamp(25px, 3vw, 35px)/1.5 var(--home-display); letter-spacing: -1.2px; }
.home-app .home-section-heading > p:last-child { margin-top: 14px; color: #8a9cab; font-size: 12px; }
.home-app .home-builder { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .9fr); gap: 24px; align-items: start; }
.home-app .home-editor { overflow: hidden; min-width: 0; border: 1px solid var(--home-line); border-radius: 7px; background: white; box-shadow: 0 12px 40px -24px #35678126; }
.home-app .home-editor-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 25px 22px; border-bottom: 1px solid #e8f0f5; }
.home-app .home-editor-top h3 { color: #345469; font-size: 15px; font-weight: 600; }
.home-app .home-editor-top p { font-size: 10px; margin-top: 4px; color: #96aab8; }
.home-app .home-engine { display: flex; align-items: center; padding: 3px; gap: 2px; background: #f0f6fa; border-radius: 4px; }
.home-app .home-engine button { display: inline-flex; align-items: center; gap: 5px; min-height: 31px; padding: 6px 9px; border: 0; border-radius: 3px; background: transparent; color: #85a1b4; font-size: 10px; white-space: nowrap; }
.home-app .home-engine button.is-active { background: white; color: #0c7da8; box-shadow: 0 1px 4px #1f6c8f12; }
.home-app .home-engine .home-icon { width: 13px; height: 13px; }
.home-app .home-input-area { padding: 22px 25px; border-bottom: 1px solid #e8f0f5; }
.home-app .home-label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.home-app .home-label-row label { font-size: 12px; color: #486b83; font-weight: 600; }
.home-app .home-label-row > span { color: #9db0be; font-size: 9px; }
.home-app .home-input-area > textarea { display: block; width: 100%; min-height: 112px; max-height: 400px; resize: vertical; padding: 12px 14px; color: #3f627a; background: #f8fbfd; border: 1px solid #dcebf3; border-radius: 4px; font-size: 12px; line-height: 1.9; }
.home-app .home-examples { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 10px; color: #97aebd; font-size: 9px; }
.home-app .home-examples button { padding: 3px 8px; border: 1px solid #e1ecf3; border-radius: 3px; color: #7c9aaf; background: #fcfdff; font-size: 9px; }
.home-app .home-examples button:hover { border-color: #a9d2e6; color: #3787ad; }
.home-app .home-format-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.home-app .home-format-row label { display: flex; align-items: center; gap: 7px; font-size: 10px; color: #879faf; }
.home-app .home-format-row select { padding: 5px 16px 5px 7px; min-height: 31px; border: 1px solid #dce9f2; border-radius: 3px; background: white; color: #6b8ba0; font-size: 10px; }
.home-app .home-reference-link { display: flex; align-items: center; gap: 4px; margin-left: auto; padding: 4px 0; border: 0; background: transparent; color: #538da9; font-size: 10px; }
.home-app .home-reference-link .home-icon { width: 13px; height: 13px; }
.home-app .home-manual-heading { padding: 23px 25px 0; }
.home-app .home-manual-heading h4 { font-size: 12px; color: #50758c; font-weight: 600; }
.home-app .home-manual-heading p { color: #8fa4b3; font-size: 10px; margin-top: 6px; line-height: 1.8; }
.home-app .home-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 15px; padding: 21px 25px 25px; }
.home-app .home-field { min-width: 0; }
.home-app .home-field--timeline, .home-app .home-field--constraints { grid-column: 1 / -1; }
.home-app .home-field--bgm { grid-column: 1 / -1; }
.home-app .home-field-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.home-app .home-field-heading label { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: #55778f; }
.home-app .home-field-heading label > span { display: inline-flex; justify-content: center; align-items: center; width: 22px; height: 19px; color: #5a9bbb; background: #eef7fc; font: 10px var(--home-utility); }
.home-app .home-lock { display: flex; align-items: center; gap: 4px; padding: 4px 1px; border: 0; background: transparent; color: #a4b7c4; font-size: 9px; }
.home-app .home-lock .home-icon { width: 12px; height: 12px; }
.home-app .home-lock.is-locked { color: #20889c; }
.home-app .home-field textarea { display: block; resize: vertical; width: 100%; min-height: 84px; max-height: 420px; padding: 11px 12px; border: 1px solid #e0ebf2; border-radius: 4px; background: #fcfdff; color: #56778d; font-size: 11px; line-height: 1.9; }
.home-app .home-field textarea::placeholder { font-size: 10px; line-height: 1.9; }
.home-app .home-editor-footer { padding: 18px 25px 23px; border-top: 1px solid #e8f0f5; background: #fbfdfe; }
.home-app .home-editor-footer > p { color: #94aaba; font-size: 10px; line-height: 1.9; }
.home-app .home-editor-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.home-app .home-result-panel { position: sticky; top: 102px; overflow: hidden; padding: 25px 25px 22px; border: 1px solid #dbe9f2; border-radius: 7px; background: linear-gradient(145deg, #fff, #f4faff); }
.home-app .home-result-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 20px; }
.home-app .home-result-top h3 { margin-top: 8px; font-size: 15px; font-weight: 600; color: #4b7188; }
.home-app .home-preview-tag { margin-top: 2px; padding: 3px 7px; color: #81a1b5; background: #ecf5fa; font-size: 9px; border-radius: 3px; white-space: nowrap; }
.home-app .home-result-empty { display: flex; align-items: center; flex-direction: column; padding: 30px 0 26px; }
.home-app .home-result-symbol { display: grid; place-items: center; width: 59px; height: 59px; color: #89c8e3; border: 1px solid #dceef7; background: #f2faff; border-radius: 50%; box-shadow: 0 0 0 9px #f7fcff; margin-bottom: 27px; }
.home-app .home-result-symbol .home-icon { width: 29px; height: 29px; }
.home-app .home-result-empty h4 { font-size: 13px; color: #7495a9; font-weight: 500; }
.home-app .home-result-empty > p { margin-top: 12px; color: #a0b5c4; font-size: 11px; text-align: center; line-height: 2; }
.home-app .home-result-empty ol { list-style: none; padding: 0; margin: 25px 0 0; width: 100%; }
.home-app .home-result-empty li { display: flex; align-items: center; gap: 13px; padding: 11px 7px; border-bottom: 1px solid #e9f0f6; color: #9bb3c5; font-size: 10px; }
.home-app .home-result-empty li span { color: #aec9da; font: 10px var(--home-utility); }
.home-app .home-result-empty li i { height: 3px; width: 38%; margin-left: auto; background: #e8f2f8; border-radius: 2px; }
.home-app .home-result-text { padding: 18px 16px; margin: 0 0 22px; max-height: 540px; overflow: auto; color: #5d7b90; background: #f8fcff; border: 1px solid #e4eef5; border-radius: 4px; font: 11px/2 var(--home-body); white-space: pre-wrap; overflow-wrap: anywhere; }
.home-app .home-result-actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; margin-top: 10px; }
.home-app .home-result-actions .home-button { min-height: 40px; padding: 9px 10px; font-size: 10px; gap: 6px; }
.home-app .home-result-actions .home-icon { width: 14px; height: 14px; }
.home-app .home-result-note { margin-top: 14px; font-size: 10px; color: #96acbc; line-height: 1.9; }
.home-app .home-stale-note { margin-bottom: 12px; padding: 10px 12px; background: #fff8e7; color: #a98c4c; font-size: 10px; border: 1px solid #f2e7cc; }
.home-app .home-restored-note { margin: -14px 0 24px; padding: 12px 16px; border: 1px solid #cfe5f1; border-radius: 4px; background: #eef8fd; color: #467e98; font-size: 12px; }
.home-app .home-error { padding: 10px 12px; margin-top: 13px; color: #b35359; background: #fff2f2; border: 1px solid #f1d5d8; font-size: 11px; border-radius: 4px; }
.home-app .home-editor-footer > .home-error { color: #b35359; }
.home-app .home-video-section { padding: 86px 0; border-top: 1px solid #e3eff5; border-bottom: 1px solid #e3eff5; background: radial-gradient(ellipse 50% 100% at 100% 40%, #e0f4fc, transparent), #f0f8fc; }
.home-app .home-video-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 90px; align-items: center; }
.home-app .home-video-copy .home-eyebrow { margin-bottom: 18px; }
.home-app .home-video-copy > p:not(.home-eyebrow) { max-width: 445px; margin-top: 21px; color: #8099ab; font-size: 12px; line-height: 2; }
.home-app .home-video-points { display: flex; flex-direction: column; gap: 11px; margin: 26px 0 29px; color: #7595a9; font-size: 11px; }
.home-app .home-video-points > span { display: flex; align-items: center; gap: 9px; }
.home-app .home-video-points .home-icon { width: 15px; height: 15px; color: #4ba0ba; }
.home-app .home-video-copy > small { display: block; color: #9bb0bf; font-size: 10px; line-height: 1.9; margin-top: 15px; }
.home-app .home-video-copy .home-button { font-size: 11px; }
.home-app .home-reference-board { padding: 23px; border: 1px solid #d3e8f3; border-radius: 6px; background: #ffffffc9; box-shadow: 0 20px 60px -40px #1876a85e; transform: rotate(1deg); }
.home-app .home-board-heading { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 18px; }
.home-app .home-board-heading > span:last-child { color: #a2b8c8; font-size: 9px; }
.home-app .home-reference-screen { position: relative; display: grid; place-items: center; height: 210px; overflow: hidden; background: linear-gradient(140deg, #d9f3ff, #f5fbff 55%, #d4edf6); border: 1px solid #dbecf5; }
.home-app .home-frame-lines { position: absolute; height: 260px; width: 550px; transform: rotate(-25deg); background: repeating-linear-gradient(90deg, transparent 0, transparent 50px, #a5d7ec60 51px, transparent 52px); }
.home-app .home-frame-lines::before { content: ''; position: absolute; inset: 20px 0 0; background: repeating-linear-gradient(0deg, transparent 0, transparent 50px, #a5d7ec60 51px, transparent 52px); }
.home-app .home-screen-focus { position: absolute; inset: 27px 40px 55px; }
.home-app .home-screen-focus i { position: absolute; width: 18px; height: 18px; border: 1px solid #7cb8d2; }
.home-app .home-screen-focus i:nth-child(1) { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.home-app .home-screen-focus i:nth-child(2) { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.home-app .home-screen-focus i:nth-child(3) { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.home-app .home-screen-focus i:nth-child(4) { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.home-app .home-screen-play { display: grid; place-items: center; margin-top: -17px; width: 56px; height: 56px; border: 1px solid #acd8e8; border-radius: 50%; background: #ffffffbf; color: #47a0c1; }
.home-app .home-screen-play .home-icon { height: 26px; width: 26px; }
.home-app .home-screen-label { position: absolute; bottom: 14px; left: 17px; right: 17px; display: flex; justify-content: space-between; gap: 10px; color: #7ba6bc; font-size: 9px; }
.home-app .home-screen-label > span:last-child { font: 9px var(--home-utility); letter-spacing: 1px; }
.home-app .home-filmstrip { display: flex; align-items: center; gap: 9px; margin-top: 15px; }
.home-app .home-filmstrip > div { flex: 1; height: 68px; padding: 12px; border: 1px solid #e0edf5; background: #f5fbff; }
.home-app .home-filmstrip > div:nth-of-type(2) { background: #ecf8ff; }
.home-app .home-filmstrip > div:nth-of-type(3) { background: #f0fbfc; }
.home-app .home-filmstrip > div > span { font-size: 9px; color: #90aebe; }
.home-app .home-filmstrip i { display: block; width: 60%; height: 3px; margin-top: 10px; border-radius: 2px; background: #d8eaf5; }
.home-app .home-film-arrow .home-icon { width: 12px; height: 12px; color: #a1c2d5; }
.home-app .home-board-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; padding: 18px 0 0; color: #94afc1; font-size: 10px; }
.home-app .home-board-bottom > .home-icon { width: 14px; height: 14px; }
.home-app .home-board-bottom button { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; padding: 3px 0; border: 0; color: #508eab; background: transparent; font-size: 10px; }
.home-app .home-board-bottom button .home-icon { width: 13px; height: 13px; }
.home-app .home-guide-section { padding-top: 88px; padding-bottom: 85px; }
.home-app .home-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #dfebf2; border-radius: 5px; background: white; }
.home-app .home-guide-grid article { position: relative; padding: 31px 32px 28px; border-right: 1px solid #e5eef5; }
.home-app .home-guide-grid article:last-child { border-right: 0; }
.home-app .home-guide-number { position: absolute; right: 26px; top: 23px; color: #dceaf3; font: 35px var(--home-utility); letter-spacing: -1px; }
.home-app .home-guide-icon { display: grid; place-items: center; width: 35px; height: 35px; background: #eff8fc; border: 1px solid #e2eff7; color: #5b9ab5; margin-bottom: 22px; }
.home-app .home-guide-icon .home-icon { width: 19px; height: 19px; }
.home-app .home-guide-grid h3 { font-size: 14px; color: #4d7087; font-weight: 600; }
.home-app .home-guide-grid p { margin-top: 13px; color: #93a9b9; font-size: 11px; line-height: 2; }
.home-app .home-guide-grid a, .home-app .home-guide-grid button { display: inline-flex; gap: 7px; align-items: center; margin-top: 23px; color: #568da8; border: 0; background: transparent; padding: 0; font-size: 11px; }
.home-app .home-guide-grid a .home-icon, .home-app .home-guide-grid button .home-icon { height: 14px; width: 14px; }
.home-app .home-faq-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 80px; padding-bottom: 90px; }
.home-app .home-faq-section .home-eyebrow { margin-bottom: 15px; }
.home-app .home-faq-section h2 { font-size: 29px; line-height: 1.6; }
.home-app .home-faq-section > div:first-child > p:last-child { color: #9aafbe; font-size: 12px; margin-top: 17px; }
.home-app .home-faq-list { border-top: 1px solid #dce9f2; }
.home-app .home-faq-list details { border-bottom: 1px solid #dce9f2; }
.home-app .home-faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 0; cursor: pointer; list-style: none; color: #62839a; font-size: 12px; font-weight: 500; }
.home-app .home-faq-list summary::-webkit-details-marker { display: none; }
.home-app .home-faq-list summary .home-icon { height: 16px; width: 16px; color: #98b0c1; }
.home-app .home-faq-list details[open] summary .home-icon { transform: rotate(180deg); }
.home-app .home-faq-list details p { color: #8ca4b6; font-size: 11px; line-height: 2; padding: 0 34px 22px 0; }
.home-app .home-final-cta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 37px 42px; margin-bottom: 74px; border: 1px solid #d4eaf6; background: linear-gradient(105deg, #e4f6ff, #f2fbff 55%, #e1f6fd); border-radius: 5px; }
.home-app .home-final-cta h2 { margin-top: 12px; color: #4c7891; font: 600 25px/1.6 var(--home-display); letter-spacing: -.7px; }
.home-app .home-footer { padding: 36px 0 21px; border-top: 1px solid #e1ecf4; background: white; }
.home-app .home-footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 25px; }
.home-app .home-footer-inner > div > p { color: #9fb3c2; font-size: 10px; margin: 0; }
.home-app .home-footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; color: #8aa4b7; font-size: 11px; }
.home-app .home-footer-links button { border: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; }
.home-app .home-footer-links a:hover, .home-app .home-footer-links button:hover { color: var(--home-primary); }
.home-app .home-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid #eef3f7; padding-top: 21px; margin-top: 28px; color: #a7bac8; font-size: 9px; }
@keyframes home-enter { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .home-app .home-wrap { width: calc(100% - 64px); }
  .home-app .home-nav-inner { gap: 22px; }
  .home-app .home-nav-links { gap: 23px; }
  .home-app .home-account { gap: 10px; padding-left: 18px; }
  .home-app .home-account-name { display: none; }
  .home-app .home-hero-grid { gap: 45px; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr); }
  .home-app .home-wordmark { font-size: 93px; }
  .home-app .home-hero h1 { font-size: 31px; }
  .home-app .home-hero h1 br { display: block; }
  .home-app .home-hero-links { gap: 15px; }
  .home-app .home-hero-description { font-size: 12px; }
  .home-app .home-builder { gap: 18px; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr); }
  .home-app .home-editor-top { flex-wrap: wrap; padding: 21px; gap: 13px; }
  .home-app .home-input-area, .home-app .home-fields { padding-left: 21px; padding-right: 21px; }
  .home-app .home-manual-heading { padding-left: 21px; padding-right: 21px; }
  .home-app .home-editor-footer { padding-left: 21px; padding-right: 21px; }
  .home-app .home-result-panel { padding: 22px 19px; }
  .home-app .home-format-row { gap: 12px; }
  .home-app .home-reference-link { margin-left: 0; }
  .home-app .home-video-grid { gap: 48px; }
  .home-app .home-guide-grid article { padding-left: 26px; padding-right: 26px; }
}
@media (max-width: 850px) {
  .home-app .home-nav-inner { flex-wrap: wrap; gap: 0 16px; min-height: 75px; padding-top: 14px; padding-bottom: 0; }
  .home-app .home-brand { font-size: 25px; }
  .home-app .home-account { margin-left: auto; border: 0; padding-left: 0; }
  .home-app .home-nav-links { order: 3; flex: 0 0 100%; margin-top: 8px; gap: 26px; }
  .home-app .home-nav-links a { font-size: 11px; padding: 10px 0 13px; }
  .home-app .home-hero { padding-top: 46px; padding-bottom: 88px; }
  .home-app .home-hero-grid { gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(285px, .95fr); }
  .home-app .home-wordmark { font-size: 76px; letter-spacing: -3px; margin-top: 17px; }
  .home-app .home-wordmark > span { margin-top: 17px; font-size: 14px; }
  .home-app .home-hero h1 { font-size: 27px; }
  .home-app .home-eyebrow { font-size: 9px; letter-spacing: 1px; }
  .home-app .home-hero-description br { display: none; }
  .home-app .home-hero-links { flex-direction: column; align-items: flex-start; gap: 17px; }
  .home-app .home-hero-footnote { font-size: 9px; gap: 9px; }
  .home-app .home-quick-card { padding: 22px 22px 0; }
  .home-app .home-quick-card form > label { font-size: 22px; }
  .home-app .home-element-strip { margin: 0 -22px; padding: 14px 22px; font-size: 9px; }
  .home-app .home-quick-bottom { align-items: flex-start; }
  .home-app .home-quick-bottom > span { font-size: 8px; }
  .home-app .home-builder { grid-template-columns: 1fr; gap: 22px; }
  .home-app .home-result-panel { position: static; padding: 23px; }
  .home-app .home-result-empty { padding: 18px 0; }
  .home-app .home-result-empty ol { display: flex; gap: 12px; justify-content: space-around; }
  .home-app .home-result-empty li { border: 0; gap: 6px; padding: 6px 0; }
  .home-app .home-result-empty li i { display: none; }
  .home-app .home-result-actions { display: flex; justify-content: flex-end; }
  .home-app .home-result-actions .home-button { font-size: 11px; padding-left: 15px; padding-right: 15px; }
  .home-app .home-fields { gap: 19px; }
  .home-app .home-field--bgm { grid-column: auto; }
  .home-app .home-field--constraints { grid-column: auto; }
  .home-app .home-video-grid { gap: 32px; }
  .home-app .home-video-copy h2 { font-size: 26px; }
  .home-app .home-reference-board { padding: 17px; }
  .home-app .home-reference-screen { height: 175px; }
  .home-app .home-screen-label { font-size: 8px; left: 10px; right: 10px; }
  .home-app .home-screen-label > span:last-child { display: none; }
  .home-app .home-filmstrip { gap: 5px; }
  .home-app .home-filmstrip > div { padding: 10px 7px; }
  .home-app .home-filmstrip > div > span { font-size: 8px; }
  .home-app .home-board-bottom { font-size: 9px; }
  .home-app .home-guide-grid article { padding: 25px 20px; }
  .home-app .home-guide-grid h3 { font-size: 12px; }
  .home-app .home-guide-grid p { font-size: 10px; }
  .home-app .home-guide-number { right: 15px; top: 19px; font-size: 30px; }
  .home-app .home-faq-section { grid-template-columns: .8fr 1.4fr; gap: 42px; }
  .home-app .home-faq-section h2 { font-size: 25px; }
  .home-app .home-final-cta { padding: 29px 30px; }
  .home-app .home-final-cta h2 { font-size: 22px; }
  .home-app section[id] { scroll-margin-top: 125px; }
}
@media (max-width: 650px) {
  .home-app .home-wrap { width: calc(100% - 40px); }
  .home-app .home-nav-inner { padding-top: 14px; }
  .home-app .home-nav-links { justify-content: space-between; gap: 18px; }
  .home-app .home-nav-links a { font-size: 11px; }
  .home-app .home-nav-admin { font-size: 10px; }
  .home-app .home-nav-admin .home-icon { display: none; }
  .home-app .home-button--nav { min-height: 33px; padding: 6px 11px; }
  .home-app .home-hero { padding: 37px 0 81px; }
  .home-app .home-hero-grid { grid-template-columns: 1fr; gap: 33px; }
  .home-app .home-hero-copy { text-align: center; }
  .home-app .home-hero-copy .home-eyebrow { justify-content: center; }
  .home-app .home-wordmark { font-size: clamp(76px, 21vw, 110px); margin-top: 12px; margin-left: 0; }
  .home-app .home-hero h1 { font-size: 26px; }
  .home-app .home-hero h1 br { display: none; }
  .home-app .home-hero-description { max-width: 360px; margin: 17px auto 0; font-size: 11px; }
  .home-app .home-hero-description br { display: block; }
  .home-app .home-hero-links { flex-direction: row; justify-content: center; gap: 16px; margin-top: 23px; }
  .home-app .home-hero-links .home-button { font-size: 11px; min-height: 40px; padding: 9px 15px; }
  .home-app .home-text-link { font-size: 11px; gap: 5px; }
  .home-app .home-text-link .home-icon { width: 16px; height: 16px; }
  .home-app .home-hero-footnote { justify-content: center; gap: 18px; margin-top: 20px; }
  .home-app .home-quick-card { max-width: 440px; width: 100%; margin: 0 auto; padding-top: 22px; }
  .home-app .home-quick-card form > label { font-size: 21px; margin-bottom: 16px; }
  .home-app .home-quick-card form > label br { display: none; }
  .home-app .home-quick-card textarea { min-height: 112px; font-size: 12px; }
  .home-app .home-quick-bottom > span { font-size: 9px; }
  .home-app .home-quick-head { margin-bottom: 15px; }
  .home-app .home-horizon { height: 58px; }
  .home-app .home-builder-section { padding-top: 42px; padding-bottom: 55px; }
  .home-app .home-section-heading { margin-bottom: 28px; }
  .home-app .home-section-heading .home-eyebrow { margin-bottom: 11px; }
  .home-app .home-section-heading h2 { font-size: 25px; line-height: 1.6; letter-spacing: -.8px; }
  .home-app .home-section-heading h2 em { display: block; }
  .home-app .home-section-heading > p:last-child { font-size: 10px; margin-top: 10px; }
  .home-app .home-editor-top { padding: 20px 18px; gap: 12px; }
  .home-app .home-editor-top h3 { font-size: 13px; }
  .home-app .home-editor-top p { font-size: 9px; }
  .home-app .home-engine button { font-size: 9px; padding: 6px 7px; }
  .home-app .home-input-area { padding: 20px 18px; }
  .home-app .home-label-row > span { font-size: 8px; }
  .home-app .home-format-row { gap: 12px 16px; }
  .home-app .home-format-row label { font-size: 9px; }
  .home-app .home-manual-heading { padding: 20px 18px 0; }
  .home-app .home-manual-heading p { font-size: 9px; }
  .home-app .home-fields { padding: 19px 18px 22px; gap: 19px; grid-template-columns: 1fr; }
  .home-app .home-field--timeline { grid-column: auto; }
  .home-app .home-field textarea { font-size: 12px; }
  .home-app .home-field textarea::placeholder { font-size: 11px; }
  .home-app .home-lock { font-size: 10px; }
  .home-app .home-editor-footer { padding: 17px 18px 22px; }
  .home-app .home-editor-footer > div { gap: 8px; }
  .home-app .home-editor-footer .home-button { font-size: 11px; padding: 10px 13px; }
  .home-app .home-editor-footer > p { font-size: 9px; }
  .home-app .home-result-panel { padding: 21px 18px; }
  .home-app .home-result-top h3 { font-size: 14px; }
  .home-app .home-result-empty ol { gap: 4px; }
  .home-app .home-result-empty li { font-size: 9px; gap: 4px; }
  .home-app .home-result-actions { display: grid; }
  .home-app .home-result-actions .home-button { font-size: 10px; padding: 9px 10px; }
  .home-app .home-result-note { font-size: 9px; }
  .home-app .home-video-section { padding: 49px 0 51px; }
  .home-app .home-video-grid { grid-template-columns: 1fr; gap: 37px; }
  .home-app .home-video-copy { text-align: center; }
  .home-app .home-video-copy .home-eyebrow { justify-content: center; }
  .home-app .home-video-copy h2 { font-size: 28px; }
  .home-app .home-video-copy > p:not(.home-eyebrow) { font-size: 11px; max-width: 360px; margin: 16px auto 0; }
  .home-app .home-video-points { align-items: flex-start; max-width: 245px; margin: 22px auto 26px; gap: 10px; }
  .home-app .home-video-copy > small { font-size: 9px; }
  .home-app .home-reference-board { max-width: 430px; margin: 0 auto; width: calc(100% - 6px); padding: 19px; transform: none; }
  .home-app .home-reference-screen { height: 205px; }
  .home-app .home-filmstrip { gap: 8px; }
  .home-app .home-filmstrip > div { padding: 10px; }
  .home-app .home-filmstrip > div > span { font-size: 9px; }
  .home-app .home-guide-section { padding-top: 51px; padding-bottom: 51px; }
  .home-app .home-guide-grid { grid-template-columns: 1fr; }
  .home-app .home-guide-grid article { padding: 25px 25px 25px 80px; border-right: 0; border-bottom: 1px solid #e5eef5; }
  .home-app .home-guide-grid article:last-child { border-bottom: 0; }
  .home-app .home-guide-icon { position: absolute; top: 25px; left: 24px; }
  .home-app .home-guide-number { top: auto; bottom: 19px; right: 22px; font-size: 29px; }
  .home-app .home-guide-grid h3 { font-size: 13px; }
  .home-app .home-guide-grid p { font-size: 11px; margin-top: 11px; }
  .home-app .home-guide-grid a, .home-app .home-guide-grid button { margin-top: 16px; }
  .home-app .home-faq-section { grid-template-columns: 1fr; gap: 23px; padding-bottom: 46px; }
  .home-app .home-faq-section > div:first-child { text-align: center; }
  .home-app .home-faq-section .home-eyebrow { justify-content: center; }
  .home-app .home-faq-section h2 { font-size: 24px; }
  .home-app .home-faq-section h2 br { display: none; }
  .home-app .home-faq-section > div:first-child > p:last-child { font-size: 10px; margin-top: 11px; }
  .home-app .home-faq-list summary { padding: 20px 0; font-size: 11px; }
  .home-app .home-faq-list details p { font-size: 10px; padding-right: 20px; }
  .home-app .home-final-cta { padding: 29px 22px; margin-bottom: 46px; justify-content: center; text-align: center; gap: 22px; }
  .home-app .home-final-cta .home-tiny-label { font-size: 9px; letter-spacing: 1px; }
  .home-app .home-final-cta h2 { font-size: 21px; }
  .home-app .home-final-cta .home-button { min-height: 41px; font-size: 11px; }
  .home-app .home-footer { padding-top: 28px; }
  .home-app .home-footer-inner { gap: 24px; }
  .home-app .home-footer-links { gap: 21px; font-size: 10px; }
  .home-app .home-footer-bottom { font-size: 8px; gap: 8px; line-height: 1.8; }
}
@media (max-width: 380px) {
  .home-app .home-wrap { width: calc(100% - 30px); }
  .home-app .home-brand { font-size: 23px; gap: 8px; }
  .home-app .home-account { gap: 9px; }
  .home-app .home-button--nav { font-size: 10px; }
  .home-app .home-hero h1 { font-size: 23px; }
  .home-app .home-hero-links { gap: 13px; }
  .home-app .home-hero-links .home-button { padding-left: 12px; padding-right: 12px; }
  .home-app .home-quick-card { padding-left: 18px; padding-right: 18px; }
  .home-app .home-element-strip { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; }
  .home-app .home-editor-top { gap: 15px; }
  .home-app .home-engine { width: 100%; }
  .home-app .home-engine button { flex: 1; justify-content: center; }
  .home-app .home-input-area, .home-app .home-fields, .home-app .home-manual-heading, .home-app .home-editor-footer { padding-left: 15px; padding-right: 15px; }
  .home-app .home-label-row > span { display: none; }
  .home-app .home-guide-grid article { padding-left: 73px; padding-right: 20px; }
  .home-app .home-guide-icon { left: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-app *, .home-app *::before, .home-app *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Character artwork from the reference design; controls stay above the backdrop. */
.home-app .home-hero { min-height: min(790px, calc(100svh - 80px)); padding: 82px 0 106px; }
.home-app .home-hero::before { z-index: 1; opacity: .16; }
.home-app .home-character-backdrop { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: #03123a url('/assets/hero-p3-hd.png') right center / cover no-repeat; }
.home-app .home-character-backdrop video { width: 100%; height: 100%; object-fit: cover; object-position: right center; display: block; }
.home-app .home-character-backdrop video[hidden] { display: none; }
.home-app .home-character-backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #03123af5 0%, #03123ae0 27%, #03123a8c 51%, #03123a0a 78%), linear-gradient(0deg, #03123a 0%, #03123a00 34%); }
.home-app .home-hero-grid { display: flex; align-items: center; min-height: 390px; }
.home-app .home-hero-copy { max-width: 650px; width: 60%; }
.home-app .home-wordmark { color: #fff; text-shadow: 0 12px 45px #00143770; font-size: clamp(80px, 11vw, 154px); }
.home-app .home-hero h1 { color: #fff; font-size: clamp(26px, 3.1vw, 41px); }
.home-app .home-hero h1 em { color: #78e8ff; }
.home-app .home-hero .home-eyebrow, .home-app .home-hero .home-text-link { color: #a5e7ff; }
.home-app .home-hero-description { color: #d3e3f8; }
.home-app .home-hero-footnote { color: #b2cde8; }
.home-app .home-hero .home-button--primary { background: #76e3ff; border-color: #76e3ff; color: #092d54; }
.home-app .home-hero .home-button--primary:hover { background: #abf0ff; border-color: #abf0ff; }
.home-app .home-horizon { display: none; }
.home-app .home-motion-control { position: absolute; z-index: 3; bottom: 27px; right: 48px; min-height: 36px; padding: 8px 13px; border: 1px solid #c4e7ff55; border-radius: 4px; background: #03123ac7; color: #d8efff; font-size: 11px; }
.home-app .home-motion-control:hover { border-color: #76e3ff; color: white; }
.home-app .home-quick-section { position: relative; z-index: 3; margin-top: -20px; padding-bottom: 10px; }
.home-app .home-quick-section .home-quick-card { padding: 22px 27px; }
.home-app .home-quick-section .home-quick-head { margin-bottom: 14px; }
.home-app .home-quick-section form { display: grid; grid-template-columns: minmax(170px,.65fr) minmax(0,1.3fr) 195px; column-gap: 25px; row-gap: 11px; align-items: center; }
.home-app .home-quick-section form > label { grid-column: 1; grid-row: 1 / 3; margin: 0; }
.home-app .home-quick-section textarea { grid-column: 2; grid-row: 1; min-height: 100px; height: 100px; }
.home-app .home-quick-section .home-quick-bottom { grid-column: 2; grid-row: 2; margin: 0; }
.home-app .home-quick-section .home-button--generate { grid-column: 3; grid-row: 1; min-height: 47px; }
.home-app .home-quick-section .home-quick-note { grid-column: 3; grid-row: 2; margin: 0; }
.home-app .home-quick-section .home-error { grid-column: 1 / -1; }
.home-app .home-quick-section .home-element-strip { display: none; }
.home-app .home-reference-screen { height: 265px; background: linear-gradient(0deg, #031a20d9, transparent 60%), url('/assets/art-dark-hd.png') 55% 35% / cover no-repeat; border-color: #164653; }
.home-app .home-reference-screen .home-frame-lines, .home-app .home-reference-screen .home-screen-play { display: none; }
.home-app .home-reference-screen .home-screen-label { color: #d2f6f2; }
.home-app .home-reference-screen .home-screen-focus i { border-color: #99ffe09c; }
.home-app .home-guide-section > .home-section-heading { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; min-height: 380px; padding: 45px 28px 32px; border-radius: 5px; background: linear-gradient(0deg, #04162ff5, #04162fa6 32%, #04162f00 77%), url('/assets/art-bulletin.webp') center 43% / cover no-repeat; }
.home-app .home-guide-section > .home-section-heading h2 { color: white; }
.home-app .home-guide-section > .home-section-heading h2 em { color: #82eaff; }
.home-app .home-guide-section > .home-section-heading .home-eyebrow { color: #9feaff; }
.home-app .home-guide-section > .home-section-heading > p:last-child { color: #d1e2f4; }
.home-app .home-final-cta { min-height: 305px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: center; border-color: #164872; background: linear-gradient(90deg, #03123a00 15%, #03123a25 39%, #03123ad6 65%, #03123aeb), url('/assets/art-keyvisual.webp') 28% center / cover no-repeat; }
.home-app .home-final-cta > div, .home-app .home-final-cta > a { grid-column: 2; }
.home-app .home-final-cta > a { justify-self: start; }
.home-app .home-final-cta h2 { color: white; }
.home-app .home-final-cta .home-tiny-label { color: #a1e5ff; }
.home-app .home-final-cta .home-button { background: #8ce8ff; border-color: #8ce8ff; color: #092d54; }
@media (max-width: 900px) {
  .home-app .home-hero-copy { width: 68%; }
  .home-app .home-hero { min-height: 650px; padding: 90px 0; }
  .home-app .home-quick-section form { grid-template-columns: 1fr 1fr; gap: 15px; }
  .home-app .home-quick-section form > label { grid-column: 1 / -1; grid-row: auto; font-size: 22px; }
  .home-app .home-quick-section form > label br { display: none; }
  .home-app .home-quick-section textarea { grid-column: 1 / -1; grid-row: auto; }
  .home-app .home-quick-section .home-quick-bottom { grid-column: 1 / -1; grid-row: auto; }
  .home-app .home-quick-section .home-button--generate, .home-app .home-quick-section .home-quick-note { grid-column: auto; grid-row: auto; }
}
@media (max-width: 600px) {
  .home-app .home-hero { min-height: 720px; padding: 300px 0 82px; }
  .home-app .home-character-backdrop video { object-position: 76% top; }
  .home-app .home-character-backdrop { background-position: 76% top; }
  .home-app .home-character-backdrop::after { background: linear-gradient(0deg, #03123a 0%, #03123aeb 30%, #03123a90 53%, #03123a12 83%, #03123a30 100%); }
  .home-app .home-hero-grid { min-height: 0; }
  .home-app .home-hero-copy { width: 100%; }
  .home-app .home-wordmark { font-size: 80px; margin-top: 9px; }
  .home-app .home-hero h1 { font-size: 27px; }
  .home-app .home-hero-description { margin-top: 15px; }
  .home-app .home-hero-links { margin-top: 20px; }
  .home-app .home-motion-control { right: 22px; bottom: 29px; }
  .home-app .home-quick-section .home-quick-card { padding: 22px 20px; }
  .home-app .home-quick-section form { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
  .home-app .home-quick-section .home-quick-bottom { margin: 0; }
  .home-app .home-reference-screen { height: 220px; }
  .home-app .home-guide-section > .home-section-heading { min-height: 410px; padding: 28px 20px; background-position: 37% center; }
  .home-app .home-final-cta { display: flex; align-items: flex-start; flex-direction: column; text-align: left; padding: 255px 25px 32px; min-height: 440px; background-image: linear-gradient(0deg, #03123a 0%, #03123aeb 28%, #03123a44 59%, transparent), url('/assets/art-keyvisual.webp'); background-position: 25% top; gap: 16px; }
}
