:root{color-scheme:light;--ink: #17171c;--muted: #636873;--subtle: #8d929d;--line: #e1e2e7;--line-strong: #cfd2da;--panel: #ffffff;--soft: #f6f7f8;--frame: #17171c;--brand: #9655af;--emerald: #2b8f7b;--amber: #d49b36;--red: #c95d54;--blue: #557da7}*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;background:transparent;color:var(--ink);font-family:IBM Plex Sans,HarmonyOS Sans SC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}body.scout-body{width:1520px;height:980px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px}.scout-device{width:1440px;height:900px;overflow:hidden;border:12px solid var(--frame);border-radius:34px;background:#fafafa;box-shadow:0 42px 90px #0006}.scout-shell{position:relative;width:100%;height:100%;overflow:hidden;padding:28px 34px 30px;background:linear-gradient(#eceef2 1px,transparent 1px),linear-gradient(90deg,#eceef2 1px,transparent 1px),#fbfbfc;background-size:28px 28px}.scout-shell:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffffffad,#fff3)}.scout-topbar,.scout-board,.scout-pipeline{position:relative;z-index:1}.scout-topbar{height:62px;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:16px}.scout-brand{display:flex;align-items:center;gap:14px}.scout-brand img{width:34px;height:34px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1) contrast(1.1)}.scout-brand h1{margin:0 0 4px;color:#202126;font-size:27px;line-height:1.12;font-weight:400}.scout-brand p{margin:0;color:var(--muted);font-size:13px;line-height:1.2}.scout-taskbar{display:flex;align-items:center;gap:10px;padding-top:2px}.task-pill,.status-pill,.toolbar-button{height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;color:#30323a;font-size:13px;line-height:1;white-space:nowrap}.status-pill i{width:8px;height:8px;border-radius:999px;background:var(--emerald);box-shadow:0 0 0 4px #2b8f7b24}.toolbar-button{border-color:#17171c;background:#17171c;color:#fff;font:inherit;font-size:13px}.toolbar-button svg{width:16px;height:16px;stroke-width:1.9}.scout-board{display:grid;grid-template-columns:310px minmax(0,1fr) 330px;gap:18px;height:570px;margin-bottom:14px}.signal-panel,.map-panel,.evidence-panel,.scout-pipeline{border:1px solid var(--line);border-radius:8px;background:#fffffff0;box-shadow:0 16px 38px #17171c12}.signal-panel,.evidence-panel{overflow:hidden}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}.eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:var(--muted);font-family:JetBrains Mono,IBM Plex Mono,ui-monospace,monospace;font-size:12px;line-height:1.2;text-transform:uppercase}.eyebrow i{width:8px;height:8px;border-radius:999px;background:var(--emerald)}.panel-head h2,.panel-head h3{margin:0;color:var(--ink);font-size:22px;line-height:1.18;font-weight:400}.panel-head h3{font-size:20px}.score-chip{min-width:58px;height:58px;display:grid;place-items:center;border-radius:50%;border:1px solid #1d1d22;background:#1d1d22;color:#fff;font-size:19px;font-weight:500}.signal-stack{padding:14px 18px 16px}.market-card{padding:15px;border:1px solid var(--line);border-radius:8px;background:#fbfbfc}.market-card+.market-card{margin-top:12px}.market-card.is-active{border-color:#1d1d22;background:#fff}.market-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.market-top strong{color:var(--ink);font-size:14px;line-height:1.25;font-weight:500}.market-top span{flex:0 0 auto;color:var(--emerald);font-size:12px}.market-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.42}.mini-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.metric-box{min-height:54px;padding:9px 10px;border:1px solid var(--line);border-radius:7px;background:#fff}.metric-box span{display:block;margin-bottom:6px;color:var(--subtle);font-size:11px;line-height:1}.metric-box strong{display:block;color:var(--ink);font-size:18px;line-height:1;font-weight:500}.map-panel{overflow:hidden;display:flex;flex-direction:column}.map-visual{position:relative;height:272px;margin:16px 22px 14px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#eef1f2}.map-visual img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.map-overlay{position:absolute;left:18px;bottom:16px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(23,23,28,.12);border-radius:8px;background:#ffffffd1;backdrop-filter:blur(10px)}.map-overlay strong{display:block;margin-bottom:3px;color:var(--ink);font-size:13px;line-height:1;font-weight:500}.map-overlay span{color:var(--muted);font-size:11px;line-height:1}.pulse{position:relative;width:30px;height:30px;border-radius:999px;background:var(--emerald);box-shadow:0 0 0 7px #2b8f7b1f}.opportunity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 22px}.opportunity-card{min-height:128px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#fbfbfc}.opportunity-card.is-focus{border-color:#1d1d22;background:#fff}.tag-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.tag-line span{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#2b8f7b1f;color:var(--emerald);font-size:11px;line-height:1;white-space:nowrap}.tag-line strong{color:var(--ink);font-size:18px;line-height:1;font-weight:500}.opportunity-card h3{margin:0 0 8px;color:var(--ink);font-size:15px;line-height:1.22;font-weight:500}.opportunity-card p{margin:0;min-height:42px;color:var(--muted);font-size:12px;line-height:1.35}.factor-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.factor-row span{min-width:0;padding-top:7px;border-top:1px solid var(--line);color:var(--subtle);font-size:10px;line-height:1.1}.map-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:auto 22px 16px;padding:11px 14px;border:1px solid var(--line);border-radius:8px;background:#f7f7f8}.map-footer span{color:var(--subtle);font-size:12px}.map-footer strong{color:var(--ink);font-size:13px;font-weight:500}.evidence-stack{padding:14px 18px 16px}.pain-card{padding:14px;border:1px solid #1d1d22;border-radius:8px;background:#fff}.pain-card h4,.score-action h4{margin:0 0 8px;color:var(--ink);font-size:15px;line-height:1.25;font-weight:500}.pain-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.42}.frequency-bar{height:8px;overflow:hidden;margin:12px 0 8px;border-radius:999px;background:#edeef2}.frequency-bar i{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--emerald),var(--brand))}.quote-list{margin-top:12px}.quote-list blockquote{margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:7px;background:#fbfbfc;color:#3f424a;font-size:12px;line-height:1.4}.quote-list blockquote+blockquote{margin-top:8px}.score-action{margin-top:12px;padding:14px;border-radius:8px;background:#1d1d22;color:#fff}.score-action h4{color:#fff}.score-action p{margin:0 0 10px;color:#ffffff9e;font-size:11px;line-height:1.35}.score-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}.score-matrix div{min-width:0;padding:8px 6px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:#ffffff0f}.score-matrix span{display:block;margin-bottom:5px;color:#ffffff7a;font-size:9px;line-height:1}.score-matrix strong{color:#fff;font-size:14px;font-weight:500}.action-button{width:100%;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:#fff;color:#1d1d22;font:inherit;font-size:13px;line-height:1}.action-button svg{width:15px;height:15px}.scout-pipeline{height:106px;display:grid;grid-template-columns:240px 1fr 250px;gap:18px;align-items:center;padding:14px 20px}.pipeline-title h2{margin:0 0 8px;color:var(--ink);font-size:20px;line-height:1.16;font-weight:400}.pipeline-title p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.step-track{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.step-item{position:relative;min-height:66px;padding:10px 12px 9px;border:1px solid var(--line);border-radius:8px;background:#fbfbfc}.step-item.is-current{border-color:#1d1d22;background:#fff}.step-item small{display:block;margin-bottom:7px;color:var(--subtle);font-size:10px;line-height:1;text-transform:uppercase}.step-item strong{display:block;color:var(--ink);font-size:13px;line-height:1.2;font-weight:500}.step-item span{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.2}.credit-box{padding:12px 14px;border-radius:8px;background:#f2f4f5}.credit-box span{display:block;margin-bottom:8px;color:var(--subtle);font-size:11px;line-height:1}.credit-box strong{display:block;color:var(--ink);font-size:21px;line-height:1;font-weight:500}.credit-box p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.3}
