\
/* Minimaler Feinschliff */
:root { color-scheme: light dark; }
button { cursor: pointer; border: 1px solid #ccc; background: #fafafa; border-radius: 6px; }
button:hover { background: #f0f0f0; }
input, select { border: 1px solid #ccc; border-radius: 6px; }
