:root {
    --bsa-ink: #14202b;
    --bsa-ink-soft: #53606c;
    --bsa-navy: #0d2433;
    --bsa-teal: #087f78;
    --bsa-gold: #f2b233;
    --bsa-gold-dark: #ba8618;
    --bsa-red: #b53a43;
    --bsa-green: #18794e;
    --bsa-line: #ded8ce;
    --bsa-line-soft: #ece8e1;
    --bsa-surface: #ffffff;
    --bsa-surface-soft: #f6f7f7;
    --bsa-surface-warm: #fbfaf7;
    --bsa-shadow: 0 12px 30px rgba(13, 36, 51, 0.08);
}

.bsa-ux,
.bsa-ux *,
.bsa-ux *::before,
.bsa-ux *::after {
    box-sizing: border-box;
}

.bsa-ux {
    width: min(1120px, calc(100% - 32px));
    margin: 32px auto 56px;
    color: var(--bsa-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.bsa-ux--member {
    width: min(960px, calc(100% - 32px));
    overflow: visible;
}

.bsa-ux--teaser {
    width: min(1080px, calc(100% - 32px));
}

.bsa-ux__reader-shell {
    width: 100%;
}

.bsa-ux__app-shell {
    position: relative;
    left: 50%;
    width: min(1680px, calc(100vw - 64px));
    max-width: none;
    transform: translateX(-50%);
}

.bsa-ux__app-shell--hero {
    margin-bottom: 28px;
    padding: 22px 42px 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--bsa-navy);
    box-shadow: 0 18px 45px rgba(13, 36, 51, 0.14);
}

.bsa-ux__app-shell--hero .wrapper-language-switcher {
    margin-bottom: 30px;
}

.bsa-ux.bsa-ux__portal-host {
    width: 0;
    height: 0;
    margin: 0;
}

.bsa-ux [hidden] {
    display: none !important;
}

.bsa-ux button,
.bsa-ux input,
.bsa-ux select {
    font: inherit;
    letter-spacing: 0;
}

.bsa-ux button,
.bsa-ux a {
    -webkit-tap-highlight-color: transparent;
}

.bsa-ux h1,
.bsa-ux h2,
.bsa-ux h3,
.bsa-ux p {
    margin-top: 0;
}

.bsa-ux h1 {
    max-width: 820px;
    margin-bottom: 14px;
    color: var(--bsa-ink);
    font-size: 42px;
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: 0;
}

.bsa-ux h2 {
    color: var(--bsa-ink);
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
}

.bsa-ux h3 {
    color: var(--bsa-ink);
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
}

.bsa-ux__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.bsa-ux__eyebrow {
    margin-bottom: 8px;
    color: var(--bsa-gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bsa-ux__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
    align-items: center;
    gap: clamp(32px, 5vw, 82px);
    padding: 14px 0 8px;
    border: 0;
}

.bsa-ux--member .bsa-ux__hero h1 {
    max-width: 900px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(42px, 4.2vw, 72px);
    line-height: 0.98;
}

.bsa-ux--member .bsa-ux__hero-copy > p {
    max-width: 760px;
    color: #d7e0e6;
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.55;
}

.bsa-ux--member .bsa-ux__hero .bsa-ux__eyebrow {
    color: #ffd36d;
}

.bsa-ux__hero-disclaimer {
    padding-left: 14px;
    border-left: 3px solid var(--bsa-gold);
    font-size: 14px !important;
}

.bsa-ux__button--hero {
    margin-top: 8px;
    border-color: var(--bsa-gold);
    background: var(--bsa-gold);
    color: #111820 !important;
}

.bsa-ux__hero-dashboard {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.bsa-ux__hero-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #d7e0e6;
    font-size: 13px;
}

.bsa-ux__hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
}

.bsa-ux__hero-metrics article {
    min-width: 0;
    padding: 16px;
    background: rgba(8, 30, 43, 0.92);
}

.bsa-ux__hero-metrics span,
.bsa-ux__hero-dashboard > p {
    color: #bfcbd2;
    font-size: 12px;
}

.bsa-ux__hero-metrics strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 31px);
}

.bsa-ux__hero-score {
    height: 5px;
    margin: 18px 0 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.bsa-ux__hero-score span {
    display: block;
    width: calc(var(--bsa-score, 0) * 1%);
    height: 100%;
    border-radius: inherit;
    background: var(--bsa-gold);
}

.bsa-ux__hero-dashboard > p {
    margin: 0;
}

.bsa-ux__hero-copy > p:last-child,
.bsa-ux__teaser-hero > div > p:last-of-type,
.bsa-ux__methodology-hero > p:last-of-type {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--bsa-ink-soft);
    font-size: 17px;
}

