/* Shared styles for single-section report views — used by dissection slides */

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 1200px; }
body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fa;
  color: #1a1a2e;
}
.page { width: 100%; max-width: 1200px; margin: 0 auto; padding: 24px 34px 36px; background: transparent; }
.page-with-tint { background: radial-gradient(circle at top left, #7CCC6C 0%, transparent 50%); }
.header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; font-size: 12px; }
.header-left { display: flex; flex-direction: column; gap: 8px; }
.logo { height: 36px; filter: brightness(0) invert(1); }
.header-right { text-align: right; line-height: 1.3; }
.header-right-title { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.header-right-name { font-size: 16px; font-weight: 700; }
.header-right-meta { font-size: 12px; opacity: 0.9; }

.card { background: #ffffff; border-radius: 20px; padding: 20px 22px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.06); }
.card-soft { background: #f8f9fc; border: 1px solid rgba(0,0,0,0.06); }
.card-light { background: radial-gradient(circle at top,#ffffff 0%,#f4f7fb 100%); color: #111111; }

.pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.pill-green { background:#22c55e; color:#111; }
.pill-blue { background:#bae6fd; color:#111; }
.pill-orange { background:#FACC15; color:#111; }
.pill-red { background:#dc2626; color:#fff; }

/* Score Row */
.score-row { display: grid; grid-template-columns: 280px 1fr; gap: 20px; margin-bottom: 22px; }
.score-gauge { width: 180px; height: 180px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }
.score-inner { width: 128px; height: 128px; border-radius: 50%; background: #f0f2f5; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.score-value { font-size: 34px; font-weight: 800; }
.score-max { font-size: 13px; opacity: 0.8; }
.score-delta { text-align: center; font-size: 13px; margin-top: 6px; opacity: 0.9; }
.summary-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.summary-text { font-size: 12px; line-height: 1.6; opacity: 0.95; margin-bottom: 6px; }
.summary-watch { font-size: 13px; color: #EAB308; font-weight: 600; margin-top: 4px; }
.summary-cta { margin-top: 12px; display: inline-block; padding: 8px 18px; border-radius: 999px; background: #FACC15; color: #111; font-size: 13px; font-weight: 700; }

/* Comparison Row */
.compare-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 18px; }
.compare-card { text-align: center; border-radius: 18px; padding: 16px 18px; }
.compare-label { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.9; margin-bottom: 4px; }
.compare-value-main { font-size: 30px; font-weight: 800; color: #16a34a; margin-bottom: 3px; }
.compare-sub { font-size: 11px; opacity: 0.85; }

/* Mid Row */
.mid-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; margin-bottom: 18px; }
.metric-row { display: grid; grid-template-columns: 185px 1fr 50px 32px; align-items: center; font-size: 12px; margin-bottom: 9px; }
.metric-bar { height: 13px; border-radius: 999px; background: #e2e8f0; position: relative; overflow: hidden; }
.metric-fill-green { background: linear-gradient(90deg,#16a34a,#15803d); height: 100%; border-radius: 999px; }
.metric-fill-orange { background: #FACC15; height: 100%; border-radius: 999px; }
.change-pos { color:#16a34a; font-weight:700; }
.change-neg { color:#dc2626; font-weight:700; }
.change-flat { opacity:0.8; }

/* Priority */
.priority { display: grid; grid-template-columns: 38px 1fr; gap: 10px; margin-bottom: 14px; }
.priority-index { width: 34px; height: 34px; border-radius: 999px; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 14px; color: #fff; background: #FACC15; }
.priority-index.one { background:#dc2626; }
.priority-index.two { background:#FACC15; color:#111; }
.priority-index.three { background:#22c55e; color:#111; }
.priority-title { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.priority-body { font-size: 12px; opacity: 0.9; line-height: 1.5; }

/* Bottom row */
.bottom-row-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.section-title { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.highlight-line { border-left: 3px solid #16a34a; padding-left: 12px; margin-bottom: 10px; font-size: 12px; font-weight: 600; color: #16a34a; line-height: 1.5; }
.highlight-line.red { border-color: #dc2626; color: #dc2626; }
.text-small { font-size: 12px; line-height: 1.6; opacity: 0.95; margin-bottom: 6px; }

/* Misc */
.subheading { font-size: 13px; opacity: 0.9; }
.section-header-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.section-header-title { font-size: 20px; font-weight: 700; }
.section-header-sub { font-size: 13px; opacity: 0.85; }

/* Evidence */
.evidence-box { border-radius: 18px; padding: 16px 18px; background: radial-gradient(circle at top,#ffffff 0%,#f4f7fb 100%); color: #111; font-size: 13px; line-height: 1.6; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.evidence-label { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.75; margin-bottom: 4px; }
.why-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; margin-top: 18px; }
.why-title { font-size: 12px; font-weight: 700; margin-bottom: 6px; color: #EAB308; }
.keep-title { font-size: 12px; font-weight: 700; margin-bottom: 6px; color: #0284c7; }

/* Checklist */
.checklist-list { margin-top: 12px; font-size: 13px; line-height: 1.7; }
.check-item { display: flex; align-items: flex-start; margin-bottom: 8px; }
.check-dot { width: 16px; height: 16px; border-radius: 999px; border: 2px solid #16a34a; margin-right: 8px; margin-top: 2px; flex-shrink: 0; }

/* Focus recap cards */
.three-col-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.focus-recaps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.focus-card { border-radius: 18px; padding: 16px 18px; background: radial-gradient(circle at top,#ffffff 0%,#f3f5fb 100%); color: #111; font-size: 12px; line-height: 1.6; }
.focus-index { width: 26px; height: 26px; border-radius: 999px; background: #FACC15; color: #111; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.focus-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.focus-body { font-size: 12px; }

/* Section header */
.page-section-label { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.page-section-title { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: #1a1a2e; }
.mock-banner { background: #FACC15; color: #111; padding: 6px 16px; border-radius: 8px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
.aoh-logo-img { filter: brightness(0) saturate(100%) invert(13%) sepia(48%) saturate(1142%) hue-rotate(170deg) brightness(94%) contrast(99%); }
