/* Earth Indicators Dashboard */
.has-earth-indicators .site-content {
	display: block;
}

.has-earth-indicators .content-area,
.has-earth-indicators .site-main {
	width: 100%;
}

.has-earth-indicators.page .site-main {
	margin-top: 28px;
	margin-bottom: 76px;
}

.eid-page {
	--eid-navy: #101d35;
	--eid-navy-soft: #172b4b;
	--eid-blue: #2f65d0;
	--eid-cyan: #45a9bd;
	--eid-green: #3e9a6b;
	--eid-amber: #f1b456;
	--eid-ink: #172337;
	--eid-muted: #637083;
	--eid-border: #dce3eb;
	--eid-surface: #f4f7fa;
	--eid-white: #fff;
	max-width: 100%;
	overflow: clip;
	color: var(--eid-ink);
	font-size: 16px;
	line-height: 1.58;
}

.eid-page,
.eid-page * {
	box-sizing: border-box;
}

.eid-page h1,
.eid-page h2,
.eid-page h3,
.eid-page p {
	margin-top: 0;
}

.eid-page h1,
.eid-page h2,
.eid-page h3,
.eid-page strong {
	color: inherit;
}

.eid-page button,
.eid-page textarea {
	font: inherit;
}

.eid-page button {
	cursor: pointer;
}

.eid-page [hidden] {
	display: none !important;
}

.eid-page :where(a, button, textarea):focus-visible {
	outline: 3px solid var(--eid-amber);
	outline-offset: 3px;
}

.eid-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	align-items: center;
	min-height: 462px;
	padding: 58px 66px;
	overflow: hidden;
	color: var(--eid-white);
	background:
		radial-gradient(circle at 80% 16%, rgba(69, 169, 189, .25), transparent 28%),
		radial-gradient(circle at 5% 94%, rgba(77, 114, 208, .26), transparent 38%),
		linear-gradient(138deg, #0d1930 0%, #162b4c 58%, #123f4a 118%);
	border-radius: 28px;
	isolation: isolate;
}

.eid-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(90deg, transparent, #000 55%);
	content: "";
}

.eid-hero__content {
	position: relative;
	z-index: 2;
	max-width: 710px;
}

.eid-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
}

.eid-breadcrumb:hover {
	color: var(--eid-white);
}

.eid-eyebrow,
.eid-kicker {
	margin-bottom: 10px;
	color: #75d5c4;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.eid-hero h1 {
	max-width: 680px;
	margin-bottom: 18px;
	color: var(--eid-white);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: .99;
}

.eid-hero__intro {
	max-width: 660px;
	margin-bottom: 29px;
	color: rgba(255, 255, 255, .79);
	font-size: 18px;
	line-height: 1.65;
}

.eid-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 23px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}

.eid-hero__meta > span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
}

.eid-hero__meta strong {
	font-size: 17px;
}

.eid-hero__meta svg {
	width: 17px;
	height: 17px;
	fill: #75d5c4;
}

.eid-hero__meta-dot {
	width: 8px;
	height: 8px;
	background: #75d5c4;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(117, 213, 196, .15);
}

.eid-hero__visual {
	position: relative;
	width: 365px;
	height: 365px;
	justify-self: end;
}

.eid-globe {
	position: absolute;
	top: 68px;
	left: 74px;
	z-index: 2;
	width: 222px;
	height: 222px;
	padding: 18px;
	background: linear-gradient(145deg, rgba(75, 166, 181, .38), rgba(37, 82, 128, .2));
	border: 1px solid rgba(157, 226, 216, .35);
	border-radius: 50%;
	box-shadow: inset -22px -16px 48px rgba(6, 19, 40, .42), 0 25px 58px rgba(4, 14, 29, .34);
}

.eid-globe svg {
	width: 100%;
	height: 100%;
	fill: rgba(106, 208, 181, .5);
	stroke: rgba(255, 255, 255, .15);
	stroke-width: 1;
}

.eid-globe svg > circle {
	fill: rgba(28, 91, 124, .62);
}

.eid-globe .eid-globe__line {
	fill: none;
	stroke: #ffc767;
	stroke-dasharray: 6 5;
	stroke-linecap: round;
	stroke-width: 2.5;
}

.eid-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
}

.eid-orbit--outer {
	inset: 0;
}

.eid-orbit--inner {
	inset: 35px;
	border-style: dashed;
}

