*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

a { color: inherit; text-decoration: none; }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--text-muted, #6b6970);
  transition: color 0.25s;
  margin-bottom: 1.5rem;
}

.back-link:hover {
  color: var(--text-primary, #e8e6e3);
}

.back-link svg {
  width: 14px;
  height: 14px;
}
