/* Uses the original Entasher service-page design tokens. */
.esi-pilot {
    --esi-blue:var(--ent-blue, #264EFF);
    --esi-blue-dark:var(--ent-blue-dark, #1A3DD9);
    --esi-gold:var(--ent-orange, #F7A722);
    --esi-ink:var(--ent-ink, #0E1320);
    --esi-muted:#596174;
    --esi-line:var(--ent-line, #E5E7F0);
    color:var(--esi-ink); background:#fff; border:1px solid var(--esi-line);
    border-radius:20px; margin:28px 0; overflow:hidden;
    font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
    text-align:left; box-shadow:0 8px 28px rgba(15,23,42,.06);
}
.esi-pilot::before {content:"";display:block;height:6px;background:linear-gradient(90deg,var(--esi-blue) 0%,var(--esi-blue) 60%,var(--esi-gold) 60%,var(--esi-gold) 100%)}
.esi-pilot * {box-sizing:border-box}
.esi-pilot p {margin:0}
.esi-header {padding:30px 32px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.esi-pilot .esi-eyebrow {font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--esi-blue);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.esi-mark {width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--esi-gold);display:inline-block}
.esi-pilot h2 {font-size:clamp(24px,2.8vw,30px);line-height:1.25;margin:0 0 12px;font-weight:900;letter-spacing:-.04em;color:var(--esi-ink)}
.esi-pilot .esi-intro {font-size:14px;line-height:1.7;color:var(--esi-muted)}
.esi-pilot .esi-updated {padding:10px 14px;background:#FAFBFF;border:1px solid var(--esi-line);border-radius:14px;font-size:11px;line-height:1.8;color:var(--esi-muted);text-align:left;flex-shrink:0}
.esi-updated time {display:block;color:var(--esi-ink);font-weight:700;font-variant-numeric:tabular-nums}
.esi-overview {margin:0 32px 28px;padding:26px;background:#F3F5FF;border:1px solid #E1E6FF;border-radius:16px;display:flex;align-items:center;gap:28px}
.esi-overview > .esi-total {flex:0 0 220px;display:flex;flex-direction:column;align-items:flex-start;gap:9px;border-left:4px solid var(--esi-gold);padding-left:20px}
.esi-total strong {color:var(--esi-blue);font-size:64px;line-height:1;font-weight:900;letter-spacing:-.06em}
.esi-total span {font-size:16px;font-weight:800;line-height:1.5}
.esi-overview > p:last-child {font-size:13px;line-height:1.8;color:var(--esi-muted);max-width:640px}
.esi-answer {min-width:0;max-width:680px;font-size:13px;line-height:1.8;color:var(--esi-muted)}
.esi-pilot .esi-answer h3 {font-size:16px;margin:0 0 10px}
.esi-pilot .esi-method-link {display:flex;align-items:center;justify-content:center;gap:12px;width:fit-content;max-width:100%;min-height:44px;margin-top:14px;padding:10px 18px;border:1px solid var(--esi-blue);border-radius:999px;background:var(--esi-blue);color:#fff;font-size:12px;font-weight:800;line-height:1.5;text-decoration:none;box-shadow:0 4px 12px rgba(38,78,255,.15)}
.esi-pilot .esi-method-link:hover {background:var(--esi-blue-dark);border-color:var(--esi-blue-dark);color:#fff}
.esi-pilot .esi-method-link:focus-visible {outline:3px solid var(--esi-ink);outline-offset:4px}
.esi-grid {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:24px;padding:0 32px 28px}
.esi-dimension {min-width:0;padding:24px;border:1px solid var(--esi-line);border-radius:16px;background:#fff}
.esi-pilot .esi-section-label {font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--esi-blue)}
.esi-pilot h3 {font-size:18px;line-height:1.4;margin:7px 0 18px;font-weight:800;letter-spacing:-.025em;color:var(--esi-ink)}
.esi-pilot .esi-table {display:table;border-collapse:collapse;width:100%;font-size:13px;line-height:1.6;table-layout:fixed;white-space:normal;margin:0}
.esi-table caption {text-align:left;font-size:12px;line-height:1.65;color:var(--esi-muted);padding:0 0 16px;caption-side:top}
.esi-table th,.esi-table td {padding:13px 0;border-bottom:1px solid var(--esi-line);vertical-align:top}
.esi-table thead th {font-size:10px;text-transform:uppercase;letter-spacing:.025em;color:var(--esi-muted);font-weight:700;padding-top:0}
.esi-table th:first-child {width:56%;padding-right:12px;text-align:left}
.esi-table tbody th {font-weight:600;overflow-wrap:anywhere}
.esi-table td,.esi-table th:not(:first-child) {text-align:right;font-variant-numeric:tabular-nums}
.esi-table tbody td:nth-child(2) {font-weight:800;color:var(--esi-blue)}
.esi-table tbody td:last-child {color:var(--esi-muted)}
.esi-table tbody tr:last-child > * {border-bottom:none;padding-bottom:0}
.esi-empty {border:1px solid #F4E6C9;background:#FFFBF3;border-radius:12px;padding:20px;color:var(--esi-muted);font-size:13px;line-height:1.8}
.esi-pilot .esi-empty p + p {margin-top:14px}
.esi-data-label {display:inline-block;color:var(--esi-ink);background:#FFE9BF;border-radius:999px;padding:5px 10px;font-weight:800;font-size:11px;line-height:1.6;margin-bottom:14px}
.esi-offices {grid-column:1/-1}
.esi-grid-pair {grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.esi-grid-pair .esi-offices {grid-column:auto}
.esi-grid-single {grid-template-columns:minmax(0,1fr)}
.esi-pilot .esi-office-note {font-size:12px;line-height:1.7;color:var(--esi-muted);margin-top:20px;padding-top:16px;border-top:1px solid var(--esi-line)}
.esi-office-heading {display:flex;align-items:flex-start;justify-content:space-between;gap:28px}
.esi-office-heading > p {max-width:330px;font-size:12px;line-height:1.7;color:var(--esi-muted)}
.esi-offices .esi-table th:first-child {width:60%}
.esi-methodology {padding:28px 32px;background:#FAFBFF;border-top:1px solid var(--esi-line);scroll-margin-top:110px}
.esi-pilot .esi-source {font-size:13px;line-height:1.8;color:var(--esi-muted);max-width:900px;margin-bottom:22px}
.esi-methodology h3 {margin-bottom:22px}
.esi-method-toggle {cursor:pointer;min-height:44px;padding:10px 0;font-size:16px;line-height:1.5;font-weight:800;color:var(--esi-ink);overflow-wrap:anywhere}
.esi-method-toggle::marker {color:var(--esi-blue)}
.esi-method-toggle:focus-visible {outline:3px solid var(--esi-blue);outline-offset:4px;border-radius:4px}
#esi-methodology-content {padding-top:22px}
.esi-methodology dl {display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px 28px;font-size:13px;line-height:1.8;margin:0}
.esi-methodology dt {font-weight:800;margin:0}
.esi-methodology dd {margin:0;color:var(--esi-muted)}
.esi-pilot .esi-method-version {font-size:11px;line-height:1.8;color:var(--esi-muted);margin-top:26px;padding-top:18px;border-top:1px solid var(--esi-line)}
@media (max-width:1000px) {
    .esi-grid {grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}
    .esi-dimension {padding:20px}
    .esi-header {display:block}
    .esi-pilot .esi-updated {display:inline-block;margin-top:18px}
    .esi-updated time {display:inline;margin-left:6px}
}
@media (max-width:760px) {
    .esi-pilot {border-radius:16px;margin:24px 0}
    .esi-header {padding:24px 20px 20px}
    .esi-pilot .esi-eyebrow {font-size:10px;letter-spacing:.09em}
    .esi-pilot .esi-updated {font-size:10px;padding:8px 10px}
    .esi-overview {margin:0 20px 24px;padding:20px;display:block}
    .esi-overview > .esi-total {margin-bottom:20px;padding-left:16px}
    .esi-total strong {font-size:56px}
    .esi-total span {font-size:15px}
    .esi-pilot .esi-method-link {width:100%;padding:10px 14px;text-align:center}
    .esi-grid {grid-template-columns:minmax(0,1fr);padding:0 20px 24px;gap:20px}
    .esi-dimension {padding:20px 16px}
    .esi-pilot h3 {font-size:17px}
    .esi-office-heading {display:block}
    .esi-office-heading > p {margin-bottom:18px;max-width:none}
    .esi-methodology {padding:24px 20px}
    .esi-methodology dl {display:block}
    .esi-methodology dt {margin-top:20px}
    .esi-methodology dd {margin-top:5px}
    .esi-pilot .esi-table {font-size:12px}
    .esi-table thead th {font-size:9px;letter-spacing:0}
    .esi-table th:first-child {width:52%;padding-right:8px}
    .esi-offices .esi-table th:first-child {width:52%}
    .esi-empty {padding:16px}
}
@media (max-width:360px) {
    .esi-grid {padding-right:12px;padding-left:12px}
    .esi-overview {margin-right:12px;margin-left:12px}
    .esi-dimension {padding:18px 12px}
    .esi-updated time {display:block;margin-left:0}
}
@media print {
    .esi-pilot {box-shadow:none}
    .esi-dimension {break-inside:avoid}
    .esi-methodology {background:#fff}
    .esi-pilot h2 {font-size:24px}
}

/* Follow the language of the service page; numbers retain a readable direction. */
.esi-pilot[dir="rtl"] { text-align: right; }
.esi-pilot[dir="rtl"] .esi-table th { text-align: right; }
.esi-pilot[dir="rtl"] .esi-table td { text-align: left; direction: ltr; }
.esi-pilot[dir="rtl"] .esi-table th:first-child { padding-left: 12px; padding-right: 0; }
.esi-pilot .esi-table th { overflow-wrap: anywhere; }
.esi-pilot .esi-total strong, .esi-pilot time { unicode-bidi: isolate; direction: ltr; }
