@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");:root{--hpp-purple-light:#8383d9;--hpp-purple-dark:#4949b4;--hpp-black:#000;--background:#0a0a0a;--foreground:#fff;--card:#1a1a1a;--card-foreground:#fff;--primary:var(--hpp-purple-light);--primary-foreground:#fff;--secondary:var(--hpp-purple-dark);--muted:#1e1e1e;--muted-foreground:#a0a0a0;--border:#2a2a2a;--accent:var(--hpp-purple-light);--radius:0.5rem}*{box-sizing:border-box}body,html{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0;padding:0}body{background:var(--background);color:var(--foreground);line-height:1.5}#react-target{height:100%}.kpi-rows{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.kpi-row{padding:1.5rem}.kpi-row.clickable{cursor:pointer;transition:background-color .2s}.kpi-row.clickable:hover{background-color:var(--muted)}.kpi-row-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.kpi-info{display:flex;flex:1;flex-direction:column;gap:1rem}.kpi-header{gap:1rem}.kpi-header,.kpi-icon-wrapper{align-items:center;display:flex}.kpi-icon-wrapper{background:var(--muted);border-radius:8px;height:48px;justify-content:center;width:48px}.kpi-icon{color:var(--primary);height:24px;width:24px}.kpi-icon.spinning{animation:spin 1s linear infinite}.kpi-title{color:var(--foreground);font-size:1.25rem;font-weight:600;margin:0}.kpi-description{color:var(--muted-foreground);font-size:.875rem;margin:0}.kpi-value-large{color:var(--primary);font-size:2.5rem;font-weight:700;margin:0}.kpi-chart{flex-shrink:0}.chart-placeholder{background:var(--muted);border-radius:var(--radius);color:var(--muted-foreground);padding:2rem;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}