/* NIUOMA — office drone / 牛马 comedy */
.niuoma-page {
  --niuoma-orange: #e67e22;
  --niuoma-brown: #a0522d;
  --niuoma-gold: #f1c40f;
}
.niuoma-page .orb1 {
  background: rgba(230, 126, 34, 0.18);
}
.niuoma-page .orb2 {
  background: rgba(160, 82, 45, 0.12);
}
.niuoma-page .hero-dot {
  background: var(--niuoma-orange);
  box-shadow: 0 0 12px var(--niuoma-orange);
}
.niuoma-page .btn-primary {
  background: linear-gradient(135deg, var(--niuoma-orange), var(--niuoma-brown));
  box-shadow: 0 8px 40px rgba(230, 126, 34, 0.45);
  font-weight: 600;
}
.niuoma-page .btn-primary:hover {
  box-shadow: 0 12px 50px rgba(230, 126, 34, 0.55);
  transform: translateY(-2px);
}
.niuoma-page .progress-bar-fill {
  background: linear-gradient(90deg, var(--niuoma-gold), var(--niuoma-orange));
}
.niuoma-page .likert-btn:hover {
  border-color: var(--niuoma-orange);
  background: rgba(230, 126, 34, 0.1);
  box-shadow: 0 0 12px rgba(230, 126, 34, 0.25);
}
.niuoma-page .likert-btn.selected {
  background: rgba(230, 126, 34, 0.25);
  border-color: var(--niuoma-orange);
  color: var(--niuoma-orange);
  box-shadow: 0 0 16px rgba(230, 126, 34, 0.35);
}
.niuoma-page .btn-next.active {
  background: linear-gradient(135deg, var(--niuoma-orange), var(--niuoma-brown));
  box-shadow: 0 6px 24px rgba(230, 126, 34, 0.45);
}
.niuoma-q-card-wrap {
  border: 2px solid rgba(230, 126, 34, 0.35);
  box-shadow: 0 0 40px rgba(241, 196, 15, 0.08);
}
.niuoma-q-block .q-text {
  font-size: 16px;
  line-height: 1.75;
}
.niuoma-page .type-badge {
  background: rgba(230, 126, 34, 0.15);
  color: var(--niuoma-orange);
  border-color: rgba(230, 126, 34, 0.4);
}
.niuoma-result-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.niuoma-result-emoji {
  font-size: clamp(48px, 12vw, 72px);
  line-height: 1;
  filter: drop-shadow(0 0 20px rgba(230, 126, 34, 0.5));
}
.niuoma-result-code {
  font-family: 'Courier New', Consolas, monospace;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 800;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--niuoma-gold), var(--niuoma-orange), var(--niuoma-brown));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 40px rgba(230, 126, 34, 0.3);
}
.niuoma-result-hero .result-type-name {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(22px, 5vw, 32px);
  color: var(--text);
  margin-bottom: 12px;
}
.niuoma-roast {
  font-size: 15px;
  color: var(--niuoma-gold);
  font-style: italic;
  max-width: 520px;
  margin: 16px auto;
  line-height: 1.7;
  padding: 14px 18px;
  border-left: 3px solid var(--niuoma-orange);
  background: rgba(230, 126, 34, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  text-align: left;
}
.niuoma-sub-type {
  font-size: 14px;
  color: var(--text3);
  margin-bottom: 16px;
}
.niuoma-disclaimer {
  font-size: 12px;
  color: var(--text3);
  line-height: 1.7;
  max-width: 560px;
  margin: 20px auto 0;
  padding: 12px 16px;
  background: var(--bg2);
  border: 1px dashed rgba(230, 126, 34, 0.35);
  border-radius: var(--radius-sm);
}
.niuoma-page .type-bar--focus .type-bar-fill {
  background: linear-gradient(90deg, var(--niuoma-gold), var(--niuoma-orange));
}
.niuoma-page .type-bar--focus .type-bar-head {
  color: var(--niuoma-orange);
}
.niuoma-guide {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 56px;
}
.niuoma-guide .guide-title {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.niuoma-guide .guide-intro {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 28px;
  text-align: center;
}
.niuoma-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.niuoma-type-card {
  background: var(--card);
  border: 1px solid rgba(230, 126, 34, 0.25);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.niuoma-type-card:hover {
  border-color: var(--niuoma-gold);
  box-shadow: 0 0 20px rgba(241, 196, 15, 0.15);
}
.niuoma-type-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.niuoma-type-emoji {
  font-size: 28px;
}
.niuoma-type-code {
  display: block;
  font-family: Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--niuoma-orange);
  letter-spacing: 0.06em;
}
.niuoma-type-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-top: 2px;
}
.niuoma-type-more {
  margin-top: 10px;
}
.niuoma-type-more summary {
  cursor: pointer;
  font-size: 12px;
  color: var(--niuoma-gold);
  list-style: none;
}
.niuoma-type-more summary::-webkit-details-marker {
  display: none;
}
.niuoma-type-tagline {
  font-size: 13px;
  color: var(--text2);
  margin-top: 8px;
  line-height: 1.6;
}
.niuoma-result-detail {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: left;
}
.niuoma-detail-desc {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.85;
  margin-bottom: 20px;
}
.niuoma-detail-block h4 {
  font-size: 13px;
  color: var(--niuoma-orange);
  margin-bottom: 8px;
}
.niuoma-detail-block p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.75;
}
.niuoma-share-hint {
  font-size: 13px;
  color: var(--text3);
  text-align: center;
  margin-top: 24px;
}

.hub-grid--nine,
.hub-grid--eleven {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 48px;
}
.test-card--niuoma {
  border-color: rgba(230, 126, 34, 0.45);
  background: linear-gradient(160deg, rgba(230, 126, 34, 0.12) 0%, rgba(160, 82, 45, 0.08) 40%, var(--card) 70%);
}
.test-card--niuoma:hover {
  border-color: var(--niuoma-orange);
  box-shadow: 0 0 28px rgba(230, 126, 34, 0.25);
}
.card-tag.niuoma {
  background: rgba(230, 126, 34, 0.2);
  color: var(--niuoma-orange);
  border-color: rgba(230, 126, 34, 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: 900px) {
  .hub-grid--nine,
  .hub-grid--eleven {
    grid-template-columns: repeat(2, 1fr);
  }
  .niuoma-types-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hub-grid--nine,
  .hub-grid--eleven {
    grid-template-columns: 1fr;
  }
  .likert-labels {
    display: none;
  }
}
