:root{--health-section-pad: clamp(3.25rem, 10vw, 7rem);--health-line: 1px solid rgb(74 52 40 / .1)}.health-section{padding-block:clamp(2.5rem,8vw,5rem)}.health-report{display:flex;flex-direction:column;gap:0;max-width:44rem}.health-area--report{display:flex;flex-direction:column;gap:var(--space-xl);padding-bottom:clamp(2.5rem,7vw,4rem);border-top:var(--health-line);scroll-margin-top:calc(var(--header-height) + var(--space-md))}.health-area--report:first-child{padding-top:0;border-top:none}.health-area--report+.health-area--report{padding-top:clamp(2rem,5vw,3rem)}.health-area__header{display:flex;flex-direction:column;gap:var(--space-sm);max-width:40rem}.health-area__title{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,4.5vw,1.875rem);font-weight:400;line-height:1.12;letter-spacing:-.02em;color:var(--color-black)}.health-area__intro{margin:0;max-width:46ch;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:#4a342894}.health-area__subsection--report{display:flex;flex-direction:column;gap:var(--space-md)}.health-area__subsection--report+.health-area__subsection--report{margin-top:var(--space-xl)}.health-area__subsection-title{margin:0 0 var(--space-sm);font-family:var(--font-display);font-size:clamp(1.0625rem,3.2vw,1.25rem);font-weight:400;line-height:1.25;letter-spacing:-.01em;color:var(--color-black)}.health-pending{display:flex;flex-direction:column;gap:var(--space-lg);max-width:42rem}.health-pending__notice{margin:0;font-size:var(--text-base);line-height:var(--leading-relaxed);color:#4a3428ad}.health-pending__list{display:flex;flex-direction:column;gap:var(--space-xs);margin:0;padding:0;list-style:none}.health-pending__item{font-size:var(--text-base);line-height:var(--leading-relaxed);color:#4a34288f;scroll-margin-top:calc(var(--header-height) + var(--space-md))}.health-table{--health-table-cols: minmax(0, 1.4fr) minmax(0, 1fr);width:100%;border-collapse:collapse}.health-table thead th{padding:0 0 var(--space-sm);font-size:var(--text-sm);font-weight:500;letter-spacing:.04em;text-align:left;color:#4a342885;border-bottom:var(--health-line)}.health-table thead th:last-child{text-align:right}.health-table__entry{scroll-margin-top:calc(var(--header-height) + var(--space-md))}.health-table__entry-cell{padding:0;vertical-align:top}.health-table__accordion{display:block}.health-table__summary{display:grid;grid-template-columns:var(--health-table-cols);gap:var(--space-sm) var(--space-md);align-items:baseline;padding:var(--space-sm) 0;border-bottom:var(--health-line);cursor:pointer;list-style:none}.health-table__summary::-webkit-details-marker{display:none}.health-table__summary-name{font-size:var(--text-base);line-height:var(--leading-relaxed);color:#4a3428c7}.health-table__summary-result{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--space-xs);min-width:0}.health-table__result-text{font-family:var(--font-display);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-black);text-align:right}.health-table__chevron{flex-shrink:0;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 8l5 5 5-5' stroke='%234a3428' stroke-opacity='0.4' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .3s ease}.health-table__accordion[open] .health-table__chevron{transform:rotate(180deg)}.health-table__panel{display:grid;grid-template-rows:0fr}.health-table__accordion[open] .health-table__panel{grid-template-rows:1fr}.health-table__panel-inner{overflow:hidden;min-height:0}.health-table__accordion[open] .health-table__panel-inner{padding-bottom:var(--space-md)}.health-table__detail{display:flex;flex-direction:column;gap:var(--space-md);margin:0 0 var(--space-md);padding-top:var(--space-xs)}.health-table__detail-row{display:grid;grid-template-columns:minmax(6.5rem,9rem) 1fr;gap:var(--space-sm) var(--space-md);margin:0}.health-table__detail-row dt{margin:0;font-size:var(--text-sm);font-weight:500;letter-spacing:.04em;color:#4a342885}.health-table__detail-row dd{margin:0;font-size:var(--text-base);line-height:var(--leading-relaxed);color:#4a3428c7}.health-table__actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm)}.health-table__action{display:inline-flex;align-items:center;justify-content:center;padding:.5625rem 1rem;font-size:var(--text-sm);font-weight:500;line-height:1.25;color:var(--color-brown);text-align:center;text-decoration:none;background-color:transparent;border:1px solid rgb(74 52 40 / .2);transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast)}.health-table__action:hover{color:var(--color-apricot-dark);border-color:#4a342852;background-color:#4a342808}.health-table__action:focus-visible{outline:2px solid var(--color-apricot);outline-offset:4px}@media(prefers-reduced-motion:no-preference){.health-table__panel{transition:grid-template-rows .35s ease}}@media(prefers-reduced-motion:reduce){.health-table__chevron{transition:none}}@media(min-width:40rem){.health-table__actions{flex-direction:row;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.health-table__action{width:auto}}@media(max-width:30rem){.health-table{--health-table-cols: minmax(0, 1fr) auto}.health-table__summary-result{flex-direction:column;align-items:flex-end}}
