/**
 * Stijlen specifiek voor het spelersscherm (index.html, telefoon van de speler).
 * Gedeelde basisstijlen staan in style.css.
 */
.wrap { max-width: 480px; margin: 0 auto; padding: 14px; padding-bottom: 40px; }
.header-balk { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.header-balk .munten { color: var(--goud-fel); font-weight: 700; }
.opties { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.optie-knop { text-align: left; font-size: 1.05rem; }
.optie-knop.goed { border-color: var(--groen); background: #dff3e2; }
.optie-knop.fout { border-color: var(--rood); background: #fbe1df; }
.vervaagd { filter: blur(5px); pointer-events: none; user-select: none; }
.doelwit-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; z-index: 100; }
.doelwit-lijst button { display: block; width: 100%; margin-bottom: 8px; }
.verborgen { display: none !important; }
.uitleg li { margin-bottom: 8px; }
