.sample-report-page{--sample-report-toolbar-height:74px;min-height:100vh}.sample-report-toolbar{z-index:40;top:var(--site-nav-height,68px);border-bottom:1px solid var(--ds-line);background:color-mix(in srgb, var(--ds-card) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;box-shadow:0 8px 28px #0f172a12}.sample-report-page .report-top-banner{top:calc(var(--site-nav-height,68px) + var(--sample-report-toolbar-height))}.sample-report-toolbar__inner{grid-template-columns:minmax(230px,1fr) auto;align-items:center;gap:24px;width:min(100% - 32px,1280px);min-height:74px;margin-inline:auto;display:grid}.sample-report-toolbar__title{align-items:center;gap:10px;min-width:0;display:flex}.sample-report-toolbar__title>a{border:1px solid var(--ds-line);width:34px;height:34px;color:var(--ds-body);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.sample-report-toolbar__title>a:hover{border-color:var(--ds-blue);color:var(--ds-blue)}.sample-report-toolbar__title>div{min-width:0;display:grid}.sample-report-toolbar__title span{color:var(--ds-blue-text);text-transform:uppercase;font-size:10px;font-weight:800;line-height:14px}.sample-report-toolbar__title strong{color:var(--ds-ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;overflow:hidden}.sample-report-toolbar__title small{color:var(--ds-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.sample-report-tiers{border:1px solid var(--ds-line);background:var(--ds-card-raised);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;display:inline-grid}.sample-report-tiers a{min-height:34px;color:var(--ds-muted);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.sample-report-tiers a:hover{color:var(--ds-ink)}.sample-report-tiers a.is-active{background:var(--ds-card);color:var(--ds-blue-text);box-shadow:0 1px 4px #0f172a1a}.sample-report-loading{background:#f1f5f9;min-height:100vh}:root[data-theme=dark][data-route=check] .sample-report-toolbar{box-shadow:0 8px 28px #00000040}:root[data-theme=dark][data-route=check] .sample-report-loading{background:#051113}@media (max-width:960px){.sample-report-toolbar__inner{grid-template-columns:1fr auto;gap:10px 16px;padding-block:12px}}@media (max-width:620px){.sample-report-toolbar__inner{grid-template-columns:minmax(0,1fr) auto;width:min(100% - 20px,1280px)}.sample-report-toolbar__title small{display:none}.sample-report-tiers a{padding-inline:8px}}