:root{
 --xray-navy:#0F172A;--xray-blue:#2563EB;--xray-teal:#14B8A6;--xray-white:#FFFFFF;
 --xray-slate-50:#F8FAFC;--xray-slate-100:#F1F5F9;--xray-slate-200:#E2E8F0;--xray-slate-500:#64748B;--xray-slate-700:#334155;--xray-slate-900:#0F172A;
 --xray-radius-sm:8px;--xray-radius-md:12px;--xray-radius-lg:16px;--xray-shadow:0 10px 30px rgba(15,23,42,.07);
 --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;
}
.brand-lockup{display:inline-flex;align-items:center;gap:12px;min-width:0;color:inherit;text-decoration:none;line-height:1}
.brand-icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border-radius:12px;background:var(--xray-white);border:1px solid rgba(226,232,240,.8)}
.brand-icon img{display:block;width:44px;height:44px;max-width:100%;object-fit:contain;object-position:center}
.brand-wordmark{display:flex;flex-direction:column;justify-content:center;min-width:0;text-align:left}
.brand-wordmark strong{font:800 17px/1.12 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:-.35px;white-space:nowrap;color:inherit}
.brand-wordmark small{margin-top:6px;font:750 9px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:1.45px;white-space:nowrap;color:var(--xray-slate-500)}
.brand-lockup--compact .brand-icon{width:44px;height:44px;flex-basis:44px}.brand-lockup--compact .brand-icon img{width:38px;height:38px}.brand-lockup--compact .brand-wordmark strong{font-size:15px}.brand-lockup--icon-only .brand-icon{margin:0}
.sidebar .brand-lockup{width:100%;color:var(--xray-white)}.sidebar .brand-wordmark small,.public-footer .brand-wordmark small,.report-nav .brand-wordmark small,.report-footer .brand-wordmark small{color:#94A3B8}
.public-footer .brand-lockup,.report-nav .brand-lockup,.report-footer .brand-lockup{color:var(--xray-white)}
@media(max-width:600px){.brand-lockup{gap:9px}.brand-icon{width:40px;height:40px;flex-basis:40px;border-radius:10px}.brand-icon img{width:35px;height:35px}.brand-wordmark strong{font-size:14px}.brand-wordmark small{font-size:7.5px;letter-spacing:1.1px;margin-top:4px}}
