/* Messe-Vitalcheck – AOK-Look (Farben von aok.de, Schrift Figtree als Ersatz für AOK Buenos Aires) */
@font-face { font-family: Figtree; font-weight: 400; font-display: swap; src: url(/fonts/figtree-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: Figtree; font-weight: 600; font-display: swap; src: url(/fonts/figtree-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: Figtree; font-weight: 700; font-display: swap; src: url(/fonts/figtree-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: Figtree; font-weight: 800; font-display: swap; src: url(/fonts/figtree-latin-800-normal.woff2) format("woff2"); }

:root {
  --aok: #005E3F; --aok-dark: #004730; --aok-bright: #07983E; --aok-lime: #91F54A;
  --cream: #F8F5E3; --ink: #293033; --grey: #6D767C; --line: #E3E6E8;
  --warn-bg: #FFF4E0; --warn: #7A4A00; --danger: #B3261E;
  color-scheme: light;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body { font: 16px/1.5 Figtree, Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { margin: 0; color: var(--aok-dark); font-weight: 700; letter-spacing: -.02em; text-wrap: balance; }
p { margin: 0; }
a { color: var(--aok); }
[hidden] { display: none !important; }

.btn { appearance: none; border: 0; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  font: 700 1rem/1.2 Figtree, Arial, sans-serif; padding: 14px 20px; border-radius: 4px; background: var(--aok-lime); color: var(--aok-dark); text-decoration: none; }
.btn:hover { filter: brightness(.96); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.btn.outline { background: #fff; box-shadow: inset 0 0 0 1.5px var(--aok-dark); }
.btn.ghost { background: transparent; color: var(--aok); padding: 10px 12px; }
.btn.danger { background: #fff; color: var(--danger); box-shadow: inset 0 0 0 1.5px var(--danger); }
.btn:focus-visible, input:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid var(--aok-bright); outline-offset: 2px; }

.topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: #fff; }
.topbar img { height: 30px; width: auto; display: block; }
.topbar .ev { font-size: .8rem; color: var(--grey); text-align: right; line-height: 1.25; }
.sup { text-align: center; font-size: .75rem; color: var(--grey); padding: 14px 16px 20px; }
.sup b { color: var(--aok); font-weight: 700; }
.fine { font-size: .78rem; color: var(--grey); line-height: 1.45; }
.lbl { font-size: .78rem; font-weight: 700; color: var(--aok-dark); letter-spacing: .01em; }
.note { background: var(--cream); border-radius: 4px; padding: 12px 14px; font-size: .88rem; }
.warn { background: var(--warn-bg); color: var(--warn); border-radius: 4px; padding: 12px 14px; font-size: .86rem; }

input[type=email], input[type=password], input[type=datetime-local], select {
  width: 100%; font: 1rem Figtree, Arial, sans-serif; padding: 13px 14px; border: 1.5px solid #AFB6BC; border-radius: 4px; color: var(--ink); background: #fff; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: .88rem; background: var(--cream); padding: 12px 14px; border-radius: 4px; cursor: pointer; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--aok); }
