:root{--rot:#C8102E;--rot-d:#9d0c23;--rot-hell:#fdeaed;--bg:#f3f5f8;--karte:#fff;--linie:#e2e8f0;--text:#243140;--grau:#7a8694;--gruen:#1e7e34}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:16px}a{color:var(--rot);text-decoration:none}.app{display:flex;flex-direction:column;min-height:100%}.kopf{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#d6182f,var(--rot));color:#fff;padding:calc(env(safe-area-inset-top) + 12px) 16px 12px;display:flex;align-items:center;gap:10px}.kopf .logo{width:30px;height:30px;background:#fff;color:var(--rot);border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.kopf h1{font-size:16px;font-weight:700;margin:0;flex:1}.kopf button{background:#ffffff2e;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:7px;padding:7px 10px;font-size:13px}.inhalt{flex:1;padding:14px 14px 80px}.karte{background:var(--karte);border:1px solid var(--linie);border-radius:12px;padding:14px;margin-bottom:10px;box-shadow:0 1px 3px #0000000a}.zeile{display:flex;align-items:center;gap:10px}.suchfeld,input,select,textarea{width:100%;padding:12px;border:1px solid #c8d2de;border-radius:10px;font-size:16px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus,.suchfeld:focus{outline:none;border-color:var(--rot)}label{display:block;font-size:13px;color:var(--grau);margin:10px 0 4px;font-weight:600}.btn{display:block;width:100%;padding:14px;border:none;border-radius:10px;font-size:16px;font-weight:700;background:var(--rot);color:#fff;text-align:center}.btn:active{background:var(--rot-d)}.btn.sek{background:#fff;color:var(--rot);border:1px solid var(--rot)}.btn.grau{background:#eef2f7;color:#46566b;border:1px solid var(--linie)}.btn:disabled{opacity:.5}.listitem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;background:#fff;border:1px solid var(--linie);border-radius:12px;margin-bottom:8px}.listitem .nr{font-family:ui-monospace,Consolas,monospace;color:var(--rot);font-weight:700;font-size:14px}.listitem .bez{font-weight:600}.listitem .meta{font-size:12px;color:var(--grau)}.badge{font-size:12px;font-weight:700;padding:3px 9px;border-radius:11px;white-space:nowrap}.b-ok{background:#e3f4e8;color:var(--gruen)}.b-over{background:#fbe6e3;color:var(--rot)}.b-none{background:#eceff3;color:var(--grau)}.b-typ{background:var(--rot-hell);color:var(--rot)}.nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fff;border-top:1px solid var(--linie);padding-bottom:env(safe-area-inset-bottom)}.nav a{flex:1;text-align:center;padding:11px 0 12px;color:var(--grau);font-size:12px;font-weight:600}.nav a .ic{display:block;font-size:20px;line-height:1.2}.nav a.aktiv{color:var(--rot)}.titelzeile{font-size:18px;font-weight:800;color:var(--rot);margin:2px 0 12px}.gridfeld{display:grid;grid-template-columns:120px 1fr;gap:6px 10px;font-size:14px}.gridfeld .l{color:var(--grau)}.gridfeld .v{font-weight:600}.hinweis{color:var(--grau);font-size:13px}.aktionen{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e2d80;display:flex;align-items:flex-end;z-index:50}.modal .blatt{background:#fff;width:100%;border-radius:16px 16px 0 0;padding:16px;max-height:92vh;overflow:auto}.center{min-height:100%;display:flex;align-items:center;justify-content:center;padding:18px}.loginkarte{width:100%;max-width:380px}.loginbanner{width:100%;border-radius:12px 12px 0 0;display:block}.fehler{background:#fbe6e3;color:var(--rot);border-radius:8px;padding:9px 12px;font-size:14px;margin:8px 0}video.scan{width:100%;border-radius:12px;background:#000;margin-top:8px}