.bsa-ux__hero-meta {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface-warm);
    color: var(--bsa-ink-soft);
    font-size: 12px;
}

.bsa-ux__hero-meta time {
    padding-left: 8px;
    border-left: 1px solid var(--bsa-line);
}

.bsa-ux__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bsa-green);
    box-shadow: 0 0 0 3px rgba(24, 121, 78, 0.13);
}

.bsa-ux__fixture {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-left: 3px solid var(--bsa-gold);
    background: #fff8e8;
    color: #644711;
}

.bsa-ux__fixture--persistent {
    position: sticky;
    z-index: 6;
    top: 8px;
    border: 1px solid #e5c06b;
    border-left-width: 4px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(109, 77, 8, 0.1);
}

.bsa-ux__fixture--persistent strong {
    flex: 0 0 auto;
}

.bsa-ux__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    background: var(--bsa-surface);
    box-shadow: var(--bsa-shadow);
}

.bsa-ux__summary-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--bsa-line-soft);
}

.bsa-ux__summary-item:last-child {
    border-right: 0;
}

.bsa-ux__summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff4d5;
    color: var(--bsa-gold-dark);
}

.bsa-ux__summary-item div {
    display: grid;
    min-width: 0;
}

.bsa-ux__summary-item div > span,
.bsa-ux__summary-item small {
    color: var(--bsa-ink-soft);
    font-size: 12px;
}

.bsa-ux__summary-item strong {
    margin: 2px 0;
    color: var(--bsa-navy);
    font-size: 25px;
    line-height: 1.1;
}

.bsa-ux__toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.bsa-ux__search {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 46px;
    padding: 0 12px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface);
}

.bsa-ux__search:focus-within {
    border-color: var(--bsa-gold-dark);
    box-shadow: 0 0 0 3px rgba(242, 178, 51, 0.18);
}

.bsa-ux__search input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--bsa-ink);
}

.bsa-ux__search kbd {
    min-width: 24px;
    padding: 2px 7px;
    border: 1px solid var(--bsa-line);
    border-radius: 4px;
    background: var(--bsa-surface-soft);
    color: var(--bsa-ink-soft);
    text-align: center;
}

.bsa-ux__suggestions {
    position: absolute;
    z-index: 30;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface);
    box-shadow: var(--bsa-shadow);
}

.bsa-ux__suggestion {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid var(--bsa-line-soft);
    background: transparent;
    color: var(--bsa-ink);
    text-align: left;
    cursor: pointer;
}

.bsa-ux__suggestion:hover,
.bsa-ux__suggestion:focus-visible {
    background: #fff8e8;
    outline: 0;
}

.bsa-ux__suggestion span {
    overflow: hidden;
    color: var(--bsa-ink-soft);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bsa-ux__button,
.bsa-ux__icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    cursor: pointer;
}

.bsa-ux__button {
    padding: 0 16px;
}

.bsa-ux__button--primary {
    border-color: var(--bsa-gold-dark);
    background: var(--bsa-gold);
    color: #111111 !important;
}

.bsa-ux__button--primary:hover {
    background: #ffc84d;
}

.bsa-ux__button--secondary,
.bsa-ux__button--quiet {
    border-color: var(--bsa-line);
    background: var(--bsa-surface);
    color: var(--bsa-ink) !important;
}

.bsa-ux__button--secondary:hover,
.bsa-ux__button--quiet:hover {
    border-color: var(--bsa-gold-dark);
    background: #fff8e8;
}

.bsa-ux__icon-button {
    width: 42px;
    padding: 0;
    border-color: var(--bsa-line);
    background: var(--bsa-surface);
    color: var(--bsa-ink);
}

.bsa-ux__button:focus-visible,
.bsa-ux__icon-button:focus-visible,
.bsa-ux__company-tabs button:focus-visible,
.bsa-ux__sort:focus-visible {
    outline: 3px solid rgba(242, 178, 51, 0.35);
    outline-offset: 2px;
}

.bsa-ux__table tbody tr:focus-visible {
    outline: 3px solid rgba(242, 178, 51, 0.48);
    outline-offset: -3px;
    box-shadow: inset 0 0 0 2px #f2b233;
}

.bsa-ux__filter-count {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--bsa-navy);
    color: #ffffff;
    font-size: 11px;
    line-height: 22px;
}

.bsa-ux__columns {
    position: relative;
}

.bsa-ux__columns-menu {
    position: absolute;
    z-index: 25;
    top: calc(100% + 6px);
    right: 0;
    width: 260px;
    max-height: 360px;
    padding: 12px;
    overflow-y: auto;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface);
    box-shadow: var(--bsa-shadow);
}

