.page-hero { padding: 42px 0 10px; }
.page-hero.narrow { max-width: 820px; }
.category-pills { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0 30px; }
.category-pill {
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border-light);
  color: var(--text-soft);
  font-weight: 600;
}
.category-pill:hover { background: var(--primary-light); color: var(--primary-dark); }
.detail-grid, .query-layout, .report-grid, .info-columns { display: grid; gap: 24px; }
.detail-grid, .query-layout, .report-grid { grid-template-columns: 1.35fr 0.75fr; }
.info-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-info-columns .card-soft,
.report-query-layout .form-card,
.report-query-layout .side-card {
  padding: 30px;
}
.about-info-columns .card-soft h2,
.report-query-layout .side-card h3 {
  margin: 0 0 12px;
  color: #23513f;
}
.about-info-columns .card-soft p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.78;
}
.report-query-layout .feature-list {
  margin: 0;
}
.detail-card, .article-detail-card { padding: 32px; }
.detail-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.article-card-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; color: var(--text-soft); font-size: 14px; }
.article-excerpt {
  margin: 0 0 18px;
  padding: 15px 18px;
  border-left: 4px solid var(--primary);
  border-radius: 16px;
  background: var(--primary-light);
  color: #315d4c;
  font-size: 16px;
  line-height: 1.7;
}
.article-meta { color: #8ea59c; margin-bottom: 20px; font-size: 14px; }
.article-detail-card { max-width: 920px; margin: 0 auto; }
.article-detail-layout {
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.55fr);
  align-items: start;
}
.article-detail-layout .article-detail-card {
  max-width: none;
  margin: 0;
}
.article-related-card {
  position: sticky;
  top: 24px;
  max-width: 420px;
  justify-self: end;
}
.article-related-card h2 {
  margin: 0 0 16px;
  color: #23513f;
  font-size: 22px;
}
.article-related-list {
  display: grid;
  gap: 12px;
}
.article-related-item {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--border-light);
  border-radius: 18px;
  background: #fff;
  transition: 0.2s ease;
}
.article-related-item:hover {
  border-color: rgba(127, 174, 155, 0.65);
  box-shadow: 0 8px 20px rgba(127, 174, 155, 0.14);
  transform: translateY(-1px);
}
.article-related-item span,
.article-related-item em {
  color: #8ea59c;
  font-size: 13px;
  font-style: normal;
}
.article-related-item strong {
  color: #244d3f;
  line-height: 1.45;
}
.article-related-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}
.rich-content {
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.rich-content > *:first-child { margin-top: 0; }
.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin: 30px 0 14px;
  color: #23513f;
  line-height: 1.35;
}
.rich-content h2 { font-size: 28px; }
.rich-content h3 { font-size: 23px; }
.rich-content h4 { font-size: 19px; }
.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote,
.rich-content table,
.rich-content pre { margin: 0 0 18px; }
.rich-content ul,
.rich-content ol { padding-left: 1.45em; }
.rich-content li { margin: 6px 0; }
.rich-content blockquote {
  padding: 16px 18px;
  border-left: 4px solid var(--primary);
  border-radius: 16px;
  background: var(--primary-light);
  color: #315d4c;
}
.rich-content a {
  color: var(--primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rich-content img {
  display: block;
  width: auto;
  max-width: min(100%, 820px);
  height: auto;
  border-radius: 18px;
  margin: 18px auto;
}
.rich-content table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.rich-content th,
.rich-content td {
  padding: 10px 12px;
  border: 1px solid var(--border-light);
}
.rich-content pre,
.rich-content code {
  border-radius: 12px;
  background: #eef7f2;
  color: #255542;
  font-family: Consolas, Monaco, monospace;
}
.rich-content pre { padding: 14px 16px; overflow-x: auto; }
.rich-content code { padding: 2px 5px; }
.rich-content hr {
  height: 1px;
  border: 0;
  margin: 28px 0;
  background: var(--border-light);
}
.articles-page-hero h1 {
  font-size: clamp(32px, 5vw, 44px);
}
.articles-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}
.articles-feature-main {
  padding: 34px;
  background: linear-gradient(145deg, #ffffff, #f4fbf7);
}
.articles-feature-main h3 {
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.18;
}
.articles-feature-main p {
  font-size: 18px;
}
.articles-feature-main:only-child {
  grid-column: 1 / -1;
}
.articles-feature-side {
  display: grid;
  gap: 18px;
}
.articles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.quiz-card { padding: 32px; max-width: 880px; margin: 16px auto 0; }
.quiz-card-flow {
  position: relative;
}
.quiz-breadcrumb {
  margin: 14px 0 10px;
}
.test-header { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 2px dashed var(--primary-light); }
.test-title { font-size: 34px; font-weight: 700; color: #2c5f4a; margin-bottom: 10px; }
.quiz-progress { margin-bottom: 22px; }
.progress-labels { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: var(--text-soft); margin-bottom: 8px; }
.progress-bar-bg { height: 10px; border-radius: 999px; background: var(--primary-light); overflow: hidden; }
.progress-bar-fill { height: 100%; width: 0; background: var(--primary); transition: width 0.2s ease; }
.quiz-status {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #eef7f2;
  color: #3f6e5b;
  font-size: 14px;
}
.quiz-identity { margin-bottom: 16px; }
.quiz-identity label, .quiz-identity input { width: 100%; }
.quiz-identity.stack-form { max-width: 560px; }
.question-panel { display: none; padding: 18px 0; }
.question-panel.is-active { display: block; }
.question-order { color: var(--text-soft); font-size: 14px; margin-bottom: 12px; }
.question-text { margin: 0 0 24px; font-size: 30px; line-height: 1.35; color: #1f3e34; }
.options-group { display: grid; gap: 14px; }
.option-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  padding: 14px 18px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.option-card:hover, .option-card.is-selected { background: #eef7f2; border-color: var(--primary); box-shadow: 0 2px 8px rgba(127,174,155,0.2); }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-prefix {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ecf3f0;
  color: var(--primary-dark);
  font-weight: 700;
}
.option-card.is-selected .option-prefix { background: var(--primary); color: #fff; }
.quiz-submit-prompt {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 22px;
  background: #eef7f2;
  border: 1px solid rgba(127,174,155,0.28);
  color: var(--primary-dark);
  font-weight: 700;
  text-align: center;
}
.quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.mindful-tip {
  margin-top: 26px;
  padding: 18px 22px;
  border-radius: 28px;
  background: var(--accent-light);
  color: #9f6c25;
}
.report-highlight, .report-advice { padding: 30px; }
.result-notice {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 28px;
  padding: 26px 30px;
}
.result-notice h2 {
  margin: 0 0 8px;
  color: #2c5f4a;
}
.result-notice p {
  margin: 0;
  color: var(--text-soft);
}
.report-level { font-size: 34px; font-weight: 700; color: #2c5f4a; }
.report-code { margin: 8px 0 18px; color: #8aa9a0; font-weight: 600; }
.report-summary { font-size: 18px; color: var(--text-soft); }
.dimension-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.dimension-card { text-align: center; }
.dimension-card strong { display: block; font-size: 24px; color: var(--primary-dark); margin-bottom: 6px; }
@media (max-width: 1100px) {
  .articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .detail-grid, .query-layout, .report-grid, .info-columns, .articles-feature-layout { grid-template-columns: 1fr; }
  .article-related-card {
    position: static;
    max-width: none;
    justify-self: stretch;
  }
}
@media (max-width: 680px) {
  .article-breadcrumb {
    display: none;
  }
  .article-detail-layout {
    gap: 16px;
  }
  .article-detail-card h1 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.2;
  }
  .article-excerpt {
    margin-bottom: 16px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.65;
  }
  .article-meta {
    margin-bottom: 16px;
  }
  .rich-content {
    font-size: 16px;
    line-height: 1.78;
  }
  .rich-content h2,
  .rich-content h3,
  .rich-content h4 {
    margin: 24px 0 12px;
  }
  .rich-content h2 { font-size: 23px; }
  .rich-content h3 { font-size: 20px; }
  .rich-content h4 { font-size: 17px; }
  .rich-content img {
    max-width: 100%;
    border-radius: 14px;
    margin: 16px auto;
  }
  .article-related-card h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .article-related-list {
    gap: 10px;
  }
  .article-related-item {
    padding: 13px;
    border-radius: 16px;
  }
  .quiz-breadcrumb {
    margin: 8px 0 6px;
    font-size: 12px;
    gap: 6px;
  }
  .query-layout {
    gap: 16px;
  }
  .query-layout .form-card,
  .query-layout .side-card,
  .about-info-columns .card-soft {
    border-radius: 24px;
  }
  .quiz-card,
  .detail-card,
  .article-detail-card,
  .report-highlight,
  .report-advice,
  .side-card,
  .form-card { padding: 24px; }
  .article-detail-card,
  .article-related-card {
    padding: 20px;
  }
  .quiz-card-flow {
    padding-bottom: 132px;
  }
  .test-title { font-size: 28px; }
  .question-text { font-size: 24px; }
  .quiz-actions {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 12px;
    z-index: 35;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(189, 216, 206, 0.5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
  }
  .quiz-actions .btn-primary,
  .quiz-actions .btn-secondary {
    width: 100%;
    min-height: 48px;
  }
  .quiz-actions [data-submit-btn] {
    grid-column: 1 / -1;
  }
  .quiz-start-body .music-player {
    display: none;
  }
}

.professional-report {
  padding: 38px 0 56px;
}

.report-pro-card {
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(189, 216, 206, 0.72);
  border-radius: 44px 44px 44px 28px;
  background: linear-gradient(180deg, rgba(255, 254, 247, 0.98), rgba(248, 252, 249, 0.98));
  box-shadow: 0 24px 48px rgba(40, 70, 50, 0.14);
}

.report-pro-hero {
  position: relative;
  padding: 38px 42px 34px;
  background: linear-gradient(135deg, #d6f1e7 0%, #b9dfcf 100%);
  color: #183f32;
}

.report-pro-hero::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: -34px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.report-pro-kicker {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #28624d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.report-pro-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 18px 0 10px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.12;
  color: #173b30;
}

.report-pro-hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: #356654;
  font-size: 18px;
}

.report-pro-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(43, 90, 72, 0.18);
}

.report-pro-meta span {
  overflow-wrap: anywhere;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #315d4c;
  font-size: 14px;
  font-weight: 600;
}

.report-pro-created {
  margin: 28px 32px 0;
  padding: 24px 28px;
  border: 1px solid #d9ece4;
  border-radius: 30px;
  background: #f7fbf8;
}

.report-pro-created h2 {
  margin: 6px 0 8px;
  color: #23513f;
}

.report-pro-created p {
  margin: 0;
  color: var(--text-soft);
}

.report-pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
  gap: 22px;
  padding: 32px 32px 10px;
}

.report-pro-summary,
.report-pro-save {
  padding: 30px;
  border-color: rgba(218, 235, 228, 0.95);
  background: rgba(255, 255, 255, 0.88);
}

.report-pro-score-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.report-pro-score-circle {
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, #fefce8, #b7dece);
  color: #1f624b;
  box-shadow: 0 12px 24px rgba(63, 110, 91, 0.16);
}

.report-pro-score-circle strong {
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  line-height: 1;
}

.report-pro-score-circle span {
  margin-top: 6px;
  color: #3b705c;
  font-size: 13px;
  font-weight: 700;
}

.report-pro-level {
  color: #214f3d;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.16;
}

.report-pro-code {
  margin-top: 8px;
  color: #7d9d92;
  font-size: 14px;
  font-weight: 700;
}

.report-pro-summary p {
  margin: 14px 0 0;
  color: #4d7565;
  font-size: 18px;
}

.report-pro-score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.report-pro-score-row span {
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef7f2;
  color: #416b5a;
  font-weight: 600;
}

.report-pro-score-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: #f4fbf7;
  color: #557a6b;
  font-size: 14px;
  line-height: 1.7;
}

.report-pro-save h2 {
  margin: 0 0 14px;
  color: #23513f;
  font-size: 24px;
}

.report-pro-save .feature-list li {
  overflow-wrap: anywhere;
}

.report-pro-save .btn-outline {
  margin-top: 18px;
}

.report-pro-section {
  margin: 20px 32px 0;
  padding: 30px;
  border: 1px solid #dceee6;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
}

.report-pro-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.report-pro-section-head h2 {
  margin: 7px 0 0;
  color: #214f3d;
  font-size: clamp(24px, 3vw, 32px);
}

.report-pro-section-head p {
  max-width: 360px;
  margin: 5px 0 0;
  color: #6c8b7e;
  font-size: 14px;
}

.report-pro-standard-block {
  margin-top: 24px;
}

.report-pro-standard-block:first-of-type {
  margin-top: 0;
}

.report-pro-standard-block h3,
.report-pro-risk-card h3 {
  margin: 0 0 14px;
  color: #23513f;
  font-size: 22px;
}

.report-pro-standard-note {
  margin: -6px 0 16px;
  color: #5f7d70;
}

.report-pro-score-grid,
.report-pro-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.report-pro-score-item,
.report-pro-standard-card,
.report-pro-risk-card {
  padding: 18px;
  border: 1px solid #deefe8;
  border-radius: 24px;
  background: #fbfefb;
}

.report-pro-score-item span {
  display: block;
  margin-bottom: 8px;
  color: #6f8d80;
  font-size: 13px;
  font-weight: 700;
}

.report-pro-score-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #23513f;
  font-size: 22px;
  line-height: 1.25;
}

.report-pro-standard-card.is-active {
  border-color: #79bea3;
  background: linear-gradient(180deg, #f1fbf6, #fffdf5);
  box-shadow: 0 12px 24px rgba(70, 122, 101, 0.12);
}

.report-pro-standard-range {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e7f4ee;
  color: #3d7b62;
  font-size: 13px;
  font-weight: 800;
}

.report-pro-standard-card h4 {
  margin: 0 0 8px;
  color: #2d6e58;
  font-size: 18px;
}

.report-pro-standard-card p,
.report-pro-risk-card p {
  margin: 0;
  color: #557a6b;
}

.report-pro-standard-advice,
.report-pro-risk-card strong {
  display: block;
  margin-top: 12px;
  color: #315d4c;
  font-weight: 700;
}

.report-pro-risk-card {
  margin-top: 24px;
  background: #f4fbf7;
}

.report-pro-risk-card .section-badge {
  margin-bottom: 10px;
}

.report-pro-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.report-pro-dimension-card {
  padding: 20px;
  border: 1px solid #deefe8;
  border-radius: 26px;
  background: #fbfefb;
}

.report-pro-dimension-top,
.report-pro-dimension-score {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.report-pro-dimension-top strong {
  color: #23513f;
  font-size: 18px;
}

.report-pro-dimension-top span,
.report-pro-dimension-score span {
  color: #4b7a67;
  font-size: 14px;
  font-weight: 700;
}

.report-pro-progress {
  height: 10px;
  margin: 14px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e0ede8;
}

.report-pro-progress span {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: inherit;
  background: linear-gradient(90deg, #8bd0b5, #3f9e7c);
}

.report-pro-dimension-card p {
  margin: 12px 0 0;
  color: #5f7d70;
  font-size: 14px;
}

.report-pro-mbti-pair {
  display: flex;
  height: 14px;
  margin: 16px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e0ede8;
}

.report-pro-mbti-pair span {
  min-width: 6px;
}

.report-pro-mbti-left {
  background: linear-gradient(90deg, #8bd0b5, #3f9e7c);
}

.report-pro-mbti-right {
  background: linear-gradient(90deg, #f1d79a, #d8aa48);
}

.report-pro-mbti-sides,
.report-pro-mbti-clarity {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #4b7a67;
  font-size: 14px;
  font-weight: 700;
}

.report-pro-mbti-sides strong,
.report-pro-mbti-clarity strong {
  color: #23513f;
}

.report-pro-mbti-clarity {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #edf7f2;
}

.report-pro-mbti-clarity-text {
  margin-top: 10px;
  color: #6f8d80;
}

.report-pro-question-orders {
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 16px;
  background: #edf7f2;
  color: #3f7c63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.report-pro-mbti-profile-section {
  background: #f4fbf7;
}

.report-pro-mbti-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #d9ece4;
  border-radius: 28px;
  background: #fbfefb;
}

.report-pro-mbti-profile-hero h3,
.report-pro-mbti-profile-grid h3,
.report-pro-mbti-growth h3 {
  margin: 0 0 10px;
  color: #2d6e58;
  font-size: 20px;
}

.report-pro-mbti-profile-hero p,
.report-pro-mbti-profile-grid p {
  margin: 0;
  color: #486c5e;
  line-height: 1.8;
}

.report-pro-mbti-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-pro-mbti-keywords span {
  padding: 8px 13px;
  border-radius: 999px;
  background: #e7f4ee;
  color: #2d6e58;
  font-size: 14px;
  font-weight: 800;
}

.report-pro-mbti-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.report-pro-mbti-profile-grid article,
.report-pro-mbti-growth {
  padding: 22px;
  border: 1px solid #e3eee8;
  border-radius: 28px;
  background: #fffdf5;
}

.report-pro-mbti-profile-grid ul,
.report-pro-mbti-growth ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #486c5e;
}

.report-pro-mbti-profile-grid li,
.report-pro-mbti-growth li {
  margin: 7px 0;
}

.report-pro-mbti-profile-grid p + p {
  margin-top: 10px;
}

.report-pro-mbti-growth {
  margin-top: 18px;
}

.report-pro-question-review-section {
  background: #fffdf5;
}

.report-pro-review-note {
  margin: -8px 0 18px;
  color: #6f8d80;
  font-size: 14px;
}

.report-pro-question-review-list {
  display: grid;
  gap: 18px;
}

.report-pro-question-review-card,
.report-pro-question-review-empty {
  padding: 22px;
  border: 1px solid #e3eee8;
  border-radius: 28px;
  background: #fbfefb;
}

.report-pro-question-review-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.report-pro-question-review-top strong,
.report-pro-question-review-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.report-pro-question-review-top strong {
  background: #dff1e9;
  color: #2f6f58;
}

.report-pro-question-review-top span {
  background: #f4edcf;
  color: #7b6630;
}

.report-pro-question-review-card h3,
.report-pro-question-review-empty h3 {
  margin: 0 0 14px;
  color: #23513f;
  font-size: 20px;
  line-height: 1.45;
}

.report-pro-answer-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0;
}

.report-pro-answer-compare div {
  padding: 16px;
  border: 1px solid #deefe8;
  border-radius: 22px;
  background: #ffffff;
}

.report-pro-answer-compare span {
  display: block;
  margin-bottom: 7px;
  color: #6f8d80;
  font-size: 13px;
  font-weight: 700;
}

.report-pro-answer-compare strong {
  color: #2d6e58;
  font-size: 18px;
  line-height: 1.35;
}

.report-pro-question-review-card p,
.report-pro-question-review-empty p {
  margin: 0;
  color: #486c5e;
  line-height: 1.8;
}

.report-pro-insight-grid,
.report-pro-action-list,
.report-pro-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.report-pro-insight-card,
.report-pro-action-card,
.report-pro-support-grid article {
  padding: 22px;
  border: 1px solid #e3eee8;
  border-radius: 28px;
  background: #fffdf5;
}

.report-pro-insight-card h3,
.report-pro-action-card h3,
.report-pro-support-grid h3 {
  margin: 0 0 10px;
  color: #2d6e58;
  font-size: 20px;
}

.report-pro-insight-card p,
.report-pro-support-grid p {
  margin: 0;
  color: #486c5e;
}

.report-pro-insight-card ul,
.report-pro-action-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #486c5e;
}

.report-pro-insight-card li,
.report-pro-action-card li {
  margin: 7px 0;
}

.report-pro-support-section {
  background: #f4fbf7;
}

.report-pro-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-pro-disclaimer {
  display: grid;
  gap: 8px;
  margin: 20px 32px 0;
  padding: 20px 24px;
  border: 1px solid #d8ebe3;
  border-radius: 28px;
  background: #eef8f3;
  color: #557a6b;
  font-size: 14px;
}

.report-pro-disclaimer strong {
  color: #2c5f4a;
}

.report-pro-footer-action {
  padding: 28px 32px 34px;
  text-align: center;
}

@media (max-width: 960px) {
  .report-pro-layout,
  .report-pro-score-grid,
  .report-pro-standard-grid,
  .report-pro-dimensions,
  .report-pro-mbti-profile-hero,
  .report-pro-mbti-profile-grid,
  .report-pro-answer-compare,
  .report-pro-insight-grid,
  .report-pro-action-list,
  .report-pro-support-grid {
    grid-template-columns: 1fr;
  }

  .report-pro-section-head {
    display: block;
  }

  .report-pro-section-head p {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .professional-report {
    padding: 18px 0 36px;
  }

  .report-pro-card {
    border-radius: 30px 30px 30px 22px;
  }

  .report-pro-hero,
  .report-pro-created,
  .report-pro-summary,
  .report-pro-save,
  .report-pro-section {
    padding: 24px;
  }

  .report-pro-created,
  .report-pro-layout,
  .report-pro-section,
  .report-pro-disclaimer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .report-pro-layout {
    padding: 20px 16px 0;
  }

  .report-pro-score-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-pro-score-circle {
    width: 96px;
    height: 96px;
  }

  .report-pro-score-circle strong {
    font-size: 28px;
  }

  .report-pro-meta span {
    width: 100%;
  }

  .report-pro-mbti-sides,
  .report-pro-mbti-clarity {
    display: grid;
    grid-template-columns: 1fr;
  }

  .report-pro-footer-action {
    padding: 24px 16px 30px;
  }
}

.mbti-report {
  padding: 38px 0 58px;
  color: #243c36;
}

.mbti-report-card {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(30, 41, 59, 0.13);
}

.mbti-report-header {
  padding: 38px 42px 32px;
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 45%, #eef7f2 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
}

.mbti-report-badge {
  display: inline-flex;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9a5a12;
  font-size: 14px;
  font-weight: 800;
}

.mbti-report-header h1 {
  margin: 18px 0 10px;
  color: #1f2937;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.08;
}

.mbti-report-header p {
  max-width: 760px;
  margin: 0;
  color: #5f6f68;
  font-size: 18px;
  line-height: 1.72;
}

.mbti-report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mbti-report-meta span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #52635d;
  font-size: 14px;
  font-weight: 700;
}

.mbti-created-card,
.mbti-save-card,
.mbti-identity-notice,
.mbti-disclaimer {
  margin: 26px 34px 0;
  padding: 22px 26px;
  border-radius: 26px;
}

.mbti-created-card,
.mbti-save-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid #d9ece4;
  background: #f7fbf8;
}

.mbti-created-card strong,
.mbti-save-card strong {
  color: #1f4f40;
  font-size: 20px;
}

.mbti-created-card p,
.mbti-save-card p {
  margin: 6px 0 0;
  color: #607d71;
}

.mbti-query-token {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a5a12;
  font-weight: 800;
}

.mbti-type-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 22px;
  margin: 32px 34px 0;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5 44%, #f8fafc);
  border: 1px solid #fed7aa;
}

.mbti-type-code {
  color: #c2410c;
  font-size: clamp(48px, 8vw, 82px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.mbti-type-name {
  margin-top: 8px;
  color: #7c2d12;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 850;
}

.mbti-type-main p {
  max-width: 650px;
  margin: 12px 0 0;
  color: #7c4b31;
  font-size: 17px;
  line-height: 1.78;
}

.mbti-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mbti-keywords span {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #9a3412;
  font-weight: 800;
}

.mbti-type-stats {
  display: grid;
  gap: 12px;
}

.mbti-type-stats div {
  padding: 16px 18px;
  border: 1px solid rgba(251, 146, 60, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.mbti-type-stats span,
.mbti-type-stats em {
  display: block;
  color: #9a6b4d;
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.mbti-type-stats strong {
  display: block;
  margin: 5px 0;
  color: #7c2d12;
  font-size: 24px;
  line-height: 1.22;
}

.mbti-report-section,
.mbti-two-col,
.mbti-summary-box,
.mbti-footer-action {
  margin: 30px 34px 0;
}

.mbti-report-section {
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  background: #ffffff;
}

.mbti-section-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.mbti-section-title > span {
  flex: 0 0 auto;
  min-width: 42px;
  padding: 9px 11px;
  border-radius: 14px;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 900;
  text-align: center;
}

.mbti-section-title h2 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.mbti-section-title p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.mbti-dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mbti-dim-card {
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-left: 6px solid #3b82f6;
  border-radius: 26px;
  background: #fbfdff;
}

.mbti-theme-purple { border-left-color: #8b5cf6; }
.mbti-theme-rose { border-left-color: #ec4899; }
.mbti-theme-amber { border-left-color: #f59e0b; }

.mbti-dim-top,
.mbti-dim-split,
.mbti-dim-clarity {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.mbti-dim-top {
  align-items: center;
}

.mbti-dim-top div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mbti-dim-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef6ff;
  color: #2563eb;
  font-weight: 900;
}

.mbti-dim-top strong {
  color: #1f2937;
  font-size: 18px;
}

.mbti-dim-top em {
  color: #c2410c;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.mbti-dim-track {
  display: flex;
  height: 13px;
  margin: 16px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.mbti-dim-left { background: linear-gradient(90deg, #60a5fa, #2563eb); }
.mbti-dim-right { background: linear-gradient(90deg, #fdba74, #f97316); }

.mbti-dim-split {
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.mbti-dim-split strong {
  color: #1f2937;
}

.mbti-dim-desc {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
}

.mbti-dim-desc p,
.mbti-dim-clarity p,
.mbti-desc-box p,
.mbti-stress-box li,
.mbti-list-box li,
.mbti-tip-box li,
.mbti-career-grid p,
.mbti-summary-box p {
  line-height: 1.78;
}

.mbti-dim-desc p {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

.mbti-dim-desc p + p {
  margin-top: 8px;
}

.mbti-dim-clarity {
  display: grid;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 18px;
  background: #fff7ed;
  color: #9a3412;
}

.mbti-dim-clarity span {
  color: #9a6b4d;
  font-size: 13px;
  font-weight: 800;
}

.mbti-dim-clarity strong {
  margin-top: 3px;
  color: #7c2d12;
  font-size: 18px;
}

.mbti-dim-clarity p {
  margin: 7px 0 0;
  color: #7c4b31;
  font-size: 14px;
}

.mbti-identity-notice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
}

.mbti-identity-notice strong {
  color: #334155;
  font-size: 18px;
}

.mbti-identity-notice p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.mbti-identity-notice span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.mbti-desc-box,
.mbti-tip-box,
.mbti-stress-box,
.mbti-summary-box {
  padding: 24px;
  border-radius: 26px;
}

.mbti-desc-box {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.mbti-desc-box p {
  margin: 0;
  color: #374151;
}

.mbti-desc-box p + p {
  margin-top: 12px;
}

.mbti-muted {
  color: #64748b !important;
  font-size: 14px;
}

.mbti-two-col,
.mbti-stress-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mbti-list-box {
  padding: 24px;
  border-radius: 28px;
}

.mbti-strength-box {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.mbti-growth-box {
  border: 1px solid #fed7aa;
  background: #fff7ed;
}

.mbti-list-box h2,
.mbti-summary-box h2,
.mbti-stress-box h3,
.mbti-tip-box strong {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 22px;
}

.mbti-list-box ul,
.mbti-stress-box ul,
.mbti-tip-box ol {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}

.mbti-list-box li,
.mbti-stress-box li,
.mbti-tip-box li {
  margin: 8px 0;
}

.mbti-career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mbti-career-grid article {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #f8fafc;
}

.mbti-career-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7f2;
  color: #2d6e58;
  font-size: 13px;
  font-weight: 850;
}

.mbti-career-grid p {
  margin: 0;
  color: #475569;
}

.mbti-tip-box {
  margin-top: 18px;
  border: 1px solid #fef08a;
  background: #fefce8;
}

.mbti-stress-box {
  border: 1px solid #fde68a;
  background: #fffbeb;
}

.mbti-stress-box div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
}

.mbti-summary-box {
  border: 1px solid #e9d5ff;
  background: linear-gradient(135deg, #faf5ff, #f3e8ff);
}

.mbti-summary-box p {
  margin: 0;
  color: #4c1d95;
}

.mbti-summary-box p + p {
  margin-top: 10px;
}

.mbti-save-card {
  border: 1px solid #d9ece4;
  background: #f7fbf8;
}

.mbti-save-main {
  min-width: 0;
}

.mbti-save-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.mbti-save-codes span {
  overflow-wrap: anywhere;
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  color: #416b5a;
  font-size: 14px;
  font-weight: 750;
}

.mbti-save-codes strong {
  font-size: 15px;
}

.mbti-save-tip {
  color: #9a5a12 !important;
  font-size: 14px;
  font-weight: 750;
}

.mbti-save-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.mbti-save-card .btn-primary,
.mbti-save-card .btn-outline {
  white-space: nowrap;
}

.mbti-disclaimer {
  display: grid;
  gap: 8px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #64748b;
  font-size: 14px;
}

.mbti-disclaimer strong {
  color: #334155;
}

.mbti-footer-action {
  padding: 4px 0 34px;
  text-align: center;
}

@media (max-width: 960px) {
  .mbti-type-banner,
  .mbti-dimension-grid,
  .mbti-two-col,
  .mbti-career-grid,
  .mbti-stress-box,
  .mbti-identity-notice {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .mbti-report {
    padding: 18px 0 38px;
  }

  .mbti-report-card {
    border-radius: 28px;
  }

  .mbti-report-header,
  .mbti-type-banner,
  .mbti-report-section,
  .mbti-desc-box,
  .mbti-tip-box,
  .mbti-stress-box,
  .mbti-summary-box,
  .mbti-list-box {
    padding: 22px;
  }

  .mbti-created-card,
  .mbti-save-card,
  .mbti-identity-notice,
  .mbti-disclaimer,
  .mbti-type-banner,
  .mbti-report-section,
  .mbti-two-col,
  .mbti-summary-box,
  .mbti-footer-action {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mbti-created-card,
  .mbti-save-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .mbti-save-actions,
  .mbti-save-actions .btn-primary,
  .mbti-save-actions .btn-outline {
    width: 100%;
  }

  .mbti-report-meta span {
    width: 100%;
  }

  .mbti-dim-split {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.attachment-report {
  padding: 38px 0 60px;
  color: #22324a;
}

.attachment-report-card {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(219, 231, 243, 0.98);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 62px rgba(42, 58, 82, 0.13);
}

.attachment-report-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 28px;
  padding: 38px 42px 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(191, 219, 254, 0.64), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 44%, #f8fafc 100%);
  border-bottom: 1px solid #dbe7f3;
}

.attachment-report-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 14px;
  font-weight: 850;
}

.attachment-report-header h1 {
  margin: 18px 0 12px;
  color: #132238;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}

.attachment-report-header p {
  max-width: 760px;
  margin: 0;
  color: #52657d;
  font-size: 18px;
  line-height: 1.76;
}

.attachment-report-meta {
  display: grid;
  align-content: center;
  gap: 11px;
}

.attachment-report-meta span {
  padding: 12px 14px;
  border: 1px solid rgba(219, 231, 243, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  color: #52657d;
  font-size: 14px;
  line-height: 1.5;
}

.attachment-report-meta strong {
  color: #172033;
}

.attachment-created-card,
.attachment-result-summary,
.attachment-section,
.attachment-profile-card,
.attachment-disclaimer,
.attachment-footer-action {
  margin: 30px 34px 0;
}

.attachment-created-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid #bfdbfe;
  border-radius: 26px;
  background: #eff6ff;
}

.attachment-created-card strong,
.attachment-save-card h2 {
  color: #1e3a8a;
  font-size: 20px;
}

.attachment-created-card p,
.attachment-save-card p {
  margin: 6px 0 0;
  color: #52657d;
  line-height: 1.66;
}

.attachment-query-token {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  font-weight: 850;
}

.attachment-result-summary {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #f8fbff 62%, #ffffff);
}

.attachment-style-badge {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(219, 231, 243, 0.86);
}

.attachment-style-badge span {
  color: #2563eb;
  font-size: 15px;
  font-weight: 850;
}

.attachment-style-badge strong {
  color: #172033;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.attachment-style-badge em {
  color: #52657d;
  font-style: normal;
  font-weight: 750;
}

.attachment-tone-secure .attachment-style-badge span { color: #059669; }
.attachment-tone-anxious .attachment-style-badge span { color: #d97706; }
.attachment-tone-avoidant .attachment-style-badge span { color: #2563eb; }
.attachment-tone-disorganized .attachment-style-badge span { color: #7c3aed; }

.attachment-result-copy p {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.86;
}

.attachment-result-stats,
.attachment-basis-grid,
.attachment-recommendation-grid,
.attachment-dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.attachment-result-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.attachment-result-stats div,
.attachment-basis-grid article {
  padding: 16px 18px;
  border: 1px solid #dbe7f3;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.attachment-result-stats span,
.attachment-basis-grid span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.attachment-result-stats strong,
.attachment-basis-grid strong {
  display: block;
  margin-top: 5px;
  color: #172033;
  font-size: 18px;
  line-height: 1.3;
}

.attachment-section {
  padding: 30px;
  border: 1px solid #e5edf6;
  border-radius: 30px;
  background: #ffffff;
}

.attachment-section-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.attachment-section-title > span {
  flex: 0 0 auto;
  min-width: 44px;
  padding: 9px 11px;
  border-radius: 15px;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 900;
  text-align: center;
}

.attachment-section-title h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.22;
}

.attachment-section-title p {
  max-width: 780px;
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.76;
}

.attachment-dimension-card {
  padding: 22px;
  border: 1px solid #e5edf6;
  border-left: 6px solid #3b82f6;
  border-radius: 26px;
  background: #fbfdff;
}

.attachment-dim-secure { border-left-color: #10b981; }
.attachment-dim-anxious { border-left-color: #f59e0b; }
.attachment-dim-avoidant { border-left-color: #3b82f6; }
.attachment-dim-disorganized { border-left-color: #8b5cf6; }

.attachment-dimension-top,
.attachment-dimension-score {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.attachment-dimension-top {
  align-items: flex-start;
}

.attachment-dimension-top strong {
  display: block;
  color: #172033;
  font-size: 20px;
}

.attachment-dimension-top span,
.attachment-dimension-score span {
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.attachment-dimension-top em {
  color: #2563eb;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.attachment-progress {
  height: 13px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf6;
}

.attachment-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #93c5fd, #2563eb);
}

.attachment-dim-secure .attachment-progress span { background: linear-gradient(90deg, #86efac, #10b981); }
.attachment-dim-anxious .attachment-progress span { background: linear-gradient(90deg, #fcd34d, #f59e0b); }
.attachment-dim-disorganized .attachment-progress span { background: linear-gradient(90deg, #c4b5fd, #8b5cf6); }

.attachment-dimension-card p,
.attachment-interpretation-box p,
.attachment-list-box li,
.attachment-recommendation-card li,
.attachment-dynamics-list article,
.attachment-note,
.attachment-disclaimer span {
  line-height: 1.82;
}

.attachment-dimension-card p {
  margin: 14px 0 0;
  color: #475569;
}

.attachment-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 22px;
}

.attachment-profile-main,
.attachment-save-card {
  padding: 30px;
  border-radius: 30px;
}

.attachment-profile-main {
  border: 1px solid #e0e7ff;
  background: linear-gradient(135deg, #f8fbff, #f5f3ff);
}

.attachment-save-card {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
}

.attachment-radar-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.attachment-radar {
  width: 100%;
  min-height: 240px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e5edf6;
}

.attachment-radar-legend {
  display: grid;
  gap: 11px;
}

.attachment-radar-legend div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
}

.attachment-radar-legend strong {
  flex: 1;
  color: #172033;
}

.attachment-radar-legend em {
  color: #2563eb;
  font-style: normal;
  font-weight: 850;
}

.attachment-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3b82f6;
}

.attachment-dot-secure { background: #10b981; }
.attachment-dot-anxious { background: #f59e0b; }
.attachment-dot-avoidant { background: #3b82f6; }
.attachment-dot-disorganized { background: #8b5cf6; }

.attachment-save-codes {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.attachment-save-codes span {
  overflow-wrap: anywhere;
  padding: 11px 13px;
  border-radius: 16px;
  background: #ffffff;
  color: #475569;
  font-weight: 750;
}

.attachment-save-codes strong {
  color: #172033;
}

.attachment-save-tip {
  color: #1d4ed8 !important;
  font-size: 14px;
  font-weight: 750;
}

.attachment-save-actions,
.attachment-footer-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.attachment-save-actions {
  margin-top: 18px;
}

.attachment-interpretation-box {
  padding: 24px;
  border: 1px solid #e5edf6;
  border-radius: 26px;
  background: #f8fafc;
}

.attachment-interpretation-box p {
  margin: 0;
  color: #374151;
}

.attachment-interpretation-box p + p {
  margin-top: 12px;
}

.attachment-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.attachment-list-box,
.attachment-recommendation-card {
  padding: 22px;
  border-radius: 24px;
}

.attachment-strength-box {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.attachment-challenge-box {
  border: 1px solid #fed7aa;
  background: #fff7ed;
}

.attachment-list-box h3,
.attachment-recommendation-card h3 {
  margin: 0 0 12px;
  color: #172033;
  font-size: 21px;
}

.attachment-list-box ul,
.attachment-recommendation-card ol {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}

.attachment-list-box li,
.attachment-recommendation-card li {
  margin: 8px 0;
}

.attachment-score-table-wrap,
.attachment-style-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid #e5edf6;
  border-radius: 22px;
}

.attachment-score-table,
.attachment-style-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
}

.attachment-score-table th,
.attachment-score-table td,
.attachment-style-table th,
.attachment-style-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5edf6;
  text-align: left;
  vertical-align: top;
}

.attachment-score-table th,
.attachment-style-table th {
  background: #f1f6fe;
  color: #334155;
  font-size: 14px;
}

.attachment-score-table td,
.attachment-style-table td {
  color: #475569;
  line-height: 1.65;
}

.attachment-style-table tr.is-current td {
  background: #eff6ff;
}

.attachment-style-tag {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 850;
  white-space: nowrap;
}

.attachment-style-secure { background: #dcfce7; color: #047857; }
.attachment-style-anxious { background: #fef3c7; color: #b45309; }
.attachment-style-avoidant { background: #dbeafe; color: #1d4ed8; }
.attachment-style-disorganized { background: #ede9fe; color: #6d28d9; }

.attachment-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background: #f8fafc;
  color: #52657d;
}

.attachment-dynamics-list {
  display: grid;
  gap: 12px;
}

.attachment-dynamics-list article {
  padding: 17px 19px;
  border: 1px solid #e5edf6;
  border-radius: 20px;
  background: #fbfdff;
  color: #475569;
}

.attachment-recommendation-card {
  border: 1px solid #dbe7f3;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
}

.attachment-disclaimer {
  display: grid;
  gap: 8px;
  padding: 22px 26px;
  border: 1px solid #e5edf6;
  border-radius: 26px;
  background: #f8fafc;
  color: #64748b;
  font-size: 14px;
}

.attachment-disclaimer strong {
  color: #334155;
}

.attachment-footer-action {
  justify-content: center;
  padding: 4px 0 34px;
}

@media (max-width: 960px) {
  .attachment-report-header,
  .attachment-result-summary,
  .attachment-profile-card,
  .attachment-radar-wrap,
  .attachment-result-stats,
  .attachment-basis-grid,
  .attachment-recommendation-grid,
  .attachment-dimension-grid,
  .attachment-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .attachment-report {
    padding: 18px 0 38px;
  }

  .attachment-report-card {
    border-radius: 28px;
  }

  .attachment-report-header,
  .attachment-result-summary,
  .attachment-section,
  .attachment-profile-main,
  .attachment-save-card,
  .attachment-interpretation-box,
  .attachment-list-box,
  .attachment-recommendation-card {
    padding: 22px;
  }

  .attachment-created-card,
  .attachment-result-summary,
  .attachment-section,
  .attachment-profile-card,
  .attachment-disclaimer,
  .attachment-footer-action {
    margin-left: 16px;
    margin-right: 16px;
  }

  .attachment-created-card,
  .attachment-save-actions,
  .attachment-save-actions .btn-primary,
  .attachment-save-actions .btn-outline,
  .attachment-footer-action .btn-primary,
  .attachment-footer-action .btn-outline {
    width: 100%;
  }

  .attachment-created-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .attachment-report-meta span {
    width: 100%;
  }
}

.mental-health-report {
  padding: 38px 0 60px;
  color: #1f3440;
}

.mental-health-report-card {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(204, 226, 225, 0.98);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 62px rgba(15, 76, 92, 0.12);
}

.mental-health-report-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 28px;
  padding: 38px 42px 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(153, 246, 228, 0.54), transparent 30%),
    linear-gradient(135deg, #f0fdfa 0%, #eefbf6 48%, #f8fafc 100%);
  border-bottom: 1px solid #cce2e1;
}

.mental-health-report-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
}

.mental-health-report-header h1 {
  margin: 18px 0 12px;
  color: #132f3a;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}

.mental-health-report-header p {
  max-width: 760px;
  margin: 0;
  color: #526b70;
  font-size: 18px;
  line-height: 1.76;
}

.mental-health-report-meta {
  display: grid;
  align-content: center;
  gap: 11px;
}

.mental-health-report-meta span {
  padding: 12px 14px;
  border: 1px solid rgba(204, 226, 225, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  color: #526b70;
  font-size: 14px;
  line-height: 1.5;
}

.mental-health-report-meta strong {
  color: #132f3a;
}

.mental-health-created-card,
.mental-health-result-summary,
.mental-health-section,
.mental-health-profile-card,
.mental-health-risk-card,
.mental-health-disclaimer,
.mental-health-footer-action {
  margin: 30px 34px 0;
}

.mental-health-created-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid #99f6e4;
  border-radius: 26px;
  background: #f0fdfa;
}

.mental-health-created-card strong,
.mental-health-save-card h2 {
  color: #115e59;
  font-size: 20px;
}

.mental-health-created-card p,
.mental-health-save-card p {
  margin: 6px 0 0;
  color: #526b70;
  line-height: 1.66;
}

.mental-health-query-token {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f766e;
  font-weight: 850;
}

.mental-health-result-summary {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #99f6e4;
  background: linear-gradient(135deg, #f0fdfa, #f8fbff 64%, #ffffff);
}

.mental-health-score-card {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(204, 226, 225, 0.9);
}

.mental-health-score-card span {
  color: #0f766e;
  font-size: 15px;
  font-weight: 850;
}

.mental-health-score-card strong {
  color: #132f3a;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 0.95;
}

.mental-health-score-card em {
  color: #526b70;
  font-style: normal;
  font-weight: 750;
}

.mental-health-level-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
}

.mental-health-tone-stable .mental-health-level-badge,
.mental-health-tone-stable .mental-health-score-card span { color: #059669; }
.mental-health-tone-mild .mental-health-level-badge,
.mental-health-tone-mild .mental-health-score-card span { color: #0f766e; }
.mental-health-tone-moderate .mental-health-level-badge,
.mental-health-tone-moderate .mental-health-score-card span { color: #d97706; }
.mental-health-tone-high .mental-health-level-badge,
.mental-health-tone-high .mental-health-score-card span { color: #dc2626; }

.mental-health-result-copy h2 {
  margin: 14px 0 10px;
  color: #132f3a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.14;
}

.mental-health-result-copy p {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.86;
}

.mental-health-result-stats,
.mental-health-basis-grid,
.mental-health-dimension-grid,
.mental-health-support-grid,
.mental-health-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mental-health-result-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.mental-health-result-stats div,
.mental-health-basis-grid article {
  padding: 16px 18px;
  border: 1px solid #d6ece9;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.mental-health-result-stats span,
.mental-health-basis-grid span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.mental-health-result-stats strong,
.mental-health-basis-grid strong {
  display: block;
  margin-top: 5px;
  color: #132f3a;
  font-size: 18px;
  line-height: 1.3;
}

.mental-health-section {
  padding: 30px;
  border: 1px solid #e2efed;
  border-radius: 30px;
  background: #ffffff;
}

.mental-health-section-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.mental-health-section-title > span {
  flex: 0 0 auto;
  min-width: 44px;
  padding: 9px 11px;
  border-radius: 15px;
  background: #ccfbf1;
  color: #0f766e;
  font-weight: 900;
  text-align: center;
}

.mental-health-section-title h2 {
  margin: 0;
  color: #132f3a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.22;
}

.mental-health-section-title p {
  max-width: 780px;
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.76;
}

.mental-health-dimension-card {
  padding: 22px;
  border: 1px solid #e2efed;
  border-left: 6px solid #14b8a6;
  border-radius: 26px;
  background: #fbfefd;
}

.mental-health-dim-stable { border-left-color: #10b981; }
.mental-health-dim-mild { border-left-color: #14b8a6; }
.mental-health-dim-moderate { border-left-color: #f59e0b; }
.mental-health-dim-high { border-left-color: #ef4444; }

.mental-health-dimension-top,
.mental-health-dimension-score {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.mental-health-dimension-top {
  align-items: flex-start;
}

.mental-health-dimension-top strong {
  display: block;
  color: #132f3a;
  font-size: 20px;
}

.mental-health-dimension-top span,
.mental-health-dimension-score span {
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.mental-health-dimension-top em {
  color: #0f766e;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.mental-health-progress {
  height: 13px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2efed;
}

.mental-health-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5eead4, #0f766e);
}

.mental-health-dim-stable .mental-health-progress span { background: linear-gradient(90deg, #86efac, #10b981); }
.mental-health-dim-moderate .mental-health-progress span { background: linear-gradient(90deg, #fcd34d, #f59e0b); }
.mental-health-dim-high .mental-health-progress span { background: linear-gradient(90deg, #fca5a5, #ef4444); }

.mental-health-dimension-card p,
.mental-health-interpretation-box p,
.mental-health-interpretation-box li,
.mental-health-support-grid p,
.mental-health-plan-card li,
.mental-health-risk-card p,
.mental-health-risk-card li,
.mental-health-disclaimer span {
  line-height: 1.82;
}

.mental-health-dimension-card p {
  margin: 14px 0 0;
  color: #475569;
}

.mental-health-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 22px;
}

.mental-health-profile-main,
.mental-health-save-card {
  padding: 30px;
  border-radius: 30px;
}

.mental-health-profile-main {
  border: 1px solid #c7f2ea;
  background: linear-gradient(135deg, #f8fbff, #f0fdfa);
}

.mental-health-save-card {
  border: 1px solid #99f6e4;
  background: #f0fdfa;
}

.mental-health-radar-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.mental-health-radar {
  width: 100%;
  min-height: 240px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e2efed;
}

.mental-health-radar-legend {
  display: grid;
  gap: 11px;
}

.mental-health-radar-legend div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
}

.mental-health-radar-legend strong {
  flex: 1;
  color: #132f3a;
}

.mental-health-radar-legend em {
  color: #0f766e;
  font-style: normal;
  font-weight: 850;
}

.mental-health-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #14b8a6;
}

.mental-health-dot-stable { background: #10b981; }
.mental-health-dot-moderate { background: #f59e0b; }
.mental-health-dot-high { background: #ef4444; }

.mental-health-save-codes {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.mental-health-save-codes span {
  overflow-wrap: anywhere;
  padding: 11px 13px;
  border-radius: 16px;
  background: #ffffff;
  color: #475569;
  font-weight: 750;
}

.mental-health-save-codes strong {
  color: #132f3a;
}

.mental-health-save-tip {
  color: #0f766e !important;
  font-size: 14px;
  font-weight: 750;
}

.mental-health-save-actions,
.mental-health-footer-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mental-health-save-actions {
  margin-top: 18px;
}

.mental-health-interpretation-box {
  padding: 24px;
  border: 1px solid #e2efed;
  border-radius: 26px;
  background: #f8fafc;
}

.mental-health-interpretation-box p {
  margin: 0;
  color: #374151;
}

.mental-health-interpretation-box p + p {
  margin-top: 12px;
}

.mental-health-interpretation-box ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #475569;
}

.mental-health-score-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid #e2efed;
  border-radius: 22px;
}

.mental-health-score-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
}

.mental-health-score-table th,
.mental-health-score-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2efed;
  text-align: left;
  vertical-align: top;
}

.mental-health-score-table th {
  background: #f0fdfa;
  color: #334155;
  font-size: 14px;
}

.mental-health-score-table td {
  color: #475569;
  line-height: 1.65;
}

.mental-health-support-grid article,
.mental-health-plan-card {
  padding: 22px;
  border: 1px solid #d6ece9;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #f8fefd);
}

.mental-health-support-grid h3,
.mental-health-plan-card h3,
.mental-health-risk-card h2 {
  margin: 0 0 12px;
  color: #132f3a;
  font-size: 21px;
}

.mental-health-support-grid p {
  margin: 0;
  color: #475569;
}

.mental-health-plan-card ol,
.mental-health-risk-card ul {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}

.mental-health-plan-card li,
.mental-health-risk-card li {
  margin: 8px 0;
}

.mental-health-risk-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid #fed7aa;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
}

.mental-health-risk-card p {
  margin: 0;
  color: #7c4b31;
}

.mental-health-disclaimer {
  display: grid;
  gap: 8px;
  padding: 22px 26px;
  border: 1px solid #e2efed;
  border-radius: 26px;
  background: #f8fafc;
  color: #64748b;
  font-size: 14px;
}

.mental-health-disclaimer strong {
  color: #334155;
}

.mental-health-footer-action {
  justify-content: center;
  padding: 4px 0 34px;
}

@media (max-width: 960px) {
  .mental-health-report-header,
  .mental-health-result-summary,
  .mental-health-profile-card,
  .mental-health-radar-wrap,
  .mental-health-result-stats,
  .mental-health-basis-grid,
  .mental-health-dimension-grid,
  .mental-health-support-grid,
  .mental-health-plan-grid,
  .mental-health-risk-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .mental-health-report {
    padding: 18px 0 38px;
  }

  .mental-health-report-card {
    border-radius: 28px;
  }

  .mental-health-report-header,
  .mental-health-result-summary,
  .mental-health-section,
  .mental-health-profile-main,
  .mental-health-save-card,
  .mental-health-interpretation-box,
  .mental-health-support-grid article,
  .mental-health-plan-card,
  .mental-health-risk-card {
    padding: 22px;
  }

  .mental-health-created-card,
  .mental-health-result-summary,
  .mental-health-section,
  .mental-health-profile-card,
  .mental-health-risk-card,
  .mental-health-disclaimer,
  .mental-health-footer-action {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mental-health-created-card,
  .mental-health-save-actions,
  .mental-health-save-actions .btn-primary,
  .mental-health-save-actions .btn-outline,
  .mental-health-footer-action .btn-primary,
  .mental-health-footer-action .btn-outline {
    width: 100%;
  }

  .mental-health-created-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .mental-health-report-meta span {
    width: 100%;
  }
}