.eid-signal {
	position: absolute;
	z-index: 3;
	width: 11px;
	height: 11px;
	background: #ffc767;
	border: 2px solid #fff1c7;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(255, 199, 103, .15);
}

.eid-signal--one {
	top: 40px;
	left: 87px;
}

.eid-signal--two {
	top: 179px;
	right: -2px;
}

.eid-signal--three {
	bottom: 16px;
	left: 126px;
}

.eid-hero-chart {
	position: absolute;
	right: 3px;
	bottom: 42px;
	z-index: 4;
	display: flex;
	gap: 5px;
	align-items: end;
	width: 104px;
	height: 56px;
	padding: 10px 11px;
	background: rgba(11, 28, 52, .82);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(5, 17, 35, .32);
}

.eid-hero-chart span {
	flex: 1;
	height: var(--bar, 30%);
	background: linear-gradient(#72d8c5, #3e8db1);
	border-radius: 3px 3px 1px 1px;
}

.eid-hero-chart span:nth-child(1) { --bar: 24%; }
.eid-hero-chart span:nth-child(2) { --bar: 39%; }
.eid-hero-chart span:nth-child(3) { --bar: 34%; }
.eid-hero-chart span:nth-child(4) { --bar: 58%; }
.eid-hero-chart span:nth-child(5) { --bar: 73%; }
.eid-hero-chart span:nth-child(6) { --bar: 92%; background: #ffc767; }

.eid-app {
	margin-top: 34px;
}

.eid-noscript {
	margin-top: 24px;
	padding: 16px 18px;
	color: #7a381c;
	background: #fff4e9;
	border: 1px solid #f0cfb6;
	border-radius: 12px;
}

.eid-clock-note {
	display: grid;
	grid-template-columns: auto minmax(240px, .75fr) minmax(340px, 1.25fr);
	gap: 22px;
	align-items: center;
	padding: 25px 29px;
	background: #eef7f6;
	border: 1px solid #d2e9e5;
	border-radius: 18px;
}

.eid-clock-note__icon {
	display: grid;
	width: 47px;
	height: 47px;
	place-items: center;
	color: #247b6a;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(21, 87, 76, .09);
}

.eid-clock-note__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.eid-clock-note .eid-kicker {
	margin-bottom: 5px;
	color: #247b6a;
}

.eid-clock-note h2 {
	margin-bottom: 0;
	font-size: 19px;
	letter-spacing: -.02em;
	line-height: 1.3;
}

.eid-clock-note > p {
	margin-bottom: 0;
	color: #51677a;
	font-size: 14px;
}

.eid-dashboard {
	padding: 78px 0 34px;
}

.eid-section-heading {
	display: flex;
	gap: 38px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 27px;
}

.eid-section-heading .eid-kicker,
.eid-reading-guide .eid-kicker,
.eid-method .eid-kicker,
.eid-dialog .eid-kicker {
	color: #347f70;
}

.eid-section-heading h2,
.eid-reading-guide h2,
.eid-method h2 {
	margin-bottom: 0;
	font-size: clamp(30px, 3.2vw, 43px);
	letter-spacing: -.038em;
	line-height: 1.08;
}

.eid-section-heading > p {
	max-width: 440px;
	margin-bottom: 3px;
	color: var(--eid-muted);
}

.eid-toolbar {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 27px;
	padding: 10px;
	background: var(--eid-surface);
	border: 1px solid var(--eid-border);
	border-radius: 15px;
}

.eid-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.eid-filters button {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 9px 13px;
	color: #46556a;
	background: transparent;
	border: 0;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 750;
}

.eid-filters button span {
	color: #7c8999;
	font-size: 11px;
}

.eid-filters button:hover {
	background: #e8edf2;
}

.eid-filters button[aria-pressed="true"] {
	color: var(--eid-white);
	background: var(--eid-navy-soft);
	box-shadow: 0 5px 14px rgba(16, 29, 53, .15);
}

.eid-filters button[aria-pressed="true"] span {
	color: rgba(255, 255, 255, .68);
}

.eid-snapshot {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin: 0 8px 0 0;
	color: var(--eid-muted);
	font-size: 12px;
	white-space: nowrap;
}

.eid-snapshot > span {
	width: 7px;
	height: 7px;
	background: #3da775;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(61, 167, 117, .13);
}

.eid-indicator-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.eid-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 478px;
	padding: 25px 25px 21px;
	flex-direction: column;
	background: var(--eid-white);
	border: 1px solid var(--eid-border);
	border-radius: 19px;
	box-shadow: 0 8px 30px rgba(20, 40, 69, .055);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.eid-card::before {
	position: absolute;
	top: -1px;
	left: 23px;
	width: 58px;
	height: 3px;
	background: var(--eid-accent);
	border-radius: 0 0 4px 4px;
	content: "";
}

.eid-card:hover {
	border-color: color-mix(in srgb, var(--eid-accent) 38%, var(--eid-border));
	box-shadow: 0 18px 42px rgba(20, 40, 69, .09);
	transform: translateY(-2px);
}

.eid-card__top {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.eid-card__category {
	padding: 4px 9px;
	color: color-mix(in srgb, var(--eid-accent) 78%, #111d30);
	background: color-mix(in srgb, var(--eid-accent) 10%, #fff);
	border: 1px solid color-mix(in srgb, var(--eid-accent) 20%, #fff);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.eid-card__cadence {
	overflow: hidden;
	color: #7b8796;
	font-size: 11px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eid-card__title {
	margin-bottom: 8px;
	font-size: 21px;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.eid-card__metric {
	display: flex;
	gap: 4px;
	margin-bottom: 12px;
	flex-direction: column;
}

.eid-card__value {
	font-size: clamp(28px, 3vw, 37px);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: 1.06;
}

.eid-card__status {
	color: var(--eid-muted);
	font-size: 12px;
}

.eid-card__observed {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 12px;
	color: #667486;
	font-size: 12px;
}

.eid-card__observed > span {
	width: 7px;
	height: 7px;
	margin-right: 2px;
	background: var(--eid-accent);
	border-radius: 50%;
}

.eid-card__observed strong {
	font-weight: 750;
}

.eid-chart {
	position: relative;
	width: 100%;
	min-width: 0;
}

.eid-chart svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.eid-chart--card {
	height: 122px;
	margin: 4px 0 11px;
	background: linear-gradient(180deg, rgba(246, 248, 251, .35), rgba(246, 248, 251, .8));
	border-bottom: 1px solid #edf0f4;
	border-radius: 9px 9px 0 0;
}

.eid-chart__line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	vector-effect: non-scaling-stroke;
}

.eid-chart__area {
	stroke: none;
}

.eid-chart__grid {
	stroke: #e6eaf0;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.eid-chart__zero {
	stroke: #9aa5b2;
	stroke-dasharray: 4 4;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.eid-chart__point,
.eid-chart__latest {
	fill: var(--eid-point);
	stroke: #fff;
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.eid-chart__bar {
	opacity: .78;
}

.eid-chart__bar:last-of-type {
	opacity: 1;
}

.eid-chart__axis-label {
	fill: #7c8797;
	font-family: inherit;
	font-size: 11px;
}

.eid-card__comparison {
	display: flex;
	gap: 8px;
	align-items: baseline;
	margin-bottom: 12px;
	padding: 8px 10px;
	background: #f5f7f9;
	border-radius: 9px;
	font-size: 11px;
}

.eid-card__comparison strong {
	font-size: 13px;
}

.eid-card__comparison span {
	overflow: hidden;
	color: #738092;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eid-card__comparison:is(.is-positive, .is-negative, .is-flat) strong {
	color: #405f7a;
}

.eid-card__source {
	display: flex;
	gap: 5px;
	margin-bottom: 17px;
	color: #7b8795;
	font-size: 11px;
	line-height: 1.35;
}

.eid-card__source span {
	flex: 0 0 auto;
	font-weight: 750;
}

.eid-card__source a {
	overflow: hidden;
	color: #4d6078;
	font-weight: 650;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eid-card__source a:hover,
.eid-card__explainer:hover {
	color: var(--eid-blue);
	text-decoration: underline;
}

.eid-card__actions {
	display: flex;
	gap: 7px;
	align-items: center;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #e8ecf1;
}

.eid-card__actions button,
.eid-card__explainer {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 35px;
	padding: 7px 9px;
	color: #40516a;
	background: #f4f6f8;
	border: 1px solid #e3e7ec;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.eid-card__actions button:hover,
.eid-card__explainer:hover {
	color: var(--eid-navy);
	background: #e9edf2;
	text-decoration: none;
}

.eid-card__history {
	color: #fff !important;
	background: var(--eid-navy-soft) !important;
	border-color: var(--eid-navy-soft) !important;
}

.eid-card__actions svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.eid-card--skeleton {
	min-height: 410px;
	animation: eid-pulse 1.35s ease-in-out infinite alternate;
	pointer-events: none;
}

.eid-card--skeleton::before {
	display: none;
}

.eid-card--skeleton span {
	display: block;
	width: 42%;
	height: 13px;
	margin-bottom: 20px;
	background: #e8ecf1;
	border-radius: 5px;
}

.eid-card--skeleton span:nth-child(2) { width: 68%; height: 29px; }
.eid-card--skeleton span:nth-child(3) { width: 92%; height: 138px; }
.eid-card--skeleton span:nth-child(4) { width: 56%; }

@keyframes eid-pulse {
	to { opacity: .58; }
}

.eid-reading-guide {
	display: grid;
	grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
	gap: 55px;
	align-items: start;
	margin-top: 65px;
	padding: 54px;
	color: #fff;
	background: linear-gradient(135deg, #152640, #1c3954);
	border-radius: 24px;
}

.eid-reading-guide h2 {
	color: #fff;
}

.eid-guide-grid {
	display: grid;
	gap: 9px;
}

.eid-guide-grid article {
	display: grid;
	grid-template-columns: auto minmax(150px, .45fr) minmax(220px, 1fr);
	gap: 16px;
	align-items: center;
	padding: 17px 19px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 13px;
}

.eid-guide-grid article > span {
	color: #73d0c0;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11px;
}

.eid-guide-grid h3,
.eid-guide-grid p {
	margin-bottom: 0;
}

.eid-guide-grid h3 {
	color: #fff;
	font-size: 15px;
}

.eid-guide-grid p {
	color: rgba(255, 255, 255, .69);
	font-size: 12px;
}

.eid-method {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr);
	gap: 52px 70px;
	margin-top: 80px;
	padding: 54px 55px;
	background: #f2f5f7;
	border: 1px solid var(--eid-border);
	border-radius: 24px;
}

.eid-method__intro > p:last-child {
	max-width: 660px;
	margin: 19px 0 0;
	color: var(--eid-muted);
}

.eid-method__facts {
	display: grid;
	align-content: start;
	background: #fff;
	border: 1px solid var(--eid-border);
	border-radius: 15px;
}

.eid-method__facts div {
	display: grid;
	gap: 4px;
	padding: 15px 18px;
	border-bottom: 1px solid var(--eid-border);
}

.eid-method__facts div:last-child {
	border-bottom: 0;
}

.eid-method__facts strong {
	font-size: 12px;
}

.eid-method__facts span {
	color: var(--eid-muted);
	font-size: 12px;
}

.eid-method__note {
	display: flex;
	grid-column: 1 / -1;
	gap: 13px;
	margin-bottom: 0;
	padding-top: 24px;
	color: #536277;
	border-top: 1px solid #d9dfe5;
	font-size: 13px;
}

.eid-method__note svg {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	fill: #55718b;
}

.eid-dialog {
	width: min(960px, calc(100vw - 34px));
	max-width: 960px;
	max-height: min(92vh, 920px);
	margin: auto;
	padding: 35px 38px 36px;
	overflow: auto;
	color: var(--eid-ink);
	background: #fff;
	border: 0;
	border-radius: 21px;
	box-shadow: 0 32px 90px rgba(5, 17, 34, .32);
}

.eid-dialog::backdrop {
	background: rgba(7, 17, 32, .67);
	backdrop-filter: blur(3px);
}

.eid-dialog__close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: grid;
	width: 37px;
	height: 37px;
	padding: 0;
	place-items: center;
	color: #435167;
	background: #eef1f4;
	border: 0;
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
}

.eid-dialog__close:hover {
	background: #dfe5eb;
}

.eid-dialog__eyebrow {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-bottom: 7px;
	padding-right: 50px;
	color: #617084;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.eid-dialog__eyebrow span:first-child {
	color: var(--eid-accent);
}

.eid-dialog__eyebrow span + span::before {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 10px 2px 0;
	background: #aeb7c2;
	border-radius: 50%;
	content: "";
}

.eid-dialog > h2 {
	margin-bottom: 8px;
	font-size: clamp(31px, 4vw, 45px);
	letter-spacing: -.04em;
	line-height: 1.05;
}

.eid-dialog__summary {
	max-width: 690px;
	margin-bottom: 23px;
	color: var(--eid-muted);
}

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

.eid-dialog__metric > div {
	display: flex;
	padding: 16px 18px;
	flex-direction: column;
	background: #f4f6f8;
	border: 1px solid #e5e9ee;
	border-radius: 12px;
}

.eid-dialog__metric span,
.eid-dialog__metric small {
	color: #6c798b;
	font-size: 11px;
}

.eid-dialog__metric strong {
	margin: 2px 0 1px;
	font-size: 22px;
	letter-spacing: -.025em;
}

.eid-dialog__chart-wrap {
	padding: 19px 19px 11px;
	background: #fff;
	border: 1px solid var(--eid-border);
	border-radius: 14px;
}

.eid-dialog__chart-head {
	display: flex;
	gap: 20px;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 3px;
}

.eid-dialog__chart-head > div {
	display: flex;
	flex-direction: column;
}

.eid-dialog__chart-head strong {
	font-size: 14px;
}

.eid-dialog__chart-head span {
	color: #768295;
	font-size: 11px;
}

.eid-chart-legend {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	white-space: nowrap;
}

.eid-chart-legend i {
	width: 9px;
	height: 9px;
	background: var(--eid-accent);
	border-radius: 50%;
}

.eid-chart--detail {
	height: 330px;
}

.eid-dialog__method {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 17px;
}

.eid-dialog__method > div {
	padding: 17px 18px;
	background: #f5f7f9;
	border-radius: 11px;
}

.eid-dialog__method h3 {
	margin-bottom: 6px;
	font-size: 13px;
}

.eid-dialog__method p {
	margin-bottom: 0;
	color: #627083;
	font-size: 12px;
}

.eid-dialog__method a {
	display: inline-block;
	margin-top: 10px;
	color: #3f607f;
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.eid-dialog__method a:hover {
	color: var(--eid-blue);
	text-decoration: underline;
}

.eid-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin-top: 22px;
}

.eid-button {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	color: #33445c;
	background: #f2f4f7;
	border: 1px solid #dfe4ea;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.eid-button:hover {
	color: var(--eid-navy);
	background: #e7ebf0;
	text-decoration: none;
}

.eid-button--primary {
	color: #fff;
	background: var(--eid-navy-soft);
	border-color: var(--eid-navy-soft);
}

.eid-button--primary:hover {
	color: #fff;
	background: #0e1c33;
}

.eid-button--text {
	margin-left: auto;
	background: transparent;
	border-color: transparent;
}

.eid-button svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.eid-dialog--embed {
	width: min(650px, calc(100vw - 34px));
	max-width: 650px;
}

.eid-dialog--embed > p:not(.eid-kicker) {
	color: var(--eid-muted);
}

.eid-dialog--embed label {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 750;
}

.eid-dialog--embed textarea {
	width: 100%;
	padding: 13px 14px;
	resize: vertical;
	color: #334158;
	background: #f3f5f7;
	border: 1px solid #dbe1e7;
	border-radius: 10px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11px;
	line-height: 1.5;
}

.eid-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100000;
	max-width: 350px;
	padding: 12px 17px;
	color: #fff;
	background: #183c34;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(6, 26, 21, .25);
	font-size: 13px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.eid-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.eid-embed-shell {
	width: 100%;
	min-height: 500px;
	padding: 24px;
	color: var(--eid-ink);
	background: #fff;
	border: 1px solid #dce3eb;
	border-radius: 18px;
}

.eid-embed-shell > header,
.eid-embed-shell > footer {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

.eid-embed-shell > header {
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7ebef;
}

.eid-embed-shell > header a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--eid-navy);
	text-decoration: none;
}

.eid-embed-shell > header > span {
	color: var(--eid-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.eid-embed-shell__mark {
	width: 16px;
	height: 16px;
	background: linear-gradient(135deg, #3e9a6b 50%, #2f65d0 50%);
	border-radius: 50%;
}

.eid-embed-shell__heading {
	display: flex;
	gap: 20px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 8px;
}

.eid-embed-shell__heading p,
.eid-embed-shell__heading h1 {
	margin-bottom: 0;
}

.eid-embed-shell__heading > div > p {
	font-size: 14px;
	font-weight: 750;
}

.eid-embed-shell__heading h1 {
	font-size: clamp(28px, 5vw, 44px);
	letter-spacing: -.04em;
}

.eid-embed-shell__heading span,
.eid-embed-shell__heading > p {
	color: #667487;
	font-size: 11px;
}

.eid-chart--embed {
	height: 320px;
	margin: 7px 0 4px;
}

.eid-embed-shell > footer {
	padding-top: 10px;
	color: #6c7889;
	border-top: 1px solid #e7ebef;
	font-size: 10px;
}

.eid-embed-shell > footer a {
	color: #49617d;
	font-weight: 750;
	text-decoration: none;
}

.has-earth-indicators-embed {
	background: #f2f5f8;
}

.has-earth-indicators-embed :where(#masthead, .site-header, #site-navigation, .main-navigation, .top-bar, .site-footer, .footer-widgets, .generate-back-to-top) {
	display: none !important;
}

.has-earth-indicators-embed :where(#page, .site, .site-content, .grid-container, .content-area, .site-main) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.has-earth-indicators-embed .eid-page {
	min-height: 100vh;
	padding: 12px;
}

.has-earth-indicators-embed .eid-page > :not(.eid-embed-shell) {
	display: none !important;
}

@media (max-width: 980px) {
	.eid-hero {
		grid-template-columns: minmax(0, 1fr) 280px;
		padding: 48px 42px;
	}

	.eid-hero__visual {
		width: 285px;
		height: 285px;
	}

	.eid-globe {
		top: 49px;
		left: 50px;
		width: 188px;
		height: 188px;
	}

	.eid-clock-note {
		grid-template-columns: auto 1fr;
	}

	.eid-clock-note > p {
		grid-column: 2;
	}

	.eid-toolbar {
		align-items: start;
		flex-direction: column;
	}

	.eid-snapshot {
		margin: 0 8px 5px;
	}

	.eid-card__actions {
		flex-wrap: wrap;
	}

	.eid-reading-guide,
	.eid-method {
		grid-template-columns: 1fr;
	}

	.eid-method__note {
		grid-column: 1;
	}
}

@media (max-width: 760px) {
	.has-earth-indicators.page .site-main {
		margin-top: 14px;
		margin-bottom: 42px;
	}

	.eid-hero {
		display: block;
		min-height: auto;
		padding: 38px 26px 42px;
		border-radius: 20px;
	}

	.eid-breadcrumb {
		margin-bottom: 27px;
	}

	.eid-hero h1 {
		font-size: clamp(39px, 12vw, 55px);
	}

	.eid-hero__intro {
		font-size: 16px;
	}

	.eid-hero__visual {
		display: none;
	}

	.eid-clock-note {
		display: block;
		padding: 22px;
	}

	.eid-clock-note__icon {
		margin-bottom: 14px;
	}

	.eid-clock-note h2 {
		margin-bottom: 10px;
	}

	.eid-dashboard {
		padding-top: 58px;
	}

	.eid-section-heading {
		display: block;
	}

	.eid-section-heading > p {
		margin-top: 13px;
	}

	.eid-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.eid-filters button {
		justify-content: space-between;
	}

	.eid-indicator-grid {
		grid-template-columns: 1fr;
	}

	.eid-card {
		min-height: 470px;
	}

	.eid-reading-guide,
	.eid-method {
		gap: 31px;
		margin-top: 48px;
		padding: 34px 24px;
		border-radius: 19px;
	}

	.eid-guide-grid article {
		grid-template-columns: auto 1fr;
	}

	.eid-guide-grid article p {
		grid-column: 2;
	}

	.eid-dialog {
		padding: 31px 20px 25px;
		border-radius: 16px;
	}

	.eid-dialog__metric,
	.eid-dialog__method {
		grid-template-columns: 1fr;
	}

	.eid-dialog__chart-wrap {
		padding: 14px 8px 7px;
	}

	.eid-dialog__chart-head {
		padding: 0 8px;
	}

	.eid-chart--detail {
		height: 270px;
	}

	.eid-button--text {
		margin-left: 0;
	}

	.eid-embed-shell__heading {
		align-items: start;
		flex-direction: column;
	}

	.eid-chart--embed {
		height: 270px;
	}
}

@media (max-width: 430px) {
	.eid-hero__meta {
		align-items: start;
		flex-direction: column;
	}

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

	.eid-card {
		padding-right: 19px;
		padding-left: 19px;
	}

	.eid-card__top {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.eid-card__actions button,
	.eid-card__explainer {
		flex: 1 1 auto;
		justify-content: center;
	}

	.eid-dialog__actions .eid-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eid-card,
	.eid-toast,
	.eid-card--skeleton {
		animation: none;
		transition: none;
	}
}

@media print {
	.has-earth-indicators :where(.site-header, .site-footer, .eid-card__actions, .eid-toolbar, .eid-dialog) {
		display: none !important;
	}

	.eid-card {
		break-inside: avoid;
		box-shadow: none;
	}
}