.bsa-ux__columns-menu label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    color: var(--bsa-ink);
}

.bsa-ux__quick-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr)) auto;
    align-items: end;
    gap: 10px;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface-warm);
}

.bsa-ux__field {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.bsa-ux__field > span,
.bsa-ux__range-field > span {
    color: var(--bsa-ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.bsa-ux__field input,
.bsa-ux__field select,
.bsa-ux__range-field input {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--bsa-line);
    border-radius: 5px;
    background: #ffffff;
    color: var(--bsa-ink);
}

.bsa-ux__field input:focus,
.bsa-ux__field select:focus,
.bsa-ux__range-field input:focus {
    border-color: var(--bsa-gold-dark);
    outline: 3px solid rgba(242, 178, 51, 0.18);
}

.bsa-ux__result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 54px;
    margin-top: 18px;
}

.bsa-ux__result-bar p {
    margin: 0;
    color: var(--bsa-ink-soft);
    font-size: 13px;
}

.bsa-ux__result-bar strong {
    color: var(--bsa-ink);
}

.bsa-ux__table-frame,
.bsa-ux__teaser-table {
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    background: var(--bsa-surface);
    box-shadow: var(--bsa-shadow);
}

.bsa-ux__demo-notice,
.bsa-ux__delay-notice {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid var(--bsa-line);
    color: var(--bsa-ink-soft);
    font-size: 14px;
    line-height: 1.5;
}

.bsa-ux__demo-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #fff8e8;
}

.bsa-ux__demo-notice strong {
    color: #5c3c00;
    font-size: 12px;
    letter-spacing: 0;
}

.bsa-ux__table-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--bsa-gold-dark) var(--bsa-surface-soft);
    scrollbar-width: thin;
}

.bsa-ux__table-scroll:focus-visible {
    outline: 3px solid rgba(242, 178, 51, 0.36);
    outline-offset: 3px;
}

.bsa-ux__table {
    width: 100%;
    min-width: 1480px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.bsa-ux__table th,
.bsa-ux__table td {
    height: 54px;
    padding: 10px 12px;
    border: 0 !important;
    border-bottom: 1px solid var(--bsa-line-soft) !important;
    color: var(--bsa-ink);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.bsa-ux__table th {
    position: sticky;
    z-index: 2;
    top: 0;
    height: 46px;
    background: var(--bsa-navy);
    color: #ffffff !important;
    font-size: 11px;
    text-transform: uppercase;
}

.bsa-ux__table th.is-numeric,
.bsa-ux__table td.is-numeric {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.bsa-ux__table th.is-numeric .bsa-ux__sort {
    justify-content: flex-end;
    width: 100%;
}

.bsa-ux__table tbody tr {
    cursor: pointer;
}

.bsa-ux__table tbody tr:hover {
    background: #fffaf0;
}

.bsa-ux__table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.bsa-ux__sort {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff !important;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.bsa-ux__sort-indicator {
    min-width: 10px;
    color: #e5e7eb;
    opacity: 0.55;
}

.bsa-ux__ticker {
    color: var(--bsa-navy);
    font-weight: 800;
}

.bsa-ux__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 27px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef2f3;
    color: var(--bsa-ink);
    font-weight: 800;
}

.bsa-ux__score--high {
    background: #dff4e8;
    color: #12643f;
}

.bsa-ux__score--medium {
    background: #fff1cb;
    color: #73520a;
}

.bsa-ux__score--low {
    background: #f8e2e4;
    color: #8c2932;
}

.bsa-ux__badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 9px;
    border: 1px solid var(--bsa-line);
    border-radius: 999px;
    background: var(--bsa-surface-soft);
    color: var(--bsa-ink);
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

.bsa-ux__badge--gold {
    border-color: #e8bf5e;
    background: #fff4d5;
    color: #6d4d08;
}

.bsa-ux__badge--green {
    border-color: #a8d8be;
    background: #e5f5ec;
    color: var(--bsa-green);
}

.bsa-ux__badge--red {
    border-color: #e1b2b7;
    background: #f9e8ea;
    color: var(--bsa-red);
}

.bsa-ux__demo-strip {
    padding: 9px 14px;
    border-bottom: 1px solid #e5c06b;
    background: #fff4d5;
    color: #5d4108;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.bsa-ux__demo-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border: 1px solid #d39a1f;
    border-radius: 999px;
    background: #fff1c4;
    color: #5d4108;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    text-transform: uppercase;
}

.bsa-ux__scroll-hint {
    margin: 0;
    padding: 8px 14px;
    border-top: 1px solid var(--bsa-line-soft);
    background: var(--bsa-surface-warm);
    color: var(--bsa-ink-soft);
    font-size: 12px;
    text-align: right;
}

.bsa-ux__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 10px 14px;
    border-top: 1px solid var(--bsa-line);
}

.bsa-ux__pagination p {
    margin: 0;
    color: var(--bsa-ink-soft);
    font-size: 12px;
}

.bsa-ux__pagination nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bsa-ux__empty {
    display: grid;
    justify-items: center;
    padding: 56px 22px;
    color: var(--bsa-ink-soft);
    text-align: center;
}

.bsa-ux__empty .bsa-ux__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
}

.bsa-ux__empty h2 {
    margin-bottom: 7px;
}

.bsa-ux__empty p {
    max-width: 520px;
}

.bsa-ux__empty--static {
    min-height: 260px;
}

.bsa-ux__mobile-results {
    display: none;
}

.bsa-ux__disclaimer {
    margin: 16px 0 0;
    color: #68737c;
    font-size: 11px;
}

.bsa-ux__drawer-backdrop,
.bsa-ux__dialog-backdrop {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    background: rgba(8, 20, 28, 0.56);
}

.bsa-ux__drawer {
    position: fixed;
    z-index: 2147483001;
    top: 0;
    right: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(440px, 100vw);
    height: 100dvh;
    border-left: 1px solid var(--bsa-line);
    background: var(--bsa-surface);
    box-shadow: -18px 0 45px rgba(6, 22, 31, 0.18);
    transform: translateX(101%);
    transition: transform 180ms ease;
}

.bsa-ux__drawer.is-open {
    transform: translateX(0);
}

.bsa-ux__drawer > header,
.bsa-ux__drawer > footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid var(--bsa-line);
}

