:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.5;color:#000;background-color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:gray;color:#fff;padding:2rem 0;text-align:center;box-shadow:0 4px 6px #0000001a}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.main-content{flex:1;padding:2rem;max-width:none;margin:0;width:100%}.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;position:sticky;top:0;z-index:5;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding-top:.5rem;padding-bottom:.5rem}.kpi-chip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;box-shadow:0 2px 4px #0000000a}.kpi-title{font-size:.85rem;color:#64748b;margin-bottom:.35rem}.kpi-value{font-size:1.5rem;font-weight:700;color:#0f172a}.graph-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3.5rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.graph-section:not(.fullwidth) .explanation,.graph-section:not(.fullwidth) .graph-container{max-width:1400px}img{max-width:100%;height:auto}.graph-container{display:flex;flex-direction:column}.graph-placeholder{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:1.5rem;text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center}.graph-placeholder h3{color:#475569;margin-bottom:1rem;font-size:1.25rem}.chart-area{flex:1;display:flex;flex-direction:column;justify-content:center}.chart-bars{display:flex;align-items:end;justify-content:space-around;height:150px;margin-bottom:1rem}.bar{width:30px;background:linear-gradient(to top,#3b82f6,#60a5fa);border-radius:4px 4px 0 0;transition:all .3s ease}.bar:hover{opacity:.8;transform:scale(1.05)}.chart-labels{display:flex;justify-content:space-around;font-size:.875rem;color:#64748b}.pie-chart{width:120px;height:120px;border-radius:50%;margin:1rem auto;position:relative;background:conic-gradient(#3b82f6 0deg 162deg,#ef4444 162deg 270deg,#10b981 270deg 342deg,#f59e0b 342deg 360deg)}.pie-legend{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.legend-color{width:12px;height:12px;border-radius:2px}.color-1{background-color:#3b82f6}.color-2{background-color:#ef4444}.color-3{background-color:#10b981}.color-4{background-color:#f59e0b}.line-chart{display:flex;flex-direction:column;align-items:center}.chart-svg{width:100%;max-width:300px;height:150px;background:#f8fafc;border-radius:4px;margin-bottom:1rem}.line-legend{display:flex;gap:1rem}.legend-line{width:20px;height:3px;border-radius:2px}.legend-line.blue{background-color:#3b82f6}.legend-line.red{background-color:#ef4444}.explanation{display:flex;flex-direction:column;justify-content:center}.explanation h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.explanation p{color:#475569;margin-bottom:1rem;line-height:1.7}.explanation p:last-child{margin-bottom:0}.footer{background:#1e293b;color:#fff;text-align:center;padding:1rem;margin-top:auto}.simple-table{width:100%;border-collapse:collapse;font-size:.92rem}.simple-table th,.simple-table td{border:1px solid #e2e8f0;padding:8px 10px;text-align:left}.simple-table thead th{background:#f8fafc;color:#334155}@media (max-width: 768px){.kpi-row{grid-template-columns:1fr}.graph-section{grid-template-columns:1fr;gap:1.5rem}.header h1{font-size:2rem}.main-content{padding:1rem}.graph-placeholder{min-height:250px}}@media (max-width: 480px){.header{padding:1.5rem 1rem}.header h1{font-size:1.75rem}.subtitle{font-size:1rem}.graph-section{padding:1.5rem}}
