/* IQRA Institute Portal — small UI overrides on top of iqra-shared.css */

#login-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--iqra-emerald) 0%, var(--iqra-emerald-2) 100%);
  padding: 20px;
}

#login-card {
  max-width: 400px;
  width: 100%;
  background: rgba(10, 31, 24, 0.35);
  border: 1px solid rgba(212, 169, 74, 0.35);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(6px);
}

#login-card h1 {
  color: var(--iqra-parchment);
  font-size: 2rem;
  margin-bottom: 2px;
}

#login-card .tag {
  color: var(--iqra-gold);
  font-style: italic;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

#login-card .iqra-label {
  color: var(--iqra-cream);
}

#login-error {
  display: none;
}

#app-shell {
  display: none;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.toolbar .grow {
  flex: 1;
  min-width: 180px;
}

.actions-cell {
  white-space: nowrap;
}

.actions-cell button {
  margin-right: 6px;
}

.kv-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--iqra-border);
}

.kv-row:last-child {
  border-bottom: none;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.filter-bar select {
  min-width: 140px;
}
