.eon-ratings {
	--er-ink: #0c1b33;
	--er-blue: #b8893f;
	--er-green: #187849;
	--er-gold: #b8893f;
	--er-red: #b64343;
	--er-muted: #667085;
	--er-line: #ded6c8;
	--er-paper: #f7f3eb;
	color: #172033;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eon-ratings *, .eon-ratings *::before, .eon-ratings *::after { box-sizing: border-box; }
.eon-ratings__overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.eon-ratings__overview > div { min-height: 112px; padding: 18px 20px; background: #fff; border: 1px solid var(--er-line); border-radius: 11px; box-shadow: 0 5px 18px rgba(12,27,51,.035); }
.eon-ratings__overview small, .eon-ratings__overview strong, .eon-ratings__overview span { display: block; }
.eon-ratings__overview small { color: var(--er-muted); font-size: .72rem; }
.eon-ratings__overview strong { margin-top: 5px; color: var(--er-ink); font-size: 1.65rem; line-height: 1.1; }
.eon-ratings__overview strong.is-date { font-size: 1.15rem; }
.eon-ratings__overview span { margin-top: 6px; color: var(--er-blue); font-size: .69rem; }
.eon-ratings__workspace { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 14px; align-items: start; }
.eon-ratings__toolbar { display: grid; gap: 12px; position: sticky; top: 92px; padding: 14px; background: #fff; border: 1px solid var(--er-line); border-radius: 10px; }
.eon-ratings__filter-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid var(--er-line); }
.eon-ratings__filter-head strong { color: var(--er-ink); font-size: .82rem; }
.eon-ratings__filter-head button { padding: 0; color: var(--er-blue); background: transparent; border: 0; font-size: .66rem; font-weight: 750; cursor: pointer; }
.eon-ratings__toolbar label { display: grid; gap: 4px; min-width: 0; }
.eon-ratings__toolbar label > span:not(.screen-reader-text) { color: var(--er-muted); font-size: .7rem; font-weight: 700; }
.eon-ratings__toolbar input, .eon-ratings__toolbar select { width: 100%; min-height: 41px; padding: 7px 10px; color: var(--er-ink); background: #fff; border: 1px solid #bdc7d6; border-radius: 6px; font-size: .82rem; }
.eon-ratings__result-count { color: var(--er-muted); font-size: .67rem; text-align: center; }
.eon-ratings__results { min-width: 0; }
.eon-ratings__table-wrap { overflow-x: auto; border: 1px solid var(--er-line); border-radius: 11px; background: #fff; }
.eon-ratings__table { width: 100%; min-width: 1290px; margin: 0; border: 0; border-collapse: collapse; table-layout: fixed; font-size: .75rem; }
.eon-ratings__table th, .eon-ratings__table td { padding: 14px 12px; vertical-align: middle; border: 0; border-right: 1px solid #e6eaf0; border-bottom: 1px solid #e6eaf0; text-align: left; }
.eon-ratings__table th:last-child, .eon-ratings__table td:last-child { border-right: 0; }
.eon-ratings__table tbody tr:last-child td { border-bottom: 0; }
.eon-ratings__table tbody tr:hover { background: #fbfcfe; }
.eon-ratings__row-link { cursor: pointer; }
.eon-ratings__row-link:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(184,137,63,.45); outline-offset: -3px; }
.eon-ratings__table th { padding-top: 12px; padding-bottom: 12px; color: var(--er-ink); background: #f7f9fc; font-size: .68rem; font-weight: 800; letter-spacing: .02em; }
.eon-ratings__table th:nth-child(1) { width: 165px; }
.eon-ratings__table th:nth-child(2) { width: 72px; }
.eon-ratings__table th:nth-child(3) { width: 140px; }
.eon-ratings__table th:nth-child(4) { width: 105px; }
.eon-ratings__table th:nth-child(5) { width: 345px; }
.eon-ratings__table th:nth-child(6) { width: 120px; }
.eon-ratings__table th:nth-child(7) { width: 115px; }
.eon-ratings__table th:nth-child(8) { width: 78px; }
.eon-ratings__table th:nth-child(9) { width: 90px; }
.eon-ratings__table td strong, .eon-ratings__table td small { display: block; }
.eon-ratings__table td small { margin-top: 2px; color: var(--er-muted); font-size: .66rem; line-height: 1.35; }
.eon-company { display: flex; align-items: center; gap: 10px; color: var(--er-ink); text-decoration: none; }
.eon-company:hover { color: var(--er-blue); }
.eon-company__mark { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: #8f6724; background: #f6efe3; border: 1px solid #dfc99f; border-radius: 8px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.eon-company strong { overflow: hidden; max-width: 120px; white-space: nowrap; text-overflow: ellipsis; }
.eon-company small { color: var(--er-blue) !important; font-weight: 750; }
.eon-ticker { color: var(--er-blue); font-weight: 800; text-decoration: none; }
.eon-sector { display: block; color: var(--er-ink); font-weight: 650; }
.eon-position { display: inline-flex; padding: 3px 6px; border-radius: 5px; font-size: .66rem; font-weight: 750; line-height: 1.25; }
.eon-position--below-p25 { color: var(--er-green); background: #eaf6ef; }
.eon-position--fair-range { color: #976040; background: #f7eee9; }
.eon-position--above-p75 { color: var(--er-red); background: #fff0f0; }
.eon-position--unknown { color: var(--er-muted); background: #eef1f5; }
.eon-rating-stars { display: block; color: var(--er-blue); font-size: .88rem; letter-spacing: .02em; white-space: nowrap; }
.eon-moat { display: inline-flex; padding: 3px 7px; border: 1px solid #d8c49e; border-radius: 5px; color: #8f6724; background: #f8f1e5; font-size: .66rem; font-weight: 750; }
.eon-moat--none, .eon-moat--unrated { color: var(--er-muted); border-color: #bdc5d0; background: #f5f6f8; }
.eon-moat--narrow { color: var(--er-gold); border-color: #e4c783; background: #fffbef; }
.eon-updated { color: var(--er-muted); font-size: .7rem; }
.eon-distribution { min-width: 320px; }
.eon-distribution__labels { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 5px; color: var(--er-muted); font-size: .55rem; line-height: 1.2; text-align: center; }
.eon-distribution__labels span:first-child { text-align: left; }
.eon-distribution__labels span:last-child { text-align: right; }
.eon-distribution__labels strong { color: var(--er-ink); font-size: .6rem; font-weight: 750; }
.eon-distribution__track { position: relative; height: 48px; margin: 0 5px; }
.eon-distribution__whisker { position: absolute; top: 14px; right: 0; left: 0; height: 2px; background: #aeb8c7; }
.eon-distribution__whisker::before, .eon-distribution__whisker::after { position: absolute; top: -4px; width: 1px; height: 10px; content: ""; background: #7c899c; }
.eon-distribution__whisker::before { left: 0; }
.eon-distribution__whisker::after { right: 0; }
.eon-distribution__range { position: absolute; top: 8px; left: 25%; width: 50%; height: 14px; background: #dfe5ee; border: 1px solid #aeb8c7; border-radius: 3px; }
.eon-distribution__median { position: absolute; z-index: 2; top: 3px; left: 50%; width: 3px; height: 24px; transform: translateX(-50%); background: var(--er-blue); border-radius: 3px; }
.eon-distribution__current { position: absolute; z-index: 3; top: 1px; width: 1px; height: 27px; transform: translateX(-50%); border-left: 2px dashed var(--er-green); }
.eon-distribution__current i { position: absolute; top: 30px; left: 50%; padding: 0 2px; color: var(--er-green); background: #fff; font-size: .5rem; font-style: normal; font-weight: 800; line-height: 1.2; white-space: nowrap; transform: translateX(-50%); }
.eon-distribution__current--below i { left: 0; transform: none; }
.eon-distribution__current--above i { right: 0; left: auto; transform: none; }
.eon-distribution--empty { display: grid; place-items: center; min-height: 44px; color: var(--er-muted); background: var(--er-paper); border: 1px dashed #c3cad5; border-radius: 6px; font-size: .7rem; }
.eon-ratings__empty, .eon-ratings-empty { padding: 26px; color: var(--er-muted); background: var(--er-paper); border: 1px dashed #b9c3d1; border-radius: 10px; text-align: center; }
.eon-ratings-empty strong, .eon-ratings-empty span { display: block; }
.eon-ratings__note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 12px; color: var(--er-muted); font-size: .66rem; }
.eon-current-key { width: 2px; height: 16px; border-left: 2px dashed var(--er-green); }
.eon-range-key { width: 22px; height: 10px; background: #dfe5ee; border: 1px solid #aeb8c7; }
.eon-median-key { width: 3px; height: 16px; background: var(--er-blue); }
.eon-ratings--summary .eon-ratings__table-wrap { box-shadow: 0 8px 28px rgba(12,27,51,.05); }

.eon-member-valuations-gate { position: relative; min-width: 1290px; min-height: 920px; overflow: hidden; border-top: 1px solid var(--er-line); background: #fff; }
.eon-ratings__table--locked { min-width: 1290px; filter: blur(4.5px); opacity: .55; pointer-events: none; user-select: none; }
.eon-ratings__table--locked td { height: 92px; }
.eon-ratings__table--locked td:nth-child(1) { width: 165px; }
.eon-ratings__table--locked td:nth-child(2) { width: 72px; }
.eon-ratings__table--locked td:nth-child(3) { width: 140px; }
.eon-ratings__table--locked td:nth-child(4) { width: 105px; }
.eon-ratings__table--locked td:nth-child(5) { width: 345px; }
.eon-ratings__table--locked td:nth-child(6) { width: 120px; }
.eon-ratings__table--locked td:nth-child(7) { width: 115px; }
.eon-ratings__table--locked td:nth-child(8) { width: 78px; }
.eon-ratings__table--locked td:nth-child(9) { width: 90px; }
.eon-locked-line, .eon-locked-company b { display: block; width: var(--eon-lock-width, 98px); height: 12px; background: #aeb8c7; border-radius: 999px; }
.eon-locked-line--small { width: 68px; height: 8px; margin-top: 9px; background: #c1c9d5; }
.eon-locked-line--ticker { width: 42px; background: #c9aa72; }
.eon-locked-company { display: flex; align-items: center; gap: 11px; }
.eon-locked-company i { display: block; flex: 0 0 34px; width: 34px; height: 34px; background: #eadfc9; border: 1px solid #d6bf95; border-radius: 8px; }
.eon-locked-company b { height: 13px; }
.eon-locked-pill { display: block; width: 78px; height: 24px; background: #bdd5c8; border-radius: 6px; }
.eon-locked-pill--short { width: 52px; background: #d8c994; }
.eon-locked-stars { display: block; width: 88px; height: 13px; background: repeating-linear-gradient(90deg, #c9aa72 0 12px, transparent 12px 17px); }
.eon-locked-distribution { position: relative; display: block; width: 100%; height: 54px; }
.eon-locked-distribution::before { position: absolute; top: 8px; right: 0; left: 0; height: 2px; content: ""; background: #9faaba; }
.eon-locked-distribution i { position: absolute; top: 1px; left: 25%; width: 50%; height: 16px; background: #cdd5e1; border: 1px solid #9faaba; border-radius: 3px; }
.eon-locked-distribution b { position: absolute; top: -4px; left: 50%; width: 3px; height: 27px; background: #b8893f; border-radius: 3px; }
.eon-locked-distribution em { position: absolute; top: -5px; left: 18%; height: 29px; border-left: 2px dashed #79a28a; }
.eon-member-valuations-gate__veil { position: absolute; z-index: 3; inset: 0; display: flex; align-items: flex-start; justify-content: center; padding: 76px 20px 42px; color: var(--er-ink); background: linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(247,249,252,.58) 34%, rgba(247,249,252,.76) 100%); border: 0; cursor: pointer; text-align: center; }
.eon-member-valuations-gate__card { position: sticky; top: 155px; display: grid; justify-items: center; width: min(360px, calc(100vw - 60px)); padding: 18px 22px; background: rgba(255,255,255,.96); border: 1px solid #b9c8df; border-radius: 11px; box-shadow: 0 16px 42px rgba(12,27,51,.14); }
.eon-member-valuations-gate__card small { color: var(--er-blue); font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eon-member-valuations-gate__card strong { margin-top: 6px; font-size: 1.05rem; line-height: 1.2; }
.eon-member-valuations-gate__card > span { max-width: 300px; margin-top: 7px; color: var(--er-muted); font-size: .73rem; line-height: 1.4; }
.eon-member-valuations-gate__card em { display: inline-flex; min-height: 35px; align-items: center; justify-content: center; margin-top: 13px; padding: 7px 15px; color: #fff; background: var(--er-blue); border-radius: 6px; font-size: .71rem; font-style: normal; font-weight: 800; }

.eon-access-modal[hidden] { display: none; }
.eon-access-modal { position: fixed; z-index: 1000000; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(7,18,37,.68); backdrop-filter: blur(5px); }
.eon-access-modal__dialog { position: relative; width: min(440px, 100%); max-height: calc(100vh - 44px); padding: 31px; overflow-y: auto; background: #fff; border: 1px solid #c5cfdd; border-radius: 15px; box-shadow: 0 28px 90px rgba(7,18,37,.32); }
.eon-access-modal__close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; padding: 0; color: #526074; background: #f4f6f9; border: 1px solid #d4dbe5; border-radius: 50%; cursor: pointer; font-size: 1.35rem; line-height: 1; }
.eon-access-modal__dialog > small { color: var(--er-blue); font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eon-access-modal__dialog h2 { margin: 8px 35px 10px 0; color: var(--er-ink); font-size: 1.55rem; line-height: 1.18; }
.eon-access-modal__dialog > p { margin: 0; color: var(--er-muted); font-size: .83rem; line-height: 1.55; }
.eon-access-modal__form { display: grid; gap: 13px; margin-top: 22px; }
.eon-access-modal__form label:not(.eon-access-modal__remember) { display: grid; gap: 5px; color: var(--er-ink); font-size: .74rem; font-weight: 750; }
.eon-access-modal__form input[type="text"], .eon-access-modal__form input[type="email"], .eon-access-modal__form input[type="password"] { width: 100%; min-height: 46px; padding: 9px 12px; color: var(--er-ink); background: #fff; border: 1px solid #c9bda9; border-radius: 7px; font-size: .9rem; }
.eon-access-modal__form input:focus { outline: 3px solid rgba(184,137,63,.17); border-color: var(--er-blue); }
.eon-access-modal__remember { display: flex; align-items: center; gap: 8px; color: var(--er-muted); font-size: .74rem; }
.eon-access-modal__status { min-height: 20px; color: var(--er-red); font-size: .74rem; font-weight: 700; }
.eon-access-modal__submit { min-height: 46px; color: #fff; background: var(--er-blue); border: 1px solid var(--er-blue); border-radius: 7px; cursor: pointer; font-size: .82rem; font-weight: 800; }
.eon-access-modal__submit[disabled] { cursor: wait; opacity: .68; }
body.eon-access-modal-open:has(.eon-ratings) { overflow: hidden; }

.eon-density-chart {
	--edc-ink: #0c1b33;
	--edc-blue: #365f8d;
	--edc-green: #187849;
	--edc-red: #c33f49;
	--edc-muted: #667085;
	--edc-line: #dce2ec;
	margin-top: 26px;
	color: var(--edc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eon-density-chart *, .eon-density-chart *::before, .eon-density-chart *::after { box-sizing: border-box; }
.eon-density-chart__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--edc-line); }
.eon-density-chart__heading div { display: grid; gap: 3px; }
.eon-density-chart__heading strong { font-size: 1rem; }
.eon-density-chart__heading span { color: var(--edc-muted); font-size: .76rem; }
.eon-density-chart__axis-note { display: inline-flex; align-items: center; gap: 7px; }
.eon-density-chart__axis-note::before { width: 10px; height: 20px; content: ""; background: rgba(54,95,141,.75); border-radius: 2px 2px 0 0; }
.eon-density-chart__scroller { overflow-x: auto; overflow-y: hidden; padding: 2px 0 8px; }
.eon-density-chart__canvas { min-width: 760px; padding: 0 8px; }
.eon-density-chart__plot { position: relative; height: 238px; border-bottom: 2px solid #8996a9; }
.eon-density-chart__zero-band, .eon-density-chart__outer-band, .eon-density-chart__inner-band { position: absolute; z-index: 0; bottom: 0; height: 144px; pointer-events: none; }
.eon-density-chart__zero-band { left: 0; background: rgba(102,112,133,.055); border-right: 1px dashed rgba(102,112,133,.25); }
.eon-density-chart__outer-band { background: rgba(54,95,141,.055); border: 1px solid rgba(54,95,141,.22); }
.eon-density-chart__inner-band { background: rgba(54,95,141,.09); border-right: 1px solid rgba(54,95,141,.28); border-left: 1px solid rgba(54,95,141,.28); }
.eon-density-chart__gridline { position: absolute; z-index: 1; top: 0; bottom: 0; width: 1px; background: rgba(102,112,133,.18); }
.eon-density-chart__bar { position: absolute; z-index: 2; bottom: 0; height: var(--bar-height); min-width: 2px; background: rgba(54,95,141,var(--bar-alpha)); border-right: 1px solid rgba(255,255,255,.58); border-radius: 3px 3px 0 0; }
.eon-density-chart__bar:hover { background: rgba(12,75,201,.96); }
.eon-density-chart__curve { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; width: 100%; height: 144px; overflow: visible; pointer-events: none; }
.eon-density-chart__curve path { fill: none; stroke: #294b73; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 2px 2px rgba(41,75,115,.14)); }
.eon-density-chart__median { position: absolute; z-index: 4; top: 82px; bottom: 0; width: 0; border-left: 3px solid var(--edc-blue); }
.eon-density-chart__median i { position: absolute; top: -21px; left: 50%; color: var(--edc-blue); font-size: .68rem; font-style: normal; font-weight: 850; transform: translateX(-50%); }
.eon-density-chart__marker { position: absolute; z-index: 5; top: 52px; bottom: 0; width: 0; border-left: 2px solid var(--edc-ink); }
.eon-density-chart__marker i { position: absolute; top: -48px; left: 50%; display: grid; min-width: 128px; padding: 6px 9px; color: var(--edc-ink); background: #fff; border: 1px solid #b9c3d1; border-radius: 7px; box-shadow: 0 5px 14px rgba(12,27,51,.08); font-size: .72rem; font-style: normal; font-weight: 780; line-height: 1.25; text-align: center; white-space: nowrap; transform: translateX(-50%); }
.eon-density-chart__marker i b, .eon-density-chart__marker i small { display: block; }
.eon-density-chart__marker i b { font-size: .62rem; letter-spacing: .02em; text-transform: uppercase; }
.eon-density-chart__marker i small { color: var(--edc-muted); font-size: .58rem; }
.eon-density-chart__marker--latest { top: 108px; border-color: var(--edc-red); border-left-width: 3px; }
.eon-density-chart__marker--latest i { top: -48px; color: var(--edc-red); border-color: rgba(195,63,73,.45); }
.eon-density-chart__ticks { position: relative; height: 34px; }
.eon-density-chart__ticks span { position: absolute; top: 7px; color: var(--edc-muted); font-size: .64rem; transform: translateX(-50%); white-space: nowrap; }
.eon-density-chart__ticks span:first-child { transform: none; }
.eon-density-chart__ticks span:last-child { transform: translateX(-100%); }
.eon-density-chart__ticks b { font-weight: 650; }
.eon-density-chart__quantiles { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 5px; overflow: hidden; border: 1px solid var(--edc-line); border-radius: 9px; }
.eon-density-chart__quantiles span { min-width: 0; padding: 11px 13px; border-right: 1px solid var(--edc-line); }
.eon-density-chart__quantiles span:last-child { border-right: 0; }
.eon-density-chart__quantiles small, .eon-density-chart__quantiles strong { display: block; }
.eon-density-chart__quantiles small { color: var(--edc-muted); font-size: .65rem; }
.eon-density-chart__quantiles strong { overflow: hidden; margin-top: 2px; font-size: .83rem; text-overflow: ellipsis; white-space: nowrap; }
.eon-density-chart__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.eon-density-chart__summary span { padding: 12px 14px; background: #f7f9fc; border-radius: 8px; }
.eon-density-chart__summary small, .eon-density-chart__summary strong { display: block; }
.eon-density-chart__summary small { color: var(--edc-muted); font-size: .66rem; }
.eon-density-chart__summary strong { margin-top: 3px; font-size: .88rem; }
.eon-density-chart__legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 15px; color: var(--edc-muted); font-size: .65rem; }
.eon-density-chart__legend span { display: inline-flex; align-items: center; gap: 6px; }
.eon-density-chart__legend span::before { width: 14px; height: 9px; content: ""; border-radius: 2px; }
.eon-density-chart__legend .is-density::before { background: rgba(54,95,141,.78); }
.eon-density-chart__legend .is-curve::before { width: 18px; height: 0; background: transparent; border-top: 3px solid #294b73; border-radius: 99px; }
.eon-density-chart__legend .is-inner::before { background: rgba(54,95,141,.12); border: 1px solid rgba(54,95,141,.35); }
.eon-density-chart__legend .is-outer::before { background: rgba(54,95,141,.055); border: 1px solid rgba(54,95,141,.22); }
.eon-density-chart__legend .is-model::before { width: 2px; height: 14px; background: var(--edc-ink); }
.eon-density-chart__legend .is-latest::before { width: 3px; height: 14px; background: var(--edc-red); border-radius: 0; }
.eon-density-chart__note { margin: 10px 0 0; color: var(--edc-muted); font-size: .68rem; line-height: 1.5; }
.eon-density-chart--empty { display: grid; place-items: center; min-height: 160px; color: var(--edc-muted); background: #f7f9fc; border: 1px dashed #b9c3d1; border-radius: 9px; }

.eon-admin-fields, .eon-admin-research { padding: 4px 2px; }
.eon-admin-group + .eon-admin-group { padding-top: 14px; margin-top: 15px; border-top: 1px solid #dcdcde; }
.eon-admin-group h3 { margin: 0 0 12px; font-size: 14px; }
.eon-admin-grid { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap: 12px; }
.eon-admin-field { display: grid; align-content: start; gap: 5px; }
.eon-admin-field > span { color: #3c434a; font-size: 12px; font-weight: 650; }
.eon-admin-field input, .eon-admin-field select, .eon-admin-field textarea { width: 100%; }
.eon-admin-research { display: grid; grid-template-columns: repeat(2, minmax(280px, 1fr)); gap: 18px; }

@media (max-width: 1100px) {
	.eon-ratings__workspace { grid-template-columns: 1fr; }
	.eon-ratings__toolbar { position: static; grid-template-columns: repeat(2, minmax(160px, 1fr)); }
	.eon-ratings__filter-head, .eon-ratings__search, .eon-ratings__result-count { grid-column: 1 / -1; }
	.eon-admin-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
	.eon-ratings__toolbar { grid-template-columns: 1fr; }
	.eon-ratings__filter-head, .eon-ratings__search, .eon-ratings__result-count { grid-column: auto; }
	.eon-ratings__overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eon-ratings__table-wrap { overflow: visible; border: 0; background: transparent; }
	.eon-ratings__table { min-width: 0; table-layout: auto; }
	.eon-ratings__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
	.eon-ratings__table, .eon-ratings__table tbody, .eon-ratings__table tr, .eon-ratings__table td { display: block; width: 100%; }
	.eon-ratings__table tr { margin-bottom: 14px; overflow: hidden; background: #fff; border: 1px solid var(--er-line); border-radius: 10px; }
	.eon-ratings__table td { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 10px; padding: 11px 13px; border-right: 0; border-bottom: 1px solid #e6eaf0; }
	.eon-ratings__table td::before { content: attr(data-label); color: var(--er-muted); font-size: .65rem; font-weight: 750; }
	.eon-ratings__table td:last-child { border-bottom: 0; }
	.eon-ratings__distribution { overflow-x: auto; }
	.eon-distribution { min-width: 300px; }
	.eon-admin-grid, .eon-admin-research { grid-template-columns: 1fr; }
	.eon-density-chart__heading { align-items: start; flex-direction: column; }
	.eon-density-chart__quantiles { grid-template-columns: repeat(5, minmax(92px, 1fr)); overflow-x: auto; }
	.eon-density-chart__summary { grid-template-columns: 1fr; }
	.eon-member-valuations-gate { min-width: 0; min-height: 730px; }
	.eon-ratings__table--locked { display: table; min-width: 1080px; }
	.eon-ratings__table--locked tbody { display: table-row-group; }
	.eon-ratings__table--locked tr { display: table-row; margin: 0; border: 0; border-radius: 0; }
	.eon-ratings__table--locked td { display: table-cell; width: auto; height: 72px; padding: 11px; border-right: 1px solid #e6eaf0; }
	.eon-ratings__table--locked td::before { display: none; }
	.eon-member-valuations-gate__veil { position: sticky; left: 0; width: 100vw; min-height: 730px; margin-top: -730px; }
	.eon-member-valuations-gate__card { top: 110px; width: min(330px, calc(100vw - 36px)); padding: 16px 18px; }
	.eon-access-modal__dialog { padding: 27px 22px; }
}

@media (max-width: 460px) {
	.eon-ratings__overview { grid-template-columns: 1fr; }
}

/* Stock Decoder comparison table — v2.4.0. */
.eon-ratings { --er-ink: #07172b; --er-gold: #b8893f; }
.eon-ratings__table--decoder { font-variant-numeric: tabular-nums; }
.eon-ratings__table--full { min-width: 1660px; }
.eon-ratings__table--full th:nth-child(1) { width: 215px; }
.eon-ratings__table--full th:nth-child(2) { width: 120px; }
.eon-ratings__table--full th:nth-child(3) { width: 145px; }
.eon-ratings__table--full th:nth-child(4) { width: 145px; }
.eon-ratings__table--full th:nth-child(5) { width: 135px; }
.eon-ratings__table--full th:nth-child(6) { width: 115px; }
.eon-ratings__table--full th:nth-child(7) { width: 165px; }
.eon-ratings__table--full th:nth-child(8) { width: 210px; }
.eon-ratings__table--full th:nth-child(9) { width: 245px; }
.eon-ratings__table--full th:nth-child(10) { width: 105px; }
.eon-ratings__table--summary { min-width: 1100px; }
.eon-ratings__table--summary th:nth-child(1) { width: 235px; }
.eon-ratings__table--summary th:nth-child(2) { width: 230px; }
.eon-ratings__table--summary th:nth-child(3) { width: 160px; }
.eon-ratings__table--summary th:nth-child(4) { width: 160px; }
.eon-ratings__table--summary th:nth-child(5) { width: 210px; }
.eon-ratings__table--summary th:nth-child(6) { width: 105px; }
.eon-ratings__table--decoder .eon-company strong { max-width: 165px; }
.eon-ratings__table--decoder .eon-company small { max-width: 165px; overflow: hidden; color: var(--er-blue) !important; text-overflow: ellipsis; white-space: nowrap; }
.eon-driver-value { color: var(--er-ink); font-size: .79rem; line-height: 1.35; }
.eon-fv-range { color: var(--er-ink); font-size: .72rem; white-space: normal; }
.eon-compact-range { display: block; min-width: 190px; color: var(--er-ink); font-variant-numeric: tabular-nums; }
.eon-compact-range__numbers { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 5px; font-size: .62rem; font-weight: 700; }
.eon-compact-range__numbers span { color: var(--er-muted); }
.eon-compact-range__numbers strong { font-size: .62rem; }
.eon-compact-range__caption { display: block; margin-top: 2px; color: #147a63; font-size: .57rem; font-weight: 800; line-height: 1.25; }
.eon-compact-range--empty { display: inline-flex; align-items: center; min-height: 42px; color: var(--er-muted); font-size: .68rem; }
.eon-expectation-gap { display: inline-flex; padding: 6px 8px; color: #6d4d14; background: #fff8e8; border: 1px solid #ead4a7; border-radius: 7px; font-size: .67rem; font-weight: 750; line-height: 1.35; }
.eon-expectation-gap.is-pending { color: var(--er-muted); background: #f2f4f7; border-color: #d5dbe4; }
.eon-open-decoder { color: var(--er-blue); font-size: .7rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.eon-ratings__note { max-width: 1000px; line-height: 1.55; }
.eon-member-valuations-gate { min-width: 1660px; min-height: 390px; }
.eon-ratings--summary .eon-member-valuations-gate { min-width: 1100px; }
.eon-ratings__table--locked { width: 100%; min-width: 100%; table-layout: fixed; }
.eon-ratings__table--locked td { width: auto !important; }
.eon-member-valuations-gate__veil { padding-top: 58px; }

@media (max-width: 720px) {
	.eon-ratings__table--full,
	.eon-ratings__table--summary { min-width: 0; }
	.eon-ratings__table--decoder .eon-company strong,
	.eon-ratings__table--decoder .eon-company small { max-width: none; }
	.eon-member-valuations-gate,
	.eon-ratings--summary .eon-member-valuations-gate { min-width: 0; min-height: 430px; overflow-x: auto; }
	.eon-ratings__table--locked { display: table; min-width: 980px; }
	.eon-member-valuations-gate__veil { position: sticky; left: 0; width: 100vw; min-height: 430px; margin-top: -430px; }
}

/* Registration and Premium access — v2.5.0. */
.eon-protected-valuation { min-height: 70vh; color: #172033; background: #f7f3eb; }
.eon-protected-valuation__shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eon-protected-valuation__hero { padding: 58px 0 44px; color: #cbd6e3; background: radial-gradient(circle at 84% 18%, rgba(184,137,63,.24), transparent 32%), linear-gradient(135deg, #061326, #0c2038); }
.eon-protected-valuation__hero p { margin: 0; color: #b8893f; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eon-protected-valuation__hero h1 { margin: 7px 0 15px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.eon-protected-valuation__hero a { color: #d9e1ea; font-size: .8rem; text-decoration: none; }
.eon-protected-valuation > .eon-protected-valuation__shell { padding-block: 52px 78px; }

/* Imported valuation-components payload. The source HTML remains intact; only its visitor workbook controls are hidden. */
.eon-imported-valuation { min-height:70vh; padding:48px 20px 80px; background:#f7f3eb; }
.eon-imported-valuation__shell { width:min(1360px, 100%); margin-inline:auto; }
.eon-imported-valuation #valuation-components-app .model-upload,
.eon-imported-valuation #valuation-components-app .reported-history-upload,
.eon-imported-valuation #valuation-components-app > .igr-upload { display:none !important; }

@media (max-width:760px) {
	.eon-imported-valuation { padding:24px 10px 48px; }
}
.eon-registration-gate { --er-ink: #07172b; --er-blue: #b8893f; --er-red: #b64343; --er-muted: #68717c; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .72fr); align-items: start; gap: clamp(42px, 7vw, 88px); color: #172033; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.eon-registration-gate__intro { padding-top: 22px; }
.eon-access-eyebrow { margin: 0; color: #8f6724; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eon-registration-gate__intro h1 { max-width: 650px; margin: 10px 0 18px; color: #07172b; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; }
.eon-registration-gate__intro > p:not(.eon-access-eyebrow) { max-width: 650px; color: #68717c; font-size: 1rem; line-height: 1.7; }
.eon-registration-gate__intro ul,
.eon-premium-purchase-card ul { padding: 0; margin: 27px 0 0; list-style: none; }
.eon-registration-gate__intro li,
.eon-premium-purchase-card li { position: relative; padding: 9px 0 9px 25px; color: #334155; font-size: .83rem; }
.eon-registration-gate__intro li::before,
.eon-premium-purchase-card li::before { position: absolute; left: 0; color: #b8893f; content: "✓"; font-weight: 900; }
.eon-registration-gate__card { padding: clamp(24px, 3vw, 34px); background: #fffdf8; border: 1px solid #d8ccb8; border-radius: 17px; box-shadow: 0 20px 60px rgba(7,23,43,.11); }
.eon-registration-gate__card h2 { margin: 0 0 19px; color: #07172b; font-size: 1.55rem; }
.eon-email-access__lead { margin: -8px 0 20px; color: #68717c; font-size: .8rem; line-height: 1.55; }
.eon-email-access__verify[hidden] { display: none; }
.eon-email-access__verify input[name="code"] { font-size: 1.35rem; font-weight: 800; letter-spacing: .3em; text-align: center; }
.eon-email-access__sent { margin: 0 0 3px; padding: 11px 12px; color: #31455f; background: #f1f5fa; border: 1px solid #d4deea; border-radius: 7px; font-size: .75rem; line-height: 1.45; }
.eon-email-access__restart { padding: 2px; color: #8f6724; background: transparent; border: 0; cursor: pointer; font-size: .73rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.eon-email-access__privacy { margin: 18px 0 0; padding-top: 15px; color: #7c8490; border-top: 1px solid #ded6c8; font-size: .67rem; line-height: 1.55; }
.eon-email-access__privacy a { color: #70501b; }
.eon-social-auth { display: grid; gap: 10px; }
.eon-social-auth__button { display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; min-height: 48px; padding: 8px 13px; color: #172033; background: #fff; border: 1px solid #cfc4b3; border-radius: 8px; font-size: .8rem; font-weight: 750; text-align: center; text-decoration: none; }
.eon-social-auth__button > span { display: grid; place-items: center; width: 27px; height: 27px; color: #07172b; background: #f3ede3; border-radius: 50%; font-size: .72rem; font-weight: 850; }
.eon-social-auth__button:hover { color: #07172b; border-color: #b8893f; }
.eon-social-auth__button.is-disabled { color: #8a8f98; background: #f5f2ec; cursor: not-allowed; }
.eon-access-divider { display: flex; align-items: center; gap: 12px; margin: 19px 0; color: #7c8490; font-size: .68rem; text-transform: uppercase; }
.eon-access-divider::before,
.eon-access-divider::after { flex: 1; height: 1px; content: ""; background: #ded6c8; }
.eon-registration-gate .eon-access-modal__form { margin-top: 0; }
.eon-registration-gate .eon-access-modal__form label > small { color: #7c8490; font-size: .62rem; font-weight: 500; }
.eon-existing-account { margin-top: 20px; border-top: 1px solid #ded6c8; }
.eon-existing-account summary { padding-top: 17px; color: #8f6724; cursor: pointer; font-size: .76rem; font-weight: 800; text-align: center; }
.eon-existing-account[open] summary { margin-bottom: 18px; }
.eon-premium-purchase-card > small { color: #8f6724; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eon-premium-purchase-card h2 { margin-top: 7px; }
.eon-premium-purchase-card ul { margin-top: 17px; }
.eon-premium-purchase-button { display: flex; align-items: center; justify-content: center; min-height: 49px; margin-top: 24px; color: #fff; background: #8f6724; border-radius: 8px; font-size: .84rem; font-weight: 850; text-decoration: none; }
.eon-premium-purchase-button:hover { color: #fff; background: #70501b; }

@media (max-width: 900px) {
	.eon-registration-gate { grid-template-columns: 1fr; }
	.eon-registration-gate__intro { max-width: 680px; }
	.eon-registration-gate__card { width: min(540px, 100%); }
}

@media (max-width: 520px) {
	.eon-protected-valuation__shell { width: min(100% - 28px, 1180px); }
	.eon-registration-gate__card { padding: 22px 18px; }
}

.eon-ratings__overview { gap: 10px; margin-bottom: 12px; }
.eon-ratings__overview > div { min-height: 0; padding: 13px 15px; border-radius: 9px; }
.eon-ratings__overview small { font-size: .66rem; font-weight: 750; }
.eon-ratings__overview strong { margin-top: 3px; font-size: 1.38rem; }
.eon-ratings__overview strong.is-date { font-size: .98rem; }
.eon-ratings__overview span { margin-top: 3px; font-size: .61rem; }

.eon-ratings__toolbar--archive { display: grid; grid-template-columns: minmax(190px, 1.45fr) repeat(4, minmax(115px, .82fr)) auto auto; align-items: end; gap: 10px; position: static; padding: 11px 12px; margin-bottom: 12px; border-radius: 9px; }
.eon-ratings__toolbar--archive label { gap: 3px; }
.eon-ratings__toolbar--archive input,
.eon-ratings__toolbar--archive select { min-height: 37px; padding: 6px 9px; font-size: .76rem; }
.eon-ratings__toolbar--archive label > span:not(.screen-reader-text) { font-size: .62rem; }
.eon-ratings__reset { min-height: 37px; padding: 7px 11px; color: var(--er-blue); background: #fffaf1; border: 1px solid #e2c998; border-radius: 6px; cursor: pointer; font-size: .69rem; font-weight: 800; }
.eon-ratings__reset:hover,
.eon-ratings__reset:focus-visible { color: #72501b; border-color: var(--er-blue); }
.eon-ratings__result-count { padding-bottom: 10px; font-size: .68rem; text-align: right; white-space: nowrap; }

.eon-ratings__table--archive { min-width: 0; font-size: .72rem; }
.eon-ratings__table--archive .eon-ratings__col-company { width: 15%; }
.eon-ratings__table--archive .eon-ratings__col-range { width: 23%; }
.eon-ratings__table--archive .eon-ratings__col-market { width: 12%; }
.eon-ratings__table--archive .eon-ratings__col-growth { width: 11%; }
.eon-ratings__table--archive .eon-ratings__col-moat { width: 8%; }
.eon-ratings__table--archive .eon-ratings__col-safety { width: 10%; }
.eon-ratings__table--archive .eon-ratings__col-gap { width: 13%; }
.eon-ratings__table--archive .eon-ratings__col-updated { width: 8%; }
.eon-ratings__table--archive th,
.eon-ratings__table--archive td { padding: 11px 10px; }
.eon-ratings__table--archive th { font-size: .63rem; }
.eon-ratings__table--archive .eon-company { gap: 0; }
.eon-ratings__table--archive .eon-company strong { max-width: none; color: var(--er-ink); font-size: .82rem; line-height: 1.25; white-space: normal; }
.eon-ratings__table--archive .eon-company small { margin-top: 4px; color: var(--er-blue) !important; font-size: .64rem; letter-spacing: .04em; }
.eon-ratings__table--archive .eon-company:focus-visible { outline: 3px solid rgba(184,137,63,.3); outline-offset: 3px; border-radius: 3px; }
.eon-ratings__table--archive .eon-driver-value,
.eon-growth-path { color: var(--er-ink); font-size: .77rem; font-weight: 750; line-height: 1.35; }
.eon-status-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 7px; color: var(--er-muted); background: #f2f4f7; border: 1px solid #d5dbe4; border-radius: 999px; font-size: .62rem; font-weight: 800; }
.eon-moat,
.eon-margin-safety { display: inline-flex; color: var(--er-ink); font-size: .68rem; font-weight: 800; line-height: 1.3; }
.eon-moat--wide { color: #147a63; }
.eon-moat--narrow { color: #8f6724; }
.eon-moat--unrated { color: var(--er-muted); }
.eon-ratings__table--archive .eon-expectation-gap { padding: 4px 7px; font-size: .62rem; }
.eon-ratings__table--archive .eon-updated { font-size: .65rem; line-height: 1.35; }
.eon-ratings__table--archive + * { min-width: 0; }
.eon-ratings__table-wrap--archive { overflow: hidden; }
.eon-ratings__note { max-width: none; margin-top: 10px; font-size: .65rem; line-height: 1.45; }

.eon-compact-range { min-width: 0; }
.eon-compact-range__numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-bottom: 5px; }
.eon-compact-range__numbers span:nth-child(2) { text-align: center; }
.eon-compact-range__numbers span:last-child { text-align: right; }
.eon-compact-range__numbers small,
.eon-compact-range__numbers strong { display: block; }
.eon-compact-range__numbers small { color: var(--er-muted); font-size: .54rem; font-weight: 750; }
.eon-compact-range__numbers strong { color: var(--er-ink); font-size: .62rem; font-weight: 800; }
.eon-compact-range__caption { min-height: 12px; margin-top: 1px; color: var(--er-green); font-size: .56rem; line-height: 1.15; }
.eon-compact-range__caption--below-p50 { color: #147a63; }
.eon-compact-range__caption--above-p50 { color: var(--er-red); }
.eon-compact-range__caption--at-p50 { color: var(--er-gold); }
.eon-compact-range__caption--unavailable { color: var(--er-muted); }
.eon-compact-range__eyebrow { display: block; margin-bottom: 2px; color: var(--er-muted); font-size: .54rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.eon-compact-range__price-axis { position: relative; height: 25px; margin: 2px 1px 0; }
.eon-compact-range__axis-track { position: absolute; right: 0; bottom: 2px; left: 0; display: block; height: 7px; overflow: visible; background: #e8edf3; border-radius: 99px; }
.eon-compact-range__axis-track i { position: absolute; display: block; pointer-events: none; }
.eon-compact-range__axis-range { top: 0; bottom: 0; min-width: 4px; background: var(--er-gold); border-radius: 99px; }
.eon-compact-range__axis-median { top: -3px; bottom: -3px; left: 50%; width: 2px; background: #9c6f29; transform: translateX(-50%); }
.eon-compact-range__axis-current { top: -4px; width: 3px; height: 15px; background: var(--er-gold); border-radius: 99px; transform: translateX(-50%); }
.eon-compact-range__axis-current--below { background: #147a63; }
.eon-compact-range__axis-current--above { background: var(--er-red); }
.eon-compact-range__axis-price-label { position: absolute; bottom: 12px; color: #8f6724; font-size: .52rem; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }
.eon-compact-range__axis-price-label--below { color: #147a63; }
.eon-compact-range__axis-price-label--above { color: var(--er-red); }
.eon-compact-range__axis-price-label--start { transform: none; }
.eon-compact-range__axis-price-label--end { transform: translateX(-100%); }
.eon-compact-range__axis-limits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: -1px; color: var(--er-muted); font-size: .47rem; font-weight: 700; line-height: 1.1; }
.eon-compact-range__axis-limits span:nth-child(2) { text-align: center; }
.eon-compact-range__axis-limits span:last-child { text-align: right; }

/* v2.6.4: homepage summary is intentionally compact and cannot affect theme tables. */
.eon-ratings.eon-ratings--summary .eon-ratings__table-wrap,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table-wrap { overflow: hidden; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary { min-width: 0; table-layout: fixed; font-size: .7rem; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-company,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-company { width: 14%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-range,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-range { width: 25%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-market,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-market { width: 12%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-growth,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-growth { width: 11%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-moat,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-moat { width: 8%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-safety,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-safety { width: 11%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-payout,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-payout { width: 9%; }
.eon-ratings.eon-ratings--summary .eon-ratings__col-earnings,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__col-earnings { width: 10%; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary th,
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary td,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary th,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary td { padding: 8px 8px; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary th,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary th { font-size: .61rem; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary .eon-company,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary .eon-company { gap: 0; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary .eon-company strong,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary .eon-company strong { max-width: none; font-size: .78rem; white-space: normal; }
.eon-ratings.eon-ratings--summary .eon-ratings__table--summary .eon-company small,
.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary .eon-company small { margin-top: 3px; font-size: .61rem; }
.eon-ratings .eon-margin-safety.is-positive { color: var(--er-green); }
.eon-ratings .eon-margin-safety.is-negative { color: var(--er-red); }
.eon-ratings .eon-margin-safety.is-pending,
.eon-ratings .eon-margin-safety.is-neutral { color: var(--er-muted); }
.eon-ratings .eon-metric-label { display: block; margin-top: 3px; color: var(--er-muted); font-size: .56rem; font-weight: 650; line-height: 1.25; }
.eon-next-earnings { display: inline-flex; flex-direction: column; gap: .1rem; color: var(--er-ink); line-height: 1.15; white-space: nowrap; }
.eon-next-earnings strong { color: var(--er-ink); font-size: .72rem; font-weight: 750; }
.eon-next-earnings small { color: var(--er-muted); font-size: .62rem; font-weight: 700; }
.eon-next-earnings.is-due { color: #8f6724; }
.eon-next-earnings.is-passed,
.eon-next-earnings.is-tbd { color: var(--er-muted); }

/* WordPress-owned editorial section beneath the trusted imported decoder document. */
.eon-editorial-view { max-width: 1120px; margin: 28px auto 44px; padding: 0 20px; }
.eon-editorial-view__inner { padding: 26px 28px; color: #10233d; background: #fff; border: 1px solid #dbe3ec; border-radius: 12px; box-shadow: 0 8px 26px rgba(15,35,61,.06); }
.eon-editorial-view__eyebrow { margin: 0 0 5px; color: #b8893f; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eon-editorial-view h2 { margin: 0 0 22px; color: #08213e; font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.15; }
.eon-editorial-view__section { padding: 15px 0; border-top: 1px solid #e5eaf0; }
.eon-editorial-view__section h3 { margin: 0 0 7px; color: #08213e; font-size: .91rem; line-height: 1.25; }
.eon-editorial-view__copy { color: #43556c; font-size: .91rem; line-height: 1.65; }
.eon-editorial-view__copy p { margin: 0 0 10px; }
.eon-editorial-view__copy p:last-child { margin-bottom: 0; }
#valuation-components-app .eon-wp-editorial-panel__section { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(33,68,104,.15); }
#valuation-components-app .eon-wp-editorial-panel__section h4 { margin: 0 0 7px; color: inherit; font-size: .94rem; line-height: 1.3; }
#valuation-components-app .eon-wp-editorial-panel__copy { white-space: pre-line; line-height: 1.65; }

/* Email-only valuation gate — v3.0.3. Protected analysis is represented by a visual shell, never sent to guests. */
.eon-email-gated-valuation .eon-protected-valuation__hero { padding-bottom: 34px; }
.eon-protected-valuation__public-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: -3px 0 18px; }
.eon-protected-valuation__public-meta span { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 10px; color: #f3e6cf; background: rgba(184,137,63,.16); border: 1px solid rgba(213,174,108,.35); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .035em; }
.eon-valuation-preview-lock { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #f7f3eb; }
.eon-valuation-preview-lock__preview { padding: 38px 0 70px; filter: blur(6px); opacity: .5; transform: scale(1.012); transform-origin: top center; pointer-events: none; user-select: none; }
.eon-valuation-preview-lock__preview nav { display: flex; gap: 10px; margin-bottom: 22px; padding: 13px 16px; background: #fff; border: 1px solid #d8ccb8; border-radius: 11px; }
.eon-valuation-preview-lock__preview nav span { padding: 8px 13px; color: #173252; background: #edf2f8; border-radius: 6px; font-size: .73rem; font-weight: 800; }
.eon-valuation-preview-lock__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.eon-valuation-preview-lock__grid > div { min-height: 190px; padding: 23px; background: #fff; border: 1px solid #d8ccb8; border-radius: 13px; box-shadow: 0 8px 25px rgba(7,23,43,.06); }
.eon-valuation-preview-lock__grid > div.is-wide { grid-column: 1 / -1; }
.eon-valuation-preview-lock__grid small { display: block; margin-bottom: 20px; color: #173252; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.eon-valuation-preview-lock__grid strong { display: block; margin-bottom: 20px; color: #b8893f; font-size: 2rem; letter-spacing: .25em; }
.eon-valuation-preview-lock__grid i { display: block; width: 100%; height: 13px; margin-top: 13px; background: #dbe2eb; border-radius: 999px; }
.eon-valuation-preview-lock__grid i:nth-of-type(2) { width: 88%; }
.eon-valuation-preview-lock__grid i:nth-of-type(3) { width: 73%; }
.eon-valuation-preview-lock__grid i:nth-of-type(4) { width: 81%; }
.eon-valuation-preview-lock__veil { position: absolute; z-index: 4; inset: 0; display: grid; place-items: start center; padding: 68px 20px 48px; background: linear-gradient(180deg, rgba(247,243,235,.18), rgba(247,243,235,.62) 55%, rgba(247,243,235,.92)); }
.eon-valuation-email-card { width: min(520px, 100%); padding: clamp(25px, 4vw, 38px); color: #172033; background: rgba(255,253,248,.98); border: 1px solid #d3c4ad; border-radius: 17px; box-shadow: 0 24px 75px rgba(7,23,43,.22); }
.eon-valuation-email-card h2 { margin: 9px 0 12px; color: #07172b; font-size: clamp(1.65rem, 3vw, 2.15rem); line-height: 1.15; }
.eon-valuation-email-card > p:not(.eon-access-eyebrow):not(.eon-email-access__privacy) { margin: 0; color: #68717c; font-size: .9rem; line-height: 1.6; }
.eon-valuation-email-card .eon-access-modal__form { margin-top: 20px; }
.eon-valuation-email-card .eon-access-modal__submit { background: #b8893f; border-color: #b8893f; }
.eon-valuation-email-card .eon-email-access__privacy { margin-bottom: 0; }
.eon-google-reader-access { margin: 18px 0 20px; }
.eon-google-reader-access__divider { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; color: #7a8491; font-size: .76rem; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.eon-google-reader-access__divider::before,
.eon-google-reader-access__divider::after { content: ''; flex: 1; height: 1px; background: #e1d9cb; }
.eon-google-reader-access__divider span { padding: 0 2px; }
.eon-google-reader-access .nsl-container { margin: 0 !important; }
.eon-google-reader-access .nsl-container-buttons { display: grid !important; width: 100%; }
.eon-google-reader-access .nsl-button { width: 100% !important; max-width: none !important; }
.eon-google-reader-access__notice { margin: 11px 0 0; color: #7a8491; font-size: .76rem; line-height: 1.5; text-align: center; }

/* Valuations library gate — ten-row blurred coverage preview. */
.eon-archive-email-lock { position: relative; min-height: 790px; overflow: hidden; }
.eon-archive-email-lock__preview { padding: 4px 0 60px; filter: blur(5.5px); opacity: .48; pointer-events: none; user-select: none; }
.eon-archive-email-lock__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.eon-archive-email-lock__stats i { display: block; height: 92px; background: #fff; border: 1px solid #d7e0eb; border-radius: 10px; }
.eon-archive-email-lock__filters { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 10px; margin-bottom: 15px; padding: 14px; background: #fff; border: 1px solid #d7e0eb; border-radius: 10px; }
.eon-archive-email-lock__filters i { display: block; height: 42px; background: #eef2f7; border: 1px solid #cbd5e2; border-radius: 7px; }
.eon-archive-email-lock__table { overflow: hidden; background: #fff; border: 1px solid #d7e0eb; border-radius: 10px; }
.eon-archive-email-lock__table > div { display: grid; grid-template-columns: 1.3fr 1.6fr 1.2fr .8fr; gap: 16px; align-items: center; min-height: 54px; padding: 10px 16px; border-bottom: 1px solid #e2e7ed; }
.eon-archive-email-lock__table > div:last-child { border-bottom: 0; }
.eon-archive-email-lock__table > div.is-head { min-height: 48px; color: #173252; background: #edf2f8; font-size: .68rem; font-weight: 850; }
.eon-archive-email-lock__table > div:not(.is-head) span { display: block; width: 86%; height: 11px; background: #cad4e1; border-radius: 999px; }
.eon-archive-email-lock__table > div:not(.is-head) span:nth-child(2) { width: 72%; }
.eon-archive-email-lock__table > div:not(.is-head) span:nth-child(3) { width: 66%; }
.eon-archive-email-lock__table > div:not(.is-head) span:nth-child(4) { width: 55%; }
.eon-archive-email-lock__veil { position: absolute; z-index: 5; inset: 0; display: grid; place-items: start center; padding: 105px 20px 50px; background: linear-gradient(180deg, rgba(247,249,252,.12), rgba(247,249,252,.6) 52%, rgba(247,249,252,.94)); }

@media (max-width: 1000px) {
	.eon-ratings__toolbar--archive { grid-template-columns: repeat(2, minmax(160px, 1fr)); }
	.eon-ratings__toolbar--archive .eon-ratings__search { grid-column: 1 / -1; }
	.eon-ratings__toolbar--archive .eon-ratings__reset,
	.eon-ratings__toolbar--archive .eon-ratings__result-count { grid-row: 2; }
}

@media (max-width: 720px) {
	.eon-archive-email-lock { min-height: 720px; }
	.eon-archive-email-lock__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eon-archive-email-lock__filters { grid-template-columns: 1fr 1fr; }
	.eon-archive-email-lock__filters i:first-child { grid-column: 1 / -1; }
	.eon-archive-email-lock__table > div { grid-template-columns: 1.2fr 1fr; }
	.eon-archive-email-lock__table > div span:nth-child(n+3) { display: none; }
	.eon-archive-email-lock__veil { padding: 62px 4px 40px; }
	.eon-valuation-preview-lock { min-height: 590px; }
	.eon-valuation-preview-lock__preview { padding-top: 24px; }
	.eon-valuation-preview-lock__preview nav { overflow: hidden; white-space: nowrap; }
	.eon-valuation-preview-lock__grid { grid-template-columns: 1fr; }
	.eon-valuation-preview-lock__grid > div.is-wide { grid-column: auto; }
	.eon-valuation-preview-lock__veil { padding: 38px 4px; }
	.eon-valuation-email-card { padding: 25px 20px; }
	.eon-editorial-view { margin: 20px auto 32px; padding: 0 14px; }
	.eon-editorial-view__inner { padding: 20px; }
	.eon-ratings__overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eon-ratings__toolbar--archive { grid-template-columns: 1fr; gap: 8px; }
	.eon-ratings__toolbar--archive .eon-ratings__reset,
	.eon-ratings__toolbar--archive .eon-ratings__result-count { grid-row: auto; }
	.eon-ratings__result-count { padding-bottom: 0; text-align: left; }
	.eon-ratings__table-wrap--archive { overflow: visible; border: 0; background: transparent; }
	.eon-ratings__table--archive,
	.eon-ratings__table--archive tbody,
	.eon-ratings__table--archive tr,
	.eon-ratings__table--archive td { display: block; width: 100%; }
	.eon-ratings__table--archive thead,
	.eon-ratings__table--archive colgroup { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
	.eon-ratings__table--archive tr { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--er-line); border-radius: 9px; }
	.eon-ratings__table--archive td { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 10px; padding: 10px 12px; border-right: 0; border-bottom: 1px solid #e6eaf0; }
	.eon-ratings__table--archive td::before { content: attr(data-label); color: var(--er-muted); font-size: .61rem; font-weight: 800; }
	.eon-ratings__table--archive td:first-child::before { align-self: start; }
	.eon-ratings__table--archive td:last-child { border-bottom: 0; }
	.eon-ratings__table--archive .eon-company { min-width: 0; }
	.eon-ratings__table--archive .eon-compact-range { width: 100%; }
	.eon-ratings__table--archive .eon-compact-range__numbers strong { white-space: nowrap; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table-wrap,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table-wrap { overflow: visible; border: 0; background: transparent; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary,
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary tbody,
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary tr,
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary td,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary tbody,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary tr,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary td { display: block; width: 100%; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary thead,
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary colgroup,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary thead,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary colgroup { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary tr,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary tr { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--er-line); border-radius: 9px; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary td,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary td { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 10px; padding: 10px 12px; border-right: 0; border-bottom: 1px solid #e6eaf0; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary td::before,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary td::before { content: attr(data-label); color: var(--er-muted); font-size: .61rem; font-weight: 800; }
	.eon-ratings.eon-ratings--summary .eon-ratings__table--summary td:last-child,
	.eon-ratings.eon-ratings--archive-summary .eon-ratings__table--summary td:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
	.eon-ratings__overview { grid-template-columns: 1fr; }
	.eon-ratings__table--archive td { grid-template-columns: 1fr; gap: 5px; }
	.eon-ratings__table--archive td::before { margin-bottom: 1px; }
}
.eon-imported-valuation #valuation-components-app,.eon-financials-download{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto}.eon-financials-download{margin-bottom:18px;padding:14px 16px;border:1px solid #dfe5e8;border-radius:10px;background:#f8fafb}.eon-financials-download__button{display:inline-block;padding:10px 15px;border-radius:7px;background:#0c1b33;color:#fff!important;font-weight:700;text-decoration:none}.eon-financials-download__button:hover{background:#172a46}.eon-financials-download p{margin:9px 0 0;color:#53636b;font-size:13px;line-height:1.45}
