.page {
  padding: 40px 0 80px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.title {
  font-family: 'Orbitron', 'Cairo', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--text-primary);
  margin-bottom: 4px;
}

.subtitle {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
}

.emptyIcon {
  font-size: 4rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 20px rgba(255, 59, 92, 0.3));
}

.emptyTitle {
  font-family: 'Orbitron', 'Cairo', sans-serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.emptySubtitle {
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 400px;
}
