: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:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f0f23,#1a1a2e);color:#e0e0e0;min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:32px 24px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid rgba(168,85,247,.3)}.header-content h1{font-size:36px;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.header-content p{color:#999;font-size:14px}.time-display{font-family:Courier New,monospace;color:#666;font-size:13px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.metric-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-left:4px solid;border-radius:12px;padding:24px;transition:all .3s}.metric-card:hover{transform:translateY(-4px);background:#ffffff0d;box-shadow:0 12px 24px #0006}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.metric-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:1px}.metric-change{font-size:13px;font-weight:700}.metric-value{font-size:36px;font-weight:700}.chart-section{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}.chart-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.chart-card h2{font-size:18px;color:#fff;margin-bottom:20px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.metric-selector{display:flex;gap:8px;background:#0000004d;padding:4px;border-radius:8px}.metric-selector button{background:transparent;border:none;color:#999;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.metric-selector button:hover{color:#fff}.metric-selector button.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.line-chart{height:250px;padding:20px 10px}.chart-svg{width:100%;height:100%}.geo-list{display:flex;flex-direction:column;gap:20px}.geo-item{display:flex;flex-direction:column;gap:8px}.geo-info{display:flex;justify-content:space-between;align-items:center}.geo-name{font-size:14px;font-weight:600;color:#fff}.geo-users{font-size:12px;color:#999}.geo-bar-container{position:relative;height:24px;background:#ffffff0d;border-radius:12px;overflow:hidden;display:flex;align-items:center}.geo-bar{height:100%;background:linear-gradient(90deg,#a855f7,#ec4899);transition:width .5s;border-radius:12px}.geo-percentage{position:absolute;right:12px;font-size:11px;font-weight:700;color:#fff}.table-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.table-section h2{font-size:18px;color:#fff;margin-bottom:20px}.leaderboard{display:flex;flex-direction:column;gap:12px}.leaderboard-item{display:flex;align-items:center;gap:20px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s}.leaderboard-item:hover{background:#ffffff0d;transform:translate(8px)}.rank{font-size:20px;font-weight:700;color:#a855f7;min-width:50px}.agent-info{flex:1}.agent-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.agent-stats{display:flex;gap:8px;font-size:12px;color:#999}.performance-score{font-size:24px;font-weight:700;color:#10b981;background:#10b9811a;padding:8px 20px;border-radius:8px}@media(max-width:1024px){.chart-section{grid-template-columns:1fr}}