.bsa-ux__drawer > header h2 {
    margin: 0;
}

.bsa-ux__drawer > footer {
    border-top: 1px solid var(--bsa-line);
    border-bottom: 0;
}

.bsa-ux__drawer-body {
    padding: 18px;
    overflow-y: auto;
}

.bsa-ux__filter-group {
    padding: 0 0 20px;
    border-bottom: 1px solid var(--bsa-line-soft);
}

.bsa-ux__filter-group + .bsa-ux__filter-group {
    padding-top: 20px;
}

.bsa-ux__filter-group:last-child {
    border-bottom: 0;
}

.bsa-ux__range-field {
    display: grid;
    grid-template-columns: minmax(110px, 1fr) 94px 94px;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.bsa-ux__check {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
}

.bsa-ux__company-dialog {
    position: fixed;
    z-index: 2147483002;
    top: 50%;
    left: 50%;
    display: grid;
    grid-template-rows: auto auto minmax(0, auto);
    width: min(1220px, calc(100vw - 48px));
    max-height: 90dvh;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    background: var(--bsa-surface);
    box-shadow: 0 24px 70px rgba(6, 22, 31, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(-50% + 12px));
    transition: opacity 160ms ease, transform 160ms ease;
}

.bsa-ux__company-dialog.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.bsa-ux__company-dialog.is-sparse {
    width: min(860px, calc(100vw - 48px));
}

.bsa-ux__company-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border-bottom: 1px solid var(--bsa-line);
}

.bsa-ux__company-head h2 {
    margin: 3px 0 4px;
    font-size: 29px;
}

.bsa-ux__company-kicker {
    color: var(--bsa-gold-dark);
    font-size: 12px;
    font-weight: 800;
}

.bsa-ux__company-subtitle {
    margin: 0;
    color: var(--bsa-ink-soft);
}

.bsa-ux__company-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 14px;
    overflow-x: auto;
    border-bottom: 1px solid var(--bsa-line);
    white-space: nowrap;
}

.bsa-ux__company-tabs button {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 11px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--bsa-ink-soft);
    font-weight: 700;
    cursor: pointer;
}

.bsa-ux__company-tabs button.is-active {
    border-bottom-color: var(--bsa-gold);
    color: var(--bsa-ink);
}

.bsa-ux__company-content {
    max-height: calc(90dvh - 190px);
    padding: 22px;
    overflow-y: auto;
}

.bsa-ux__company-panel {
    display: grid;
    gap: 14px;
}

.bsa-ux__company-panel > .bsa-ux__demo-badge {
    position: sticky;
    z-index: 3;
    top: 0;
    margin-bottom: 0;
}

.bsa-ux__detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.bsa-ux__detail-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bsa-ux__detail-section {
    padding: 18px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: var(--bsa-surface-warm);
}

