/* extra-page.css */

#page-extra {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1e1e2f;
  line-height: 1.4;
}

#page-extra .content {
  max-width: 1200px;
  margin: 0 auto;
}

.extra-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}

.extra-cards {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.extra-card {
  flex: 1 1 240px;
  border-radius: 40px;
  padding: 1.8rem 1.5rem;
}

.thai-extra {
  background: #fff5f0;
  border-left: 6px solid #ea6b5e;
}

.japan-extra {
  background: #f6f2ee;
  border-left: 6px solid #b23e3a;
}

.extra-emoji {
  font-size: 2rem;
  margin-bottom: 0.2rem;
}

.extra-card-title {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: #1a1a2e;
}

.extra-temp {
  margin: 0.8rem 0;
  font-size: 0.9rem;
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 60px;
  display: inline-block;
  color: #1e1e2f;
}

.extra-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #1a1a2e;
}

.extra-list li {
  padding: 0.3rem 0;
}

.extra-card-footer {
  background: #2b2b3a;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
  font-size: 0.85rem;
  text-align: center;
}

.extra-secret {
  background: #fffae6;
  border-radius: 50px;
  padding: 1.5rem 2rem;
  margin: 1rem 0;
  border: 2px dashed #f1c40f;
}

.secret-inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.secret-emoji {
  font-size: 3rem;
}

.secret-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #1a1a2e;
}

.secret-line {
  font-size: 0.95rem;
  color: #1e1e2f;
  margin-top: 0.5rem;
}

.secret-question {
  background: white;
  border-radius: 60px;
  padding: 0.5rem 1.2rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.extra-procon {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.procon-item {
  flex: 1;
  min-width: 200px;
  border-radius: 40px;
  padding: 1.2rem 1.5rem;
}

.procon-item ul {
  margin: 0.8rem 0 0 0;
  padding-left: 1.2rem;
  color: #1e1e2f;
}

.procon-item li {
  color: #1e1e2f;
}

.procon-title {
  font-weight: 600;
  color: #1a1a2e;
}

.procon-thai-pro {
  background: #eaf3e9;
}

.procon-thai-con {
  background: #ffe8e6;
}

.procon-japan-pro {
  background: #e2f0ea;
}

.procon-japan-con {
  background: #ffded9;
}

.extra-both {
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: center;
  background: #2b2b3a;
  color: white;
  border-radius: 80px;
  padding: 1rem 2rem;
}

.both-flags {
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
}

.both-badge {
  background: #b23e3a;
  padding: 0.4rem 1.5rem;
  border-radius: 60px;
  font-size: 0.95rem;
  color: white;
}

.both-weather {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #f0f0f0;
}

.extra-easter {
  font-size: 0.8rem;
  color: #5a5a6e;
  text-align: center;
  padding: 1rem;
  border-top: 1px dashed #aaa;
  margin-top: 0.5rem;
}
