/* 1.5.1 dark visual identity */
.eg-home-dark{--eg-bg:#050914;--eg-surface:#091221;--eg-surface-2:#0d1728;--eg-border:#1d2a40;--eg-text:#f7f9ff;--eg-muted:#94a3b8;--eg-blue:#10b8ff;--eg-violet:#8b5cf6;--eg-magenta:#ec4899;--eg-orange:#ff8a00;--eg-red:#ff3d5f;position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-sizing:border-box;background:radial-gradient(circle at 72% 12%,rgba(16,184,255,.08),transparent 28%),radial-gradient(circle at 25% 32%,rgba(139,92,246,.06),transparent 30%),var(--eg-bg);color:var(--eg-text);padding:0 28px 64px;overflow:hidden}
.eg-home-dark *{box-sizing:border-box}
.eg-home-dark .eg-home-inner{max-width:1260px;margin:0 auto}
.eg-home-dark .eg-brandbar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;border-bottom:1px solid rgba(148,163,184,.12)}
.eg-home-dark .eg-brand-logo{display:block;width:300px;height:auto;max-height:74px;object-fit:contain;object-position:left center}
.eg-home-dark .eg-brand-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap;justify-content:flex-end}
.eg-home-dark .eg-brand-nav a{color:#dce5f4;text-decoration:none;font-size:.82rem;font-weight:700;letter-spacing:.01em}
.eg-home-dark .eg-brand-nav a:hover{color:#fff}
.eg-home-dark .eg-brand-search{width:18px;height:18px;border:2px solid #dce5f4;border-radius:50%;position:relative;display:inline-block}
.eg-home-dark .eg-brand-search:after{content:"";position:absolute;width:7px;height:2px;background:#dce5f4;right:-5px;bottom:-2px;transform:rotate(45deg);border-radius:2px}
.eg-home-dark .eg-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:48px;align-items:center;padding:54px 0 42px}
.eg-home-dark .eg-hero-copy h1{font-size:clamp(2.7rem,5vw,4.5rem);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;max-width:650px}
.eg-home-dark .eg-gradient-word{background:linear-gradient(90deg,#08b9ff 0%,#8058ff 38%,#ec4899 65%,#ff8a00 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.eg-home-dark .eg-hero-copy p{font-size:1.16rem;line-height:1.65;color:#c2ccdc;max-width:640px;margin:0 0 28px}
.eg-home-dark .eg-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}
.eg-home-dark .eg-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:8px;border:1px solid #26344b;color:#f7f9ff;background:#0b1423;text-decoration:none;font-weight:800}
.eg-home-dark .eg-btn-primary{background:linear-gradient(90deg,#10b8ff,#8b5cf6,#ec4899);border:0}
.eg-home-dark .eg-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:680px}
.eg-home-dark .eg-trust-item{padding:12px 13px;border-left:2px solid var(--eg-blue);background:rgba(9,18,33,.62);font-size:.76rem;color:#aab6c8}
.eg-home-dark .eg-trust-item strong{display:block;color:#fff;font-size:.82rem;margin-bottom:3px}
.eg-home-dark .eg-trust-item:nth-child(2){border-color:var(--eg-violet)}.eg-home-dark .eg-trust-item:nth-child(3){border-color:var(--eg-magenta)}
.eg-home-dark .eg-hero-chart{border:1px solid #1d2a40;border-radius:14px;background:linear-gradient(180deg,rgba(9,18,33,.88),rgba(4,9,18,.88));padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.28)}
.eg-home-dark .eg-hero-chart h3{font-size:1.1rem;margin:0 0 3px}.eg-home-dark .eg-hero-chart p{font-size:.82rem;color:#8ea0b7;margin:0 0 12px}
.eg-home-dark .eg-dual-wrap{position:relative;height:300px}.eg-home-dark .eg-dual-chart{width:100%;height:300px;display:block}
.eg-home-dark .eg-chart-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.eg-home-dark .eg-chart-badge{border:1px solid #1d2a40;border-radius:8px;padding:8px 10px;background:#091221;min-width:105px}.eg-home-dark .eg-chart-badge strong{display:block;font-size:1.1rem}.eg-home-dark .eg-chart-badge span{display:block;color:#8493a9;font-size:.68rem;margin-top:2px}.eg-home-dark .eg-chart-badge.blue strong{color:var(--eg-blue)}.eg-home-dark .eg-chart-badge.violet strong{color:#b58cff}
.eg-home-dark .eg-section{padding:30px 0}.eg-home-dark .eg-section-title{text-align:center;margin-bottom:20px}.eg-home-dark .eg-section-title h2{font-size:1.35rem;margin:0}.eg-home-dark .eg-section-title p{color:#8190a5;font-size:.84rem;margin:6px 0 0}
.eg-home-dark .eg-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.eg-home-dark .eg-category{padding:24px 18px;min-height:160px;border:1px solid #20304a;border-radius:10px;background:linear-gradient(180deg,#0b1525,#08101d);text-align:center;text-decoration:none;color:#fff;position:relative;overflow:hidden}.eg-home-dark .eg-category:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:var(--cat,#10b8ff)}.eg-home-dark .eg-category h3{margin:12px 0 5px;font-size:1.1rem}.eg-home-dark .eg-category p{margin:0;color:#91a0b5;font-size:.82rem;line-height:1.4}.eg-home-dark .eg-cat-icon{font-size:2rem;font-weight:900;color:var(--cat,#10b8ff)}
.eg-home-dark .eg-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;border:1px solid #1e2c42;border-radius:12px;background:linear-gradient(100deg,#081321,#091221);padding:28px}.eg-home-dark .eg-kicker{color:#10c6ff;text-transform:uppercase;font-weight:800;font-size:.75rem;letter-spacing:.05em}.eg-home-dark .eg-feature h2{font-size:2rem;margin:7px 0 4px}.eg-home-dark .eg-feature-sub{font-size:1.15rem;color:#dce5f4;margin:0 0 20px}.eg-home-dark .eg-feature-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.eg-home-dark .eg-feature-stat{padding:12px;border:1px solid #20304a;border-radius:7px;background:#07101d}.eg-home-dark .eg-feature-stat strong{font-size:1.25rem}.eg-home-dark .eg-feature-stat span{display:block;color:#8b99ac;font-size:.68rem;margin-top:3px}.eg-home-dark .eg-feature-chart{height:260px}.eg-home-dark .eg-feature-chart canvas{width:100%;height:260px;display:block}
.eg-home-dark .eg-latest{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.eg-home-dark .eg-latest-card{padding:17px;border:1px solid #1d2a40;border-radius:9px;background:#091221}.eg-home-dark .eg-latest-card small{display:block;color:#8291a5;margin-bottom:6px}.eg-home-dark .eg-latest-card strong{font-size:1.45rem}.eg-home-dark .eg-latest-card span{display:block;color:#7f8da0;font-size:.72rem;margin-top:4px}
.eg-home-dark .eg-footer-note{border-top:1px solid #18253a;margin-top:25px;padding-top:18px;color:#6f7d91;font-size:.72rem;text-align:center}
.eg-home-dark .eg-home-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#738399;font-size:.8rem}
@media(max-width:980px){.eg-home-dark .eg-hero{grid-template-columns:1fr}.eg-home-dark .eg-categories{grid-template-columns:repeat(2,1fr)}.eg-home-dark .eg-feature{grid-template-columns:1fr}}
@media(max-width:680px){.eg-home-dark{padding:0 16px 40px}.eg-home-dark .eg-brandbar{min-height:70px}.eg-home-dark .eg-brand-logo{width:220px;max-height:60px}.eg-home-dark .eg-brand-nav{gap:12px}.eg-home-dark .eg-brand-nav a:nth-child(n+3){display:none}.eg-home-dark .eg-hero{padding:38px 0 30px;gap:25px}.eg-home-dark .eg-hero-copy h1{font-size:2.55rem}.eg-home-dark .eg-trust{grid-template-columns:1fr}.eg-home-dark .eg-categories,.eg-home-dark .eg-latest{grid-template-columns:1fr}.eg-home-dark .eg-feature-stats{grid-template-columns:1fr}.eg-home-dark .eg-hero-chart{padding:14px}.eg-home-dark .eg-dual-wrap{height:240px}.eg-home-dark .eg-dual-chart{height:240px}.eg-home-dark .eg-feature-chart,.eg-home-dark .eg-feature-chart canvas{height:220px}}

/* 1.5.2 — Home architecture: the WordPress/Kadence theme owns the site header/footer. */
body.eg-home-page {
  background: #050914;
  color: #f7f9ff;
}
body.eg-home-page .site-header {
  background: #050914;
  border-bottom: 1px solid rgba(148,163,184,.12);
}
body.eg-home-page .site-header .site-container,
body.eg-home-page .site-header .site-header-row-layout-inner {
  background: transparent;
}
body.eg-home-page .site-header a,
body.eg-home-page .site-header .primary-menu-container > ul > li > a {
  color: #e8eef8;
}
body.eg-home-page .site-header a:hover,
body.eg-home-page .site-header .primary-menu-container > ul > li > a:hover {
  color: #10b8ff;
}
body.eg-home-page .entry-header,
body.eg-home-page .page-header {
  display: none !important;
}
body.eg-home-page .site-main,
body.eg-home-page .content-area,
body.eg-home-page .entry-content,
body.eg-home-page .entry-content-wrap,
body.eg-home-page .content-wrap {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.eg-home-page .site-footer {
  background: #050914;
  color: #8ea0b7;
  border-top: 1px solid rgba(148,163,184,.12);
}
body.eg-home-page .site-footer a { color: #9eb0c7; }

/* The page content itself is the dark canvas; do not nest it in a white theme card. */
body.eg-home-page .eg-home-dark {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-height: calc(100vh - 1px);
}

/* 1.5.2 hero contrast and hierarchy */
.eg-home-dark .eg-hero-copy h1 {
  color: #f7f9ff;
  text-shadow: 0 0 24px rgba(16,184,255,.04);
}
.eg-home-dark .eg-hero-copy h1 .eg-gradient-word {
  font-weight: 900;
}
.eg-home-dark .eg-hero-copy p {
  color: #cbd5e1;
}

@media (max-width: 680px) {
  body.eg-home-page .site-header .site-container,
  body.eg-home-page .site-header .site-header-row-layout-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* 1.5.3 — Final Home contrast pass and footer treatment. */
.eg-home-dark .eg-section-title h2,
.eg-home-dark .eg-feature h2,
.eg-home-dark .eg-category h3,
.eg-home-dark .eg-latest-card strong,
.eg-home-dark .eg-latest-card small,
.eg-home-dark .eg-hero-chart h3 {
  color: #f7f9ff;
}

.eg-home-dark .eg-section-title h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eg-home-dark .eg-section-title p,
.eg-home-dark .eg-feature-sub,
.eg-home-dark .eg-category p,
.eg-home-dark .eg-latest-card span {
  color: #91a4bd;
}

.eg-home-dark .eg-feature h2 {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.eg-home-dark .eg-feature-stat strong {
  color: #f7f9ff;
}

/* Keep the theme-owned footer visually integrated with the Home. */
body.eg-home-page .site-footer {
  background: #050914;
  color: #8ea0b7;
  border-top: 1px solid rgba(148,163,184,.14);
}
body.eg-home-page .site-footer .footer-navigation,
body.eg-home-page .site-footer .footer-widget-area,
body.eg-home-page .site-footer .site-footer-row {
  background: transparent;
}
body.eg-home-page .site-footer h2,
body.eg-home-page .site-footer h3,
body.eg-home-page .site-footer h4 {
  color: #f7f9ff;
}
body.eg-home-page .site-footer a {
  color: #9eb0c7;
}
body.eg-home-page .site-footer a:hover {
  color: #10b8ff;
}

@media (max-width: 680px) {
  .eg-home-dark .eg-section-title h2 { font-size: 1.25rem; }
  .eg-home-dark .eg-feature h2 { font-size: 1.65rem; }
}


/* 1.6.0 — Government comparator */
.eg-comparator{background:#050914;color:#f7f9ff;min-height:70vh;padding:0 20px 70px}
.eg-comparator-inner{max-width:1180px;margin:0 auto}
.eg-comparator-hero{padding:58px 0 34px;max-width:820px}.eg-comparator-hero h1{color:#f7f9ff!important;font-size:clamp(2.6rem,5vw,3.65rem);line-height:1.04;margin:8px 0 16px;letter-spacing:-.04em;font-weight:800}.eg-comparator-hero p{font-size:1.05rem;line-height:1.65;color:#9fb0c7;max-width:760px;margin:0}.eg-comparator .eg-kicker{color:#10b8ff;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.eg-comparator-panel{border:1px solid #1d2a40;border-radius:14px;background:linear-gradient(100deg,#081321,#091221);padding:20px;margin-bottom:28px;box-shadow:0 14px 40px rgba(0,0,0,.12)}.eg-comparator-controls{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.eg-comparator-controls label{font-size:.76rem;color:#91a4bd;font-weight:700}.eg-comparator-controls select{display:block;width:100%;margin-top:6px;padding:12px 13px;border-radius:8px;border:1px solid #263752;background:#07101d;color:#f7f9ff;font:inherit;min-height:46px;outline:none}.eg-comparator-controls select:focus{border-color:#10b8ff;box-shadow:0 0 0 3px rgba(16,184,255,.12)}.eg-comparator-controls label{min-width:0}.eg-comparator .eg-btn{cursor:pointer}.eg-comp-status{margin-top:12px;color:#71849d;font-size:.78rem}.eg-comp-status.is-error{color:#ff7b8a;font-weight:700}.eg-comp-result{display:grid;gap:22px}.eg-comp-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.eg-comp-government,.eg-comp-chart-card,.eg-comp-table-card,.eg-comp-method{border:1px solid #1d2a40;border-radius:12px;background:#091221;box-shadow:0 12px 34px rgba(0,0,0,.10)}.eg-comp-government{padding:22px}.eg-comp-seq{color:#10b8ff;font-size:.68rem;font-weight:800;letter-spacing:.06em}.eg-comp-government h3{color:#f7f9ff!important;font-size:1.35rem;line-height:1.2;margin:8px 0 5px;font-weight:750}.eg-comp-party{color:#aab9cd;margin:0;font-size:.82rem}.eg-comp-coalition{display:block;color:#72859e;font-size:.7rem;margin-top:4px}.eg-comp-dates{color:#8193ab;font-size:.75rem;margin:12px 0 18px}.eg-comp-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.eg-comp-mini-grid div{border:1px solid #20304a;border-radius:8px;padding:12px;background:#07101d}.eg-comp-mini-grid strong,.eg-comp-main-value{display:block;font-size:1.45rem;color:#f7f9ff}.eg-comp-mini-grid div:first-child strong{color:#10b8ff}.eg-comp-mini-grid div:last-child strong{color:#a56cff}.eg-comp-mini-grid span,.eg-comp-government>span{color:#8193ab;font-size:.7rem}.eg-comp-main-value{margin-bottom:4px;color:#10b8ff}
.eg-comp-chart-card{padding:24px}.eg-comp-chart-card .eg-section-title{text-align:left;margin-bottom:12px}.eg-comp-chart-card h2,.eg-comp-table-card h2{color:#f7f9ff!important;margin:0}.eg-comp-chart-card .eg-section-title p{color:#8296af!important}.eg-comp-chart-wrap{height:310px}.eg-comp-chart{width:100%;height:310px;display:block}.eg-comp-table-card{padding:24px}.eg-comp-table-wrap{overflow-x:auto;margin-top:12px}.eg-comp-table{width:100%;border-collapse:collapse;font-size:.82rem}.eg-comp-table th,.eg-comp-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #1b2940}.eg-comp-table th{color:#8ea1b9;font-weight:700}.eg-comp-table td{color:#dce5f4}.eg-comp-method{padding:17px 20px;border-left:2px solid #8b5cf6}.eg-comp-method strong{color:#fff}.eg-comp-method p{margin:6px 0 0;color:#8497b0;font-size:.78rem;line-height:1.55}
@media(max-width:900px){.eg-comparator-controls{grid-template-columns:1fr 1fr}.eg-comparator-controls .eg-btn{grid-column:1/-1}.eg-comp-summary-grid{grid-template-columns:1fr}}
@media(max-width:600px){.eg-comparator{padding:0 16px 50px}.eg-comparator-hero{padding-top:40px}.eg-comparator-controls{grid-template-columns:1fr}.eg-comp-chart-card,.eg-comp-table-card{padding:17px}.eg-comp-chart-wrap,.eg-comp-chart{height:280px}}


/* Comparator pages use the same theme-owned dark header/footer as the Home. */
body.eg-comparator-page{background:#050914;color:#f7f9ff}
body.eg-comparator-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-comparator-page .site-header .site-container,body.eg-comparator-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-comparator-page .site-header a,body.eg-comparator-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-comparator-page .site-header a:hover,body.eg-comparator-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-comparator-page .entry-header,body.eg-comparator-page .page-header{display:none!important}
body.eg-comparator-page .site-main,body.eg-comparator-page .content-area,body.eg-comparator-page .entry-content,body.eg-comparator-page .entry-content-wrap,body.eg-comparator-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
body.eg-comparator-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-comparator-page .site-footer a{color:#9eb0c7}

/* 1.6.2 comparator: make native select controls readable in dark mode. */
.eg-comparator-controls select {
  color-scheme: dark;
  color: #f7f9ff;
  background-color: #07101d;
}
.eg-comparator-controls select option {
  color: #f7f9ff;
  background-color: #0b1727;
}
.eg-comparator-controls select option:checked {
  color: #ffffff;
  background-color: #155e8a;
}
.eg-comparator-controls select option:hover {
  color: #ffffff;
  background-color: #123b59;
}

/* 1.6.3 comparator mobile overflow/footer pass */
.eg-comparator,.eg-comparator *,.eg-comparator *::before,.eg-comparator *::after{box-sizing:border-box}
.eg-comparator{width:100%;max-width:100%;min-width:0;overflow-x:clip}
.eg-comparator-inner{width:100%;max-width:1180px;min-width:0}
.eg-comparator-panel,.eg-comparator-hero,.eg-comp-result,.eg-comp-summary-grid,.eg-comp-government,.eg-comp-chart-card,.eg-comp-table-card,.eg-comp-method{min-width:0;max-width:100%}
.eg-comparator-controls,.eg-comparator-controls label,.eg-comparator-controls select,.eg-comp-mini-grid{min-width:0;max-width:100%}
.eg-comparator-controls select{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eg-comp-table th,.eg-comp-table td{overflow-wrap:anywhere}
.eg-comp-chart-wrap{position:relative;min-width:0;max-width:100%;overflow:hidden}
.eg-comp-chart{max-width:100%;min-width:0}
.eg-comp-government{overflow:hidden}
.eg-comp-mini-grid>div{min-width:0;max-width:100%;overflow:hidden}
.eg-comp-mini-grid strong{min-width:0;white-space:nowrap}
body.eg-comparator-page{overflow-x:hidden}
body.eg-comparator-page .site-footer{display:block!important;visibility:visible!important;position:relative!important;clear:both}
@media(max-width:600px){
  .eg-comparator{padding:0 12px 42px}
  .eg-comparator-hero{padding-top:32px;padding-bottom:26px}
  .eg-comparator-hero h1{font-size:2.25rem}
  .eg-comparator-panel{padding:16px}
  .eg-comparator-controls{gap:10px}
  .eg-comparator-controls select{font-size:.9rem;padding:10px 11px;min-height:44px}
  .eg-comp-government{padding:17px}
  .eg-comp-government h3{font-size:1.12rem;overflow-wrap:anywhere}
  .eg-comp-mini-grid{gap:7px}
  .eg-comp-mini-grid>div{padding:10px}
  .eg-comp-mini-grid strong,.eg-comp-main-value{font-size:1.2rem}
  .eg-comp-chart-card,.eg-comp-table-card{padding:15px}
  .eg-comp-chart-wrap,.eg-comp-chart{height:260px}
}

/* 1.6.5 comparator: mobile results table readability.
 * Use aliases for government names on small screens and reserve fixed space for numeric columns.
 */
.eg-table-label-short,.eg-table-gov-short{display:none}
.eg-comp-table{table-layout:fixed;width:100%}
.eg-comp-table .eg-col-gobierno{width:34%}
.eg-comp-table .eg-col-periodo{width:22%}
.eg-comp-table .eg-col-num{width:14%;white-space:nowrap}
.eg-comp-table .eg-col-diff{width:16%;white-space:nowrap}
.eg-comp-table th,.eg-comp-table td{box-sizing:border-box}
.eg-comp-table th{white-space:nowrap}
.eg-comp-table td:nth-child(2),.eg-comp-table td:nth-child(3),.eg-comp-table td:nth-child(4),.eg-comp-table td:nth-child(5){white-space:nowrap}
.eg-table-gov-full{display:inline}
@media(max-width:600px){
  .eg-comp-table-wrap{overflow:visible}
  .eg-comp-table{width:100%;table-layout:fixed;font-size:.70rem}
  .eg-comp-table th,.eg-comp-table td{padding:9px 5px;vertical-align:top;line-height:1.25;overflow:hidden;text-overflow:ellipsis}
  .eg-comp-table .eg-col-gobierno{width:34%}
  .eg-comp-table .eg-col-periodo{width:24%}
  .eg-comp-table .eg-col-num{width:13%}
  .eg-comp-table .eg-col-diff{width:16%}
  .eg-comp-table .eg-col-power{width:42%;white-space:nowrap}
  .eg-comp-table.eg-comp-table-purchasing .eg-col-gobierno{width:38%}
  .eg-comp-table.eg-comp-table-purchasing .eg-col-periodo{width:24%}
  .eg-comp-table.eg-comp-table-purchasing .eg-col-power{width:38%;white-space:nowrap}
  .eg-comp-table td:first-child{white-space:normal;overflow-wrap:normal;word-break:normal}
  .eg-comp-table td:nth-child(2),.eg-comp-table td:nth-child(3),.eg-comp-table td:nth-child(4),.eg-comp-table td:nth-child(5){white-space:nowrap}
  .eg-comp-table .eg-table-label-full{display:none}
  .eg-comp-table .eg-table-label-short,.eg-table-gov-short{display:inline}
  .eg-table-gov-full{display:none}
  .eg-comp-table td:nth-child(3),.eg-comp-table td:nth-child(4),.eg-comp-table td:nth-child(5){text-align:right}
  .eg-comp-table th:nth-child(3),.eg-comp-table th:nth-child(4),.eg-comp-table th:nth-child(5){text-align:right}
}

/* 1.7.1 — Economy page + Spanish number formatting */
.eg-economy{background:#050914;color:#f7f9ff;min-height:70vh;padding:0 20px 70px;overflow-x:clip}
.eg-economy-inner{max-width:1180px;margin:0 auto;min-width:0}
.eg-economy-hero{padding:58px 0 34px;max-width:820px}.eg-economy-hero h1{color:#f7f9ff!important;font-size:clamp(2.6rem,5vw,3.65rem);line-height:1.04;margin:8px 0 16px;letter-spacing:-.04em;font-weight:800}.eg-economy-hero p{font-size:1.05rem;line-height:1.65;color:#9fb0c7;max-width:780px;margin:0}.eg-economy .eg-kicker{color:#10b8ff;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.eg-economy-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.eg-economy-stat{border:1px solid #1d2a40;border-radius:12px;background:#091221;padding:18px;min-width:0}.eg-economy-stat span{display:block;color:#8ea1b9;font-size:.78rem;line-height:1.35}.eg-economy-stat strong{display:block;color:#f7f9ff;font-size:1.55rem;line-height:1.15;margin:8px 0 4px;white-space:nowrap}.eg-economy-stat small{color:#71849d;font-size:.72rem}
.eg-economy-panel{border:1px solid #1d2a40;border-radius:12px;background:#091221;box-shadow:0 12px 34px rgba(0,0,0,.10);padding:24px;min-width:0}.eg-economy-main-chart{margin-bottom:18px}.eg-economy-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px}.eg-economy-section-head h2{color:#f7f9ff!important;margin:6px 0 4px;font-size:1.5rem;line-height:1.2}.eg-economy-section-head p{color:#8296af!important;margin:0;font-size:.82rem}.eg-economy-legend{display:flex;gap:16px;color:#aebbd0;font-size:.78rem;white-space:nowrap}.eg-economy-legend span{display:inline-flex;align-items:center;gap:6px}.eg-economy-swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.eg-economy-smi{background:#10b8ff}.eg-economy-ipc{background:#a56cff}.eg-economy-chart-wrap{position:relative;width:100%;height:360px;min-width:0;overflow:hidden}.eg-economy-dual-chart{display:block;width:100%;height:360px}.eg-economy-small-chart{height:250px}.eg-economy-smi-chart,.eg-economy-ipc-chart{display:block;width:100%;height:250px}.eg-economy-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#71849d;font-size:.82rem}.eg-economy-note{margin:10px 0 0;color:#71849d;font-size:.74rem;line-height:1.5}.eg-economy-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.eg-economy-feature{display:grid;grid-template-columns:1fr 1.15fr;gap:26px;align-items:center;margin-bottom:18px}.eg-economy-feature h2{color:#f7f9ff!important;margin:7px 0 8px;font-size:1.7rem}.eg-economy-feature p{color:#9fb0c7;line-height:1.6;margin:0;max-width:680px}.eg-economy-feature-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.eg-economy-feature-stats>div{background:#07101d;border:1px solid #20304a;border-radius:9px;padding:14px;min-width:0}.eg-economy-feature-stats strong{display:block;color:#f7f9ff;font-size:1.25rem;white-space:nowrap}.eg-economy-feature-stats>div:first-child strong{color:#10b8ff}.eg-economy-feature-stats>div:nth-child(2) strong{color:#a56cff}.eg-economy-feature-stats span{display:block;color:#8193ab;font-size:.68rem;line-height:1.35;margin-top:5px}.eg-economy-info h2{color:#f7f9ff!important;margin:7px 0 10px;font-size:1.25rem}.eg-economy-info p{color:#8ea1b9;font-size:.82rem;line-height:1.6;margin:7px 0}.eg-economy-info strong{color:#dce5f4}.eg-economy-footer-note{color:#71849d;font-size:.75rem;text-align:center;padding:8px 0 0}
/* 1.7.6 — Government indicators use the same dark shell as Economy and Comparator. */
body.eg-government-indicators-page{background:#050914;color:#f7f9ff;overflow-x:hidden}
body.eg-government-indicators-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-government-indicators-page .site-header .site-container,body.eg-government-indicators-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-government-indicators-page .site-header a,body.eg-government-indicators-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-government-indicators-page .site-header a:hover,body.eg-government-indicators-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-government-indicators-page .entry-header,body.eg-government-indicators-page .page-header{display:none!important}
body.eg-government-indicators-page .site-main,body.eg-government-indicators-page .content-area,body.eg-government-indicators-page .entry-content,body.eg-government-indicators-page .entry-content-wrap,body.eg-government-indicators-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
body.eg-government-indicators-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-government-indicators-page .site-footer a{color:#9eb0c7}

body.eg-economy-page{background:#050914;color:#f7f9ff;overflow-x:hidden}body.eg-economy-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}body.eg-economy-page .site-header .site-container,body.eg-economy-page .site-header .site-header-row-layout-inner{background:transparent}body.eg-economy-page .site-header a,body.eg-economy-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}body.eg-economy-page .site-header a:hover,body.eg-economy-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}body.eg-economy-page .entry-header,body.eg-economy-page .page-header{display:none!important}body.eg-economy-page .site-main,body.eg-economy-page .content-area,body.eg-economy-page .entry-content,body.eg-economy-page .entry-content-wrap,body.eg-economy-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}body.eg-economy-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}body.eg-economy-page .site-footer a{color:#9eb0c7}
@media(max-width:900px){.eg-economy-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.eg-economy-feature{grid-template-columns:1fr}.eg-economy-feature-stats{max-width:100%}}
@media(max-width:600px){.eg-economy{padding:0 12px 42px}.eg-economy-hero{padding-top:32px;padding-bottom:26px}.eg-economy-hero h1{font-size:2.25rem}.eg-economy-hero p{font-size:.94rem}.eg-economy-stats{grid-template-columns:1fr 1fr;gap:9px}.eg-economy-stat{padding:13px}.eg-economy-stat strong{font-size:1.18rem}.eg-economy-panel{padding:16px}.eg-economy-section-head{display:block}.eg-economy-legend{margin-top:10px}.eg-economy-chart-wrap,.eg-economy-dual-chart{height:300px}.eg-economy-small-chart,.eg-economy-smi-chart,.eg-economy-ipc-chart{height:240px}.eg-economy-grid{grid-template-columns:1fr;gap:14px}.eg-economy-feature{gap:18px}.eg-economy-feature h2{font-size:1.45rem}.eg-economy-feature-stats{grid-template-columns:1fr}.eg-economy-feature-stats strong{font-size:1.15rem}.eg-economy-info{padding:16px}}

/* 1.7.30 — Catalog page dark shell, matching all validated public pages. */
body.eg-catalog-page{background:#050914!important;color:#f7f9ff;overflow-x:hidden}
body.eg-catalog-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-catalog-page .site-header .site-container,body.eg-catalog-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-catalog-page .site-header a,body.eg-catalog-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-catalog-page .site-header a:hover,body.eg-catalog-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-catalog-page .entry-header,body.eg-catalog-page .page-header{display:none!important}
body.eg-catalog-page .site-main,body.eg-catalog-page .content-area,body.eg-catalog-page .entry-content,body.eg-catalog-page .entry-content-wrap,body.eg-catalog-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:#050914!important}
body.eg-catalog-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-catalog-page .site-footer a{color:#9eb0c7}
body.eg-catalog-page .site-footer h2,body.eg-catalog-page .site-footer h3,body.eg-catalog-page .site-footer h4{color:#e8eef8}

/* 1.7.32 — Individual indicator detail shell */
body.eg-indicator-detail-page{background:#050914!important;color:#f7f9ff;overflow-x:hidden}
body.eg-indicator-detail-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-indicator-detail-page .site-header .site-container,body.eg-indicator-detail-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-indicator-detail-page .site-header a,body.eg-indicator-detail-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-indicator-detail-page .site-header a:hover,body.eg-indicator-detail-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-indicator-detail-page .entry-header,body.eg-indicator-detail-page .page-header{display:none!important}
body.eg-indicator-detail-page .site-main,body.eg-indicator-detail-page .content-area,body.eg-indicator-detail-page .entry-content,body.eg-indicator-detail-page .entry-content-wrap,body.eg-indicator-detail-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:#050914!important}
body.eg-indicator-detail-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-indicator-detail-page .site-footer a{color:#9eb0c7}
body.eg-indicator-detail-page .site-footer h2,body.eg-indicator-detail-page .site-footer h3,body.eg-indicator-detail-page .site-footer h4{color:#e8eef8}

/* 1.7.36 — dark shell for the public Governments index */
body.eg-governments-index-page{background:#050914!important;color:#f7f9ff;overflow-x:hidden}
body.eg-governments-index-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-governments-index-page .site-header .site-container,body.eg-governments-index-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-governments-index-page .site-header a,body.eg-governments-index-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-governments-index-page .site-header a:hover,body.eg-governments-index-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-governments-index-page .entry-header,body.eg-governments-index-page .page-header{display:none!important}
body.eg-governments-index-page .site-main,body.eg-governments-index-page .content-area,body.eg-governments-index-page .entry-content,body.eg-governments-index-page .entry-content-wrap,body.eg-governments-index-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:#050914!important}
body.eg-governments-index-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-governments-index-page .site-footer a{color:#9eb0c7}
body.eg-governments-index-page .site-footer h2,body.eg-governments-index-page .site-footer h3,body.eg-governments-index-page .site-footer h4{color:#e8eef8}

/* 1.7.46 — Explorador: keep the WordPress/Kadence header visually identical to other public pages. */
body.eg-explorer-page{background:#050914;color:#f7f9ff}
body.eg-explorer-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-explorer-page .site-header .site-container,body.eg-explorer-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-explorer-page .site-header a,body.eg-explorer-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8;font-family:Montserrat,"Montserrat",sans-serif}
body.eg-explorer-page .site-header a:hover,body.eg-explorer-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-explorer-page .entry-header,body.eg-explorer-page .page-header{display:none!important}
body.eg-explorer-page .site-main,body.eg-explorer-page .content-area,body.eg-explorer-page .entry-content,body.eg-explorer-page .entry-content-wrap,body.eg-explorer-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
body.eg-explorer-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-explorer-page .site-footer a{color:#9eb0c7}

/* 1.7.186 — Declarative [eg_new_home]. */
.eg-new-home .eg-new-home-brand{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#f7f9ff}
.eg-new-home .eg-new-section{position:relative}
.eg-new-home .eg-new-chart-wrap{position:relative;height:390px}
.eg-new-home .eg-new-chart{display:block;width:100%;height:390px}
.eg-new-home .eg-new-chart-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:8px;color:#8193ab;font-size:.72rem}
.eg-new-home .eg-new-chart-meta a{color:#dce5f4;text-decoration:none;font-weight:700;white-space:nowrap}
.eg-new-home .eg-new-chart-meta a:hover{color:#10b8ff}
.eg-new-home .eg-new-empty{padding:28px;border:1px dashed #263752;border-radius:10px;color:#8497b0;text-align:center;background:#07101d}
.eg-new-home .eg-new-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.eg-new-home .eg-new-data-card,.eg-new-home .eg-new-indicator-card{display:block;text-decoration:none;color:#f7f9ff;border:1px solid #1d2a40;border-radius:12px;background:linear-gradient(180deg,#0b1525,#08101d);padding:20px;transition:transform .15s ease,border-color .15s ease}
.eg-new-home .eg-new-data-card:hover,.eg-new-home .eg-new-indicator-card:hover{transform:translateY(-2px);border-color:#315078}
.eg-new-home .eg-new-data-card h3,.eg-new-home .eg-new-indicator-card h3{margin:7px 0 12px;font-size:1.08rem;line-height:1.25;color:#f7f9ff}
.eg-new-home .eg-new-data-card strong,.eg-new-home .eg-new-indicator-card strong{display:block;font-size:1.55rem;line-height:1.1;color:#10b8ff;margin-bottom:7px}
.eg-new-home .eg-new-data-card>span:last-child,.eg-new-home .eg-new-indicator-card>span:last-child,.eg-new-home .eg-new-indicator-card p{display:block;color:#8193ab;font-size:.74rem;line-height:1.45;margin:0}
.eg-new-home .eg-new-featured-indicators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.eg-new-home .eg-new-featured-indicators .eg-new-indicator-card{min-height:190px}
.eg-new-home .eg-new-feature{align-items:center}
.eg-new-home .eg-new-feature-copy{min-width:0}.eg-new-home .eg-new-feature-copy h2{color:#f7f9ff!important;font-weight:800;letter-spacing:-.02em}
.eg-new-home .eg-new-feature-description{color:#91a4bd;font-size:.82rem;line-height:1.55;margin:0 0 14px}
.eg-new-home .eg-new-feature-value{display:block;color:#10b8ff;font-size:1.45rem;line-height:1.1;margin:8px 0 4px}
.eg-new-home .eg-new-feature-detail{display:block;color:#8193ab;font-size:.72rem;line-height:1.45;margin-top:3px}
.eg-new-home .eg-new-feature-link{display:block;width:max-content;margin-top:16px;color:#f7f9ff;text-decoration:none;font-weight:800;font-size:.8rem;white-space:nowrap}
.eg-new-home .eg-new-feature-link:hover{color:#10b8ff}
.eg-new-home .eg-new-featured-graphs{display:grid;grid-template-columns:1fr;gap:16px}
.eg-new-home .eg-new-graph-feature,.eg-new-home .eg-new-feature-comparison{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:30px;border:1px solid #1e2c42;border-radius:12px;background:linear-gradient(100deg,#081321,#091221);padding:28px}
.eg-new-home .eg-new-comparison-chart-wrap{position:relative;height:440px;min-width:0}
.eg-new-home .eg-new-comparison-chart{width:100%;height:440px;display:block}

.eg-new-home .eg-new-feature-meta span{display:inline-block;border:1px solid #20304a;border-radius:999px;padding:6px 9px;color:#91a4bd;background:#07101d;font-size:.7rem}
.eg-new-home .eg-new-feature-chart{position:relative;height:390px;min-width:0}
.eg-new-home .eg-new-feature-chart canvas{width:100%;height:390px;display:block}
.eg-new-home .eg-new-category-list{display:flex;flex-wrap:wrap;gap:9px;justify-content:center}
.eg-new-home .eg-new-category-list a{display:inline-flex;padding:9px 13px;border:1px solid #20304a;border-radius:999px;background:#091221;color:#dce5f4;text-decoration:none;font-size:.8rem;font-weight:700}
.eg-new-home .eg-new-category-list a:hover{border-color:#10b8ff;color:#fff}
@media(max-width:980px){.eg-new-home .eg-new-latest-grid,.eg-new-home .eg-new-featured-indicators{grid-template-columns:1fr 1fr}.eg-new-home .eg-new-graph-feature,.eg-new-home .eg-new-feature-comparison{grid-template-columns:1fr}}
@media(max-width:680px){.eg-new-home .eg-new-latest-grid,.eg-new-home .eg-new-featured-indicators{grid-template-columns:1fr}.eg-new-home .eg-new-chart-wrap,.eg-new-home .eg-new-chart,.eg-new-home .eg-new-feature-chart,.eg-new-home .eg-new-feature-chart canvas{height:390px}.eg-new-home .eg-new-comparison-chart-wrap,.eg-new-home .eg-new-comparison-chart{height:440px}.eg-new-home .eg-new-home-brand{font-size:.95rem}.eg-new-home .eg-new-graph-feature,.eg-new-home .eg-new-feature-comparison{padding:20px;gap:18px}.eg-new-home .eg-new-chart-meta{display:block}.eg-new-home .eg-new-chart-meta a{display:block;margin-top:8px}}

/* 1.7.200 — Public category summary page. Reuses the validated Home card and chart visual language without coupling the page to [eg_new_home]. */
body.eg-category-summary-page{background:#050914!important;color:#f7f9ff;overflow-x:hidden}
body.eg-category-summary-page .site-header{background:#050914;border-bottom:1px solid rgba(148,163,184,.12)}
body.eg-category-summary-page .site-header .site-container,body.eg-category-summary-page .site-header .site-header-row-layout-inner{background:transparent}
body.eg-category-summary-page .site-header a,body.eg-category-summary-page .site-header .primary-menu-container > ul > li > a{color:#e8eef8}
body.eg-category-summary-page .site-header a:hover,body.eg-category-summary-page .site-header .primary-menu-container > ul > li > a:hover{color:#10b8ff}
body.eg-category-summary-page .entry-header,body.eg-category-summary-page .page-header{display:none!important}
body.eg-category-summary-page .site-main,body.eg-category-summary-page .content-area,body.eg-category-summary-page .entry-content,body.eg-category-summary-page .entry-content-wrap,body.eg-category-summary-page .content-wrap{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:#050914!important}
body.eg-category-summary-page .site-footer{background:#050914;color:#8ea0b7;border-top:1px solid rgba(148,163,184,.12)}
body.eg-category-summary-page .site-footer a{color:#9eb0c7}
body.eg-category-summary-page .site-footer h2,body.eg-category-summary-page .site-footer h3,body.eg-category-summary-page .site-footer h4{color:#e8eef8}
.eg-category-summary{max-width:1180px;margin:0 auto;padding:42px 28px 60px;box-sizing:border-box;color:#f7f9ff;font-family:Montserrat,"Montserrat",sans-serif}
.eg-category-summary-hero{padding:42px 0 34px}
.eg-category-summary-hero h1{margin:6px 0 12px;color:#f7f9ff;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.05;letter-spacing:-.035em;font-weight:800}
.eg-category-summary-hero p{max-width:820px;margin:0;color:#91a4bd;font-size:1.02rem;line-height:1.65}
.eg-category-summary-section{margin:0 0 42px}
.eg-category-summary .eg-section-title{margin-bottom:18px}
.eg-category-summary .eg-section-title h2{margin:0;color:#f7f9ff;font-size:1.65rem;line-height:1.2;font-weight:800}
.eg-category-summary .eg-section-title p{margin:5px 0 0;color:#8193ab;line-height:1.5}
.eg-category-summary-indicators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.eg-category-summary-data-card{display:block;text-decoration:none;color:#f7f9ff;border:1px solid #1d2a40;border-radius:12px;background:linear-gradient(180deg,#0b1525,#08101d);padding:20px;transition:transform .15s ease,border-color .15s ease;box-sizing:border-box}
.eg-category-summary-data-card:hover{transform:translateY(-2px);border-color:#315078}
.eg-category-summary-data-card .eg-kicker{display:block;color:#10b8ff;text-transform:uppercase;font-weight:800;font-size:.75rem;letter-spacing:.05em;line-height:1.45;margin:0}
.eg-category-summary-data-card h3{margin:7px 0 12px;font-size:1.08rem;line-height:1.25;color:#f7f9ff}
.eg-category-summary-data-card strong{display:block;font-size:1.55rem;line-height:1.1;color:#10b8ff;margin-bottom:7px}
.eg-category-summary-data-card>span:last-child{display:block;color:#8193ab;font-size:.74rem;line-height:1.45;margin:0}
.eg-category-summary-feature{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:30px;align-items:center;border:1px solid #1e2c42;border-radius:12px;background:linear-gradient(100deg,#081321,#091221);padding:28px;box-sizing:border-box}
.eg-category-summary-feature-copy{min-width:0}
.eg-category-summary-feature-copy h2{margin:7px 0 12px;color:#f7f9ff;font-size:1.55rem;line-height:1.2;font-weight:800;letter-spacing:-.02em}
.eg-category-summary-feature-description{color:#91a4bd;font-size:.82rem;line-height:1.55;margin:0 0 12px}
.eg-category-summary-feature-series{color:#8193ab;font-size:.78rem;line-height:1.45;margin:0 0 8px}
.eg-category-summary-feature-value{display:block;color:#10b8ff;font-size:1.45rem;line-height:1.1;margin:8px 0 4px}
.eg-category-summary-feature-detail{display:block;color:#8193ab;font-size:.72rem;line-height:1.45;margin-top:3px}
.eg-category-summary-feature-link{display:block;width:max-content;margin-top:16px;color:#f7f9ff;text-decoration:none;font-weight:800;font-size:.8rem;white-space:nowrap}
.eg-category-summary-feature-link:hover{color:#10b8ff}
.eg-category-summary-feature-chart{position:relative;min-width:0;height:390px}
.eg-category-summary-feature-chart.is-comparison{height:440px}
.eg-category-summary-feature-chart .eg-new-chart,.eg-category-summary-feature-chart .eg-new-comparison-chart{display:block;width:100%;height:390px}
.eg-category-summary-feature-chart.is-comparison .eg-new-comparison-chart{height:440px}
.eg-category-summary-empty{padding:28px;border:1px dashed #263752;border-radius:10px;color:#8497b0;text-align:center;background:#07101d}
.eg-category-summary-empty h1{color:#f7f9ff}
@media(max-width:980px){.eg-category-summary-indicators{grid-template-columns:1fr 1fr}.eg-category-summary-feature{grid-template-columns:1fr}}
@media(max-width:680px){.eg-category-summary{padding:24px 16px 48px}.eg-category-summary-hero{padding:28px 0 26px}.eg-category-summary-hero h1{font-size:2.25rem}.eg-category-summary-hero p{font-size:.94rem}.eg-category-summary-indicators{grid-template-columns:1fr}.eg-category-summary-feature{padding:20px;gap:18px}.eg-category-summary-feature-chart{height:390px}.eg-category-summary-feature-chart.is-comparison{height:440px}}