.bsa-ux__detail-section h3 {
    margin-bottom: 14px;
}

.bsa-ux__metric-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: var(--bsa-line);
}

.bsa-ux__metric-list div {
    min-width: 0;
    padding: 12px;
    background: #ffffff;
}

.bsa-ux__metric-list div.is-missing {
    background: #f7f7f5;
}

.bsa-ux__metric-list div.is-missing dd {
    color: #717b83;
    font-weight: 600;
}

.bsa-ux__metric-list dt {
    margin-bottom: 3px;
    color: var(--bsa-ink-soft);
    font-size: 11px;
}

.bsa-ux__metric-list dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--bsa-ink);
    font-weight: 750;
}

.bsa-ux__scenario {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.bsa-ux__scenario article {
    padding: 16px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
    background: #ffffff;
}

.bsa-ux__scenario article span {
    display: block;
    color: var(--bsa-ink-soft);
    font-size: 11px;
}

.bsa-ux__scenario article strong {
    font-size: 20px;
}

.bsa-ux__chart {
    display: grid;
    place-items: center;
    min-height: 260px;
}

.bsa-ux__chart canvas {
    width: 100%;
    max-width: 720px;
    height: 260px;
}

.bsa-ux__chart--line {
    min-height: 240px;
}

.bsa-ux__chart--line canvas {
    height: 240px;
}

.bsa-ux__chart-period,
.bsa-ux__section-note {
    margin: -4px 0 12px;
    color: var(--bsa-ink-soft);
    font-size: 12px;
}

.bsa-ux__insufficient {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: 24px;
    border: 1px dashed var(--bsa-line);
    background: var(--bsa-surface-soft);
    color: var(--bsa-ink-soft);
    text-align: center;
}

.bsa-ux__insufficient--compact {
    min-height: 0;
    place-items: start;
    padding: 16px 18px;
    text-align: left;
}

.bsa-ux__insufficient--compact p {
    margin: 4px 0 0;
}

.bsa-ux__insufficient strong {
    color: var(--bsa-ink);
}

.bsa-ux__tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bsa-ux__catalyst-list {
    display: grid;
    gap: 10px;
}

.bsa-ux__catalyst-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--bsa-line);
    border-radius: 6px;
}

.bsa-ux__catalyst-item time,
.bsa-ux__catalyst-item p {
    color: var(--bsa-ink-soft);
}

.bsa-ux__catalyst-item p {
    margin: 4px 0 0;
}

.bsa-ux__teaser-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 36px;
    align-items: center;
    min-height: 330px;
    padding: 44px;
    border-radius: 8px 8px 0 0;
    background: var(--bsa-navy);
}

.bsa-ux__teaser-hero h1,
.bsa-ux__teaser-hero > div > p:last-of-type {
    color: #ffffff;
}

.bsa-ux__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.bsa-ux__teaser-signal {
    position: relative;
    display: grid;
    place-items: center;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: var(--bsa-gold);
}

.bsa-ux__teaser-signal::before,
.bsa-ux__teaser-signal::after {
    position: absolute;
    width: 62%;
    height: 62%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
}

.bsa-ux__teaser-signal::after {
    width: 32%;
    height: 32%;
}

.bsa-ux__teaser-signal .bsa-ux__icon {
    width: 56px;
    height: 56px;
}

.bsa-ux__teaser-signal span {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.bsa-ux__teaser-signal span:nth-child(1) {
    top: 22px;
}

.bsa-ux__teaser-signal span:nth-child(2) {
    right: 26px;
    bottom: 52px;
}

.bsa-ux__teaser-signal span:nth-child(3) {
    bottom: 28px;
    left: 38px;
}

.bsa-ux__access-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    overflow: hidden;
}

.bsa-ux__access-compare > section {
    padding: 30px;
}

.bsa-ux__access-compare-member {
    border-left: 1px solid var(--bsa-line);
    background: var(--bsa-surface-warm);
}

.bsa-ux__access-compare ul {
    margin: 18px 0 24px;
    padding-left: 20px;
}

.bsa-ux--methodology {
    width: min(1280px, calc(100% - 48px));
    margin-top: 32px;
}

.bsa-ux__methodology-shell {
    width: 100%;
}

.bsa-ux__methodology-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
    margin-top: 22px;
    padding: clamp(32px, 5vw, 64px);
    border-radius: 8px;
    background: var(--bsa-navy);
}

.bsa-ux__methodology-hero h1 {
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(40px, 4vw, 64px);
    line-height: 1;
}

