.admin-header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px groove var(--98-shadow);
}

.admin-title {
  font-weight: 700;
}

.admin-subtitle {
  color: var(--98-shadow);
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 1.1rem 1.35rem;
  background-color: var(--98-face);
  box-shadow: var(--98-border-raised);
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: var(--98-canvas);
  box-shadow: var(--98-border-sunken);
  font-size: 1.2rem;
  color: var(--98-text);
}

.stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.admin-panel {
  background-color: var(--98-face);
  box-shadow: var(--98-border-raised);
  overflow: hidden;
}

.admin-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(90deg, var(--98-title-start), var(--98-title-end));
  color: var(--98-title-text);
}

.admin-list-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--98-shadow);
}

.admin-list-item:last-child {
  border-bottom: none;
}

.admin-thumb {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  flex-shrink: 0;
}

.admin-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: var(--98-canvas);
  box-shadow: var(--98-border-sunken);
  color: var(--98-shadow);
  flex-shrink: 0;
  font-size: 1.1rem;
}

.admin-list-empty {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--98-shadow);
}

.admin-form-card {
  background-color: var(--98-face);
  box-shadow: var(--98-border-raised);
  padding: 1.5rem;
}

.admin-auth-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-auth-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--98-face);
  box-shadow: var(--98-border-raised);
  padding: 2rem;
}
