/* もぐみ おためし診断 — /_style.css の上に重ねる追加スタイル（道具はゴシック・紙は生成り・朱はもぐみにだけ） */

.shindan-wrap { max-width: 560px; }

.kicker {
  font-size: 13px;
  color: var(--ink-weak);
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}

.lead-copy { font-size: 16px; margin-bottom: 20px; }

.trial-note {
  font-size: 13px;
  color: var(--ink-weak);
  line-height: 1.8;
  margin: 20px 0 0;
}

/* ボタン（主: 墨の面・副: 罫だけ） */
.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-card);
  letter-spacing: 0.04em;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { opacity: 0.85; }
.btn.secondary {
  background: transparent;
  color: var(--ink);
  font-weight: 400;
}

/* 設問 */
.progress {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ink-weak);
  margin: 0 0 18px;
}
.progress .bar {
  flex: 1;
  height: 2px;
  background: var(--rule);
  position: relative;
}
.progress .bar i {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--shu);
  opacity: 0.7;
  transition: width 0.25s ease;
}

.ack {
  min-height: 26px;
  font-size: 14px;
  color: var(--ink-weak);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ack img { width: 18px; height: 18px; opacity: 0.9; }

.question {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 20px;
  padding-left: 12px;
  border-left: 3px solid var(--shu);
}

.choices { list-style: none; margin: 0; padding: 0; }
.choices li { margin: 0 0 10px; }
.choice {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  background: var(--paper-card);
  border: 1px solid var(--rule);
  border-radius: 10px;
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.choice:hover { border-color: var(--ink-weak); }
.choice:active { background: var(--paper); }
.choice.selected { border-color: var(--ink); }

.nav-row {
  margin-top: 18px;
  font-size: 13px;
}
.nav-row button {
  background: none;
  border: 0;
  padding: 6px 0;
  color: var(--ink-weak);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

/* 結果 */
.result-card {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0 auto 20px;
  border-radius: 10px;
  box-shadow: 0 1px 0 var(--rule);
}

.type-name {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 6px;
}
.type-def {
  text-align: center;
  color: var(--ink-weak);
  font-size: 15px;
  margin: 0 0 24px;
}

.hitokoto {
  background: var(--paper-card);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 16px 18px;
  margin: 0 0 24px;
}
.hitokoto .who {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-weak);
  margin: 0 0 6px;
}
.hitokoto .who img { width: 20px; height: 20px; }
.hitokoto p { margin: 0; font-size: 16px; line-height: 1.9; }

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 28px;
}
.share-row a, .share-row button {
  flex: 1 1 calc(50% - 8px);
  min-width: 120px;
  text-align: center;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--paper-card);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.share-row a:hover, .share-row button:hover { border-color: var(--ink-weak); }
.share-row .copied { color: var(--shu); }

.cta { margin: 0 0 12px; }

.again {
  text-align: center;
  font-size: 14px;
  margin: 28px 0 0;
}
.again a { color: var(--ink-weak); }

@media (max-width: 600px) {
  .question { font-size: 18px; }
}
