Controls

12
100
15
25
1.5
12
90
0.9
25
#panel h3 { margin: 0 0 12px; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; opacity: 0.6; } .row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; gap: 10px; } .row label { white-space: nowrap; opacity: 0.85; } .row input[type=range] { flex: 1; accent-color: #fff; cursor: pointer; } .row .val { width: 30px; text-align: right; opacity: 0.7; } #btnNew { margin-top: 12px; width: 100%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: #fff; font-family: monospace; font-size: 12px; padding: 6px; border-radius: 5px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.06em; } #btnNew:hover { background: rgba(255,255,255,0.2); }

Controls

20
100
36
25
1.5
3
30
1
20