.dept-card {
  background: linear-gradient(180deg, #ecfdf5 0%, #bbf7d0 100%) !important;
  color: #064e3b !important;
  border: 1px solid rgba(5, 150, 105, 0.25) !important;
  box-shadow: 0 1px 4px rgba(6, 95, 70, 0.06);
  position: relative;
}
.dept-card::before {
  content: "";
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.success {
  color: #fff;
  border-color: rgba(52, 211, 153, 0.35);
}
.error {
  color: #fff;
  border-color: rgba(239, 68, 68, 0.35);
  padding: 0.75rem 1.25rem;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
  background: transparent;
}
#customDayList li:last-child,
#customSectionList li:last-child,
#customActivityList li:last-child {
  border-bottom: none;
}
#customDayList li:hover,
#customSectionList li:hover,
#customActivityList li:hover {
  background: #f1faff;
}
#customDayList li:focus,
#customSectionList li:focus,
#customActivityList li:focus {
  outline: none;
  background: #eef9ff;
}

body {
  padding-bottom: 120px !important;
}

#capture-area {
  margin-bottom: 50px;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.slot-card--focused {
  background: linear-gradient(180deg, #f0f8ff 0%, #eef6ff 100%);
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 22px rgba(59, 130, 246, 0.06);
}
.slot-card--focused .slot-card > .text-sm,
.slot-card--focused .text-sm {
  color: #475569;
}

.item-type {
  color: #475569;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  min-width: 5rem;
}

#welcome-info .welcome-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  color: #6b7280;
}
#welcome-info .welcome-note p {
  margin: 0;
  font-size: 0.95rem;
}
#welcome-info .welcome-note h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
}
#welcome-info {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 640px) {
  #welcome-info .welcome-note {
    text-align: center;
  }
  #welcome-info ol.text-left {
    text-align: center;
  }
  #welcome-info ol.text-left li {
    text-align: center;
  }

  #ios-install-hint .flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ios-install-hint button#ios-install-close {
    margin-left: 0;
    align-self: center;
  }
}
