.idle {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  padding: var(--space-5);
  text-align: center;
  background: radial-gradient(circle at 50% 30%, var(--color-surface-raised) 0%, var(--color-bg) 70%);
}

.idle__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.idle__logo {
  width: 140px;
  height: auto;
}

.idle h1 {
  font-size: 3.25rem;
}

.idle__brand-jv {
  color: var(--color-text);
}

.idle__brand-beer {
  color: var(--color-primary);
}

.idle__tagline {
  color: var(--color-text-muted);
  font-size: 1.4rem;
}

.idle__start-btn {
  max-width: 520px;
  font-size: 1.75rem;
  min-height: 110px;
}

.idle__footer {
  position: fixed;
  bottom: var(--space-3);
  font-size: 0.85rem;
  color: var(--color-text-muted);
  opacity: 0.6;
}
