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

body {
  font-family: Georgia, "Times New Roman", serif;
  background-color: #fdf6f0;
  color: #2c2c2a;
  line-height: 1.7;
}

/* Header */

header {
  background-color: #fff;
  border-bottom: 1px solid #e8e0d8;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
}

header .tag {
  display: inline-block;
  background-color: #fce8f0;
  color: #993556;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 1rem;
}

header h1 {
  font-size: 2rem;
  font-weight: normal;
  color: #2c2c2a;
  margin-bottom: 0.5rem;
}

header p {
  font-size: 1rem;
  color: #5f5e5a;
  max-width: 480px;
  margin: 0 auto;
}

/* Main */

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

/* Anime Cards */

.anime-card {
  background: #fff;
  border: 1px solid #e8e0d8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.anime-number {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  color: #993556;
  font-weight: 600;
  min-width: 28px;
  padding-top: 3px;
}

.anime-info h2 {
  font-size: 1.05rem;
  font-weight: 600;
  font-family: system-ui, sans-serif;
  color: #2c2c2a;
  margin-bottom: 0.3rem;
}

.anime-info p {
  font-size: 0.95rem;
  color: #5f5e5a;
  line-height: 1.6;
}

/* Divider */

.divider {
  border: none;
  border-top: 1px solid #e8e0d8;
  margin: 2rem 0;
}

/* Footer */

footer {
  text-align: center;
  padding: 2rem 1rem;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  color: #888780;
  border-top: 1px solid #e8e0d8;
}
