.container{max-width:1080px;margin:0 auto;padding:0 20px}.result-panel.visible{display:block}.result-header.safe{background:var(--safe-bg);border-bottom:1px solid var(--safe-border)}.result-header.grey{background:var(--grey-bg);border-bottom:1px solid var(--grey-border)}.result-header.distress{background:var(--distress-bg);border-bottom:1px solid var(--distress-border)}.result-header.safe .score-big{color:var(--safe)}.result-header.grey .score-big{color:var(--grey)}.result-header.distress .score-big{color:var(--distress)}.result-header.safe .result-zone-label{color:var(--safe)}.result-header.grey .result-zone-label{color:var(--grey)}.result-header.distress .result-zone-label{color:var(--distress)}.component-item{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;display:flex;align-items:center;gap:12px}.component-bullet{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.component-name{font-size:12px;font-weight:600;color:var(--text-mid)}.component-value{font-size:15px;font-weight:700;color:var(--text-dark)}.interp-inner strong{color:var(--text-dark)}.faq-item.open .faq-q-icon{transform:rotate(45deg)}.faq-item.open .faq-a{display:block;animation:fadeSlideUp .2s ease}