/* Animal personality — warm nature / shareable */
.animal-page {
  --animal-green: #5cb88a;
  --animal-orange: #f4a261;
  --animal-leaf: #8bc34a;
}
.animal-page .orb1 {
  background: rgba(92, 184, 138, 0.14);
}
.animal-page .orb2 {
  background: rgba(244, 162, 97, 0.1);
}
.animal-page .hero-dot {
  background: var(--animal-green);
  box-shadow: 0 0 12px var(--animal-green);
}
.animal-page .btn-primary {
  background: linear-gradient(135deg, var(--animal-green), #3d8b6e);
  box-shadow: 0 8px 40px rgba(92, 184, 138, 0.4);
  font-weight: 600;
}
.animal-page .btn-primary:hover {
  box-shadow: 0 12px 50px rgba(92, 184, 138, 0.5);
  transform: translateY(-2px);
}
.animal-page .progress-bar-fill {
  background: linear-gradient(90deg, var(--animal-leaf), var(--animal-orange));
}
.animal-page .likert-btn:hover {
  border-color: var(--animal-green);
  background: rgba(92, 184, 138, 0.1);
}
.animal-page .likert-btn.selected {
  background: rgba(92, 184, 138, 0.22);
  border-color: var(--animal-green);
  color: var(--animal-green);
  box-shadow: 0 0 12px rgba(92, 184, 138, 0.3);
}
.animal-page .btn-next.active {
  background: linear-gradient(135deg, var(--animal-green), #3d8b6e);
  box-shadow: 0 6px 24px rgba(92, 184, 138, 0.4);
}
.animal-q-card-wrap {
  border: 2px solid rgba(92, 184, 138, 0.35);
  box-shadow: 0 8px 32px rgba(244, 162, 97, 0.06);
}
.animal-page .type-badge {
  background: rgba(92, 184, 138, 0.15);
  color: var(--animal-green);
  border-color: rgba(92, 184, 138, 0.4);
}
.animal-result-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.animal-result-emoji {
  font-size: clamp(56px, 14vw, 88px);
  line-height: 1;
  filter: drop-shadow(0 4px 16px rgba(92, 184, 138, 0.35));
}
.animal-result-name {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 700;
  color: var(--text);
}
.animal-result-hero .result-type-name {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(18px, 4vw, 24px);
  color: var(--text2);
  margin-bottom: 16px;
  line-height: 1.6;
}
.animal-traits-label {
  font-size: 12px;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.animal-traits {
  font-size: 16px;
  color: var(--animal-orange);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.animal-sub-type {
  font-size: 14px;
  color: var(--text3);
  margin-bottom: 12px;
}
.animal-disclaimer {
  font-size: 12px;
  color: var(--text3);
  max-width: 480px;
  margin: 16px auto 0;
  line-height: 1.7;
}
.animal-bar.type-bar--focus .type-bar-fill {
  background: linear-gradient(90deg, var(--animal-green), var(--animal-orange));
}
.animal-guide {
  margin-top: 48px;
  padding: 0 0 40px;
}
.animal-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.animal-type-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border2);
  background: var(--card);
  transition: border-color 0.2s, transform 0.2s;
}
.animal-type-card:hover {
  border-color: rgba(92, 184, 138, 0.45);
  transform: translateY(-2px);
}
.animal-type-emoji {
  font-size: 32px;
  line-height: 1;
}
.animal-type-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.animal-type-more summary {
  font-size: 12px;
  color: var(--animal-green);
  cursor: pointer;
}
.animal-type-more p {
  font-size: 13px;
  color: var(--text3);
  margin-top: 8px;
  line-height: 1.6;
}
.animal-result-detail {
  margin-top: 32px;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border2);
  background: var(--card);
}
.animal-detail-desc {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.85;
  margin-bottom: 20px;
}
.animal-detail-block h4 {
  font-size: 13px;
  color: var(--animal-green);
  margin-bottom: 8px;
}
.animal-detail-block p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.75;
}
.animal-share-hint {
  font-size: 13px;
  color: var(--text3);
  text-align: center;
  margin-top: 24px;
}

.hub-grid--ten {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1100px;
}
.test-card--animal {
  border-color: rgba(92, 184, 138, 0.45);
  background: linear-gradient(160deg, rgba(92, 184, 138, 0.14) 0%, rgba(244, 162, 97, 0.08) 45%, var(--card) 72%);
}
.test-card--animal:hover {
  border-color: var(--animal-green);
  box-shadow: 0 0 28px rgba(92, 184, 138, 0.22);
}
.card-tag.animal {
  background: rgba(92, 184, 138, 0.2);
  color: var(--animal-green);
  border-color: rgba(92, 184, 138, 0.4);
}
.likert-labels,
.likert-btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.likert-labels {
  font-size: 10px;
  color: var(--text3);
  text-align: center;
  margin-bottom: 10px;
}
.likert-btn {
  font-family: inherit;
  padding: 12px 4px;
  border-radius: 10px;
  border: 1px solid var(--border2);
  background: var(--bg3);
  color: var(--text2);
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 1100px) {
  .hub-grid--ten {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .hub-grid--ten {
    grid-template-columns: repeat(2, 1fr);
  }
  .animal-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .hub-grid--ten {
    grid-template-columns: 1fr;
  }
  .animal-types-grid {
    grid-template-columns: 1fr;
  }
  .likert-labels {
    display: none;
  }
}
