:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f9fafb;background-color:#111827;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#111827}#root{width:100%}a{font-weight:500;color:#60a5fa;text-decoration:none}a:hover{color:#93c5fd}h1,h2,h3{margin:0}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.app{max-width:1200px;margin:0 auto;padding:1.5rem;min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #374151}.app-header h1{font-size:1.75rem;font-weight:700;color:#f9fafb;margin:0 0 .25rem}.app-header .subtitle{color:#9ca3af;font-size:1rem;margin:0}.app-main{display:flex;flex-direction:column;gap:1.5rem;flex:1}.top-row,.middle-row{display:flex;gap:1.5rem}.bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.intervention-summary,.action-timeline,.rl-comparison,.insight-panel{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:1.25rem}.intervention-summary h2,.action-timeline h2,.rl-comparison h2,.insight-panel h2{font-size:1rem;font-weight:600;color:#f9fafb;margin:0 0 .5rem}.panel-description{font-size:.85rem;color:#9ca3af;margin:0 0 1rem;line-height:1.5}.panel-description em{color:#60a5fa;font-style:normal}.intervention-summary{flex:1}.summary-stats{display:flex;gap:1.5rem;margin-bottom:1rem}.stat{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.5rem;background:#111827;border-radius:8px}.stat-value{font-size:1.5rem;font-weight:700;color:#f9fafb}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.stat.outcome .stat-value{color:#34d399}.summary-context{font-size:.85rem;color:#6b7280;margin:0;line-height:1.5}.action-timeline{flex:1}.chart-container{background:#111827;border-radius:8px;padding:.5rem;margin-bottom:.75rem}.action-legend{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.7rem}.legend-item{display:flex;gap:.25rem;padding:.25rem .5rem;background:#111827;border-radius:4px}.legend-day{color:#6b7280;font-weight:600}.legend-type{color:#9ca3af}.rl-comparison{flex:1}.contrast-callout{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.contrast-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;font-size:.85rem}.contrast-item.shapley{background:#34d3991a;border-left:3px solid #34D399}.contrast-item.rl{background:#f871711a;border-left:3px solid #F87171}.contrast-label{color:#9ca3af;font-weight:500}.contrast-item.shapley .contrast-value{color:#34d399}.contrast-item.rl .contrast-value{color:#f87171}.insight-panel{flex:1;display:flex;flex-direction:column;gap:.75rem}.insight-item{padding:.75rem;background:#111827;border-radius:8px;border-left:3px solid #374151;cursor:pointer;transition:all .2s}.insight-item:hover{background:#1a2332}.insight-item.positive{border-left-color:#34d399}.insight-item.negative{border-left-color:#f87171}.insight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.insight-day{font-weight:700;color:#f9fafb;font-size:.85rem}.insight-action{color:#9ca3af;font-size:.8rem}.insight-value{margin-left:auto;font-weight:700;font-size:.9rem;padding:.15rem .4rem;border-radius:4px}.insight-value.positive{color:#34d399;background:#34d39926}.insight-value.negative{color:#f87171;background:#f8717126}.insight-explanation{font-size:.8rem;color:#9ca3af;margin:0;line-height:1.5}.insight-takeaway{margin-top:auto;padding:.75rem;background:linear-gradient(135deg,#60a5fa1a,#34d3991a);border-radius:8px;border:1px solid #374151}.takeaway-label{display:block;font-size:.7rem;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.insight-takeaway p{font-size:.8rem;color:#d1d5db;margin:0;line-height:1.5}.insight-takeaway strong{color:#f9fafb}.app-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #374151;font-size:.85rem;color:#6b7280;line-height:1.6}.app-footer p{margin:0 0 .5rem}.app-footer strong{color:#9ca3af}@media(max-width:900px){.bottom-row{grid-template-columns:1fr}}@media(max-width:600px){.app{padding:1rem}.app-header h1{font-size:1.4rem}.summary-stats{flex-direction:column;gap:.75rem}.stat{flex-direction:row;justify-content:space-between;padding:.5rem 1rem}}
