.psy-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin-top: 18px; }
.psy-fact { padding: 14px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius); background: var(--arc-bg-soft); }
.psy-fact strong { display: block; font-size: 14px; }
.psy-fact span { display: block; margin-top: 4px; color: var(--arc-muted); font-size: 12px; }
.psy-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }
.psy-path { display: grid; grid-template-columns: 32px 1fr; column-gap: 8px; align-items: center; min-height: 70px; padding: 10px 11px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius); color: var(--arc-ink); background: var(--arc-bg-soft); text-align: left; cursor: pointer; }
.psy-path:hover, .psy-path:focus-visible { border-color: var(--arc-teal); background: var(--arc-teal-soft); }
.psy-path > span { grid-row: 1 / span 2; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 11px; color: var(--arc-teal); background: var(--arc-surface-2); font-size: 18px; }
.psy-path strong { font-size: 13px; }
.psy-path small { color: var(--arc-muted); font-size: 10px; line-height: 1.25; }
.psy-catalog[hidden], .psy-runner[hidden], .psy-result[hidden] { display: none; }
.psy-card-button { width: 100%; text-align: start; cursor: pointer; }
.psy-card-button .arc-card-arrow { align-self: center; }
.psy-coming { opacity: .62; cursor: default; }
.psy-coming:hover { transform: none; }
.psy-mode-tabs { position: sticky; top: 8px; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 0 0 14px; padding: 5px; border: 1px solid var(--arc-line); border-radius: 15px; background: color-mix(in srgb, var(--arc-surface) 92%, transparent); box-shadow: 0 8px 28px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.psy-mode-tabs button { min-height: 40px; padding: 8px 6px; border: 0; border-radius: 10px; color: var(--arc-muted); background: transparent; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.psy-mode-tabs button span { display: inline-grid; min-width: 20px; height: 20px; margin-left: 3px; place-items: center; border-radius: 99px; background: var(--arc-surface-2); font-size: 10px; }
.psy-mode-tabs button[aria-pressed="true"] { color: var(--arc-ink); background: var(--arc-teal-soft); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--arc-teal) 45%, transparent); }
.psy-panel[hidden] { display: none; }
.psy-panel-note { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; margin-bottom: 12px; padding: 12px 13px; border: 1px solid color-mix(in srgb, var(--arc-teal) 34%, var(--arc-line)); border-radius: var(--arc-radius); background: var(--arc-teal-soft); }
.psy-panel-note > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; color: var(--arc-teal); background: var(--arc-surface); font-size: 20px; }
.psy-panel-note p { margin: 0; color: var(--arc-ink-2); font-size: 12px; line-height: 1.45; }
.psy-panel-note[data-tone="rose"] { border-color: rgba(217,145,180,.34); background: rgba(217,145,180,.1); }
.psy-panel-note[data-tone="rose"] > span { color: #d991b4; }
.psy-panel-note[data-tone="gold"] { border-color: color-mix(in srgb, var(--arc-gold) 42%, var(--arc-line)); background: color-mix(in srgb, var(--arc-gold) 10%, var(--arc-bg-soft)); }
.psy-panel-note[data-tone="gold"] > span { color: var(--arc-gold); }
.psy-kind { display: inline-block; margin: 0 0 6px; color: var(--arc-teal); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.psy-symbol { display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--arc-teal-soft), var(--arc-surface-2)); }
.psy-play-card { border-color: rgba(217,145,180,.26); }
.psy-play-card .psy-kind { color: #d991b4; }
.psy-article-grid .psy-article-card { display: block; min-height: 174px; }
.psy-article-card h3 { margin-top: 3px; }
.psy-article-card .arc-card-arrow { display: block; margin-top: auto; padding-top: 12px; color: var(--arc-teal); font-size: 12px; font-weight: 800; }

.psy-runner { margin-top: 20px; }
.psy-progress-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--arc-muted); font-size: 13px; }
.psy-progress { width: 100%; height: 7px; overflow: hidden; border-radius: 999px; background: var(--arc-surface-2); }
.psy-progress > span { display: block; width: 0; height: 100%; background: var(--arc-teal); transition: width 180ms cubic-bezier(.23,1,.32,1); }
.psy-question { margin-top: 22px; padding: 22px 18px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius); background: var(--arc-surface); box-shadow: var(--arc-shadow); }
.psy-question-label { margin: 0; color: var(--arc-gold); font-size: 12px; font-weight: 700; }
.psy-question h2 { margin: 8px 0 0; max-width: 26ch; font-size: 23px; line-height: 1.25; text-wrap: balance; }
.psy-scale { display: grid; gap: 8px; margin-top: 20px; }
.psy-option { position: relative; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; min-height: 48px; padding: 8px 11px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius-sm); background: var(--arc-bg-soft); cursor: pointer; }
.psy-option:hover { border-color: var(--arc-line-strong); }
.psy-option:has(input:checked) { border-color: var(--arc-teal); background: var(--arc-teal-soft); }
.psy-option input { width: 20px; height: 20px; margin: 0; accent-color: var(--arc-teal); }
.psy-option span { color: var(--arc-ink-2); font-size: 14px; }
.psy-navigation { display: flex; justify-content: space-between; gap: 9px; margin-top: 14px; }

