:root{--bg: #f6f7f9;--surface: #ffffff;--surface-sunken: #f0f1f4;--border: #e3e5ea;--text-primary: #14161a;--text-secondary: #565c66;--text-muted: #8a8f99;--brand: #1c5cab;--brand-ink: #ffffff;--brand-wash: #eaf1fb;--status-good: #0ca30c;--status-warning: #fab219;--status-serious: #ec835a;--status-critical: #d03b3b;--status-good-wash: #e9f7e9;--status-critical-wash: #fbeaea;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--series-4: #eda100;--series-5: #e87ba4;--seq-100: #cde2fb;--seq-300: #6da7ec;--seq-500: #256abf;--seq-700: #0d366b;--radius: 10px;--radius-sm: 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5}h1,h2,h3,h4{font-weight:650;letter-spacing:-.01em}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 20px 16px}.sidebar-brand-mark{width:30px;height:30px;border-radius:8px;background:var(--brand);color:var(--brand-ink);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.sidebar-brand-text{font-weight:700;font-size:.92rem;line-height:1.2}.sidebar-brand-text span{display:block;font-weight:500;font-size:.72rem;color:var(--text-muted)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:8px 12px}.sidebar-link{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;font-size:.88rem;font-weight:500}.sidebar-link svg{width:17px;height:17px;flex-shrink:0}.sidebar-link:hover{background:var(--surface-sunken);color:var(--text-primary)}.sidebar-link.active{background:var(--brand-wash);color:var(--brand)}.sidebar-footer{margin-top:auto;padding:16px 20px;border-top:1px solid var(--border);font-size:.76rem;color:var(--text-muted);display:flex;align-items:center;gap:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--status-good);flex-shrink:0}.content{flex:1;min-width:0;padding:32px 40px 60px;max-width:1080px}.page-header{margin-bottom:28px}.page-header h1{margin:0 0 6px;font-size:1.5rem}.page-header .subtitle{color:var(--text-secondary);margin:0;max-width:640px;font-size:.9rem}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:28px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat{padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.stat-label{font-size:.74rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-weight:600}.stat-value{font-size:1.4rem;font-weight:650;color:var(--text-primary);font-variant-numeric:proportional-nums}.stat-warn .stat-value{color:var(--status-critical)}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.panel-card{display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text-primary);transition:border-color .12s,box-shadow .12s}.panel-card:hover{border-color:var(--brand);box-shadow:0 2px 10px #1c5cab14}.panel-card-icon{width:34px;height:34px;border-radius:8px;background:var(--brand-wash);color:var(--brand);display:flex;align-items:center;justify-content:center}.panel-card-icon svg{width:18px;height:18px}.panel-card h2{margin:0;font-size:.98rem}.panel-card p{margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.45}.card{padding:20px 22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.card h3{margin:0 0 14px;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary)}.card ul{margin:0;padding-left:18px}.card li{margin-bottom:6px}.section-stack{display:flex;flex-direction:column;gap:16px}.inline-form{display:flex;gap:8px;margin-bottom:24px}.inline-form input{flex:1;max-width:280px}input{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.88rem;background:var(--surface);color:var(--text-primary)}input:focus{outline:2px solid var(--brand);outline-offset:-1px}label{display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:var(--text-secondary);font-weight:500}button{padding:9px 18px;border:none;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-weight:600;font-size:.86rem;cursor:pointer}button:hover{background:#184f95}button:disabled{opacity:.55;cursor:default}.stress-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:end;margin-bottom:24px;max-width:760px}.error-banner{padding:12px 16px;background:var(--status-critical-wash);border:1px solid var(--status-critical);color:var(--status-critical);border-radius:var(--radius-sm);margin-bottom:16px;font-size:.88rem}.result-block{display:flex;flex-direction:column;gap:16px}.meta-row{color:var(--text-muted);font-size:.82rem}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;border-radius:999px;font-weight:700;font-size:.74rem;letter-spacing:.04em;width:fit-content}.status-good{background:var(--status-good-wash);color:var(--status-good)}.status-bad{background:var(--status-critical-wash);color:var(--status-critical)}.status-neutral{background:#fff6e5;color:#96660a}.result-badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.76rem;font-weight:600}.result-badge-bad{background:var(--status-critical-wash);color:var(--status-critical)}.result-badge-neutral{background:var(--surface-sunken);color:var(--text-secondary)}.empty-state{color:var(--text-muted);font-size:.88rem;margin:0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;padding:8px 4px;border-bottom:1px solid var(--border);font-size:.86rem;font-variant-numeric:tabular-nums}.data-table th{color:var(--text-muted);font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em}.meter{display:flex;flex-direction:column;gap:10px}.meter-value-row{display:flex;align-items:baseline;justify-content:space-between}.meter-value{font-size:1.8rem;font-weight:650;font-variant-numeric:proportional-nums}.meter-threshold-label{font-size:.78rem;color:var(--text-muted)}.meter-track{position:relative;height:10px;border-radius:999px;background:var(--seq-100);overflow:visible}.meter-fill{height:100%;border-radius:999px;transition:width .3s ease}.meter-threshold-tick{position:absolute;top:-3px;width:2px;height:16px;background:var(--text-secondary);border-radius:1px}.bar-rows{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:88px 1fr 72px;align-items:center;gap:10px}.bar-row-label{font-size:.83rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-row-track{height:20px;background:var(--surface-sunken);border-radius:var(--radius-sm);position:relative}.bar-row-fill{height:20px;border-radius:4px;min-width:4px}.bar-row-value{font-size:.83rem;font-weight:600;text-align:right;font-variant-numeric:tabular-nums;color:var(--text-primary)}.dumbbell{display:flex;flex-direction:column;gap:10px}.dumbbell-row{position:relative;height:34px}.dumbbell-track{position:absolute;top:16px;left:0;right:0;height:2px;background:var(--border)}.dumbbell-connector{position:absolute;top:16px;height:2px;background:var(--series-2);border-radius:1px}.dumbbell-dot{position:absolute;top:9px;width:16px;height:16px;border-radius:50%;border:2px solid var(--surface);transform:translate(-50%)}.dumbbell-dot.baseline{background:var(--text-muted)}.dumbbell-dot.stressed{background:var(--series-2)}.dumbbell-legend{display:flex;gap:18px;font-size:.8rem;color:var(--text-secondary)}.legend-swatch{display:inline-flex;align-items:center;gap:6px}.legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.analyst-page{display:flex;flex-direction:column;height:calc(100vh - 140px)}.examples{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.example-chip{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);font-weight:400;font-size:.83rem;padding:8px 14px;border-radius:999px}.example-chip:hover{border-color:var(--brand);background:var(--brand-wash)}.chat-log{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.chat-message{padding:14px 16px;border-radius:var(--radius);max-width:720px}.chat-user{align-self:flex-end;background:var(--brand);color:#fff}.chat-user .chat-role{color:#fffc}.chat-agent{background:var(--surface);border:1px solid var(--border)}.chat-error{background:var(--status-critical-wash);border:1px solid var(--status-critical);color:var(--status-critical)}.chat-role{font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:5px;font-weight:600}.chat-text{line-height:1.55}.chat-text p{margin:0 0 10px}.chat-text p:last-child{margin-bottom:0}.chat-text ul{margin:0 0 10px;padding-left:20px}.chat-text strong{font-weight:650}.chat-loading{color:var(--text-muted);font-style:italic}.chat-form{display:flex;gap:8px}.chat-form input{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .45s ease both}.page-fade{animation:fadeInUp .3s ease both}.kpi-row-hero .stat{padding:20px 22px}.kpi-row-hero .stat-value{font-size:1.9rem}.explore-row{margin-top:36px}.explore-row-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:600;margin-bottom:12px}.panel-grid-compact .panel-card-compact{padding:16px 18px;gap:6px}.panel-grid-compact .panel-card-compact h2{font-size:.9rem}.panel-grid-compact .panel-card-compact p{font-size:.8rem}.recent-analyses-table td,.recent-analyses-table th{padding:10px 6px}.recent-analyses-table a{color:var(--brand);text-decoration:none;font-weight:500}.recent-analyses-table a:hover{text-decoration:underline}.entity-select{flex:1;max-width:340px}.entity-select select{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.88rem;background:var(--surface);color:var(--text-primary)}.entity-select select:focus{outline:2px solid var(--brand);outline-offset:-1px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.profile-item{display:flex;flex-direction:column;gap:4px}.profile-label{font-size:.76rem;color:var(--text-muted)}.profile-value{font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums}.assessment-summary{display:flex;align-items:center;gap:24px;padding:4px 4px 8px;flex-wrap:wrap}.hero-value{font-size:2.4rem;font-weight:700;line-height:1.1}.driver-list{margin:0 0 12px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:6px}.driver-list li{font-size:.88rem;color:var(--text-primary)}.link-button{background:none;color:var(--brand);border:none;padding:0;font-size:.82rem;font-weight:600}.link-button:hover{text-decoration:underline;background:none}.shap-explanation{margin:10px 0 0;padding:12px 14px;background:var(--surface-sunken);border-radius:var(--radius-sm);font-size:.83rem;color:var(--text-secondary);line-height:1.5}.card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:10px}.view-toggle{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.view-toggle button{background:var(--surface);color:var(--text-secondary);font-weight:500;font-size:.78rem;padding:6px 12px;border-radius:0}.view-toggle button:hover{background:var(--surface-sunken)}.view-toggle button.active{background:var(--brand-wash);color:var(--brand);font-weight:600}.corr-matrix-wrap{overflow-x:auto}.corr-matrix{border-collapse:collapse;font-size:.78rem}.corr-matrix th,.corr-matrix td{padding:8px 10px;text-align:center;font-variant-numeric:tabular-nums}.corr-matrix th{color:var(--text-secondary);font-weight:600;font-size:.74rem}.corr-matrix td{border-radius:4px;color:var(--text-primary)}.line-chart-wrap{width:100%}.line-chart{width:100%;height:180px;display:block}.line-chart-baseline{stroke:var(--border);stroke-width:1}.line-chart-area{fill:var(--series-1);fill-opacity:.1;stroke:none}.line-chart-line{fill:none;stroke:var(--series-1);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.line-chart-labels{display:flex;justify-content:space-between;font-size:.76rem;color:var(--text-muted);margin-top:4px}.slider-field{gap:6px}.slider-value{font-size:.92rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.slider-field input[type=range]{width:100%;accent-color:var(--brand);padding:0;border:none;background:none}.baseline-stressed-table{margin-top:16px}.agent-trace{margin-bottom:14px;padding:12px 14px;background:var(--surface-sunken);border-radius:var(--radius-sm)}.agent-trace-title{font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-weight:600;margin-bottom:8px}.agent-trace-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.agent-trace-step{display:flex;align-items:center;gap:8px;font-size:.83rem;color:var(--text-secondary);animation:fadeInUp .35s ease both}.trace-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;font-size:.66rem;flex-shrink:0}.trace-ok .trace-icon{background:var(--status-good-wash);color:var(--status-good)}.trace-error .trace-icon{background:var(--status-critical-wash);color:var(--status-critical)}.evidence-panel{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.evidence-title{font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-weight:600;margin-bottom:6px}.evidence-panel ul{margin:0 0 8px;padding-left:18px}.evidence-panel li{font-size:.82rem;color:var(--text-secondary)}.evidence-disclaimer{margin:0;font-size:.78rem;color:var(--text-muted);font-style:italic}
