/* Screen-map presentation layer. Loaded after brand-ui.css; appearance only. */
#solution-workspace{width:min(calc(100% - 40px),var(--brand-max));max-width:none;padding:0 0 112px;margin:0 auto}
#solution-workspace .screen-project-tools{margin:0 -1px 24px;padding:14px 0;border-bottom:1px solid var(--brand-line)}
#solution-workspace .screen-project-tools>summary{cursor:pointer;color:var(--brand-muted);font-size:12px;letter-spacing:.04em;text-transform:uppercase}
#solution-workspace .screen-project-tools>h1{margin:14px 0 8px;font-size:clamp(30px,3.3vw,50px);line-height:1.08;letter-spacing:-.025em}
#solution-workspace .screen-project-tools .task-switcher{margin:14px 0;display:flex;gap:8px;flex-wrap:wrap}
#solution-workspace .screen-project-tools .solution-actions{margin:10px 0}
#solution-workspace #solution-stepbar{margin:0 -1px 28px}
#solution-workspace #screen-scene-host{margin:0 0 28px}
.screen-scene{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:305px;overflow:hidden;border:1px solid var(--brand-line);background:var(--brand-dark);color:#fff}
.screen-scene-copy{align-self:center;padding:42px 42px 46px;max-width:620px;z-index:1}
.screen-scene-copy .screen-kicker,.screen-kicker{display:block;color:var(--brand-red);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.screen-scene-copy h2{margin:10px 0 12px;color:#fff;font-size:clamp(26px,3.2vw,48px);line-height:1.08;letter-spacing:-.025em;text-wrap:balance}
.screen-scene-copy p{margin:0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.65;max-width:48ch}
.screen-selected-note{display:inline-block;margin-top:16px;padding:6px 10px;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:12px}
.screen-scene-media{position:relative;min-height:305px;background:var(--brand-dark);overflow:hidden}
.screen-scene-media img{display:block;width:100%;height:100%;min-height:305px;object-fit:cover}
.screen-scene-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--brand-dark),transparent 42%);pointer-events:none}
.screen-media-pending{height:100%;min-height:305px;display:grid;place-items:center;padding:28px;color:var(--brand-muted);font-size:13px;text-align:center}
.screen-scene-disclaimer{position:absolute;left:42px;bottom:14px;color:rgba(255,255,255,.56);font-size:10px;z-index:2}
.scene-hotspot{position:absolute;right:18px;bottom:18px;padding:7px 10px;background:var(--brand-red);color:#fff;font-size:11px;font-weight:700;z-index:2}
.screen-scene-paused{display:block;min-height:0;padding:24px 28px;background:var(--brand-soft);color:var(--brand-ink)}
.screen-scene-paused strong{display:block;margin-bottom:5px}.screen-scene-paused p{margin:0;color:var(--brand-muted)}
#solution-workspace .solution-work-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin:0;align-items:start}
#solution-workspace .solution-form-column{min-width:0}
#solution-workspace #solution-step-title{margin:0 0 22px;font-size:clamp(26px,3vw,42px);line-height:1.1;letter-spacing:-.02em;text-wrap:balance}
#solution-workspace .solution-compact-summary{min-width:0;padding:18px;border:1px solid var(--brand-line);background:var(--brand-soft)}
#solution-workspace .solution-compact-summary:empty{display:none}
#solution-workspace .solution-live{grid-column:1/-1;grid-row:2;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:visible}
#solution-workspace .solution-live>details{border:1px solid var(--brand-line);background:var(--brand-soft)}
#solution-workspace .solution-live>details>summary{padding:16px 18px;cursor:pointer;color:var(--brand-ink);font-weight:700}
#solution-workspace .solution-live>details>summary p{display:inline;margin:0 0 0 10px;color:var(--brand-muted);font-weight:400}
#solution-workspace .solution-live>details>div,#solution-workspace .solution-live>details>details,#solution-workspace .solution-live>details>.solution-actions,#solution-workspace .solution-live>details>p{margin-left:18px;margin-right:18px}
#solution-workspace #screen-page-content{margin-top:22px}
.screen-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.screen-route-card{min-width:0;padding:18px;border:1px solid var(--brand-line);background:#fff}
.screen-route-card .screen-state{display:inline-block;color:var(--brand-red);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.screen-route-card h3{margin:9px 0 7px;font-size:17px;line-height:1.2;text-wrap:balance}
.screen-route-card p,.screen-route-card li{color:var(--brand-muted);font-size:13px;line-height:1.55}
.screen-route-card p{margin:0}.screen-route-card ul{margin:10px 0 0;padding-left:18px}
.screen-result-intro{padding:22px;border:1px solid var(--brand-line);background:#fff}
.screen-result-intro h2{margin:8px 0;font-size:clamp(24px,2.7vw,38px);line-height:1.1}
.screen-result-intro>p{max-width:70ch;color:var(--brand-muted);line-height:1.65}
.screen-result-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.screen-result-cards article{padding:14px;background:var(--brand-soft);border-left:3px solid var(--brand-red)}
.screen-result-cards h3{margin:0 0 5px;font-size:13px}.screen-result-cards p{margin:0;color:var(--brand-muted);font-size:12px;line-height:1.5}
.screen-report-outline{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid var(--brand-line)}
.screen-report-outline a{padding:6px 9px;border:1px solid var(--brand-line);font-size:11px;text-decoration:none}
#solution-workspace .model-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:none}
#solution-workspace .solution-identity-grid{grid-template-columns:1fr}
#solution-workspace .solution-identity-grid .model-picker{padding:18px}
#solution-workspace .wizard-actions{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;justify-content:center;gap:14px;margin:0;padding:13px max(20px,calc((100% - var(--brand-max))/2));border-top:1px solid var(--brand-line);background:rgba(255,255,255,.96);box-shadow:0 -4px 18px rgba(19,24,32,.08)}
#solution-workspace .wizard-actions span{color:var(--brand-muted);font-size:11px}
@media (max-width:1100px){#solution-workspace .solution-work-layout{grid-template-columns:minmax(0,1fr) 230px}.screen-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-scene-copy{padding-left:28px;padding-right:28px}.screen-scene-disclaimer{left:28px}}
@media (max-width:760px){#solution-workspace{width:calc(100% - 28px);padding-bottom:104px}#solution-workspace .screen-project-tools{margin-bottom:16px}.screen-scene{display:block;min-height:0}.screen-scene-copy{padding:24px 20px 18px}.screen-scene-copy h2{font-size:28px}.screen-scene-copy p{font-size:13px}.screen-scene-media{min-height:190px}.screen-scene-media img,.screen-media-pending{min-height:190px;height:190px}.screen-scene-media::after{background:linear-gradient(0deg,var(--brand-dark),transparent 52%)}.screen-scene-disclaimer{position:static;display:block;padding:0 20px 14px;background:var(--brand-dark)}.scene-hotspot{right:12px;bottom:12px}.screen-route-grid,.screen-result-cards{grid-template-columns:1fr}.screen-route-card{padding:14px}#solution-workspace .solution-work-layout{display:flex;flex-direction:column;gap:16px}#solution-workspace .solution-compact-summary{order:0;width:100%}#solution-workspace .solution-form-column{order:1;width:100%}#solution-workspace .solution-live{order:2;width:100%}#solution-workspace .model-list{grid-template-columns:1fr}#solution-workspace .question-choices{grid-template-columns:1fr}#solution-workspace .wizard-actions{justify-content:space-between;gap:8px;padding:11px 14px}#solution-workspace .wizard-actions span{display:none}}
@media (prefers-reduced-motion:reduce){#solution-workspace *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Photo candidates remain labelled; the approved reference sets composition. */
#landing .brand-hero .brand-hero-photo{inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto}
#landing .brand-hero .brand-hero-photo img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center;max-width:none}
#landing .brand-hero-photo::after{background:linear-gradient(90deg,rgba(8,14,18,.84),rgba(8,14,18,.40) 48%,transparent 76%)}
#landing .brand-hero.hero-grid{min-height:398px;padding-top:52px;padding-bottom:48px}
#landing .brand-hero .hero-copy{width:55%;max-width:720px}
#landing .brand-hero h1{font-size:44px;max-width:610px}
#landing[data-screen-id="P10"]>.brand-hero,#landing[data-screen-id="P10"]>.section-heading,#landing[data-screen-id="P10"]>.screen-entry-cards,#landing[data-screen-id="P10"]>.solution-library-link,#landing[data-screen-id="P10"]>.outcome-strip,#landing[data-screen-id="P10"]>.guide{display:none}
#landing[data-screen-id="P00T"]>.brand-hero,#landing[data-screen-id="P00T"]>.screen-entry-cards{display:none}
.screen-entry-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:25px 0 36px}
.screen-entry-card{display:flex;flex-direction:column;text-align:left;gap:10px;padding:28px;border:1px solid var(--brand-line);border-radius:6px;background:#fff;box-shadow:0 4px 16px #14182005;color:var(--brand-ink);cursor:pointer}
.screen-entry-card:hover{border-color:var(--brand-red)}.screen-entry-card strong{font-size:24px}.screen-entry-card>span:not(.screen-kicker){font-size:14px;color:var(--brand-muted)}.screen-entry-card b{color:var(--brand-red);margin-top:12px;font-size:14px}
.screen-scene{height:278px;min-height:0;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);border-radius:4px}
.screen-scene-copy{padding:24px 28px 32px}.screen-scene-copy h2{font-size:32px;line-height:1.12;max-width:560px}.screen-scene-copy p{font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.screen-selected-note{font-size:11px;margin-top:8px}
.screen-scene-media{height:100%;min-height:0}.screen-scene-media img{position:absolute;inset:0;min-height:0;width:100%;height:100%;object-fit:cover}
.screen-scene-disclaimer{left:28px;font-size:10px;bottom:8px}.screen-scene-paused{height:auto;padding:24px}
#solution-workspace .screen-project-tools{display:inline-block;margin:8px 14px 12px 0;padding:0;border:0}#solution-workspace .screen-project-tools[open]{display:block}
#solution-workspace .screen-project-tools>summary{text-transform:none;letter-spacing:0}
#solution-workspace .screen-sample{margin:4px 0 14px}#solution-workspace #solution-stepbar{margin-bottom:20px}#solution-workspace #screen-scene-host{margin-bottom:24px}
#solution-workspace .screen-view-choice .question-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
#solution-workspace .screen-view-choice .choice-card{padding:0 0 12px;overflow:hidden;min-height:54px;gap:8px;flex-direction:column}
#solution-workspace .screen-view-choice .choice-card:has(img) strong{padding:0 6px;max-width:100%;line-height:1.4;overflow-wrap:anywhere}
#solution-workspace .screen-view-choice .choice-card[data-choice-value="unknown"],#solution-workspace .screen-view-choice .choice-card[data-choice-value="multiple"]{grid-row:2;min-height:54px;padding:12px;flex-direction:row}
.screen-view-thumbnail{width:100%;height:110px;object-fit:cover}.screen-view-choice .choice-card:has(img){grid-row:1}
#solution-workspace .choice-card strong{font-size:13px}#solution-workspace .question-choices{gap:10px}
#solution-workspace .model-current{display:flex;align-items:center;gap:14px;margin-bottom:14px;text-align:left}.model-current .model-illustration{width:72px;height:58px;min-height:0;flex:0 0 72px}
#solution-workspace .model-list{grid-template-columns:repeat(3,minmax(0,1fr));max-height:360px;overflow:auto;padding:2px}
#solution-workspace .model-option{min-height:125px}#solution-workspace .model-option .model-illustration{height:56px;min-height:56px}
#solution-workspace .model-browser>label{display:inline-flex;flex-direction:column;width:48%;gap:5px;font-size:12px;margin:10px 1% 14px 0}
#solution-workspace .wizard-actions{justify-content:flex-end}.screen-result-layout .solution-form-column:has(form:empty){grid-column:1/-1}.screen-result-layout .solution-compact-summary{display:none}
#solution-workspace .screen-report-outline{position:sticky;top:0;background:#fff;z-index:3;padding:12px 0;max-height:140px;overflow:auto}
#workspace .brand-task-intro{margin-bottom:12px}#workspace .brand-task-intro h2{font-size:22px}#workspace .brand-task-intro>p:first-of-type{display:none}
#workspace .wizard-actions{position:fixed;bottom:0;left:0;right:0;padding:13px max(20px,calc((100% - var(--brand-max))/2));background:#fffffffa;border-top:1px solid var(--brand-line);z-index:40;justify-content:flex-end;margin:0}
#workspace{padding-bottom:112px}#workspace .brand-stepbar .step-nav{display:flex!important;min-width:0;gap:0}#workspace .brand-stepbar li{flex:1}#workspace .brand-stepbar button{display:block;text-align:left;white-space:normal;font-size:11px}
#legacy-screen-scene{margin-bottom:24px}#workspace .live-preview{padding:20px}#workspace .wizard-main.has-trailer-scene>#live-preview{max-height:none}
#workspace .tv-layout{display:block}#workspace #trailer-scene-panel{position:static;margin-bottom:20px;max-height:none}#workspace #trailer-scene-panel>summary{cursor:pointer}
#procurement-entry{margin-top:28px}#procurement-form{background:#fff;padding:22px;border:1px solid var(--brand-line);border-radius:5px}#procurement-result{margin-top:36px;padding-top:24px;border-top:2px solid var(--brand-line);scroll-margin-top:20px}
.screen-product-card{position:relative;border:1px solid var(--brand-line);border-radius:5px;padding:24px;margin:22px 0}.screen-product-silhouette{float:right;width:220px;min-height:120px;background:var(--brand-soft);padding:30px;color:var(--brand-muted);font-size:12px}.screen-product-card:after{content:'';display:block;clear:both}.screen-comparison-table{overflow:auto}.screen-comparison table{min-width:740px} .explore .explore-chinese{background:var(--brand-soft);padding:18px}
@media(max-width:1100px){.screen-scene-copy h2{font-size:26px}.screen-scene-copy{padding:20px}.screen-scene-disclaimer{left:20px;font-size:9px}.screen-scene{height:265px}#solution-workspace .model-list{grid-template-columns:repeat(2,minmax(0,1fr))}#landing .brand-hero .hero-copy{width:64%}#landing .brand-hero h1{font-size:36px}}
@media(max-width:760px){#landing .brand-hero .hero-copy{width:100%}#landing .brand-hero.hero-grid{min-height:390px;padding-top:35px}#landing .brand-hero .brand-hero-photo{opacity:.58}#landing .brand-hero h1{font-size:32px}.screen-entry-cards{grid-template-columns:1fr;gap:12px}.screen-entry-card{padding:20px}.screen-entry-card strong{font-size:21px}.screen-scene{display:grid;grid-template-columns:.9fr 1.1fr;height:184px;margin-bottom:0}.screen-scene-copy{padding:14px 12px 26px}.screen-scene-copy h2{font-size:18px;line-height:1.18}.screen-scene-copy p{display:none}.screen-scene-copy .screen-kicker{font-size:8px;letter-spacing:.05em}.screen-scene-media{min-height:0;height:100%}.screen-scene-media img{height:100%}.screen-scene-disclaimer{position:absolute;left:0;bottom:0;padding:5px 10px;width:100%;font-size:8px;background:#151a21bd}.screen-selected-note{font-size:9px;padding:4px 6px}.scene-hotspot{font-size:9px;bottom:32px;right:8px}.screen-scene-paused{display:block;height:auto;padding:18px}
#solution-workspace .solution-compact-summary{order:2;padding:12px}#solution-workspace .solution-form-column{order:1}#solution-workspace .selection-summary-row{display:inline-flex;flex-direction:column;width:32%;padding:4px;font-size:10px}#solution-workspace .compact-boundary{font-size:10px;margin-top:7px;padding:8px}#solution-workspace .solution-compact-summary h3{font-size:13px;margin:0 0 8px}#solution-workspace #solution-step-title{font-size:26px;margin-bottom:16px}#solution-workspace .screen-view-choice .question-choices{grid-template-columns:repeat(3,minmax(0,1fr))}#solution-workspace .screen-view-choice .choice-card strong{font-size:11px}.screen-view-thumbnail{height:70px}#solution-workspace .screen-view-choice .choice-card[data-choice-value="unknown"],#solution-workspace .screen-view-choice .choice-card[data-choice-value="multiple"]{grid-column:span 1;padding:8px;min-height:48px}#solution-workspace .screen-view-choice .choice-card[data-choice-value="multiple"]{grid-column:span 2}#solution-workspace .screen-view-choice .brand-option-icon{display:none}#solution-workspace .model-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:380px}#solution-workspace .model-option{padding:8px}#solution-workspace .wizard-actions,#workspace .wizard-actions{padding:10px 14px;justify-content:space-between}#workspace .wizard-actions>span{display:none}#workspace .brand-stepbar li strong{font-size:9px}.screen-product-silhouette{float:none;width:100%;min-height:90px}.screen-report-outline{position:static!important}
}
.screen-quantity-strip{position:absolute;z-index:3;left:14px;right:14px;bottom:24px;display:flex;gap:6px;justify-content:space-between;background:#ffffffed;border-radius:3px;padding:8px;color:var(--brand-ink)}.screen-quantity-strip span{display:flex;flex-direction:column;flex:1;min-width:0}.screen-quantity-strip small{font-size:9px;line-height:1.25}.screen-quantity-strip b{font-size:17px;line-height:1.4}.screen-scene-media:has(.screen-quantity-strip) .scene-hotspot{bottom:103px}
#workspace .brand-task-intro{display:flex;gap:12px;flex-wrap:wrap;align-items:center}#workspace .brand-task-intro h2{margin:6px 0}#workspace .brand-task-intro #sample-note{width:100%;margin:0;font-size:11px}#workspace .brand-task-intro .brand-retain-guidance{display:none}#workspace .brand-stepbar{padding:22px 0;margin:14px 0 20px}#workspace .brand-stepbar button{font-size:12px;background:none;padding:0;color:inherit}#workspace .brand-stepbar li{padding-top:36px;padding-bottom:0}#workspace .brand-stepbar li[aria-current="step"]{color:var(--brand-red)}#workspace .brand-stepbar li[aria-current="step"]:before{background:var(--brand-red);color:#fff}
#workspace .wizard-progress,#workspace .progress-track{display:none}#workspace .screen-project-tools{margin:0;font-size:11px}#workspace .screen-project-tools[open]{flex-basis:100%}#workspace .screen-project-tools summary{cursor:pointer}#workspace .screen-project-tools #task-switcher{margin:8px 0}
#workspace .brand-task-intro .screen-project-tools{order:2}#workspace .brand-task-intro #load-sample{order:1}#workspace .brand-task-intro #sample-note{order:3}
#legacy-screen-scene .screen-route-grid{margin-top:16px}.screen-result-metadata{margin:16px 0;border:1px solid var(--brand-line);padding:16px}.screen-result-metadata label{display:block;max-width:500px;margin:14px 0}
@media(max-width:760px){.screen-quantity-strip{position:static;flex-wrap:wrap;margin:0 0 20px;padding:6px}.screen-quantity-strip span{min-width:30%;flex:1}.screen-quantity-strip b{font-size:13px}.screen-scene:has(.screen-quantity-strip){height:255px}.screen-scene-media:has(.screen-quantity-strip){display:flex;flex-direction:column;justify-content:flex-end}.screen-scene-media:has(.screen-quantity-strip) img{height:100%}.screen-quantity-strip{z-index:3}.screen-scene-copy:has(+.screen-scene-media .screen-quantity-strip){align-self:start;padding-top:22px}#workspace .brand-stepbar button{font-size:9px}#workspace .brand-task-intro h2{font-size:20px;width:100%}}
.screen-quantity-strip{flex-wrap:wrap}.screen-quantity-basis{flex:0 0 100%;font-size:9px!important;margin-top:4px}.screen-scene-media:has(.screen-quantity-strip) .scene-hotspot{bottom:113px}
#solution-workspace .solution-work-layout.screen-result-layout{display:block}#solution-workspace[data-screen-kind="result"] .solution-form-column{width:100%}
#solution-workspace[data-screen-kind="result"] .solution-stage{margin-top:24px}#solution-workspace[data-screen-kind="report"] #solution-step-title{margin-top:6px}
@media(max-width:760px){.screen-quantity-strip{margin-bottom:20px}.screen-quantity-basis{font-size:8px!important}#workspace .brand-stepbar{padding:15px 0}#solution-workspace .workspace-heading{gap:5px;margin:6px 0}#solution-workspace .workspace-heading .btn{font-size:9px;padding:9px}.header-inner .brand small{font-size:7px}.screen-entry-card{min-height:175px}}
.model-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin:26px 0}.screen-model-copy{border:1px solid var(--brand-line);border-radius:5px;padding:24px}.screen-content-aside{background:var(--brand-soft);padding:20px;border:1px solid var(--brand-line);border-radius:5px}.screen-content-aside ul{padding-left:16px}.screen-content-aside li{font-size:12px;overflow-wrap:anywhere}.explore[data-screen-id] h1{max-width:960px;font-size:42px;line-height:1.12}.explore[data-screen-id]>.hero-actions{margin:24px 0}.explore .hero-actions a:not(.btn){display:inline-block;border:1px solid var(--brand-line);border-radius:4px;padding:10px;color:var(--brand-red);font-size:13px}.explore .explore-block{border-bottom:1px solid var(--brand-line);padding-bottom:20px}.explore[data-screen-id]>.explore-chinese:not([open]){padding:14px}.screen-model-copy h2{font-size:22px}.screen-model-copy li{margin-bottom:12px;line-height:1.6}
@media(max-width:760px){.model-detail-grid{grid-template-columns:1fr}.explore[data-screen-id] h1{font-size:28px}.screen-model-copy,.screen-content-aside{padding:16px}.explore[data-screen-id] .hero-actions{display:flex;flex-wrap:wrap;gap:10px}}
#workspace .brand-stepbar{padding:20px 0}#workspace .brand-stepbar .step-nav{margin:0!important}#workspace .brand-stepbar li{padding:0}#workspace .brand-stepbar button{min-height:22px!important;padding:0;text-align:center}#workspace .brand-stepbar li::before{margin-bottom:10px}
.screen-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.screen-table-scroll .solution-table{margin-bottom:0}.screen-table-scroll:focus-visible{outline:2px solid var(--brand-red)}
@media(max-width:760px){body:has(#solution-workspace:not([hidden])) .header-inner,body:has(#workspace:not([hidden])) .header-inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;min-height:64px;height:64px;padding:10px 0;gap:12px}body:has(#solution-workspace:not([hidden])) .header nav,body:has(#workspace:not([hidden])) .header nav{width:auto;gap:14px;display:flex;flex-wrap:nowrap}body:has(#solution-workspace:not([hidden])) .header nav #nav-guide,body:has(#workspace:not([hidden])) .header nav #nav-guide,body:has(#solution-workspace:not([hidden])) .header nav [data-brand-nav],body:has(#workspace:not([hidden])) .header nav [data-brand-nav]{display:none}#solution-language{display:none}#solution-workspace .workspace-heading{margin-bottom:8px}#solution-workspace .screen-project-tools{margin:0 8px 8px 0}#solution-workspace .screen-sample{font-size:10px;margin-bottom:10px}#solution-workspace .screen-project-tools summary{font-size:10px}#solution-workspace .brand-stepbar{padding:16px 6px}#solution-workspace .screen-scene-disclaimer{line-height:1.3}#solution-workspace .screen-view-choice .choice-card{padding-bottom:7px}#solution-workspace .screen-view-choice .question-choices{gap:6px}.screen-scene-copy h2{font-size:17px}#solution-workspace .screen-result-intro{padding:16px}#solution-workspace .screen-result-intro h2{font-size:24px}#solution-workspace .screen-report-outline{overflow:auto}#workspace .brand-stepbar{padding:16px 0}}
.screen-data-scene{background:var(--brand-soft);border-color:var(--brand-line);color:var(--brand-ink);height:auto;min-height:240px}.screen-data-scene .screen-scene-copy h2{color:var(--brand-ink)}.screen-data-scene .screen-scene-copy p{color:var(--brand-muted)}.screen-data-chain{display:flex;gap:8px;padding:24px;align-items:center}.screen-data-chain article{flex:1;padding:12px;border:1px solid var(--brand-line);border-top:3px solid var(--brand-red);background:white;font-size:11px}.screen-data-chain strong{display:block;font-size:15px;margin:6px 0}.screen-data-chain span{color:var(--brand-red);font-size:10px}.screen-data-chain p{font-size:11px;color:var(--brand-muted)}
#solution-workspace .screen-scene .screen-scene-disclaimer,#workspace .screen-scene .screen-scene-disclaimer{color:#e3e6ea}
#workspace .wizard-main>#legacy-screen-scene{order:5}
#workspace .wizard-main>#trailer-question-layout{order:10}
#workspace .wizard-main>#live-preview{order:30}
@media(max-width:760px){.screen-scene{grid-template-rows:minmax(0,1fr)}.screen-scene-copy{min-height:0}.screen-selected-note{display:none}.scene-hotspot{bottom:48px}.screen-scene .screen-scene-disclaimer{font-size:10px;line-height:1.3;background:#1d232be8}.screen-scene-media:has(.screen-quantity-strip) .scene-hotspot{top:8px;bottom:auto}.screen-quantity-strip{margin-bottom:44px}}
@media(max-width:760px){.screen-data-scene{display:block}.screen-data-scene .screen-scene-copy{padding:18px}.screen-data-chain{padding:0 12px 12px;flex-wrap:wrap}.screen-data-chain article{min-width:42%;padding:9px}.screen-data-chain p{display:none}.screen-data-chain strong{font-size:12px}}
