:root { --roi-navy:#142947; --roi-purple:#64358b; --roi-purple-soft:#f2ecf8; --roi-line:#dce3ec; --roi-muted:#617087; --roi-green:#1d765a; --roi-red:#b54740; --roi-amber:#a4681a; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.roi-app { background:#f7f9fc; padding-bottom:72px; }
.roi-app h1,.roi-app h2,.roi-app h3,.roi-app h4 { font-family:var(--sans); letter-spacing:-.035em; }
.roi-app p { max-width:none; }
.roi-hero { background:radial-gradient(circle at 89% 8%,#7652a9 0,transparent 28%),linear-gradient(118deg,#132747 0%,#2c315f 60%,#573574 100%); color:white; overflow:hidden; }
.roi-hero-inner { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:60px; align-items:center; padding-top:65px; padding-bottom:65px; }
.roi-hero h1 { color:white; max-width:780px; font-size:clamp(2.1rem,4.3vw,3.75rem); line-height:1.09; font-weight:650; margin:12px 0 20px; }
.roi-hero p { color:#dfe8f5; font-size:1.08rem; line-height:1.55; margin:0; max-width:610px; }
.roi-kicker,.roi-overline { text-transform:uppercase; letter-spacing:.15em; font-weight:750; font-size:.73rem; }
.roi-kicker { color:#c9e8e6; }
.roi-hero-links { display:flex; gap:24px; flex-wrap:wrap; align-items:center; margin-top:30px; }
.roi-hero-links a { color:white; font-size:.94rem; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.roi-hero-links .roi-primary-link { background:#d9f0e9; color:#183e40; border-radius:10px; padding:12px 18px; text-decoration:none; }
.roi-hero-links .roi-primary-link:hover { background:white; }
.roi-hero-note { position:relative; padding:24px 22px; border:1px solid rgba(255,255,255,.28); border-radius:18px; background:rgba(255,255,255,.08); backdrop-filter:blur(10px); display:flex; flex-direction:column; color:white; line-height:1.4; }
.roi-note-number { font-size:4.7rem; font-weight:750; letter-spacing:-.08em; line-height:1; margin-bottom:7px; }
.roi-hero-note small { color:#d9e2f0; font-size:.76rem; }
.roi-note-line { width:100%; height:1px; background:rgba(255,255,255,.25); margin:20px 0 15px; }
.roi-body { padding-top:28px; }
.roi-context { padding:15px 20px; background:#edf3f8; color:#334a68; border:1px solid #d7e2ee; border-left:4px solid #5c7eaa; border-radius:9px; font-size:.9rem; line-height:1.5; margin-bottom:28px; }
.roi-context strong { color:#173653; }
.roi-profile,.roi-sources { background:white; border:1px solid var(--roi-line); border-radius:18px; box-shadow:0 7px 30px rgba(21,40,73,.04); padding:30px; }
.roi-section-head,.roi-content-head,.roi-progress-top,.roi-plan-head { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; }
.roi-overline { color:var(--roi-purple); display:block; margin-bottom:7px; }
.roi-section-head h2,.roi-content-head h2 { font-size:1.75rem; color:var(--roi-navy); font-weight:750; margin:0 0 7px; }
.roi-section-head p,.roi-content-head p { color:var(--roi-muted); margin:0; font-size:.94rem; }
.roi-pill { padding:7px 12px; border-radius:999px; background:#fff2e6; color:#8c5516; font-size:.75rem; font-weight:750; white-space:nowrap; }
.roi-pill.is-ready { background:#e4f5ec; color:#166449; }
.roi-profile-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; margin-top:26px; }
.roi-field label { display:block; color:#273b57; font-size:.8rem; font-weight:750; margin-bottom:7px; }
.roi-optional { color:#7d899a; font-weight:500; }
.roi-field input,.roi-field select,.roi-search input,.roi-evidence textarea { font:inherit; color:#1c304d; border:1px solid #ccd6e2; background:#fff; border-radius:9px; width:100%; }
.roi-field input,.roi-field select { height:44px; padding:0 12px; font-size:.89rem; }
.roi-field input:focus,.roi-field select:focus,.roi-search input:focus,.roi-evidence textarea:focus { outline:3px solid #d8c8e9; border-color:var(--roi-purple); }
.roi-check-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px 18px; margin-top:22px; }
.roi-check-grid label { display:flex; gap:9px; align-items:flex-start; color:#344761; font-size:.86rem; line-height:1.4; cursor:pointer; padding:7px 0; }
.roi-check-grid input { accent-color:var(--roi-purple); width:17px; height:17px; flex:none; margin:1px 0 0; }
.roi-profile-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid var(--roi-line); margin-top:24px; padding-top:22px; }
.roi-profile-bottom p { margin:0; color:var(--roi-muted); font-size:.79rem; max-width:590px; }
.roi-btn { display:inline-flex; align-items:center; justify-content:center; gap:6px; border-radius:9px; padding:11px 16px; min-height:44px; border:1px solid transparent; font:700 .87rem var(--sans); cursor:pointer; text-align:center; text-decoration:none; transition:background .18s,border-color .18s,transform .18s; white-space:nowrap; }
.roi-btn:hover:not(:disabled) { transform:translateY(-1px); }
.roi-btn:disabled { opacity:.45; cursor:not-allowed; }
.roi-btn-primary { background:var(--roi-purple); color:white; }
.roi-btn-primary:hover:not(:disabled) { background:#4e2774; }
.roi-btn-outline { background:white; border-color:#becbda; color:#344667; }
.roi-btn-outline:hover:not(:disabled) { border-color:var(--roi-purple); color:var(--roi-purple); }
.roi-workspace { display:grid; grid-template-columns:230px minmax(0,1fr); align-items:start; gap:24px; margin-top:28px; scroll-margin-top:110px; }
.roi-workspace[hidden],#questions-view[hidden],#report-view[hidden] { display:none; }
.roi-sidebar { background:white; border:1px solid var(--roi-line); border-radius:16px; padding:18px 12px 12px; position:sticky; top:110px; }
.roi-sidebar-title { text-transform:uppercase; letter-spacing:.12em; color:#728099; font-size:.68rem; font-weight:750; padding:0 12px 12px; }
.roi-sidebar nav { display:grid; gap:3px; }
.roi-nav-item { width:100%; border:0; background:transparent; display:flex; gap:10px; align-items:center; text-align:left; border-radius:9px; padding:10px 11px; cursor:pointer; color:#4b5e78; font:inherit; }
.roi-nav-item:hover:not(:disabled) { background:#f6f3fa; }
.roi-nav-item.active { color:var(--roi-purple); background:var(--roi-purple-soft); }
.roi-nav-item:disabled { opacity:.42; cursor:not-allowed; }
.roi-nav-index { font-size:.71rem; font-weight:800; color:#8090a5; width:22px; flex:none; }
.roi-nav-item.active .roi-nav-index { color:var(--roi-purple); }
.roi-nav-copy { display:grid; line-height:1.3; gap:3px; }
.roi-nav-copy strong { font-size:.83rem; font-weight:700; }
.roi-nav-copy small { font-size:.7rem; color:#8692a2; }
.roi-report-nav { width:100%; border:0; border-top:1px solid var(--roi-line); background:transparent; color:var(--roi-purple); display:flex; justify-content:space-between; padding:16px 12px 5px; font:700 .84rem var(--sans); cursor:pointer; margin-top:12px; }
.roi-report-nav.active { color:#1e615d; }
.roi-main-panel { min-width:0; }
.roi-progress-card { background:white; border:1px solid var(--roi-line); border-radius:14px; padding:18px 22px; margin-bottom:25px; }
.roi-progress-top { align-items:center; }
.roi-progress-top strong { display:block; font-size:1rem; color:var(--roi-navy); }
.roi-progress-top #save-state { color:#789087; font-size:.74rem; white-space:nowrap; }
.roi-progress-track { background:#e9eaf2; border-radius:50px; height:7px; margin-top:15px; overflow:hidden; }
.roi-progress-track span { display:block; background:linear-gradient(90deg,#567e8d,#7150a6); height:100%; width:0; border-radius:50px; transition:width .3s; }
.roi-content-head { align-items:center; margin-bottom:22px; }
.roi-content-head h2 { margin-bottom:5px; }
.roi-content-head p { max-width:620px; }
.roi-filter-row { display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.roi-search { flex:1; }
.roi-search input { height:42px; padding:0 14px; font-size:.86rem; }
.roi-switch { color:#52647d; font-size:.83rem; white-space:nowrap; display:flex; gap:7px; align-items:center; cursor:pointer; }
.roi-switch input { accent-color:var(--roi-purple); }
.roi-question-list { display:grid; gap:15px; }
.roi-question { background:white; border:1px solid var(--roi-line); border-radius:15px; padding:22px; box-shadow:0 5px 25px rgba(29,47,76,.035); scroll-margin-top:120px; }
.roi-question.status-yes { border-left:4px solid #74b49a; }
.roi-question.status-partial { border-left:4px solid #d6a24b; }
.roi-question.status-no { border-left:4px solid #ce746c; }
.roi-question.status-unknown { border-left:4px solid #92a2b7; }
.roi-question-top { display:flex; gap:13px; align-items:flex-start; }
.roi-number { display:grid; place-items:center; width:34px; height:34px; border-radius:8px; background:#eef1f7; color:#4a5a79; font-size:.82rem; font-weight:800; flex:none; }
.roi-question h3 { color:var(--roi-navy); font-size:1.13rem; font-weight:750; line-height:1.25; margin:1px 0 7px; }
.roi-risk { color:#718096; font-size:.7rem; font-weight:700; }
.roi-risk.critical { color:#a45d37; }
.roi-minimum { background:#f8f9fc; border-radius:9px; margin:18px 0 19px; padding:12px 15px; }
.roi-minimum span { display:block; color:#697994; text-transform:uppercase; letter-spacing:.1em; font-size:.66rem; font-weight:800; margin-bottom:4px; }
.roi-minimum p { color:#344861; font-size:.85rem; line-height:1.48; margin:0; }
.roi-question fieldset { border:0; padding:0; margin:0; min-width:0; }
.roi-question legend { font-size:.78rem; color:#536680; font-weight:750; margin-bottom:10px; }
.roi-answer-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
.roi-answer { min-height:42px; display:flex; align-items:center; justify-content:center; text-align:center; padding:7px 6px; color:#495c76; border:1px solid #d2dce6; border-radius:8px; font-size:.75rem; font-weight:700; cursor:pointer; transition:background .18s,border-color .18s; }
.roi-answer:hover { background:#f6f2fa; border-color:#9e81b8; }
.roi-answer.selected { background:#eee8f5; color:#56347d; border-color:#9e80b9; }
.roi-answer:has(input:focus-visible) { outline:3px solid #c8b2dc; outline-offset:2px; }
.roi-answer input { position:absolute; opacity:0; width:1px; height:1px; }
.roi-evidence { margin-top:16px; }
.roi-evidence summary { color:#6b4c91; font-size:.78rem; font-weight:700; cursor:pointer; width:max-content; }
.roi-evidence textarea { display:block; margin-top:9px; padding:9px 11px; font-size:.84rem; resize:vertical; }
.roi-question-foot { display:flex; justify-content:space-between; gap:12px; margin-top:18px; padding-top:13px; border-top:1px solid #edf0f5; font-size:.73rem; }
.roi-question-foot a { color:var(--roi-purple); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.roi-question-foot span { color:#8390a2; }
.roi-bottom-nav { display:flex; justify-content:space-between; gap:15px; margin-top:22px; }
.roi-empty { background:white; padding:24px; border:1px dashed #cbd5e2; border-radius:12px; color:#62738c; font-size:.9rem; }
.roi-verdict { background:#eef3f8; border:1px solid #d8e3ee; border-radius:16px; padding:25px; }
.roi-verdict.good { background:#eaf6f0; border-color:#cdebd9; }
.roi-verdict.bad { background:#fff1ee; border-color:#f1d2ca; }
.roi-verdict > span { text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; font-weight:800; color:#637a95; }
.roi-verdict h3 { font-size:1.45rem; font-weight:800; color:#243b5d; margin:7px 0; }
.roi-verdict.good h3 { color:#23654d; }
.roi-verdict.bad h3 { color:#a0443e; }
.roi-verdict p { color:#465a73; font-size:.9rem; margin:0 0 11px; }
.roi-verdict small { color:#677991; font-size:.72rem; }
.roi-stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:13px 0 30px; }
.roi-stat-grid > div { background:white; border:1px solid var(--roi-line); border-radius:12px; padding:16px; display:grid; gap:3px; }
.roi-stat-grid strong { color:var(--roi-navy); font-size:1.65rem; line-height:1; }
.roi-stat-grid span { color:#697b92; font-size:.73rem; }
.roi-plan-head { align-items:end; margin-bottom:15px; }
.roi-plan-head h3 { font-size:1.35rem; color:var(--roi-navy); font-weight:750; margin:0; }
.roi-plan-head > span { color:#79869a; font-size:.78rem; }
.roi-plan-list { display:grid; gap:9px; }
.roi-plan-item { background:white; border:1px solid var(--roi-line); border-radius:11px; padding:16px; display:grid; grid-template-columns:100px minmax(0,1fr) 42px; gap:16px; align-items:start; }
.roi-plan-item > div:first-child { display:grid; gap:5px; }
.roi-plan-index { color:#8898aa; font-weight:800; font-size:.8rem; }
.roi-plan-priority { font-size:.65rem; color:#825d25; font-weight:750; }
.roi-plan-priority.high { color:#af4a42; }
.roi-plan-item h4 { color:var(--roi-navy); font-size:.92rem; font-weight:750; margin:0 0 3px; }
.roi-plan-item p { color:#52647b; font-size:.82rem; line-height:1.45; margin:0; }
.roi-plan-item small { color:#607087; display:block; margin-top:7px; overflow-wrap:anywhere; }
.roi-plan-item a { font-size:.73rem; font-weight:750; color:var(--roi-purple); white-space:nowrap; }
.roi-report-tools { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:22px; }
.roi-reset { background:transparent; border:0; color:#9a5550; font:700 .8rem var(--sans); padding:10px; margin-left:auto; cursor:pointer; text-decoration:underline; }
.roi-sources { margin-top:28px; }
.roi-sources h2 { font-size:1.4rem; font-weight:750; margin:0 0 20px; }
.roi-sources-grid { display:grid; grid-template-columns:1fr 1fr; gap:25px; }
.roi-sources-grid > div { border-top:1px solid var(--roi-line); padding-top:15px; }
.roi-sources-grid strong { color:var(--roi-navy); font-size:.9rem; }
.roi-sources-grid p { color:#5d6e85; font-size:.8rem; line-height:1.5; margin:6px 0 9px; }
.roi-sources-grid a { color:var(--roi-purple); font-weight:750; font-size:.78rem; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:1100px) { .roi-profile-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .roi-check-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .roi-workspace { grid-template-columns:205px minmax(0,1fr); } }
@media (max-width:800px) { .roi-hero-inner { grid-template-columns:1fr; gap:25px; padding-top:45px; padding-bottom:45px; } .roi-hero-note { flex-direction:row; align-items:center; gap:15px; } .roi-note-number { margin:0; font-size:3.3rem; } .roi-note-line,.roi-hero-note small { display:none; } .roi-workspace { display:block; } .roi-sidebar { position:static; margin-bottom:16px; } .roi-sidebar nav { display:flex; overflow:auto; padding-bottom:4px; } .roi-nav-item { flex:0 0 auto; width:auto; border:1px solid #e1e5ed; } .roi-nav-copy small { display:none; } .roi-report-nav { justify-content:flex-start; gap:10px; margin:0; padding:13px 12px 0; } }
@media (max-width:600px) { .roi-profile,.roi-sources { padding:21px 17px; } .roi-profile-grid,.roi-check-grid,.roi-sources-grid { grid-template-columns:1fr; } .roi-section-head,.roi-content-head,.roi-profile-bottom { display:block; } .roi-pill { display:inline-block; margin-top:14px; } .roi-profile-bottom .roi-btn { width:100%; margin-top:16px; } .roi-content-head .roi-btn { margin-top:15px; } .roi-question { padding:18px 15px; } .roi-answer-grid { grid-template-columns:repeat(2,1fr); } .roi-filter-row { align-items:stretch; flex-direction:column; } .roi-stat-grid { grid-template-columns:repeat(2,1fr); } .roi-plan-item { grid-template-columns:1fr auto; gap:10px; } .roi-plan-item > div:first-child { grid-column:1 / -1; display:flex; gap:10px; } .roi-plan-item > div:nth-child(2) { grid-column:1; } .roi-bottom-nav { flex-direction:column; } .roi-report-tools .roi-btn { width:100%; } .roi-reset { margin:0 auto; } }
@media print { .site-header,.site-footer,.roi-hero,.roi-context,.roi-profile,.roi-sidebar,.roi-progress-card,.roi-content-head button,.roi-report-tools,.roi-sources { display:none!important; } .roi-app { background:white; padding:0; } .roi-body { padding:0; max-width:none; } .roi-workspace { display:block; margin:0; } #questions-view { display:none!important; } #report-view { display:block!important; } .roi-verdict,.roi-stat-grid > div,.roi-plan-item { break-inside:avoid; box-shadow:none; } .roi-plan-item { padding:10px 0; border-left:0; border-right:0; } }