.bsa-ux__methodology-hero > div > p:not(.bsa-ux__eyebrow) {
    max-width: 760px;
    color: #d7e0e6;
    font-size: 18px;
}

.bsa-ux__methodology-hero .bsa-ux__eyebrow {
    color: #ffd36d;
}

.bsa-ux__methodology-hero aside {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
}

.bsa-ux__methodology-hero aside strong {
    color: #ffffff;
    font-size: 18px;
}

.bsa-ux__methodology-hero aside p {
    margin: 9px 0 0;
    color: #c5d0d6;
}

.bsa-ux__model-badge {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
}

.bsa-ux__methodology-block {
    margin-top: 26px;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    background: #ffffff;
}

.bsa-ux__methodology-block > h2 {
    max-width: 900px;
    margin-bottom: 12px;
    font-size: clamp(28px, 3vw, 42px);
}

.bsa-ux__measure {
    max-width: 780px;
    color: var(--bsa-ink-soft);
    font-size: 16px;
}

.bsa-ux__methodology-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 26px;
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    overflow: hidden;
}

.bsa-ux__methodology-grid article {
    min-width: 0;
    padding: 22px;
    border-right: 1px solid var(--bsa-line);
    background: var(--bsa-surface-warm);
}

.bsa-ux__methodology-grid article:last-child {
    border-right: 0;
}

.bsa-ux__methodology-grid strong {
    color: var(--bsa-gold-dark);
    font-size: 25px;
}

.bsa-ux__methodology-grid h3 {
    margin: 8px 0;
    font-size: 17px;
}

.bsa-ux__methodology-grid p {
    margin: 0;
    color: var(--bsa-ink-soft);
    font-size: 13px;
}

.bsa-ux__formula {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--bsa-gold);
    background: var(--bsa-navy);
}

.bsa-ux__formula code {
    overflow-wrap: anywhere;
    color: #ffffff;
    font: 700 14px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.bsa-ux__formula p {
    max-width: 310px;
    margin: 0;
    color: #cbd5db;
    font-size: 12px;
}

.bsa-ux__demo {
    margin-top: 20px;
    padding: 22px;
    border: 1px solid #e2bd63;
    border-radius: 7px;
    background: #fff8e8;
}

.bsa-ux__demo > span {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--bsa-gold);
    color: #111820;
    font-size: 11px;
    font-weight: 850;
}

.bsa-ux__demo h3 {
    margin: 14px 0 10px;
    font-size: 19px;
}

.bsa-ux__demo-calculation {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.bsa-ux__demo-calculation p {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #ecd49b;
    background: #ffffff;
    font-size: 13px;
}

.bsa-ux__methodology-note {
    margin-top: 22px;
    padding: 28px;
    border-left: 4px solid var(--bsa-gold);
    background: var(--bsa-surface-warm);
}

.bsa-ux__methodology-note h2 {
    margin-bottom: 8px;
}

.bsa-ux__methodology-note p {
    max-width: 940px;
    margin-bottom: 0;
}

.bsa-ux__methodology-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.bsa-ux__methodology-sections section {
    padding: 28px;
    border: 1px solid var(--bsa-line);
    border-radius: 8px;
    background: var(--bsa-surface);
}

.bsa-ux__methodology-sections h2 {
    margin-bottom: 12px;
    font-size: 22px;
}

.bsa-ux__methodology-sections p {
    margin-bottom: 12px;
    color: var(--bsa-ink-soft);
}

.bsa-ux__methodology-sections ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.bsa-ux__methodology-sections li + li {
    margin-top: 7px;
}

.bsa-ux__methodology-table-wrap {
    margin-top: 22px;
    overflow-x: auto;
    border: 1px solid var(--bsa-line);
    border-radius: 7px;
}

.bsa-ux__methodology-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 13px;
}

.bsa-ux__methodology-table th,
.bsa-ux__methodology-table td {
    padding: 13px 14px;
    border-bottom: 1px solid var(--bsa-line-soft);
    text-align: left;
    vertical-align: top;
}

.bsa-ux__methodology-table th {
    position: sticky;
    top: 0;
    background: var(--bsa-navy);
    color: #ffffff;
}

.bsa-ux__methodology-table tr:last-child td {
    border-bottom: 0;
}

.bsa-ux__methodology-table tr:nth-child(even) td {
    background: var(--bsa-surface-warm);
}

