body {
  background-color: #0f172a;
  color: #f8f9fa;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.62)),
    url('/static/images/umbrella_background.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  transform: scale(1.02);
  z-index: -1;
}

.card,
.list-group-item,
.modal-content {
  border-radius: 0.75rem;
  background-color: rgba(15, 23, 42, 0.9);
  color: #f8f9fa;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.list-group-item {
  margin-bottom: 0.5rem;
}

.table {
  --bs-table-bg: rgba(15, 23, 42, 0.72);
  --bs-table-color: #f8f9fa;
  --bs-table-border-color: rgba(148, 163, 184, 0.3);
  --bs-table-striped-bg: rgba(30, 41, 59, 0.8);
  --bs-table-striped-color: #f8f9fa;
}

.form-control,
.form-select {
  background-color: rgba(15, 23, 42, 0.8);
  color: #f8f9fa;
  border-color: rgba(148, 163, 184, 0.35);
}

.form-control:focus,
.form-select:focus {
  background-color: rgba(15, 23, 42, 0.95);
  color: #f8f9fa;
}

.text-muted {
  color: #adb5bd !important;
}

.band-timezone-notice {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background-color: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.28);
  color: #cbd5e1;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.18);
}

.band-timezone-notice strong {
  color: #f8f9fa;
}

h1,
h2,
h3 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.navbar-brand-logo {
  height: 32px;
  width: auto;
}

.welcome-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5rem 0 2rem;
}

.welcome-logo {
  width: 60vw;
  max-width: 100%;
  height: auto;
}

.welcome-tagline {
  margin-top: 1rem;
}

.welcome-actions {
  margin-top: auto;
  justify-content: center;
}

.form-control::placeholder {
  color: #ced4da;
}

.profile-readonly[disabled] {
  background-color: rgba(30, 41, 59, 0.92);
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.28);
  opacity: 1;
  cursor: not-allowed;
}

.light-link,
.light-link:visited,
.light-link:hover,
.light-link:active {
  color: #f8f9fa;
}

.response-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-response-summary {
  gap: 0.4rem;
}

.response-summary-item {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background-color: rgba(30, 41, 59, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #f8f9fa;
  font-size: 0.95rem;
}

.admin-response-summary .response-summary-item {
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
}

.admin-gigs-table > :not(caption) > * > * {
  padding: 0.45rem 0.35rem;
}

.admin-gig-actions {
  white-space: nowrap;
}

.admin-gig-actions .btn {
  margin-right: 0.35rem;
}

.admin-gig-actions .btn:last-child {
  margin-right: 0;
}

.response-summary-item-available {
  background-color: rgba(74, 124, 89, 0.7);
  border-color: rgba(134, 190, 151, 0.55);
}

.response-summary-item-not-available {
  background-color: rgba(136, 78, 82, 0.7);
  border-color: rgba(217, 136, 142, 0.55);
}

.response-select-available {
  background-color: rgba(74, 124, 89, 0.7);
  border-color: rgba(134, 190, 151, 0.55);
}

.response-select-not-available {
  background-color: rgba(136, 78, 82, 0.7);
  border-color: rgba(217, 136, 142, 0.55);
}

.dashboard-gig-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dashboard-gig-card-available {
  background-color: rgba(74, 124, 89, 0.55);
  border-color: rgba(134, 190, 151, 0.65);
}

.dashboard-gig-card-not-available {
  background-color: rgba(136, 78, 82, 0.55);
  border-color: rgba(217, 136, 142, 0.65);
}

.dashboard-gig-card-unanswered {
  border-color: rgba(245, 208, 92, 0.9);
  box-shadow: 0 0 0 2px rgba(245, 208, 92, 0.35), 0 0 22px rgba(245, 208, 92, 0.18);
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited  {
    background-color: #8064A2 !important;
    border-color: #8064A2 !important;
}
