body{background:#0b1220;color:#e6edf3;font-family:Arial;margin:0}
header{background:#020617;padding:15px;border-bottom:1px solid #00e0ff}
h1{margin:0;color:#00e0ff}
.container{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px}
.panel{background:#0f172a;border:1px solid #00e0ff;border-radius:6px;padding:15px}
button{background:#00e0ff;border:none;padding:10px 16px;font-weight:bold;cursor:pointer;color:#000;margin-right:10px}
#graph{width:100%;height:450px;border:1px solid #00e0ff;border-radius:6px}
#industries{width:100%;height:220px}
#heatmap{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:10px}
.tech{background:#1e293b;padding:6px;font-size:12px;text-align:center;border-radius:3px}
.active{background:#ff4d4d}
.profile-row{margin-bottom:8px;font-size:14px}
.label{color:#00e0ff;font-weight:bold}