.sample-report-page{min-height:100vh}.sample-report-page .report-top-banner{top:var(--site-nav-height,68px)}.sample-report-loading{background:var(--brand-slate-100);min-height:100vh}:root[data-theme=dark][data-route=check] .sample-report-loading{background:var(--brand-teal-input)}.sample-report-nav{z-index:40;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--brand-slate-200);padding:var(--space-sm) var(--space-xl);background:#fffffff2;position:sticky;top:0}:root[data-theme=dark] .sample-report-nav{border-bottom-color:var(--brand-teal-border);background:#071416f2}.sample-report-nav__inner{gap:var(--space-sm);flex-direction:column;max-width:1200px;margin:0 auto;display:flex}@media (min-width:768px){.sample-report-nav__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);flex-direction:row}}.sample-report-nav__section{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.sample-report-nav__label{font-size:var(--text-size-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--brand-slate-500);font-weight:700}:root[data-theme=dark] .sample-report-nav__label{color:var(--brand-teal-muted)}.sample-report-nav__pills{align-items:center;gap:var(--space-2xs);flex-wrap:wrap;display:flex}.sample-pill{align-items:center;gap:var(--space-3xs);padding:var(--space-2xs) var(--space-md);border-radius:var(--radius-full);font-size:var(--text-size-sm);color:var(--brand-slate-700);background:var(--brand-slate-100);border:1px solid var(--brand-slate-200);font-weight:600;line-height:1.3;text-decoration:none;transition:all .15s;display:inline-flex}:root[data-theme=dark] .sample-pill{color:var(--brand-slate-300);background:var(--brand-teal-900);border-color:var(--brand-teal-border)}.sample-pill:hover{color:var(--brand-slate-900);background:var(--brand-slate-200)}:root[data-theme=dark] .sample-pill:hover{color:var(--brand-white);border-color:var(--brand-slate-400)}.sample-pill--active{color:var(--brand-white)!important;background:var(--brand-slate-900)!important;border-color:var(--brand-slate-900)!important}:root[data-theme=dark] .sample-pill--active{color:var(--brand-teal-input)!important;background:var(--brand-cyan-400)!important;border-color:var(--brand-cyan-400)!important}.sample-pill__flag{font-size:var(--text-size-base);line-height:1}