/* File: /public/assets/css/app.css | Version: 2025-12-18_01 */
:root { --brand: #0d6efd; }
body { background: #f8f9fa; }
#inningsList .list-group-item { display:flex; justify-content:space-between; align-items:center; }
.badge-turn { background-color: var(--brand); }
.navbar .form-select-sm { min-width: 72px; }

/* --- Mobile: Double-Tap-Zoom auf Buttons/Controls verhindern --- */
button,
.btn,
[type="button"],
[type="submit"],
a.btn {
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}


.legal-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  z-index: 10;
}

.legal-footer a {
  color: rgba(249, 250, 251, 0.75);
  text-decoration: none;
  font-size: 0.75rem;
}

.legal-footer a:hover {
  color: #f9fafb;
  text-decoration: underline;
}


.top-menu {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.menu-link {
  color: rgba(249,250,251,0.75);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.menu-link:hover {
  color: #f9fafb;
  text-decoration: underline;
}

.top-menu a {
  color: rgba(249,250,251,0.75);
  text-decoration: none;
  font-size: 0.75rem;
}

.top-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
