/*
 * 恋愛タイプ診断16タイプ共通の結果ページ。
 * タイプ固有の2色は body のCSS変数で受け取り、キャラクター画像は変更しない。
 */

body.shindan-result-nuance {
  --result-text: #1d1d1f;
  --result-text-secondary: #6e6e73;
  --result-line: rgba(29, 29, 31, 0.12);
  --result-surface: #f5f5f7;
  color: var(--result-text);
}

/* 旧インラインCSSを共通化。16ページで同じファイルをキャッシュ共有する。 */
.shindan-result-nuance #shindan_tool { padding: 60px 0 100px; }
.shindan-result-nuance .shindan_wrap { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.shindan-result-nuance .shindan_result { perspective: 1200px; }
.shindan-result-nuance .shindan_result_card { position: relative; max-width: 620px; margin: 0 auto 24px; padding: 40px 32px 36px; overflow: hidden; border-radius: 24px; color: #fff; background: radial-gradient(120% 140% at 0% 0%, rgba(255,255,255,0.18), transparent 60%), linear-gradient(135deg, var(--type-primary) 0%, var(--type-accent) 100%); box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
.shindan-result-nuance .shindan_result_card::before { content: ''; position: absolute; inset: -50% -50% auto auto; width: 60%; height: 60%; pointer-events: none; background: radial-gradient(circle, rgba(255,255,255,0.22), transparent 60%); filter: blur(8px); }
.shindan-result-nuance .shindan_type_meta { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; color: rgba(255,255,255,0.85); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; }
.shindan-result-nuance .shindan_type_meta .type_code { display: inline-block; padding: 6px 12px; border-radius: 6px; background: rgba(0,0,0,0.22); font-family: 'Montserrat', sans-serif; letter-spacing: 0.25em; }
.shindan-result-nuance .shindan_type_meta .type_num { font-family: 'Montserrat', sans-serif; opacity: 0.85; }
.shindan-result-nuance .shindan_group_badge { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px; padding: 4px 10px; border-radius: 100px; color: #fff; background: rgba(255,255,255,0.22); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.shindan-result-nuance .shindan_type_chara { position: relative; z-index: 1; margin-bottom: 14px; text-align: center; }
.shindan-result-nuance .shindan_type_chara img { display: block; width: 132px; height: 132px; margin: 0 auto; border-radius: 50%; object-fit: cover; background: rgba(255,255,255,0.92); box-shadow: 0 10px 28px rgba(0,0,0,0.22); }
.shindan-result-nuance .shindan_type_name { position: relative; z-index: 1; margin-bottom: 6px; text-align: center; font-size: 40px; font-weight: 800; line-height: 1.2; letter-spacing: 0.04em; text-shadow: 0 4px 18px rgba(0,0,0,0.25); }
.shindan-result-nuance .shindan_type_en { position: relative; z-index: 1; margin-bottom: 18px; text-align: center; color: rgba(255,255,255,0.88); font-family: 'Montserrat', sans-serif; font-size: 13px; letter-spacing: 0.2em; }
.shindan-result-nuance .shindan_type_tagline { position: relative; z-index: 1; margin-bottom: 22px; text-align: center; color: rgba(255,255,255,0.95); font-size: 15px; font-weight: 500; line-height: 1.7; }
.shindan-result-nuance .shindan_axes { position: relative; z-index: 1; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,0.14); }
.shindan-result-nuance .shindan_axis_row { display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 12px; font-weight: 700; }
.shindan-result-nuance .shindan_axis_row:last-child { margin-bottom: 0; }
.shindan-result-nuance .shindan_axis_row .lbl_l { text-align: right; color: rgba(255,255,255,0.95); }
.shindan-result-nuance .shindan_axis_row .lbl_r { text-align: left; color: rgba(255,255,255,0.75); }
.shindan-result-nuance .shindan_axis_row.on_right .lbl_l { color: rgba(255,255,255,0.75); }
.shindan-result-nuance .shindan_axis_row.on_right .lbl_r { color: rgba(255,255,255,0.95); }
.shindan-result-nuance .shindan_axis_bar { position: relative; height: 8px; overflow: hidden; border-radius: 4px; background: rgba(0,0,0,0.22); }
.shindan-result-nuance .shindan_axis_fill { position: absolute; top: 0; bottom: 0; border-radius: 4px; background: #fff; }
.shindan-result-nuance .shindan_result_desc { margin: 24px 0 28px; padding: 18px 20px; border-left: 4px solid var(--type-primary); border-radius: 0 10px 10px 0; color: #333; background: #fff5f8; text-align: left; font-size: 15px; line-height: 1.85; }
.shindan-result-nuance .shindan_match_card { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding: 14px 18px; border: 1px solid #ececf2; border-radius: 14px; color: inherit !important; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.04); text-align: left; text-decoration: none !important; }
.shindan-result-nuance .shindan_match_card .match_label { margin-bottom: 2px; color: #888; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.shindan-result-nuance .shindan_match_card .match_name { color: #1a1a1a; font-size: 16px; font-weight: 700; }
.shindan-result-nuance .shindan_match_card .match_code { margin-left: 6px; color: #888; font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 0.2em; }
.shindan-result-nuance .shindan_match_icon { display: flex; flex: 0 0 48px; align-items: center; justify-content: center; width: 48px; height: 48px; overflow: hidden; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--match-primary), var(--match-accent)); box-shadow: 0 4px 12px rgba(0,0,0,0.12); font-size: 24px; }
.shindan-result-nuance .shindan_match_icon img { display: block; width: 48px; height: 48px; object-fit: cover; }
.shindan-result-nuance .shindan_match_card .match_go { margin-left: auto; color: #bbb; font-size: 18px; }
.shindan-result-nuance .shindan_result_sections { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 28px 0 30px; }
.shindan-result-nuance .shindan_detail_block { padding: 20px 22px; border: 1px solid #ececf2; border-radius: 14px; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.04); text-align: left; }
.shindan-result-nuance .shindan_detail_block h2 { margin: 0 0 10px; color: #1a1a1a; font-size: 18px; line-height: 1.45; }
.shindan-result-nuance .shindan_detail_block p { margin: 0; color: #333; font-size: 15px; line-height: 1.85; }
.shindan-result-nuance .shindan_detail_block.profile_example { border-color: #ffe2cb; background: #fffaf5; }
.shindan-result-nuance .shindan_internal_links { margin: 0 0 28px; padding: 20px 22px; border: 1px solid #dcecff; border-radius: 14px; background: #f8fbff; text-align: left; }
.shindan-result-nuance .shindan_internal_links h2 { margin: 0 0 10px; color: #1a1a1a; font-size: 18px; }
.shindan-result-nuance .shindan_internal_links p { margin: 0 0 12px; color: #555; font-size: 14px; line-height: 1.8; }
.shindan-result-nuance .shindan_internal_links ul { margin: 0; padding-left: 1.2em; }
.shindan-result-nuance .shindan_internal_links li { margin: 4px 0; font-size: 14px; line-height: 1.8; }
.shindan-result-nuance .shindan_internal_links a { color: #FC3774; font-weight: 700; }
.shindan-result-nuance .shindan_cta { margin-top: 8px; text-align: center; }
.shindan-result-nuance .shindan_cta_note { margin-bottom: 14px; color: #888; font-size: 13px; }
.shindan-result-nuance .shindan_cta_btn { display: inline-block; margin-bottom: 12px; padding: 16px 40px; border: 0; border-radius: 100px; color: #fff !important; background: linear-gradient(90deg, #ff62b0 0%, #ff6f00 100%); box-shadow: 0 6px 16px rgba(0,0,0,0.18); font-size: 18px; font-weight: 700; cursor: pointer; transition: opacity 0.3s, transform 0.2s; }
.shindan-result-nuance .shindan_cta_btn:hover { opacity: 0.92; transform: translateY(-1px); }
.shindan-result-nuance .shindan_retry_btn { display: inline-block; margin-left: 8px; padding: 12px 26px; border: 1px solid rgba(205,205,210,0.8); border-radius: 100px; color: #3a3a41 !important; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.08); font-size: 15px; font-weight: 600; text-decoration: none !important; cursor: pointer; transition: all 0.2s; }
.shindan-result-nuance .shindan_retry_btn:hover { transform: translateY(-1px); background: #f4fbfb; }
.shindan-result-nuance .shindan_share { margin: 28px 0 8px; text-align: center; }
.shindan-result-nuance .shindan_share_label { margin-bottom: 12px; color: #888; font-size: 13px; }
.shindan-result-nuance .shindan_share_btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.shindan-result-nuance .shindan_share_btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border: 0; border-radius: 100px; color: #fff !important; box-shadow: 0 4px 12px rgba(0,0,0,0.12); font-family: inherit; font-size: 14px; font-weight: 700; text-decoration: none !important; cursor: pointer; transition: opacity 0.2s, transform 0.2s; }
.shindan-result-nuance .shindan_share_btn:hover { opacity: 0.9; transform: translateY(-1px); }
.shindan-result-nuance .shindan_share_btn.x { background: #111; }
.shindan-result-nuance .shindan_share_btn.line { background: #06c755; }
.shindan-result-nuance .shindan_share_btn.copy { background: #3a3a41; }
.shindan-result-nuance .shindan_share_btn.bluesky { background: #0085ff; }
.shindan-result-nuance .shindan_share_btn.misskey { background: #86b300; }
.shindan-result-nuance .shindan_share_btn.threads { background: #222; }
.shindan-result-nuance .shindan_types_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.shindan-result-nuance .shindan_type_chip { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 8px; border: 1px solid #ececf2; border-radius: 12px; color: #1a1a1a; background: #fff; text-align: center; text-decoration: none !important; transition: transform 0.2s, box-shadow 0.2s; }
.shindan-result-nuance .shindan_type_chip:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.shindan-result-nuance .shindan_type_chip .chip_sym { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 6px; overflow: hidden; border-radius: 10px; color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.12); font-size: 20px; }
.shindan-result-nuance .shindan_type_chip .chip_sym img { display: block; width: 40px; height: 40px; object-fit: cover; }
.shindan-result-nuance .shindan_type_chip .chip_num { color: #aaa; font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.1em; }
.shindan-result-nuance .shindan_type_chip .chip_name { font-size: 12px; font-weight: 700; }
.shindan-result-nuance .shindan_toast { position: fixed; z-index: 9999; bottom: 40px; left: 50%; padding: 12px 22px; border-radius: 100px; color: #fff; background: #1a1a1a; box-shadow: 0 8px 24px rgba(0,0,0,0.25); font-size: 14px; font-weight: 600; opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(20px); transition: opacity 0.25s, transform 0.25s; }
.shindan-result-nuance .shindan_toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 720px) {
  .shindan-result-nuance .shindan_types_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .shindan-result-nuance .shindan_result_card { padding: 32px 20px 28px; border-radius: 18px; }
  .shindan-result-nuance .shindan_type_name { font-size: 30px; }
}

.shindan-result-nuance header article {
  border-color: rgba(29, 29, 31, 0.06);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.shindan-result-nuance .fixed_nav {
  display: none;
}

@media (min-width: 781px) {
  .shindan-result-nuance.second_pages main {
    padding-top: 148px;
  }
}

.shindan-result-nuance #shindan_tool {
  padding: 76px 3% 144px;
}

.shindan-result-nuance #shindan_tool > .base_wrapper {
  max-width: 1120px;
}

.shindan-result-nuance #shindan_tool .section_title {
  max-width: 980px;
  margin: 0 auto 68px;
  text-align: center;
}

.shindan-result-nuance #shindan_tool .section_title strong {
  color: var(--result-text);
  font-size: clamp(40px, 4vw, 52px) !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-feature-settings: "palt";
}

.shindan-result-nuance #shindan_tool .section_title strong .shindan_title_type,
.shindan-result-nuance #shindan_tool .section_title strong .shindan_title_subject {
  display: block;
  margin: 0;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.shindan-result-nuance #shindan_tool .section_title strong .shindan_title_type {
  white-space: nowrap;
}

.shindan-result-nuance #shindan_tool .section_title > .shindan_title_subtitle {
  display: block;
  margin-top: 18px;
  color: var(--type-primary) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.shindan-result-nuance .shindan_wrap {
  max-width: 900px;
  padding: 0;
}

.shindan-result-nuance .shindan_result {
  perspective: none;
}

.shindan-result-nuance .shindan_result_card {
  max-width: 840px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 48px 70px 56px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 40px;
  background:
    radial-gradient(100% 110% at 8% 0%, rgba(255, 255, 255, 0.2), transparent 58%),
    linear-gradient(135deg, var(--type-primary) 0%, var(--type-accent) 100%);
  box-shadow: 0 32px 80px -44px rgba(0, 0, 0, 0.62);
}

.shindan-result-nuance .shindan_result_card::before {
  inset: -42% -38% auto auto;
  width: 52%;
  height: 52%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
  filter: none;
}

.shindan-result-nuance .shindan_type_meta {
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 11px;
}

.shindan-result-nuance .shindan_type_meta .type_code {
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}

.shindan-result-nuance .shindan_group_badge {
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  text-shadow: none;
}

.shindan-result-nuance .shindan_type_chara {
  margin-bottom: 24px;
}

.shindan-result-nuance .shindan_type_chara img {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px -28px rgba(0, 0, 0, 0.58);
}

.shindan-result-nuance .shindan_type_name {
  margin-bottom: 10px;
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-shadow: none;
  font-feature-settings: "palt";
}

.shindan-result-nuance .shindan_type_en {
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.shindan-result-nuance .shindan_type_tagline {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.shindan-result-nuance .shindan_axes {
  max-width: 540px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.1);
}

.shindan-result-nuance .shindan_axis_bar {
  height: 7px;
  background: rgba(0, 0, 0, 0.16);
}

.shindan-result-nuance .shindan_result_desc {
  max-width: 720px;
  margin: 68px auto 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--type-primary);
  background: transparent;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.015em;
  font-feature-settings: "palt";
}

.shindan-result-nuance .shindan_match_card {
  max-width: 720px;
  margin: 0 auto 58px;
  padding: 20px 24px;
  border: 0;
  border-radius: 22px;
  background: var(--result-surface);
  box-shadow: none;
}

.shindan-result-nuance .shindan_match_card .match_label {
  color: var(--type-primary);
}

.shindan-result-nuance .shindan_match_card .match_go {
  color: var(--result-text-secondary);
}

.shindan-result-nuance .shindan_result_sections {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 780px;
  margin: 0 auto 72px;
  border-bottom: 1px solid var(--result-line);
}

.shindan-result-nuance .shindan_detail_block,
.shindan-result-nuance .shindan_detail_block.profile_example {
  min-height: 220px;
  box-sizing: border-box;
  padding: 34px 36px 38px;
  border: 0;
  border-top: 1px solid var(--result-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shindan-result-nuance .shindan_detail_block:nth-child(even) {
  border-left: 1px solid var(--result-line);
}

.shindan-result-nuance .shindan_detail_block h2 {
  margin-bottom: 14px;
  color: var(--result-text);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.shindan-result-nuance .shindan_detail_block p {
  color: var(--result-text-secondary);
  font-size: 15px;
  line-height: 1.9;
}

.shindan-result-nuance .shindan_internal_links {
  max-width: 720px;
  box-sizing: border-box;
  margin: 0 auto 68px;
  padding: 34px 38px;
  border: 0;
  border-radius: 26px;
  background: var(--result-surface);
}

.shindan-result-nuance .shindan_internal_links h2 {
  color: var(--result-text);
  font-size: 20px;
}

.shindan-result-nuance .shindan_internal_links p,
.shindan-result-nuance .shindan_internal_links li {
  color: var(--result-text-secondary);
}

.shindan-result-nuance .shindan_internal_links a {
  color: var(--type-primary);
  text-underline-offset: 3px;
}

.shindan-result-nuance .shindan_share {
  max-width: 720px;
  margin: 0 auto;
  padding: 36px 0 34px;
  border-top: 1px solid var(--result-line);
  border-bottom: 1px solid var(--result-line);
}

.shindan-result-nuance .shindan_share_label {
  margin-bottom: 18px;
  color: var(--result-text);
  font-size: 14px;
  font-weight: 600;
}

.shindan-result-nuance .shindan_share_btns {
  gap: 8px;
}

.shindan-result-nuance .shindan_share_btn {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--result-line);
  color: var(--result-text) !important;
  background: #fff;
  box-shadow: none;
}

.shindan-result-nuance .shindan_share_btn.x,
.shindan-result-nuance .shindan_share_btn.copy,
.shindan-result-nuance .shindan_share_btn.threads {
  color: var(--result-text) !important;
  background: #fff;
}

.shindan-result-nuance .shindan_share_btn.line {
  color: #058a3d !important;
  background: #fff;
}

.shindan-result-nuance .shindan_share_btn.bluesky {
  color: #0077e6 !important;
  background: #fff;
}

.shindan-result-nuance .shindan_share_btn.misskey {
  color: #668a17 !important;
  background: #fff;
}

.shindan-result-nuance .shindan_cta {
  max-width: 720px;
  margin: 48px auto 0;
}

.shindan-result-nuance .shindan_cta_note {
  margin-bottom: 20px;
  color: var(--result-text-secondary);
  line-height: 1.8;
}

.shindan-result-nuance .shindan_cta_btn {
  box-shadow: 0 14px 32px -22px rgba(252, 55, 116, 0.72);
}

.shindan-result-nuance .shindan_retry_btn {
  border-color: var(--result-line);
  box-shadow: none;
}

.shindan-result-nuance .shindan_cta + p {
  max-width: 680px;
  margin: 26px auto 0 !important;
  color: var(--result-text-secondary) !important;
  line-height: 1.8;
}

.shindan-result-nuance .shindan_cta + p + h2 {
  margin-top: 96px !important;
  color: var(--result-text) !important;
  font-size: 24px !important;
  letter-spacing: -0.025em;
}

.shindan-result-nuance .shindan_types_grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 840px;
  margin: 30px auto 0;
}

.shindan-result-nuance .shindan_type_chip {
  min-height: 126px;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px solid var(--result-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
}

.shindan-result-nuance .shindan_type_chip .chip_sym {
  margin-bottom: 9px;
  box-shadow: none;
}

.shindan-result-nuance .shindan_type_chip .chip_num {
  color: var(--result-text-secondary);
}

.shindan-result-nuance #faq {
  padding: 116px 3% 124px !important;
  background: var(--result-surface);
}

.shindan-result-nuance #faq article {
  max-width: 840px;
}

.shindan-result-nuance #faq article::before {
  display: none;
}

.shindan-result-nuance #faq .section_title {
  margin-bottom: 62px;
  text-align: center;
}

.shindan-result-nuance #faq .section_title strong {
  color: var(--result-text);
  font-size: 38px !important;
  letter-spacing: -0.035em;
}

.shindan-result-nuance #faq article .faq_wrap {
  margin-top: 0;
  padding-bottom: 0 !important;
}

.shindan-result-nuance #faq article .faq_wrap dl,
.shindan-result-nuance #faq article .faq_wrap dl:not(:last-of-type) {
  margin: 0;
  padding: 30px 0 32px;
  border: 0;
  border-top: 1px solid var(--result-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.shindan-result-nuance #faq article .faq_wrap dl:last-of-type {
  border-bottom: 1px solid var(--result-line);
}

.shindan-result-nuance #faq article .faq_wrap dl dt,
.shindan-result-nuance #faq article .faq_wrap dl dd {
  padding-left: 38px;
}

.shindan-result-nuance #faq article .faq_wrap dl dt {
  min-height: 0;
  margin-bottom: 12px;
  color: var(--result-text);
  font-size: 21px !important;
}

.shindan-result-nuance #faq article .faq_wrap dl dd {
  color: var(--result-text-secondary);
  font-size: 15px !important;
  line-height: 1.9;
}

.shindan-result-nuance #faq article .faq_wrap dl dt::before,
.shindan-result-nuance #faq article .faq_wrap dl dd::before {
  width: 24px;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--type-primary);
  background: transparent;
  font: 700 16px/1.5 'Montserrat', sans-serif !important;
}

.shindan-result-nuance #faq article .faq_wrap dl dd::before {
  color: var(--type-primary);
}

.shindan-result-nuance :where(a, button):focus-visible {
  outline: 3px solid var(--type-primary);
  outline-offset: 3px;
}

@media (hover: hover) {
  .shindan-result-nuance .shindan_match_card,
  .shindan-result-nuance .shindan_type_chip,
  .shindan-result-nuance .shindan_share_btn {
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .shindan-result-nuance .shindan_match_card:hover,
  .shindan-result-nuance .shindan_type_chip:hover {
    transform: translateY(-2px);
  }

  .shindan-result-nuance .shindan_share_btn:hover {
    opacity: 1;
    transform: none;
    background: var(--result-surface);
  }
}

@media (max-width: 780px) {
  .shindan-result-nuance.second_pages main {
    padding-top: 70px;
  }

  .shindan-result-nuance #shindan_tool {
    padding: 52px 3% 92px;
  }

  .shindan-result-nuance #shindan_tool .section_title {
    margin-bottom: 40px;
  }

  .shindan-result-nuance #shindan_tool .section_title strong {
    font-size: clamp(30px, 8.5vw, 42px) !important;
    line-height: 1.28;
  }

  .shindan-result-nuance #shindan_tool .section_title strong .shindan_title_type {
    white-space: normal;
  }

  .shindan-result-nuance .shindan_result_card {
    padding: 32px 24px 34px;
    border-radius: 30px;
  }

  .shindan-result-nuance .shindan_type_chara img {
    width: 154px;
    height: 154px;
  }

  .shindan-result-nuance .shindan_type_name {
    font-size: clamp(31px, 8.7vw, 40px);
  }

  .shindan-result-nuance .shindan_result_desc {
    margin: 50px auto 46px;
    font-size: 18px;
  }

  .shindan-result-nuance .shindan_result_sections {
    grid-template-columns: 1fr;
  }

  .shindan-result-nuance .shindan_detail_block,
  .shindan-result-nuance .shindan_detail_block.profile_example {
    min-height: 0;
    padding: 28px 4px 32px;
  }

  .shindan-result-nuance .shindan_detail_block:nth-child(even) {
    border-left: 0;
  }

  .shindan-result-nuance .shindan_types_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shindan-result-nuance #faq {
    padding: 82px 5% 90px !important;
  }
}

@media (max-width: 540px) {
  .shindan-result-nuance #shindan_tool {
    padding-right: 12px;
    padding-left: 12px;
  }

  .shindan-result-nuance #shindan_tool > .base_wrapper,
  .shindan-result-nuance #faq > .base_wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .shindan-result-nuance #shindan_tool .section_title > .shindan_title_subtitle {
    margin-top: 12px;
    font-size: 11px !important;
    line-height: 1.6;
  }

  .shindan-result-nuance .shindan_type_meta {
    margin-bottom: 24px;
  }

  .shindan-result-nuance .shindan_type_tagline {
    font-size: 15px;
  }

  .shindan-result-nuance .shindan_axes {
    padding: 16px 14px;
  }

  .shindan-result-nuance .shindan_axis_row {
    grid-template-columns: 52px 1fr 52px;
    gap: 8px;
  }

  .shindan-result-nuance .shindan_match_card,
  .shindan-result-nuance .shindan_internal_links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shindan-result-nuance .shindan_share_btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shindan-result-nuance .shindan_share_btn {
    justify-content: center;
    padding: 9px 8px;
    font-size: 12px;
  }

  .shindan-result-nuance .shindan_cta_btn,
  .shindan-result-nuance .shindan_retry_btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }

  .shindan-result-nuance .shindan_cta_btn {
    margin-bottom: 12px;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .shindan-result-nuance .shindan_cta + p + h2 {
    margin-top: 78px !important;
  }

  .shindan-result-nuance .shindan_type_chip {
    min-height: 118px;
  }

  .shindan-result-nuance #faq .section_title strong {
    font-size: 28px !important;
  }

  .shindan-result-nuance #faq article .faq_wrap dl dt,
  .shindan-result-nuance #faq article .faq_wrap dl dd {
    padding-left: 32px;
  }

  .shindan-result-nuance #faq article .faq_wrap dl dt {
    font-size: 18px !important;
    line-height: 1.6;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .shindan-result-nuance header article {
    background: rgba(255, 255, 255, 0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shindan-result-nuance *,
  .shindan-result-nuance *::before,
  .shindan-result-nuance *::after {
    transition-duration: 0.01ms !important;
  }
}
