body { font-family: Arial, sans-serif; background:#f5f5f5; margin:0; padding:20px; max-width:1200px; margin:auto; }
h1, h2 { text-align:center; }
.section { background:white; padding:15px; margin-bottom:20px; border-radius:10px; box-shadow:0 2px 5px rgba(0,0,0,0.1);}
input, select, textarea { width:100%; padding:5px; margin-bottom:8px; }
button { background:#0d5c63; color:white; padding:10px 15px; border:none; cursor:pointer; border-radius:5px; margin:5px; }
button:hover { background:#083b3f; }
#fileContent { background:#eee; padding:10px; border-radius:5px; max-height:150px; overflow:auto; }
.set-row { display:flex; gap:10px; align-items:center; margin-bottom:10px; }
.bolletje { width:25px; height:25px; border-radius:50%; border:1px solid #333; display:inline-block; cursor:pointer; text-align:center; line-height:25px; }
.bolletje.selected { background:#4caf50; color:white; }
.radar-chart { width:200px; height:200px; margin:10px; display:inline-block; }
.radars4 { display:flex; justify-content:space-between; flex-wrap:wrap; }
