:root{--rot: #9e1b32;--rot-hell: #f7e9ec;--grau: #58595b;--grau-hell: #f5f5f4;--linie: #e2e0dd;--grund: #fbfaf9;--papier: #ffffff;--text: #1a1a1a;--text-leise: #6b6b6b;--gruen: #1e6b3a;--gruen-hell: #e8f2eb;--gelb: #8a6100;--gelb-hell: #fdf3dc;--rundung: 10px;--schatten: 0 1px 2px rgba(0, 0, 0, .05), 0 4px 12px rgba(0, 0, 0, .04);--spalte: 1100px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--grund);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55}h1,h2,h3{margin:0 0 .5rem;line-height:1.25;font-weight:600}h1{font-size:1.75rem}h2{font-size:1.3rem}h3{font-size:1.05rem}p{margin:0 0 .8rem}a{color:var(--rot)}.huelle{max-width:var(--spalte);margin:0 auto;padding:1.5rem 1.25rem 4rem}.karte{background:var(--papier);border:1px solid var(--linie);border-radius:var(--rundung);box-shadow:var(--schatten);padding:1.25rem 1.4rem;margin-bottom:1rem}.zeile{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.zwischen{justify-content:space-between}.leise{color:var(--text-leise);font-size:.9rem}.mini{font-size:.82rem}button,.knopf{font:inherit;font-weight:600;border:1px solid var(--rot);background:var(--rot);color:#fff;border-radius:8px;padding:.55rem 1.1rem;cursor:pointer;transition:filter .12s ease}button:hover:not(:disabled){filter:brightness(1.1)}button:disabled{opacity:.5;cursor:not-allowed}button.zweitrangig{background:transparent;color:var(--rot)}button.leise-knopf{background:transparent;border-color:var(--linie);color:var(--grau)}input,select,textarea{font:inherit;width:100%;padding:.55rem .7rem;border:1px solid var(--linie);border-radius:8px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid var(--rot);outline-offset:1px}label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.3rem}.feld{margin-bottom:.9rem}.meldung{border-radius:8px;padding:.7rem .9rem;margin-bottom:1rem;font-size:.93rem;border:1px solid}.meldung.fehler{background:var(--rot-hell);border-color:#e6c4cc;color:#7c1527}.meldung.gut{background:var(--gruen-hell);border-color:#bfdcc9;color:var(--gruen)}.meldung.hinweis{background:var(--gelb-hell);border-color:#ecd9a8;color:var(--gelb)}.marke{display:inline-block;border-radius:999px;padding:.12rem .6rem;font-size:.76rem;font-weight:700;letter-spacing:.02em;border:1px solid}.marke.ausschluss{background:var(--rot-hell);border-color:#e6c4cc;color:#7c1527}.marke.schwer{background:#fdeee6;border-color:#f0cdb8;color:#9a4a12}.marke.mittel{background:var(--gelb-hell);border-color:#ecd9a8;color:var(--gelb)}.marke.gering{background:var(--grau-hell);border-color:var(--linie);color:var(--grau)}.marke.gut{background:var(--gruen-hell);border-color:#bfdcc9;color:var(--gruen)}table{width:100%;border-collapse:collapse;font-size:.92rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--linie);vertical-align:top}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-leise)}.rechts{text-align:right}.balken{height:6px;background:var(--grau-hell);border-radius:999px;overflow:hidden}.balken>span{display:block;height:100%;background:var(--rot);border-radius:999px}.balken.voll>span{background:var(--gruen)}.laedt{display:inline-block;width:14px;height:14px;border:2px solid var(--linie);border-top-color:var(--rot);border-radius:50%;animation:dreht .7s linear infinite;vertical-align:-2px}@keyframes dreht{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.laedt{animation:none}}
