:root{--bg:#f4f5fa;--card:#ffffff;--border:#e2e4f0;--text:#1c1e2b;--text-muted:#444444;--radius:8px;--lotto-bg:#ffdd04;--lotto-text:#1a1a12;--staats-bg:#ff6602;--staats-text:#241000;--status-green-bg:#e3f7e9;--status-green-text:#157347;--status-orange-bg:#fff2e0;--status-orange-text:#b45f06;--status-red-bg:#fde8e8;--status-red-text:#c0392b;--status-blue-bg:#e5eefc;--status-blue-text:#1a56b3;--crew-col-bg:#f2f4f8;--topbar-h:73px}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:Source Sans\ 3,system-ui,-apple-system,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}button,select{font-family:inherit}a{color:inherit}.row-pulse{animation:rowPulse .7s ease-out;border-radius:inherit}@keyframes rowPulse{0%,to{box-shadow:0 0 0 0 var(--pulse-color,#ff6602)}45%{box-shadow:0 0 0 6px color-mix(in srgb,var(--pulse-color,#ff6602) 55%,transparent)}}@media (prefers-reduced-motion:reduce){.row-pulse{animation:none}}