.bsa-ux__score-classes {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.bsa-ux__score-classes article {
    padding: 18px;
    border: 1px solid var(--bsa-line);
    border-radius: 7px;
    background: var(--bsa-surface-warm);
}

.bsa-ux__score-classes strong {
    color: var(--bsa-gold-dark);
    font-size: 20px;
}

.bsa-ux__score-classes h3 {
    margin: 8px 0;
}

.bsa-ux__score-classes p {
    margin: 0;
    color: var(--bsa-ink-soft);
    font-size: 13px;
}

.bsa-ux__faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.bsa-ux__faq details {
    align-self: start;
    border: 1px solid var(--bsa-line);
    border-radius: 7px;
    background: var(--bsa-surface-warm);
}

.bsa-ux__faq summary {
    padding: 16px 18px;
    color: var(--bsa-ink);
    font-weight: 750;
    cursor: pointer;
}

.bsa-ux__faq p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--bsa-ink-soft);
}

.bsa-ux__methodology-footer {
    margin-top: 22px;
    padding: 24px;
    border-radius: 8px;
    background: var(--bsa-navy);
    color: #ffffff;
}

.bsa-ux__methodology-footer p {
    margin-bottom: 8px;
    color: #ffffff;
}

.bsa-ux__methodology-footer a {
    color: #ffd36d;
    font-weight: 750;
}

body.bsa-ux-modal-open {
    overflow: hidden;
}

body:has(.bsa-ux--member) #sidebar,
body:has(.bsa-ux--member) .widget-area,
body:has(.bsa-ux--methodology) #sidebar,
body:has(.bsa-ux--methodology) .widget-area {
    display: none !important;
}

.bsa-application-page #left-area {
    width: 100% !important;
    padding-right: 0 !important;
}

.bsa-application-page #sidebar,
.bsa-application-page .widget-area,
.bsa-application-page #main-content .container::before {
    display: none !important;
}

.bsa-application-page #main-footer {
    display: none;
}