.psy-result { margin-top: 20px; }
.psy-score { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 0; }
.psy-score strong { font-size: 42px; line-height: 1; color: var(--arc-teal); font-variant-numeric: tabular-nums; }
.psy-score span { color: var(--arc-muted); }
.psy-bars { display: grid; gap: 14px; margin-top: 18px; }
.psy-bar-head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; font-size: 13px; }
.psy-bar-head span:last-child { color: var(--arc-muted); font-variant-numeric: tabular-nums; }
.psy-bar-track { height: 8px; border-radius: 999px; background: var(--arc-surface-2); overflow: hidden; }
.psy-bar-track span { display: block; height: 100%; border-radius: inherit; background: var(--arc-teal); }
.psy-interpretation { margin-top: 18px; padding: 15px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius); background: var(--arc-teal-soft); }
.psy-interpretation h3 { margin: 0; font-size: 16px; }
.psy-interpretation p { margin: 6px 0 0; color: var(--arc-ink-2); font-size: 14px; }
.psy-source-list { margin: 10px 0 0; padding-left: 19px; color: var(--arc-ink-2); font-size: 13px; }
.psy-source-list li + li { margin-top: 7px; }
.psy-source-list a { color: var(--arc-teal); }
.psy-privacy { color: var(--arc-muted); font-size: 12px; }
.psy-result-symbol { display: grid; width: 58px; height: 58px; margin-bottom: 15px; place-items: center; border: 1px solid rgba(217,145,180,.32); border-radius: 20px; color: #d991b4; background: rgba(217,145,180,.1); font-size: 30px; }
.psy-play-result .psy-interpretation { border-color: rgba(217,145,180,.28); background: rgba(217,145,180,.09); }
.psy-article[hidden] { display: none; }
.psy-article { max-width: 720px; margin: 20px auto 0; padding: 24px 22px; border: 1px solid var(--arc-line); border-radius: var(--arc-radius); background: var(--arc-surface); box-shadow: var(--arc-shadow); }
.psy-article header { padding: 12px 0 18px; border-bottom: 1px solid var(--arc-line); }
.psy-back-link { padding: 4px 0; border: 0; color: var(--arc-teal); background: transparent; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.psy-article-body { padding: 4px 0 18px; color: var(--arc-ink-2); }
.psy-article-body h2 { margin: 24px 0 7px; color: var(--arc-ink); font-size: 19px; line-height: 1.25; }
.psy-article-body p { margin: 8px 0; font-size: 15px; line-height: 1.68; }
.psy-practice { margin: 20px 0 4px; padding: 16px; border-left: 3px solid var(--arc-gold); border-radius: 0 var(--arc-radius) var(--arc-radius) 0; background: color-mix(in srgb, var(--arc-gold) 8%, var(--arc-bg-soft)); }
.psy-practice strong { color: var(--arc-gold); font-size: 13px; }
.psy-practice p { margin-bottom: 0; }
.psy-article-source { display: grid; gap: 4px; margin: 0 0 18px; padding-top: 14px; border-top: 1px solid var(--arc-line); color: var(--arc-muted); font-size: 11px; }
.psy-article-source a { color: var(--arc-teal); }

@media (max-width: 600px) {
  .psy-paths { grid-template-columns: 1fr; }
  .psy-path { min-height: 60px; }
  .psy-intro { grid-template-columns: 1fr; }
  .psy-question { padding: 19px 15px; }
  .psy-question h2 { font-size: 21px; }
  .psy-navigation { flex-direction: column-reverse; }
  .psy-mode-tabs { top: 5px; }
  .psy-mode-tabs button { font-size: 11px; }
  .psy-mode-tabs button span { display: none; }
  .psy-article { padding: 19px 16px; }
  .psy-article-body p { font-size: 14px; }
}
