.pp-tool__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sh-top{display:grid;grid-template-columns:minmax(240px,290px) 1fr;gap:clamp(14px,1.8vw,20px);align-items:start;margin-bottom:clamp(18px,2.4vw,26px)}@media (max-width:760px){.sh-top{grid-template-columns:1fr}}.sh-scorecard{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--surface2);border:1px solid var(--line);border-radius:16px;padding:22px}.sh-scorecard__label{font-size:15px;font-weight:600;color:var(--ink)}.sh-scorecard__gauge{position:relative;width:150px;height:150px;margin:12px 0 6px}.sh-scorecard__num{font-size:40px;font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:.9}.sh-scorecard__den{font-size:13px;color:var(--soft)}.sh-scorecard__band{font-size:18px;margin-top:10px}.sh-scorecard__summary{font-size:12.5px;line-height:1.5;color:var(--muted);margin:10px 0 0;max-width:32ch}.sh-scorecard__explain{margin-top:16px;font-size:12.5px;padding:9px 14px}.sh-scorecard__explain svg{width:14px;height:14px}.sh-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.sh-tile{border:1px solid var(--line);border-radius:14px;padding:18px 16px;display:flex;flex-direction:column;gap:4px}.sh-tile__icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.sh-tile__icon svg{width:19px;height:19px}.sh-tile__num{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:1}.sh-tile__label{font-size:14px;font-weight:700}.sh-tile__desc{font-size:12px;color:var(--muted);line-height:1.4}.sh-tile--good .sh-tile__icon{background:rgba(30,158,90,.14);color:var(--good)}.sh-tile--good .sh-tile__label{color:var(--good)}.sh-tile--warn .sh-tile__icon{background:rgba(217,119,6,.16);color:var(--warn)}.sh-tile--warn .sh-tile__label{color:var(--warn)}.sh-tile--missing .sh-tile__icon{background:rgba(216,67,63,.14);color:var(--bad)}.sh-tile--missing .sh-tile__label{color:var(--bad)}.sh-tile--info .sh-tile__icon{background:rgba(37,99,235,.14);color:var(--link)}.sh-tile--info .sh-tile__label{color:var(--link)}.sh-badge{display:inline-block;font-size:12px;font-weight:600;padding:3px 11px;border-radius:999px;white-space:nowrap}.sh-badge--good{color:var(--good);background:rgba(30,158,90,.14)}.sh-badge--warn{color:var(--warn);background:rgba(217,119,6,.16)}.sh-badge--missing{color:var(--bad);background:rgba(216,67,63,.14)}.sh-badge--notset{color:var(--soft);background:var(--chip-bg)}.sh-badge--info{color:var(--link);background:rgba(37,99,235,.12)}.sh-tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.sh-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:640px}.sh-table thead th{text-align:left;font-size:12px;font-weight:600;color:var(--soft);padding:12px 16px;border-bottom:1px solid var(--line);background:var(--surface2);white-space:nowrap}.sh-table thead th:last-child{text-align:right}.sh-trow td{padding:13px 16px;border-bottom:1px solid var(--line2);vertical-align:middle}.sh-trow:last-of-type td{border-bottom:none}.sh-th-name{font-family:var(--tl-mono);font-size:12.5px;font-weight:700;color:var(--ink);white-space:nowrap}.sh-th-desc{color:var(--muted)}.sh-th-details{text-align:right;white-space:nowrap}.sh-th-val{font-family:var(--tl-mono);font-size:12px;color:var(--link)}.sh-chevron{display:inline-block;width:16px;height:16px;color:var(--soft);vertical-align:middle;margin-left:8px;transition:transform .2s}.sh-trow.is-expandable{cursor:pointer}.sh-trow.is-expandable:hover td{background:var(--surface2)}.sh-trow.is-open .sh-chevron{transform:rotate(180deg)}.sh-trow.is-open+.sh-trow-detail td{border-bottom:1px solid var(--line2)}.sh-trow-detail td{padding:0 16px 14px}.sh-fullval{background:var(--surface2);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.sh-fullval__label{display:block;font-size:11px;font-weight:600;color:var(--soft);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.sh-fullval code{display:block;font-family:var(--tl-mono);font-size:12px;line-height:1.6;color:var(--ink);word-break:break-word;white-space:pre-wrap}.sh-fullval__note{display:block;font-size:12px;color:var(--muted);margin-top:6px}.sh-recs{margin-top:clamp(16px,2vw,22px);border:1px solid rgba(217,119,6,.28);background:rgba(217,119,6,.07);border-radius:14px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.sh-recs__body{display:flex;gap:12px;min-width:0;flex:1 1 340px}.sh-recs__icon{flex:none;color:var(--warn)}.sh-recs__icon svg{width:22px;height:22px}.sh-recs__title{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:6px}.sh-recs ul{display:flex;flex-direction:column;gap:6px}.sh-recs li{font-size:13px;color:var(--muted);padding-left:14px;position:relative;line-height:1.45}.sh-recs li::before{content:"•";position:absolute;left:2px;color:var(--warn)}.sh-explain p{font-size:13.5px;line-height:1.6;color:var(--muted);margin-top:14px}.sh-explain ul{display:flex;flex-direction:column;gap:9px;margin-top:14px}.sh-explain li{font-size:13px;color:var(--ink);display:flex;align-items:center;gap:9px}.sh-reclist{display:flex;flex-direction:column;gap:10px;margin-top:16px}.sh-reclist li{font-size:13.5px;color:var(--muted);padding-left:16px;position:relative;line-height:1.5}.sh-reclist li::before{content:"•";position:absolute;left:3px;color:var(--warn)}