:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #6366f1;--accent-light: #818cf8;--success: #22c55e;--warning: #eab308;--danger: #ef4444;--surface: rgba(255, 255, 255, .03);--border: rgba(255, 255, 255, .08);--text-muted: rgba(255, 255, 255, .5)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.app{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.header{margin-bottom:2rem}.header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.header p{margin:0;color:var(--text-muted);font-size:.9rem}.tabs{display:flex;gap:.25rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:0}.tab{background:none;border:none;color:var(--text-muted);font-size:.875rem;font-weight:500;padding:.6rem 1rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;font-family:inherit}.tab:hover{color:#fffc}.tab.active{color:var(--accent-light);border-bottom-color:var(--accent)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.stat-change{font-size:.8rem;margin-top:.25rem}.stat-change.positive{color:var(--success)}.stat-change.negative{color:var(--danger)}.chart-container{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.chart-title{font-size:.95rem;font-weight:600;margin-bottom:1.25rem}.bar-chart{display:flex;align-items:flex-end;gap:.5rem;height:200px;padding-bottom:1.75rem;position:relative}.bar-chart:after{content:"";position:absolute;bottom:1.5rem;left:0;right:0;height:1px;background:var(--border)}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;position:relative;z-index:1}.bar{width:100%;max-width:48px;border-radius:4px 4px 0 0;background:var(--accent);transition:background .15s;min-height:2px}.bar:hover{background:var(--accent-light)}.bar-label{font-size:.65rem;color:var(--text-muted);text-align:center;white-space:nowrap}.bar-value{font-size:.7rem;font-weight:600;color:#fffc}.donut-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:640px){.donut-section{grid-template-columns:1fr}}.donut-chart-wrapper{display:flex;justify-content:center;align-items:center}.donut-chart{width:180px;height:180px;border-radius:50%;position:relative}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-center-value{font-size:1.25rem;font-weight:700}.donut-center-label{font-size:.65rem;color:var(--text-muted)}.legend{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:.6rem}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-text{font-size:.85rem}.legend-value{margin-left:auto;font-weight:600;font-size:.85rem;color:var(--text-muted)}.scatter-wrapper{position:relative;height:250px;margin-left:2rem;margin-bottom:1rem}.scatter-axis-y{position:absolute;left:-2rem;top:0;bottom:1.5rem;display:flex;flex-direction:column;justify-content:space-between;font-size:.65rem;color:var(--text-muted)}.scatter-axis-x{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-muted)}.scatter-area{position:absolute;top:0;left:0;right:0;bottom:1.5rem;border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.scatter-dot{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);transition:transform .15s;cursor:pointer}.scatter-dot:hover{transform:translate(-50%,-50%) scale(1.8)}.table-container{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.table-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.75rem}.table-title{font-size:.95rem;font-weight:600}.search-input{background:#ffffff0d;border:1px solid var(--border);border-radius:.5rem;padding:.4rem .75rem;color:#fafafa;font-size:.8rem;outline:none;font-family:inherit;width:220px}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:#ffffff4d}table{width:100%;border-collapse:collapse}th{text-align:left;padding:.7rem 1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}th:hover{color:#fffc}th .sort-arrow{margin-left:.3rem;font-size:.6rem}td{padding:.65rem 1.25rem;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.03)}tr:hover td{background:#ffffff05}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.badge.high{background:#22c55e26;color:var(--success)}.badge.medium{background:#eab30826;color:var(--warning)}.badge.low{background:#ef444426;color:var(--danger)}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--text-muted)}.pagination{display:flex;gap:.25rem}.page-btn{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.3rem .6rem;border-radius:.35rem;cursor:pointer;font-size:.75rem;font-family:inherit}.page-btn:hover{border-color:#fff3;color:#fafafa}.page-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.insight-card h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600}.insight-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.8rem}.insight-row+.insight-row{border-top:1px solid rgba(255,255,255,.04)}.mini-bar-track{width:80px;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.mini-bar-fill{height:100%;border-radius:3px}
