:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:linear-gradient(135deg,#1e3a5f 0%,#3b1f6e 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:#fffffff7;flex-shrink:0;padding:14px 24px;box-shadow:0 2px 12px #00000026}.header-inner{align-items:center;gap:16px;max-width:1600px;margin:0 auto;display:flex}.logo{border-radius:10px;flex-shrink:0;width:52px;height:52px;box-shadow:0 2px 8px #0000001f}.header h1{color:#0f172a;font-size:1.45rem;font-weight:700;line-height:1.2}.subtitle{color:#64748b;margin-top:3px;font-size:.875rem}.main{flex:1;grid-template-columns:1fr 320px;gap:16px;width:100%;max-width:1600px;min-height:0;margin:0 auto;padding:16px;display:grid}.chart-wrapper{background:#fffffff7;border-radius:16px;height:calc(100vh - 130px);position:relative;overflow:hidden;box-shadow:0 4px 24px #0000002e}.side-panel{background:#fffffff7;border-radius:16px;height:calc(100vh - 130px);padding:20px;overflow-y:auto;box-shadow:0 4px 24px #0000002e}.info-card{animation:.25s fadeSlide}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.info-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.category-badge{color:#fff;text-transform:uppercase;letter-spacing:.4px;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:700}.close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:background .15s,transform .15s;display:flex}.close-btn:hover{background:#e2e8f0;transform:rotate(90deg)}.info-icon{margin-bottom:10px;font-size:2.5rem}.info-title{color:#0f172a;margin-bottom:10px;font-size:1.15rem;font-weight:700;line-height:1.3}.info-description{color:#475569;margin-bottom:18px;font-size:.9rem;line-height:1.65}.info-details h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;font-size:.8rem;font-weight:700}.info-details ul{flex-direction:column;gap:8px;list-style:none;display:flex}.info-details li{color:#334155;align-items:center;gap:10px;font-size:.875rem;display:flex}.detail-bullet{border-radius:50%;flex-shrink:0;width:8px;height:8px}.info-placeholder{flex-direction:column;gap:12px;display:flex}.placeholder-icon{font-size:2.5rem}.info-placeholder h3{color:#0f172a;font-size:1.1rem;font-weight:700}.info-placeholder p{color:#64748b;font-size:.875rem;line-height:1.6}.legend{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.legend h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;font-size:.78rem;font-weight:700}.legend-item{color:#334155;align-items:center;gap:10px;margin-bottom:8px;font-size:.83rem;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;flex-shrink:0;justify-content:center;gap:48px;padding:12px 24px;display:flex}.stat{flex-direction:column;align-items:center;gap:2px;display:flex}.stat-value{color:#fff;font-size:1.35rem;font-weight:800;line-height:1}.stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.4px;font-size:.72rem}@media (width<=1024px){.main{grid-template-columns:1fr}.chart-wrapper{height:60vh}.side-panel{height:auto}}@media (width<=640px){.header h1{font-size:1.1rem}.footer{gap:20px}.stat-value{font-size:1.1rem}}