@media (max-width: 1024px) {
    .bsa-ux h1 {
        font-size: 36px;
    }

    .bsa-ux__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bsa-ux__summary-item:nth-child(2) {
        border-right: 0;
    }

    .bsa-ux__summary-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--bsa-line-soft);
    }

    .bsa-ux__quick-filters {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

    .bsa-ux__app-shell {
        width: calc(100vw - 32px);
    }

    .bsa-ux__hero,
    .bsa-ux__methodology-hero {
        grid-template-columns: 1fr;
    }

    .bsa-ux__hero-dashboard {
        max-width: 680px;
    }

    .bsa-ux__score-classes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bsa-ux__quick-filters .bsa-ux__button {
        justify-self: start;
    }

    .bsa-ux__methodology-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bsa-ux__methodology-grid article {
        border-bottom: 1px solid var(--bsa-line);
    }

    .bsa-ux__methodology-grid article:nth-child(3) {
        border-right: 0;
    }

    .bsa-ux__methodology-grid article:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .bsa-ux {
        width: min(100% - 24px, 680px);
        margin-top: 20px;
    }

    .bsa-ux--member,
    .bsa-ux--teaser {
        width: min(100% - 24px, 680px);
    }

    .bsa-ux--methodology {
        width: min(100% - 24px, 680px);
    }

    .bsa-ux__app-shell {
        width: calc(100vw - 24px);
    }

    .bsa-ux__app-shell--hero {
        padding: 16px 20px 28px;
    }

    .wrapper-language-switcher a,
    .wrapper-language-switcher button {
        min-height: 44px;
    }

    .bsa-ux h1 {
        font-size: 30px;
    }

    .bsa-ux__hero {
        display: grid;
        gap: 18px;
        padding-top: 26px;
    }

    .bsa-ux--member .bsa-ux__hero h1 {
        font-size: clamp(34px, 9vw, 52px);
        line-height: 1.02;
    }

    .bsa-ux__hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bsa-ux__hero-meta {
        justify-self: start;
    }

    .bsa-ux__summary {
        grid-template-columns: 1fr;
    }

    .bsa-ux__summary-item,
    .bsa-ux__summary-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--bsa-line-soft);
    }

    .bsa-ux__summary-item:last-child {
        border-bottom: 0;
    }

    .bsa-ux__toolbar {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .bsa-ux__toolbar > .bsa-ux__button {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .bsa-ux__columns {
        grid-column: 2;
        grid-row: 1;
    }

    .bsa-ux__quick-filters {
        grid-template-columns: 1fr 1fr;
    }

    .bsa-ux__button,
    .bsa-ux__icon-button,
    .bsa-ux__field input,
    .bsa-ux__field select,
    .bsa-ux__range-field input {
        min-height: 44px;
    }

    .bsa-ux__table-scroll,
    .bsa-ux__scroll-hint {
        display: none;
    }

    .bsa-ux__mobile-results {
        display: grid;
        gap: 10px;
        padding: 10px;
    }

    .bsa-ux__mobile-card {
        padding: 16px;
        border: 1px solid var(--bsa-line);
        border-radius: 6px;
        background: var(--bsa-surface);
        cursor: pointer;
    }

    .bsa-ux__mobile-card:focus-visible {
        outline: 3px solid rgba(242, 178, 51, 0.35);
        outline-offset: 2px;
    }

    .bsa-ux__mobile-card-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }

    .bsa-ux__mobile-card h3 {
        margin: 0;
        font-size: 18px;
    }

    .bsa-ux__mobile-card h3 span {
        display: block;
        margin-top: 3px;
        color: var(--bsa-ink-soft);
        font-size: 12px;
        font-weight: 500;
    }

    .bsa-ux__mobile-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }

    .bsa-ux__mobile-metrics span {
        display: grid;
        color: var(--bsa-ink-soft);
        font-size: 11px;
    }

    .bsa-ux__mobile-metrics strong {
        color: var(--bsa-ink);
        font-size: 14px;
    }

    .bsa-ux__result-bar,
    .bsa-ux__pagination {
        align-items: flex-start;
    }

    .bsa-ux__company-dialog {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        max-height: 100dvh;
        height: 100dvh;
        border: 0;
        border-radius: 0;
        transform: translateY(12px);
    }

    .bsa-ux__company-dialog.is-open {
        transform: translateY(0);
    }

    .bsa-ux__company-content {
        max-height: none;
    }

    .bsa-ux__detail-grid,
    .bsa-ux__detail-grid--two,
    .bsa-ux__scenario {
        grid-template-columns: 1fr;
    }

    .bsa-ux__metric-list {
        grid-template-columns: 1fr 1fr;
    }

    .bsa-ux__teaser-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 30px 22px;
    }

    .bsa-ux__teaser-signal {
        display: none;
    }

    .bsa-ux__access-compare {
        grid-template-columns: 1fr;
    }

    .bsa-ux__access-compare-member {
        border-top: 1px solid var(--bsa-line);
        border-left: 0;
    }

    .bsa-ux__methodology-grid {
        grid-template-columns: 1fr;
    }

    .bsa-ux__methodology-sections {
        grid-template-columns: 1fr;
    }

    .bsa-ux__methodology-hero {
        padding: 28px 22px;
    }

    .bsa-ux__methodology-hero h1 {
        font-size: clamp(34px, 9vw, 48px);
    }

    .bsa-ux__formula,
    .bsa-ux__demo-calculation,
    .bsa-ux__score-classes,
    .bsa-ux__faq {
        grid-template-columns: 1fr;
    }

    .bsa-ux__formula p {
        max-width: none;
    }

    .bsa-ux__methodology-grid article,
    .bsa-ux__methodology-grid article:nth-child(3),
    .bsa-ux__methodology-grid article:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid var(--bsa-line);
    }

    .bsa-ux__methodology-grid article:last-child {
        border-bottom: 0;
    }

    .bsa-ux__catalyst-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .bsa-ux h1 {
        font-size: 27px;
    }

    .bsa-ux__hero-copy > p:last-child,
    .bsa-ux__teaser-hero > div > p:last-of-type,
    .bsa-ux__methodology-hero > p:last-of-type {
        font-size: 15px;
    }

    .bsa-ux__quick-filters {
        grid-template-columns: 1fr;
    }

    .bsa-ux__hero-metrics {
        grid-template-columns: 1fr;
    }

    .bsa-ux__hero-dashboard,
    .bsa-ux__methodology-block,
    .bsa-ux__methodology-sections section,
    .bsa-ux__methodology-note {
        padding: 18px;
    }

    .bsa-ux__quick-filters .bsa-ux__button {
        width: 100%;
    }

    .bsa-ux__result-bar,
    .bsa-ux__pagination {
        display: grid;
    }

    .bsa-ux__pagination nav {
        justify-self: end;
    }

    .bsa-ux__range-field {
        grid-template-columns: 1fr 1fr;
    }

    .bsa-ux__range-field > span {
        grid-column: 1 / -1;
    }

    .bsa-ux__drawer > footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .bsa-ux__drawer > footer .bsa-ux__button {
        min-width: 0;
        padding: 0 10px;
    }

    .bsa-ux__company-head h2 {
        font-size: 24px;
    }

    .bsa-ux__company-content,
    .bsa-ux__company-head {
        padding: 16px;
    }

    .bsa-ux__metric-list {
        grid-template-columns: 1fr;
    }

    .bsa-ux__mobile-metrics {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bsa-ux *,
    .bsa-ux *::before,
    .bsa-ux *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
