:root {
  color-scheme: light dark;
  font-family: -apple-system, system-ui, sans-serif;
}

body {
  margin: 0;
  padding: 1rem;
}

.login-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 280px;
  padding: 2rem;
  border: 1px solid #8884;
  border-radius: 12px;
}

.login-card input,
.login-card button {
  padding: 0.6rem;
  font-size: 1rem;
}

.error {
  color: #d33;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.topbar-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.panel {
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid #8883;
}

.actions button {
  margin-right: 0.25rem;
}

#open-event-form {
  display: flex;
  gap: 0.5rem;
}

#open-event-form input {
  padding: 0.5rem;
}
