.alt-exp-dashboard,
.alt-exp-dashboard-module {
	--alt-exp-dash-ink: #0d1116;
	--alt-exp-dash-bark: #382f26;
	--alt-exp-dash-olive: #424026;
	--alt-exp-dash-sand: #e9d0b1;
	--alt-exp-dash-orange: #dd7e32;
	--alt-exp-dash-orange-text: #8b3c11;
	--alt-exp-dash-ember: #f58220;
	--alt-exp-dash-river: #2f6f73;
	--alt-exp-dash-gold: #d9a441;
	--alt-exp-dash-red: #a7502d;
	--alt-exp-dash-cloud: #cbc7ce;
	--alt-exp-dash-paper: #fbf8f2;
	--alt-exp-dash-white: #fff;
	--alt-exp-dash-muted: rgba(13, 17, 22, 0.68);
	--alt-exp-dash-line: rgba(13, 17, 22, 0.14);
	--alt-exp-dash-shadow: 0 16px 38px rgba(13, 17, 22, 0.12);
	--alt-exp-dashboard-max-width: 1920px;
	--alt-exp-dash-text-small: 14px;
	--alt-exp-dash-text-compact: 15px;
	--alt-exp-dash-text-base: 16px;
	--alt-exp-dash-text-heading: 18px;
	--alt-exp-dash-text-title: 22px;
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.5;
}

.alt-exp-dashboard *,
.alt-exp-dashboard-module *,
.alt-exp-dashboard *::before,
.alt-exp-dashboard *::after,
.alt-exp-dashboard-module *::before,
.alt-exp-dashboard-module *::after {
	box-sizing: border-box;
}

.alt-exp-dashboard h1,
.alt-exp-dashboard h2,
.alt-exp-dashboard h3,
.alt-exp-dashboard p,
.alt-exp-dashboard-module h1,
.alt-exp-dashboard-module h2,
.alt-exp-dashboard-module h3,
.alt-exp-dashboard-module p {
	margin-top: 0;
}

.alt-exp-dashboard--full {
	background: var(--alt-exp-dash-paper);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 8px;
	box-shadow: var(--alt-exp-dash-shadow);
	display: grid;
	gap: 0.75rem;
	max-width: var(--alt-exp-dashboard-max-width);
	margin: 0 auto;
	padding: clamp(0.7rem, 1.5vw, 1rem);
}

.alt-exp-bricks-hero,
.alt-exp-bricks-workbench,
.alt-exp-bricks-charts,
.alt-exp-bricks-table {
	--alt-exp-dashboard-max-width: 1920px;
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--alt-exp-dashboard-max-width) !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	width: 100% !important;
}

.alt-exp-bricks-hero-inner,
.alt-exp-bricks-workbench-inner,
.alt-exp-bricks-charts-inner,
.alt-exp-bricks-table-inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

.alt-exp-bricks-charts-inner > .brxe-shortcode {
	min-width: 0;
	width: 100%;
}

.alt-exp-dashboard-legacy-grid {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(260px, 3fr) minmax(420px, 4fr) minmax(280px, 3fr);
}

.alt-exp-dashboard-legacy-main,
.alt-exp-dashboard-legacy-visuals,
.alt-exp-bricks-map-stack,
.alt-exp-bricks-profile {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.alt-exp-bricks-workbench-inner {
	align-items: start !important;
}

.alt-exp-bricks-workbench-inner > * {
	min-height: 0;
}

.alt-exp-bricks-map-stack,
.alt-exp-bricks-profile {
	align-self: start;
}

.alt-exp-bricks-workbench-inner > .brxe-shortcode,
.alt-exp-bricks-profile {
	display: flex;
	flex-direction: column;
}

.alt-exp-bricks-summary-row {
	grid-column: 1 / -1;
	min-width: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.alt-exp-bricks-profile {
		grid-column: 3;
		grid-row: 1;
	}

	.alt-exp-bricks-summary-row {
		grid-row: 2;
	}
}

.alt-exp-bricks-workbench-inner .alt-exp-dashboard-sidebar,
.alt-exp-bricks-workbench-inner .alt-exp-dashboard-community-profile {
	flex: 0 0 auto;
	width: 100%;
}

.alt-exp-dashboard-legacy-visuals {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-sidebar,
.alt-exp-dashboard-map-card,
.alt-exp-dashboard-chart-card,
.alt-exp-dashboard-table-card,
.alt-exp-dashboard-caveat {
	border-radius: 8px;
}

.alt-exp-dashboard-sidebar,
.alt-exp-dashboard-map-card,
.alt-exp-dashboard-chart-card,
.alt-exp-dashboard-table-card {
	background: var(--alt-exp-dash-paper);
	border: 1px solid var(--alt-exp-dash-line);
	box-shadow: var(--alt-exp-dash-shadow);
}

.alt-exp-dashboard-sidebar {
	align-self: start;
	background: var(--alt-exp-dash-paper);
	border: 1px solid rgba(233, 208, 177, 0.34);
	box-shadow: var(--alt-exp-dash-shadow);
	color: var(--alt-exp-dash-ink);
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	height: var(--alt-exp-dashboard-panel-height, auto);
	max-height: var(--alt-exp-dashboard-panel-height, none);
	min-height: 0;
	overflow: hidden;
	overscroll-behavior: contain;
	padding: 0.82rem;
	position: sticky;
	scrollbar-gutter: stable;
	top: 1rem;
}

.alt-exp-dashboard-sidebar-section {
	min-width: 0;
}

.alt-exp-dashboard-orientation {
	background: rgba(47, 111, 115, 0.09);
	border: 1px solid rgba(47, 111, 115, 0.22);
	border-left: 4px solid var(--alt-exp-dash-river, #2f6f73);
	border-radius: 6px;
	display: grid;
	gap: 0.38rem;
	padding: 0.72rem 0.78rem;
}

.alt-exp-dashboard-orientation strong {
	color: var(--alt-exp-dash-ink, #0d1116);
	font-size: var(--alt-exp-dash-text-base, 16px);
	line-height: 1.25;
}

.alt-exp-dashboard-orientation p {
	color: var(--alt-exp-dash-muted, rgba(13, 17, 22, 0.68));
	font-size: var(--alt-exp-dash-text-small, 14px);
	font-weight: 700;
	line-height: 1.42;
	margin: 0;
}

.alt-exp-dashboard-data-snapshot {
	border-top: 1px solid rgba(13, 17, 22, 0.12);
	font-size: var(--alt-exp-dash-text-small, 14px) !important;
	font-variant-numeric: tabular-nums;
	margin-top: 0.2rem !important;
	overflow-wrap: anywhere;
	padding-top: 0.42rem;
}

.alt-exp-dashboard-data-snapshot:empty {
	display: none;
}

.alt-exp-dashboard-mode-tabs {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0.35rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0.35rem;
}

.alt-exp-dashboard-mode-tabs button {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--alt-exp-dash-muted);
	cursor: pointer;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.12;
	min-height: 44px;
	padding: 0.45rem 0.35rem;
	text-align: center;
}

.alt-exp-dashboard-mode-tabs button:hover,
.alt-exp-dashboard-mode-tabs button:focus-visible {
	border-color: rgba(47, 111, 115, 0.34);
	color: var(--alt-exp-dash-ink);
	outline: none;
}

.alt-exp-dashboard-mode-tabs button.is-active {
	background: var(--alt-exp-dash-ink);
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-mode-panel {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.85rem;
	min-height: 0;
}

.alt-exp-dashboard-mode-panel[hidden] {
	display: none;
}

.alt-exp-dashboard-sidebar-controls {
	border-bottom: 1px solid var(--alt-exp-dash-line);
	display: grid;
	flex: 0 0 auto;
	gap: 0.64rem;
	padding-bottom: 0.88rem;
}

.alt-exp-dashboard-sidebar-comparison {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.alt-exp-dashboard-panel {
	background: var(--alt-exp-dash-paper);
	border: 1px solid rgba(233, 208, 177, 0.34);
	border-radius: 8px;
	color: var(--alt-exp-dash-ink);
	padding: 0.82rem;
}

.alt-exp-dashboard-panel-label {
	color: var(--alt-exp-dash-orange-text);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.alt-exp-dashboard-town-actions {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 0.65rem;
}

.alt-exp-dashboard button,
.alt-exp-dashboard select,
.alt-exp-dashboard-module button,
.alt-exp-dashboard-module select {
	font: inherit;
	min-height: 44px;
}

.alt-exp-dashboard-town-actions button {
	background: var(--alt-exp-dash-bark);
	border: 1px solid rgba(233, 208, 177, 0.28);
	border-radius: 6px;
	color: var(--alt-exp-dash-white);
	cursor: pointer;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 800;
	min-height: 44px;
	padding: 0.55rem 0.5rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.alt-exp-dashboard-town-actions button:hover,
.alt-exp-dashboard-town-actions button:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-town-list {
	align-content: start;
	display: grid;
	gap: 0.48rem;
	flex: 1 1 auto;
	grid-auto-rows: max-content;
	max-height: none;
	min-height: 0;
	overflow: auto;
	padding-right: 0.2rem;
}

.alt-exp-dashboard-entity-list {
	align-content: start;
	display: grid;
	gap: 0.48rem;
	flex: 1 1 auto;
	grid-auto-rows: max-content;
	min-height: 0;
	overflow: auto;
	padding-right: 0.2rem;
}

.alt-exp-dashboard-town-option,
.alt-exp-dashboard-entity-option {
	align-items: center;
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	display: grid;
	gap: 0.55rem;
	max-width: 100%;
	min-width: 0;
	padding: 0.64rem 0.68rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.alt-exp-dashboard-town-option {
	cursor: default;
	grid-template-columns: 44px 44px minmax(0, 1fr);
}

.alt-exp-dashboard-entity-option {
	color: var(--alt-exp-dash-ink);
	cursor: default;
	font: inherit;
	grid-template-columns: 44px minmax(0, 1fr);
	text-align: left;
}

.alt-exp-dashboard-town-option:focus-within,
.alt-exp-dashboard-entity-option:focus-within {
	border-color: var(--alt-exp-dash-orange-text);
	box-shadow: 0 8px 20px rgba(13, 17, 22, 0.08);
	outline: none;
}

.alt-exp-dashboard-town-option.is-active,
.alt-exp-dashboard-entity-option.is-active {
	border-color: var(--alt-exp-dash-river);
	box-shadow: 0 0 0 2px rgba(47, 111, 115, 0.18);
}

.alt-exp-dashboard-town-option input {
	accent-color: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-town-checkbox-target {
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	display: inline-grid;
	height: 44px;
	justify-content: center;
	margin: 0;
	width: 44px;
}

.alt-exp-dashboard-town-checkbox-target input {
	cursor: pointer;
	height: 18px;
	margin: 0;
	width: 18px;
}

.alt-exp-dashboard-town-zoom,
.alt-exp-dashboard-entity-zoom {
	align-items: center;
	background: rgba(47, 111, 115, 0.08);
	border: 1px solid rgba(47, 111, 115, 0.32);
	border-radius: 6px;
	color: var(--alt-exp-dash-river);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 44px;
}

.alt-exp-dashboard-town-zoom::before,
.alt-exp-dashboard-entity-zoom::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 12px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.alt-exp-dashboard-town-zoom::after,
.alt-exp-dashboard-entity-zoom::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 27px;
	position: absolute;
	top: 27px;
	transform: rotate(-45deg);
	transform-origin: top center;
	width: 2px;
}

.alt-exp-dashboard-town-zoom:hover,
.alt-exp-dashboard-town-zoom:focus-visible,
.alt-exp-dashboard-entity-zoom:hover,
.alt-exp-dashboard-entity-zoom:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
	outline: none;
	transform: translateY(-1px);
}

.alt-exp-dashboard-town-zoom:disabled,
.alt-exp-dashboard-entity-zoom:disabled {
	background: rgba(13, 17, 22, 0.04);
	border-color: rgba(13, 17, 22, 0.12);
	color: rgba(13, 17, 22, 0.28);
	cursor: not-allowed;
	transform: none;
}

.alt-exp-dashboard-town-option-text,
.alt-exp-dashboard-entity-option-text {
	min-width: 0;
}

.alt-exp-dashboard-town-option strong,
.alt-exp-dashboard-town-option small,
.alt-exp-dashboard-entity-option strong,
.alt-exp-dashboard-entity-option small {
	display: block;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-town-option strong,
.alt-exp-dashboard-entity-option strong {
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.12;
}

.alt-exp-dashboard-town-option small,
.alt-exp-dashboard-entity-option small {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	margin-top: 0.15rem;
}

.alt-exp-dashboard-town-option em,
.alt-exp-dashboard-entity-option em {
	color: var(--alt-exp-dash-bark);
	font-size: var(--alt-exp-dash-text-small);
	font-style: normal;
	font-weight: 800;
	justify-self: start;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	text-align: left;
	white-space: normal;
}

.alt-exp-dashboard-town-option em {
	grid-column: 3;
}

.alt-exp-dashboard-entity-option em {
	grid-column: 2;
}

.alt-exp-dashboard-sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.alt-exp-dashboard-field {
	display: grid;
	gap: 0.42rem;
	margin-bottom: 0.9rem;
}

.alt-exp-dashboard-sidebar .alt-exp-dashboard-field {
	gap: 0.34rem;
	margin-bottom: 0;
}

.alt-exp-dashboard-field:last-child {
	margin-bottom: 0;
}

.alt-exp-dashboard-field span {
	color: var(--alt-exp-dash-bark);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.alt-exp-dashboard-field select,
.alt-exp-dashboard-field input[type="search"] {
	appearance: none;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%230d1116' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 0.85rem center / 0.75rem 0.5rem no-repeat,
		var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.24);
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	font-weight: 800;
	font-size: var(--alt-exp-dash-text-base);
	min-height: 44px;
	padding: 0.72rem 2.1rem 0.72rem 0.85rem;
	width: 100%;
}

.alt-exp-dashboard-field input[type="search"] {
	background: var(--alt-exp-dash-white);
	cursor: text;
	padding-right: 0.85rem;
}

.alt-exp-dashboard-sidebar .alt-exp-dashboard-field select,
.alt-exp-dashboard-sidebar .alt-exp-dashboard-field input[type="search"] {
	min-height: 44px;
	padding-bottom: 0.62rem;
	padding-top: 0.62rem;
}

.alt-exp-dashboard-context-review-toggle {
	align-items: center;
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	gap: 0.6rem;
	line-height: 1.35;
	min-height: 44px;
	padding: 0.35rem 0.25rem;
}

.alt-exp-dashboard-context-review-toggle input {
	accent-color: var(--alt-exp-dash-river);
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.alt-exp-dashboard-insight p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.45;
	margin-bottom: 0.7rem;
}

.alt-exp-dashboard-insight p:last-child {
	margin-bottom: 0;
}

.alt-exp-dashboard-insight strong {
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-community-profile {
	align-self: start;
	box-shadow: var(--alt-exp-dash-shadow);
	display: grid;
	gap: 0.72rem;
	height: var(--alt-exp-dashboard-panel-height, auto);
	max-height: var(--alt-exp-dashboard-panel-height, none);
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: sticky;
	scrollbar-gutter: stable;
	top: 1rem;
}

.alt-exp-dashboard-profile-figure {
	margin: 0;
}

.alt-exp-dashboard-profile-figure img {
	aspect-ratio: 16 / 10;
	background: rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.alt-exp-dashboard-profile-figure figcaption {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.35;
	margin-top: 0.42rem;
}

.alt-exp-dashboard-profile-figure figcaption a {
	color: var(--alt-exp-dash-muted);
	text-decoration-color: rgba(13, 17, 22, 0.28);
	text-underline-offset: 0.16rem;
}

.alt-exp-dashboard-profile-placeholder {
	align-items: end;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(47, 111, 115, 0.22), rgba(221, 126, 50, 0.18)),
		rgba(233, 208, 177, 0.34);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	color: rgba(13, 17, 22, 0.72);
	display: grid;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 900;
	line-height: 1.2;
	padding: 0.85rem;
}

.alt-exp-dashboard-profile-summary {
	color: var(--alt-exp-dash-ink) !important;
	font-size: var(--alt-exp-dash-text-base) !important;
	line-height: 1.5 !important;
}

.alt-exp-dashboard-profile-links {
	border-top: 1px solid var(--alt-exp-dash-line);
	padding-top: 0.78rem;
}

.alt-exp-dashboard-profile-links h4 {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0.52rem;
}

.alt-exp-dashboard-profile-links ul {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-profile-links a {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	color: var(--alt-exp-dash-ink);
	display: grid;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 800;
	gap: 0.08rem;
	line-height: 1.25;
	min-height: 44px;
	padding: 0.62rem 0.68rem;
	text-decoration: none;
}

.alt-exp-dashboard-profile-links a:hover,
.alt-exp-dashboard-profile-links a:focus-visible {
	border-color: var(--alt-exp-dash-river);
	outline: none;
}

.alt-exp-dashboard-profile-links span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.alt-exp-dashboard-profile-note {
	font-size: var(--alt-exp-dash-text-compact) !important;
	line-height: 1.42 !important;
}

.alt-exp-dashboard-active-town-row {
	align-items: start;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
}

.alt-exp-dashboard-active-town-row > .alt-exp-dashboard-active-town {
	min-width: 0;
}

.alt-exp-dashboard-active-town h3 {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-title);
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 0.16rem;
}

.alt-exp-dashboard-active-town span {
	color: var(--alt-exp-dash-muted);
	display: block;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 800;
	margin-bottom: 0.72rem;
}

.alt-exp-dashboard-score-pill {
	align-items: start;
	background: rgba(203, 199, 206, 0.24);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 8px;
	display: flex;
	gap: 0.18rem;
	justify-content: space-between;
	margin: 0.2rem 0 0.85rem;
	padding: 0.68rem;
}

.alt-exp-dashboard-score-pill-value {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.alt-exp-dashboard-score-pill-value > strong {
	font-size: 32px;
	line-height: 1;
}

.alt-exp-dashboard-score-pill-value > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	line-height: 1.25;
}

.alt-exp-dashboard-score-pill.is-very-high,
.alt-exp-dashboard-tag.is-very-high {
	background: rgba(47, 111, 115, 0.16);
	color: #174f54;
}

.alt-exp-dashboard-score-pill.is-high,
.alt-exp-dashboard-tag.is-high {
	background: rgba(221, 126, 50, 0.16);
	color: #7c310c;
}

.alt-exp-dashboard-score-pill.is-moderate,
.alt-exp-dashboard-tag.is-moderate {
	background: rgba(217, 164, 65, 0.2);
	color: #6d4b05;
}

.alt-exp-dashboard-score-pill.is-low,
.alt-exp-dashboard-tag.is-low {
	background: rgba(203, 199, 206, 0.32);
	color: #4a4a4f;
}

.alt-exp-dashboard-score-pill.is-very-low,
.alt-exp-dashboard-tag.is-very-low {
	background: rgba(13, 17, 22, 0.08);
	color: rgba(13, 17, 22, 0.72);
}

.alt-exp-dashboard-recreation-capacity,
.alt-exp-dashboard-migration-mobility,
.alt-exp-dashboard-narrative-profile,
.alt-exp-dashboard-business-capacity,
.alt-exp-dashboard-visitor-readiness,
.alt-exp-dashboard-household-context,
.alt-exp-dashboard-resident-worker-context,
.alt-exp-dashboard-community-demographics {
	border-top: 1px solid var(--alt-exp-dash-line);
	display: grid;
	gap: 0.55rem;
	margin-top: 0.7rem;
	padding-top: 0.7rem;
}

.alt-exp-dashboard-recreation-capacity h4,
.alt-exp-dashboard-migration-mobility h4,
.alt-exp-dashboard-narrative-profile h4,
.alt-exp-dashboard-business-capacity h4,
.alt-exp-dashboard-business-capacity h5,
.alt-exp-dashboard-business-capacity h6,
.alt-exp-dashboard-visitor-readiness h4,
.alt-exp-dashboard-visitor-readiness h5,
.alt-exp-dashboard-household-context h4,
.alt-exp-dashboard-household-context h5,
.alt-exp-dashboard-resident-worker-context h4,
.alt-exp-dashboard-community-demographics h4,
.alt-exp-dashboard-community-demographics h5,
.alt-exp-dashboard-community-demographics h6,
.alt-exp-dashboard-narrative-cluster h5,
.alt-exp-dashboard-mobility-county h5,
.alt-exp-dashboard-mobility-flow-list h6,
.alt-exp-dashboard-narrative-components h6 {
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.alt-exp-dashboard-business-capacity {
	margin-bottom: 0.95rem;
}

.alt-exp-dashboard-visitor-readiness {
	margin-bottom: 0.95rem;
}

.alt-exp-dashboard-household-context {
	margin-bottom: 0.95rem;
}

.alt-exp-dashboard-business-capacity-geography,
.alt-exp-dashboard-descriptive-profile-geography {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-business-capacity-kpis,
.alt-exp-dashboard-descriptive-profile-kpis {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-business-capacity-metric,
.alt-exp-dashboard-descriptive-profile-metric {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0.32rem;
	min-width: 0;
	padding: 0.55rem;
}

.alt-exp-dashboard-metric-label-row {
	align-items: start;
	display: flex;
	gap: 0.35rem;
	justify-content: space-between;
}

.alt-exp-dashboard-metric-label {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.alt-exp-dashboard-metric-value {
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-summary-card.is-unavailable,
.alt-exp-dashboard-descriptive-profile-metric.is-unavailable {
	background: rgba(151, 91, 32, 0.1);
	border-color: rgba(151, 91, 32, 0.42);
}

.alt-exp-dashboard-household-secondary-value {
	color: var(--alt-exp-dash-muted);
	display: block;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.35;
	margin-top: 0.12rem;
}

.alt-exp-dashboard-household-comparison-badge {
	align-items: center;
	align-self: start;
	background: rgba(151, 91, 32, 0.13);
	border: 1px solid rgba(151, 91, 32, 0.46);
	border-radius: 999px;
	color: #6b3609;
	display: inline-flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.28;
	padding: 0.28rem 0.48rem;
	width: fit-content;
}

.alt-exp-dashboard-household-comparison-badge.is-exceeds-moe {
	background: rgba(47, 111, 115, 0.13);
	border-color: rgba(47, 111, 115, 0.46);
	color: #165a5e;
}

.alt-exp-dashboard-household-comparison-badge.is-unavailable {
	background: rgba(84, 92, 98, 0.1);
	border-color: rgba(84, 92, 98, 0.35);
	color: var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-readiness-category-list {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-readiness-category-list > li {
	align-items: start;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-left: 4px solid rgba(47, 111, 115, 0.5);
	border-radius: 8px;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(9rem, 0.8fr);
	padding: 0.68rem;
}

.alt-exp-dashboard-readiness-category-list > li > div {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.alt-exp-dashboard-readiness-category-list > li > div:last-child {
	text-align: right;
}

.alt-exp-dashboard-readiness-category-list strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-readiness-category-list span,
.alt-exp-dashboard-readiness-category-list small {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.3;
}

.alt-exp-dashboard-descriptive-profile-empty {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 750;
	margin: 0;
}

.alt-exp-dashboard-business-sector-list {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-business-sector-list > li {
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0.5rem;
	padding: 0.65rem;
}

.alt-exp-dashboard-business-sector-heading {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	min-width: 0;
}

.alt-exp-dashboard-business-sector-title {
	align-items: center;
	display: flex;
	gap: 0.15rem;
	min-width: 0;
}

.alt-exp-dashboard-business-sector-title h6 {
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-business-sector-scope {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	max-width: 45%;
	overflow-wrap: anywhere;
	text-align: right;
}

.alt-exp-dashboard-business-sector-list dl {
	display: grid;
	gap: 0.42rem;
	margin: 0;
}

.alt-exp-dashboard-business-sector-list dl > div {
	align-items: start;
	border-top: 1px solid rgba(13, 17, 22, 0.08);
	display: grid;
	gap: 0.4rem;
	grid-template-columns: minmax(5.4rem, 0.7fr) minmax(0, 1.3fr);
	padding-top: 0.42rem;
}

.alt-exp-dashboard-business-sector-list dt {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
}

.alt-exp-dashboard-business-sector-list dd {
	margin: 0;
	text-align: right;
}

.alt-exp-dashboard-business-sector-list dd strong {
	font-size: var(--alt-exp-dash-text-small);
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-table-metric {
	align-items: center;
	display: flex;
	gap: 0.15rem;
	justify-content: flex-end;
	min-width: 0;
}

.alt-exp-dashboard-household-table-state,
.alt-exp-dashboard-household-table-comparison {
	display: grid;
	gap: 0.35rem;
	min-width: 12rem;
}

.alt-exp-dashboard-household-table-state > strong,
.alt-exp-dashboard-household-table-comparison > strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-compact);
}

.alt-exp-dashboard-household-table-state > span,
.alt-exp-dashboard-household-table-comparison > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.35;
}

.alt-exp-dashboard-household-table-state.is-unavailable {
	border-left: 3px solid rgba(151, 91, 32, 0.65);
	padding-left: 0.46rem;
}

.alt-exp-dashboard-community-demographics {
	margin-bottom: 0.95rem;
}

.alt-exp-dashboard-demographic-block > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-demographic-block {
	display: grid;
	gap: 0.58rem;
}

.alt-exp-dashboard-composition-subsection {
	border-top: 1px solid rgba(13, 17, 22, 0.1);
	display: grid;
	gap: 0.52rem;
	margin-top: 0.1rem;
	padding-top: 0.62rem;
}

.alt-exp-dashboard-composition-subsection > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-age-bar {
	background: rgba(13, 17, 22, 0.08);
	border-radius: 4px;
	display: flex;
	height: 0.9rem;
	overflow: hidden;
	width: 100%;
}

.alt-exp-dashboard-age-bar span {
	display: block;
	min-width: 0;
}

.alt-exp-dashboard-age-list {
	display: grid;
	gap: 0.42rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-age-list li {
	align-items: center;
	display: grid;
	font-size: var(--alt-exp-dash-text-small);
	gap: 0.4rem;
	grid-template-columns: 0.72rem minmax(4.7rem, 1fr) auto auto;
	min-width: 0;
}

.alt-exp-dashboard-age-list strong {
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.25;
	text-align: right;
}

.alt-exp-dashboard-demographic-label {
	display: grid;
	gap: 0.08rem;
	line-height: 1.2;
	min-width: 0;
}

.alt-exp-dashboard-demographic-label small {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-demographic-swatch {
	border-radius: 2px;
	display: block;
	height: 0.72rem;
	width: 0.72rem;
}

.is-age-under-18 {
	background: #2f6f73;
}

.is-age-18-34 {
	background: #d9a441;
}

.is-age-35-64 {
	background: #596d8f;
}

.is-age-65-plus {
	background: #a7502d;
}

.is-sex-male {
	background: #3d6e92;
}

.is-sex-female {
	background: #8c5f84;
}

.is-age-unknown,
.is-sex-unknown,
.alt-exp-dashboard-age-bar .is-empty {
	background: rgba(13, 17, 22, 0.18);
}

.alt-exp-dashboard-sex-bar {
	height: 0.8rem;
}

.alt-exp-dashboard-sex-trend-list {
	display: grid;
	gap: 0.48rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-sex-trend-list li {
	background: rgba(13, 17, 22, 0.035);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 6px;
	display: grid;
	gap: 0.35rem 0.45rem;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	padding: 0.48rem;
}

.alt-exp-dashboard-sex-trend-label,
.alt-exp-dashboard-sex-trend-change {
	grid-column: 1 / -1;
}

.alt-exp-dashboard-sex-trend-label {
	font-size: var(--alt-exp-dash-text-small);
	text-align: left;
}

.alt-exp-dashboard-sex-trend-point {
	display: grid;
	gap: 0.06rem;
	min-width: 0;
}

.alt-exp-dashboard-sex-trend-point small,
.alt-exp-dashboard-sex-trend-point > span,
.alt-exp-dashboard-sex-trend-change small {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	line-height: 1.25;
}

.alt-exp-dashboard-sex-trend-point strong {
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.15;
}

.alt-exp-dashboard-sex-trend-arrow {
	align-self: center;
	color: var(--alt-exp-dash-muted);
	font-weight: 900;
}

.alt-exp-dashboard-sex-trend-change {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0.55rem;
	justify-content: space-between;
}

.alt-exp-dashboard-sex-trend-change strong {
	font-size: var(--alt-exp-dash-text-small);
}

.alt-exp-dashboard-demographic-kpis {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-pep-sparkline {
	color: #2f6f73;
	display: block;
	height: auto;
	max-height: 7rem;
	width: 100%;
}

.alt-exp-dashboard-pep-sparkline line {
	stroke: rgba(13, 17, 22, 0.24);
	stroke-width: 1;
}

.alt-exp-dashboard-pep-sparkline path {
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.alt-exp-dashboard-pep-sparkline circle {
	fill: #fff;
	stroke: currentcolor;
	stroke-width: 2;
}

.alt-exp-dashboard-pep-sparkline text {
	fill: var(--alt-exp-dash-muted);
	font-family: inherit;
	font-size: 9px;
	font-weight: 800;
}

.alt-exp-dashboard-narrative-cluster {
	display: grid;
	gap: 0.58rem;
}

.alt-exp-dashboard-mini-score-grid,
.alt-exp-dashboard-asset-chip-grid {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-mini-score-grid--three {
	grid-template-columns: repeat(auto-fit, minmax(7.8rem, 1fr));
}

.alt-exp-dashboard-narrative-facts,
.alt-exp-dashboard-narrative-profile .alt-exp-dashboard-asset-chip-grid {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(auto-fit, minmax(7.8rem, 1fr));
}

.alt-exp-dashboard-mini-score,
.alt-exp-dashboard-asset-chip {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0.18rem;
	min-width: 0;
	padding: 0.62rem;
}

.alt-exp-dashboard-mini-score-label-row,
.alt-exp-dashboard-asset-chip-label-row,
.alt-exp-dashboard-fact-label-row {
	align-items: center;
	display: flex;
	gap: 0.35rem;
	justify-content: space-between;
	min-width: 0;
}

.alt-exp-dashboard-mini-score-label-row > span,
.alt-exp-dashboard-asset-chip-label-row > small {
	min-width: 0;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-mini-score > span,
.alt-exp-dashboard-mini-score-label-row > span,
.alt-exp-dashboard-asset-chip small {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.alt-exp-dashboard-mini-score > strong,
.alt-exp-dashboard-asset-chip b {
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.05;
}

.alt-exp-dashboard-mini-score > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.32;
	margin: 0;
}

.alt-exp-dashboard-narrative-source {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-mini-score.is-very-high {
	background: rgba(47, 111, 115, 0.15);
}

.alt-exp-dashboard-mini-score.is-high {
	background: rgba(221, 126, 50, 0.15);
}

.alt-exp-dashboard-mini-score.is-moderate {
	background: rgba(217, 164, 65, 0.18);
}

.alt-exp-dashboard-mini-score.is-pressure.is-very-high,
.alt-exp-dashboard-mini-score.is-pressure.is-high {
	background: rgba(167, 80, 45, 0.16);
}

.alt-exp-dashboard-mobility-stack,
.alt-exp-dashboard-mobility-county {
	display: grid;
	gap: 0.58rem;
}

.alt-exp-dashboard-mobility-stack-bar {
	background: rgba(13, 17, 22, 0.08);
	border-radius: 999px;
	display: flex;
	height: 0.82rem;
	overflow: hidden;
	width: 100%;
}

.alt-exp-dashboard-mobility-stack-bar span {
	display: block;
	min-width: 0;
}

.alt-exp-dashboard-mobility-stack-bar .is-aa-same-house {
	background: #2f6f73;
}

.alt-exp-dashboard-mobility-stack-bar .is-aa-moved-within-same-county {
	background: #d9a441;
}

.alt-exp-dashboard-mobility-stack-bar .is-aa-moved-from-other-wv-county {
	background: #dd7e32;
}

.alt-exp-dashboard-mobility-stack-bar .is-aa-moved-from-other-state {
	background: #596d8f;
}

.alt-exp-dashboard-mobility-stack-bar .is-aa-moved-from-abroad {
	background: #8a5a44;
}

.alt-exp-dashboard-mobility-stack-bar .is-empty {
	background: rgba(13, 17, 22, 0.14);
}

.alt-exp-dashboard-mobility-stack-list,
.alt-exp-dashboard-mobility-flow-list ul {
	display: grid;
	gap: 0.36rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-mobility-stack-list li,
.alt-exp-dashboard-mobility-flow-list li {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	min-width: 0;
}

.alt-exp-dashboard-mobility-stack-list span,
.alt-exp-dashboard-mobility-flow-list span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.25;
	min-width: 0;
}

.alt-exp-dashboard-mobility-stack-list strong,
.alt-exp-dashboard-mobility-flow-list strong {
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.alt-exp-dashboard-facts {
	display: grid;
	gap: 0.38rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0.65rem 0;
}

.alt-exp-dashboard-facts div {
	background: rgba(233, 208, 177, 0.28);
	border: 1px solid rgba(13, 17, 22, 0.08);
	border-radius: 8px;
	padding: 0.5rem;
}

.alt-exp-dashboard-facts dt,
.alt-exp-dashboard-facts dd {
	margin: 0;
}

.alt-exp-dashboard-facts dt {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.alt-exp-dashboard-facts dd {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 850;
	line-height: 1.2;
	margin-top: 0.2rem;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-population-context {
	border-top: 1px solid var(--alt-exp-dash-line);
	display: grid;
	gap: 0.65rem;
	margin: 0.95rem 0;
	padding-top: 0.9rem;
}

.alt-exp-dashboard-population-context h4 {
	font-size: var(--alt-exp-dash-text-heading);
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.alt-exp-dashboard-population-grid {
	display: grid;
	gap: 0.62rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-population-grid article {
	align-content: start;
	background: rgba(233, 208, 177, 0.22);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0.38rem;
	min-width: 0;
	padding: 0.72rem;
}

.alt-exp-dashboard-population-grid article > strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.15;
}

.alt-exp-dashboard-population-grid article > small,
.alt-exp-dashboard-index-reliability {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-index-reliability {
	background: rgba(217, 164, 65, 0.15);
	border-left: 3px solid var(--alt-exp-dash-gold);
	border-radius: 5px;
	padding: 0.58rem 0.65rem;
}

.alt-exp-dashboard-reliability-badge {
	background: rgba(13, 17, 22, 0.08);
	border: 1px solid rgba(13, 17, 22, 0.13);
	border-radius: 999px;
	color: var(--alt-exp-dash-ink);
	display: inline-block;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.15;
	max-width: 100%;
	padding: 0.3rem 0.5rem;
	width: fit-content;
}

.alt-exp-dashboard-reliability-badge.is-standard {
	background: rgba(47, 111, 115, 0.14);
	border-color: rgba(47, 111, 115, 0.28);
	color: #1f5558;
}

.alt-exp-dashboard-reliability-badge.is-caution {
	background: rgba(217, 164, 65, 0.2);
	border-color: rgba(145, 99, 7, 0.26);
	color: #674703;
}

.alt-exp-dashboard-reliability-badge.is-high-uncertainty,
.alt-exp-dashboard-reliability-badge.is-excluded {
	background: rgba(221, 126, 50, 0.16);
	border-color: rgba(139, 60, 17, 0.25);
	color: #76320e;
}

.alt-exp-dashboard-reliability-badge.is-unavailable {
	background: rgba(203, 199, 206, 0.3);
	color: rgba(13, 17, 22, 0.7);
}

.alt-exp-dashboard-reliability-details {
	align-items: center;
	color: var(--alt-exp-dash-muted);
	display: flex;
	font-size: var(--alt-exp-dash-text-small);
	gap: 0.38rem;
	line-height: 1.4;
	min-width: 0;
}

.alt-exp-dashboard-reliability-details > span {
	color: var(--alt-exp-dash-ink);
	font-weight: 850;
}

.alt-exp-dashboard-reliability-badges-hidden .alt-exp-dashboard-reliability-badge,
.alt-exp-dashboard-reliability-badges-hidden .alt-exp-dashboard-reliability-details,
.alt-exp-dashboard-reliability-badges-hidden .alt-exp-dashboard-component-reliability,
.alt-exp-dashboard-reliability-badges-hidden .alt-exp-dashboard-reliability-column {
	display: none;
}

.alt-exp-dashboard-note {
	background: rgba(233, 208, 177, 0.42);
	border-left: 4px solid var(--alt-exp-dash-orange);
	border-radius: 6px;
	padding: 0.7rem 0.75rem;
}

.alt-exp-dashboard-info-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--alt-exp-dash-river);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: Georgia, serif !important;
	font-size: 15px;
	font-style: italic;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	min-height: 44px !important;
	padding: 0;
	text-transform: none;
	width: 44px;
}

.alt-exp-dashboard-info-button > span {
	align-items: center;
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(47, 111, 115, 0.5);
	border-radius: 50%;
	display: inline-flex;
	height: 1.75rem;
	justify-content: center;
	width: 1.75rem;
}

.alt-exp-dashboard-info-button:hover > span,
.alt-exp-dashboard-info-button[aria-expanded="true"] > span {
	background: var(--alt-exp-dash-river);
	border-color: var(--alt-exp-dash-river);
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-info-button:focus-visible {
	outline: 3px solid var(--alt-exp-dash-orange-text);
	outline-offset: 2px;
}

.alt-exp-dashboard-info-panel {
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(13, 17, 22, 0.24);
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 650;
	letter-spacing: normal;
	line-height: 1.45;
	max-height: min(70vh, calc(100vh - 1.5rem));
	max-height: min(70vh, calc(100dvh - 1.5rem));
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0.85rem;
	position: fixed;
	text-align: left;
	text-transform: none;
	width: min(24rem, calc(100vw - 1.5rem));
	z-index: 90000;
}

.alt-exp-dashboard-info-panel--wide {
	width: min(46rem, calc(100vw - 1.5rem));
}

.alt-exp-dashboard-info-panel:focus {
	outline: 3px solid var(--alt-exp-dash-river);
	outline-offset: 2px;
}

.alt-exp-dashboard-info-panel[hidden] {
	display: none !important;
}

.alt-exp-dashboard-info-content {
	display: grid;
	gap: 0.65rem;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content > *,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content p,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content ul,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content ol,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content dl {
	margin-bottom: 0;
	margin-top: 0;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content p,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content li {
	color: var(--alt-exp-dash-bark);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.45;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content strong,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content h2,
.alt-exp-dashboard-info-panel .alt-exp-dashboard-info-content h3 {
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-methodology {
	gap: 0.85rem;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-methodology h2 {
	font-size: 20px;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-methodology h3 {
	font-size: 17px;
}

.alt-exp-dashboard-info-panel .alt-exp-dashboard-methodology li {
	background: rgba(47, 111, 115, 0.07);
	border-color: rgba(47, 111, 115, 0.24);
	padding: 0.58rem;
}

.alt-exp-dashboard-info-intro {
	background: #fff4dc;
	border-left: 4px solid #916307;
	border-radius: 6px;
	display: grid;
	gap: 0.28rem;
	padding: 0.68rem;
}

.alt-exp-dashboard-section-heading,
.alt-exp-dashboard-visual-meta,
.alt-exp-dashboard-methodology-launcher {
	align-items: center;
	display: flex;
	gap: 0.45rem;
	justify-content: space-between;
	min-width: 0;
}

.alt-exp-dashboard-section-heading > :first-child,
.alt-exp-dashboard-visual-meta > :first-child {
	min-width: 0;
}

.alt-exp-dashboard-visual-meta > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-methodology-launcher > div {
	display: grid;
	gap: 0.1rem;
	min-width: 0;
}

.alt-exp-dashboard-methodology-launcher > div > strong {
	color: var(--alt-exp-dash-white);
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.2;
}

.alt-exp-dashboard-methodology-launcher > div > span {
	color: var(--alt-exp-dash-sand);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.25;
}

.alt-exp-dashboard-methodology-launcher .alt-exp-dashboard-info-button > span {
	border-color: rgba(233, 208, 177, 0.68);
}

.alt-exp-dashboard-opportunity-snapshot {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(47, 111, 115, 0.24);
	border-radius: 8px;
	display: grid;
	gap: 0.7rem;
	padding: 0.82rem;
}

.alt-exp-dashboard-opportunity-snapshot h3,
.alt-exp-dashboard-opportunity-snapshot h4,
.alt-exp-dashboard-opportunity-snapshot h5 {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.25;
	margin: 0;
}

.alt-exp-dashboard-opportunity-snapshot p,
.alt-exp-dashboard-opportunity-snapshot li {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 700;
	line-height: 1.45;
}

.alt-exp-dashboard-opportunity-snapshot p,
.alt-exp-dashboard-opportunity-snapshot ul {
	margin: 0;
}

.alt-exp-dashboard-opportunity-snapshot ul {
	display: grid;
	gap: 0.38rem;
	padding-left: 1.2rem;
}

.alt-exp-dashboard-topic-disclosure {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(13, 17, 22, 0.14);
	border-radius: 8px;
	overflow: hidden;
}

.alt-exp-dashboard-topic-disclosure > summary {
	align-items: center;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: flex;
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 900;
	justify-content: space-between;
	line-height: 1.3;
	list-style: none;
	min-height: 44px;
	padding: 0.62rem 0.72rem;
}

.alt-exp-dashboard-topic-disclosure > summary::-webkit-details-marker {
	display: none;
}

.alt-exp-dashboard-topic-disclosure > summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	margin-left: 0.75rem;
}

.alt-exp-dashboard-topic-disclosure[open] > summary {
	border-bottom: 1px solid rgba(13, 17, 22, 0.12);
}

.alt-exp-dashboard-topic-disclosure[open] > summary::after {
	content: "\2212";
}

.alt-exp-dashboard-topic-disclosure > :not(summary) {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.alt-exp-dashboard-topic-disclosure > :last-child {
	margin-bottom: 0.75rem;
}

.alt-exp-dashboard-topic-disclosure p,
.alt-exp-dashboard-topic-disclosure li {
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.45;
}

.alt-exp-dashboard-map-card,
.alt-exp-dashboard-chart-card,
.alt-exp-dashboard-table-card {
	min-width: 0;
	padding: clamp(0.85rem, 1.5vw, 1.1rem);
}

.alt-exp-dashboard-map-head,
.alt-exp-dashboard-card-head {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

.alt-exp-dashboard-map-head h2,
.alt-exp-dashboard-card-head h2 {
	color: var(--alt-exp-dash-ink);
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 0;
}

.alt-exp-dashboard-download-button {
	background: var(--alt-exp-dash-ink);
	border: 1px solid rgba(13, 17, 22, 0.2);
	border-radius: 6px;
	color: var(--alt-exp-dash-white);
	cursor: pointer;
	flex: 0 0 auto;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 900;
	line-height: 1.15;
	min-height: 44px;
	padding: 0.62rem 0.78rem;
}

.alt-exp-dashboard-download-button:hover,
.alt-exp-dashboard-download-button:focus-visible {
	background: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
	outline: none;
}

.alt-exp-dashboard-download-button:disabled {
	background: rgba(13, 17, 22, 0.16);
	border-color: rgba(13, 17, 22, 0.08);
	color: rgba(13, 17, 22, 0.42);
	cursor: not-allowed;
}

.alt-exp-dashboard-download-status {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.4;
	margin: 0.65rem 0 0;
}

.alt-exp-dashboard-map-legend {
	align-items: center;
	color: var(--alt-exp-dash-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	gap: 0.45rem 0.75rem;
	justify-content: flex-end;
}

.alt-exp-dashboard-map-tools {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-end;
	position: relative;
}

.alt-exp-dashboard-map-layers-trigger {
	align-items: center;
	background: var(--alt-exp-dash-ink);
	border: 1px solid rgba(13, 17, 22, 0.2);
	border-radius: 6px;
	color: var(--alt-exp-dash-white);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.2;
	min-height: 44px;
	padding: 0.58rem 0.74rem;
}

.alt-exp-dashboard-map-layers-trigger:hover,
.alt-exp-dashboard-map-layers-trigger:focus-visible,
.alt-exp-dashboard-map-layers-trigger[aria-expanded="true"] {
	background: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
	outline: none;
}

.alt-exp-dashboard-map-basemap {
	align-items: center;
	background: var(--alt-exp-dash-paper);
	border: 1px solid rgba(13, 17, 22, 0.18);
	border-radius: 6px;
	display: inline-grid;
	gap: 0.45rem;
	grid-template-columns: auto minmax(8.5rem, 11rem);
	margin: 0;
	min-width: 0;
	padding-left: 0.65rem;
}

.alt-exp-dashboard-map-basemap > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.alt-exp-dashboard-map-basemap select,
.alt-exp-dashboard-map-menu select {
	appearance: none;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%230d1116' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 0.78rem center / 0.75rem 0.5rem no-repeat,
		var(--alt-exp-dash-paper);
	border: 1px solid rgba(13, 17, 22, 0.24);
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	font: inherit;
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 800;
	min-height: 44px;
	padding: 0.62rem 2.1rem 0.62rem 0.72rem;
	width: 100%;
}

.alt-exp-dashboard-map-basemap select {
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0 6px 6px 0;
}

.alt-exp-dashboard-map-basemap select:focus-visible,
.alt-exp-dashboard-map-menu select:focus-visible {
	border-color: var(--alt-exp-dash-river);
	box-shadow: 0 0 0 3px rgba(47, 111, 115, 0.18);
	outline: none;
}

.alt-exp-dashboard-map-options-dialog {
	background: transparent;
	border: 0;
	color: var(--alt-exp-dash-ink);
	inset: 0;
	margin: auto;
	max-height: calc(100vh - 2rem);
	max-height: calc(100dvh - 2rem);
	max-width: none;
	overflow: visible;
	padding: 0;
	width: min(90rem, calc(100vw - 2rem));
}

.alt-exp-dashboard-map-options-dialog::backdrop {
	background: rgba(13, 17, 22, 0.68);
	backdrop-filter: blur(2px);
}

.alt-exp-dashboard-map-dialog-surface {
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.16);
	border-radius: 12px;
	box-shadow: 0 24px 64px rgba(13, 17, 22, 0.34);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	max-height: calc(100vh - 2rem);
	max-height: calc(100dvh - 2rem);
	overflow: hidden;
}

.alt-exp-dashboard-map-dialog-head {
	align-items: center;
	border-bottom: 1px solid rgba(13, 17, 22, 0.12);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.8rem 1rem;
}

.alt-exp-dashboard-map-dialog-head h3 {
	font-size: clamp(20px, 2vw, 26px);
	line-height: 1.1;
	margin: 0;
}

.alt-exp-dashboard-map-dialog-close {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(159, 45, 32, 0.38);
	border-radius: 50%;
	color: #9f2d20;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 44px;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 44px;
}

.alt-exp-dashboard-map-dialog-close:hover {
	background: #9f2d20;
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-map-dialog-close:focus-visible {
	outline: 3px solid var(--alt-exp-dash-orange-text);
	outline-offset: 2px;
}

.alt-exp-dashboard-map-menu {
	display: grid;
	gap: 0.82rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0.9rem 1rem 1rem;
}

.alt-exp-dashboard-map-menu fieldset {
	border: 0;
	display: grid;
	gap: 0.42rem;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.alt-exp-dashboard-map-menu legend {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.alt-exp-dashboard-map-menu label {
	align-items: center;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 800;
	gap: 0.46rem;
	line-height: 1.25;
	min-height: 44px;
}

.alt-exp-dashboard-map-menu input {
	accent-color: var(--alt-exp-dash-river);
	flex: 0 0 auto;
}

.alt-exp-dashboard-map-layer-groups {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alt-exp-dashboard-map-layer-group,
.alt-exp-dashboard-map-secondary-controls > fieldset {
	background: var(--alt-exp-dash-paper);
	border: 1px solid rgba(13, 17, 22, 0.12) !important;
	border-radius: 8px;
	padding: 0.62rem 0.7rem !important;
}

.alt-exp-dashboard-map-secondary-controls {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-map-poi-categories > div {
	display: grid;
	gap: 0 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-map-presets > div {
	display: grid;
	gap: 0.4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-map-presets button {
	background: var(--alt-exp-dash-paper);
	border: 1px solid rgba(13, 17, 22, 0.14);
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	font: inherit;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.15;
	min-height: 44px;
	padding: 0.52rem 0.45rem;
}

.alt-exp-dashboard-map-presets button:hover,
.alt-exp-dashboard-map-presets button:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
	outline: none;
}

.alt-exp-dashboard-map-menu input:disabled + span,
.alt-exp-dashboard-map-menu label:has(input:disabled) {
	color: rgba(13, 17, 22, 0.38);
	cursor: not-allowed;
}

.alt-exp-dashboard-ookla-controls {
	border-top: 1px solid rgba(13, 17, 22, 0.12) !important;
	padding-top: 0.8rem !important;
}

.alt-exp-dashboard-ookla-controls > p {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 850;
	line-height: 1.35;
	margin: 0;
}

.alt-exp-dashboard-map-menu .alt-exp-dashboard-ookla-controls label {
	align-items: stretch;
	display: grid;
	gap: 0.3rem;
}

.alt-exp-dashboard-ookla-controls label > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
}

.alt-exp-dashboard-ookla-controls select:focus-visible {
	border-color: var(--alt-exp-dash-river);
	box-shadow: 0 0 0 3px rgba(47, 111, 115, 0.18);
	outline: none;
}

.alt-exp-dashboard-ookla-legend {
	background: rgba(251, 248, 242, 0.96);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 0.72rem 1.1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 0.8rem;
	padding: 0.82rem 0.9rem;
}

.alt-exp-dashboard-ookla-legend[hidden],
.alt-exp-dashboard-ookla-controls[hidden] {
	display: none !important;
}

.alt-exp-dashboard-ookla-legend h3 {
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.25;
	margin: 0;
}

.alt-exp-dashboard-ookla-legend > .alt-exp-dashboard-section-heading {
	grid-column: 1 / -1;
}

.alt-exp-dashboard-ookla-legend h4 {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0 0 0.38rem;
	text-transform: uppercase;
}

.alt-exp-dashboard-ookla-legend ul {
	display: grid;
	gap: 0.28rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-ookla-legend li {
	align-items: center;
	color: var(--alt-exp-dash-ink);
	display: grid;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	gap: 0.42rem;
	grid-template-columns: 1.15rem 1fr;
	line-height: 1.3;
}

.alt-exp-dashboard-ookla-swatch {
	border: 1px solid rgba(13, 17, 22, 0.45);
	border-radius: 2px;
	display: inline-block;
	height: 0.82rem;
	width: 1.15rem;
}

.alt-exp-dashboard-ookla-swatch.is-speed-under-25 { background: #ffffcc; }
.alt-exp-dashboard-ookla-swatch.is-speed-unavailable { background: #9ca3af; }
.alt-exp-dashboard-ookla-swatch.is-speed-25-99 { background: #a1dab4; }
.alt-exp-dashboard-ookla-swatch.is-speed-100-249 { background: #41b6c4; }
.alt-exp-dashboard-ookla-swatch.is-speed-250-499 { background: #2c7fb8; }
.alt-exp-dashboard-ookla-swatch.is-speed-500-plus { background: #253494; }
.alt-exp-dashboard-ookla-swatch.is-age-0-3 { background: rgb(44 127 184 / 78%); }
.alt-exp-dashboard-ookla-swatch.is-age-4-7 { background: rgb(44 127 184 / 62%); }
.alt-exp-dashboard-ookla-swatch.is-age-8-15 { background: rgb(44 127 184 / 45%); }
.alt-exp-dashboard-ookla-swatch.is-age-16-plus { background: rgb(44 127 184 / 30%); }

.alt-exp-dashboard-ookla-line {
	display: inline-block;
	height: 0;
	width: 1.15rem;
}

.alt-exp-dashboard-ookla-line.is-tests-1 { border-top: 2px dashed #8b1e1e; }
.alt-exp-dashboard-ookla-line.is-tests-2-9 { border-top: 2px solid #c65f20; }
.alt-exp-dashboard-ookla-line.is-tests-10-49 { border-top: 1px solid #b08a00; }
.alt-exp-dashboard-ookla-line.is-tests-50-plus { border-top: 1px solid #64748b; }

.alt-exp-dashboard-cellular-legend {
	background: rgba(251, 248, 242, 0.96);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 0.72rem 1.1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 0.8rem;
	padding: 0.82rem 0.9rem;
}

.alt-exp-dashboard-cellular-legend[hidden] {
	display: none !important;
}

.alt-exp-dashboard-cellular-legend h3 {
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.25;
	margin: 0;
}

.alt-exp-dashboard-cellular-legend > .alt-exp-dashboard-section-heading,
.alt-exp-dashboard-cellular-legend > p {
	grid-column: 1 / -1;
}

.alt-exp-dashboard-cellular-legend h4 {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0 0 0.38rem;
	text-transform: uppercase;
}

.alt-exp-dashboard-cellular-legend ul {
	display: grid;
	gap: 0.28rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-cellular-legend li {
	align-items: center;
	color: var(--alt-exp-dash-ink);
	display: grid;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	gap: 0.42rem;
	grid-template-columns: 1.15rem 1fr;
	line-height: 1.3;
}

.alt-exp-dashboard-cellular-legend > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	margin: 0;
}

.alt-exp-dashboard-cellular-swatch {
	border: 1px solid rgba(13, 17, 22, 0.45);
	border-radius: 2px;
	display: inline-block;
	height: 0.82rem;
	width: 1.15rem;
}

.alt-exp-dashboard-cellular-swatch.is-cellular-4g { background: rgb(33 113 181 / 48%); }
.alt-exp-dashboard-cellular-swatch.is-cellular-5g-7 { background: rgb(158 154 200 / 48%); }
.alt-exp-dashboard-cellular-swatch.is-cellular-5g-35 { background: rgb(84 39 143 / 48%); }
.alt-exp-dashboard-cellular-swatch.is-cellular-voice { background: rgb(230 85 13 / 48%); }
.alt-exp-dashboard-cellular-swatch.is-cellular-stationary { background: rgb(13 17 22 / 24%); }
.alt-exp-dashboard-cellular-swatch.is-cellular-in-vehicle { background: rgb(13 17 22 / 48%); }

.alt-exp-dashboard-route-key,
.alt-exp-dashboard-town-key {
	display: inline-block;
	flex: 0 0 auto;
}

.alt-exp-dashboard-route-key {
	background: var(--alt-exp-dash-orange);
	border: 2px solid var(--alt-exp-dash-ink);
	border-radius: 999px;
	height: 0.28rem;
	width: 2.6rem;
}

.alt-exp-dashboard-town-key {
	background: var(--alt-exp-dash-olive);
	border: 2px solid var(--alt-exp-dash-sand);
	border-radius: 999px;
	height: 0.85rem;
	width: 0.85rem;
}

.alt-exp-dashboard-town-key.is-descriptive-profile {
	background: rgba(13, 17, 22, 0.35);
	border-color: rgba(13, 17, 22, 0.16);
}

.alt-exp-dashboard-map {
	background: #d8d2ca;
	border: 1px solid rgba(13, 17, 22, 0.18);
	border-radius: 8px;
	min-height: 420px;
	overflow: hidden;
	width: 100%;
}

.alt-exp-dashboard-map .maplibregl-popup-content {
	padding: 0.9rem 54px 0.9rem 0.95rem;
}

.alt-exp-dashboard-map .maplibregl-popup-close-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	color: #9f2d20;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 0;
	right: 0.25rem;
	top: 0.25rem;
	width: 44px;
}

.alt-exp-dashboard-map .maplibregl-popup-close-button:hover {
	background: #9f2d20;
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-map .maplibregl-popup-close-button:focus-visible {
	outline: 3px solid var(--alt-exp-dash-orange-text);
	outline-offset: 1px;
}

.alt-exp-dashboard-map .maplibregl-ctrl-group button {
	height: 44px;
	width: 44px;
}

.alt-exp-dashboard-status {
	background: #f6e7d2;
	border: 1px solid rgba(56, 47, 38, 0.24);
	border-radius: 6px;
	color: var(--alt-exp-dash-bark);
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 800;
	margin-top: 0.75rem;
	padding: 0.75rem 0.85rem;
}

.alt-exp-dashboard-status[data-status="error"] {
	background: #ffe0cf;
	border-color: rgba(221, 126, 50, 0.34);
	color: #7c310c;
}

.alt-exp-dashboard-status[data-status="warning"] {
	background: #fff2cc;
	border-color: rgba(153, 102, 0, 0.34);
	color: #6a4700;
}

.alt-exp-dashboard-summary {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}

@media (min-width: 1181px) {
	.alt-exp-bricks-summary-row .alt-exp-dashboard-summary {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.alt-exp-dashboard-summary-card {
	background: var(--alt-exp-dash-paper);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(13, 17, 22, 0.07);
	min-width: 0;
	padding: 0.68rem;
}

.alt-exp-dashboard-summary-card-label-row {
	align-items: start;
	display: flex;
	gap: 0.35rem;
	justify-content: space-between;
}

.alt-exp-dashboard-summary-card-label {
	color: var(--alt-exp-dash-muted);
	display: block;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.alt-exp-dashboard-summary-card-value {
	color: var(--alt-exp-dash-ink);
	display: block;
	font-size: clamp(18px, 1.6vw, 23px);
	font-weight: 800;
	line-height: 1.08;
	margin-top: 0.3rem;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-chart {
	display: block;
	height: auto;
	max-width: 100%;
	overflow: visible;
	width: 100%;
}

.alt-exp-dashboard-axis {
	stroke: rgba(13, 17, 22, 0.26);
	stroke-width: 1.5;
}

.alt-exp-dashboard-axis-label,
.alt-exp-dashboard-axis-tick,
.alt-exp-dashboard-benchmark-label {
	fill: rgba(13, 17, 22, 0.72);
	font-size: 14px;
	font-weight: 800;
}

.alt-exp-dashboard-benchmark-line {
	stroke: var(--alt-exp-dash-ink);
	stroke-dasharray: 6 5;
	stroke-width: 2;
}

.alt-exp-dashboard-threshold-line {
	stroke: rgba(13, 17, 22, 0.14);
	stroke-dasharray: 4 6;
	stroke-width: 1.25;
}

.alt-exp-dashboard-bar-row text {
	fill: var(--alt-exp-dash-ink);
	font-size: 14px;
	font-weight: 800;
}

.alt-exp-dashboard-bar-row {
	cursor: pointer;
	outline: none;
}

.alt-exp-dashboard-bar-row rect {
	fill: var(--alt-exp-dash-cloud);
	transition: filter 140ms ease, stroke 140ms ease, stroke-width 140ms ease;
}

.alt-exp-dashboard-bar-row:hover rect,
.alt-exp-dashboard-bar-row:focus-visible rect {
	filter: drop-shadow(0 4px 8px rgba(13, 17, 22, 0.24));
	stroke: var(--alt-exp-dash-ink);
	stroke-width: 2;
}

.alt-exp-dashboard-bar-row:focus-visible text:first-child {
	fill: var(--alt-exp-dash-orange-text);
}

.alt-exp-dashboard-bar-row.is-very-high rect {
	fill: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-bar-row.is-high rect {
	fill: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-bar-row.is-moderate rect {
	fill: var(--alt-exp-dash-gold);
}

.alt-exp-dashboard-bar-row.is-low rect {
	fill: var(--alt-exp-dash-cloud);
}

.alt-exp-dashboard-bar-row.is-very-low rect,
.alt-exp-dashboard-bar-row.is-neutral rect {
	fill: rgba(13, 17, 22, 0.18);
}

.alt-exp-dashboard-bar-row.is-active text:first-child {
	fill: var(--alt-exp-dash-river);
	font-weight: 900;
}

.alt-exp-dashboard-bar-row.is-below rect {
	fill: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-bar-row.is-above rect {
	fill: var(--alt-exp-dash-olive);
}

.alt-exp-dashboard-bar-value {
	fill: rgba(13, 17, 22, 0.72);
	font-size: 14px;
	font-weight: 800;
}

.alt-exp-dashboard-scatter-point circle {
	stroke: var(--alt-exp-dash-sand);
	stroke-width: 1.5;
}

.alt-exp-dashboard-scatter-point.is-muted circle {
	fill: rgba(13, 17, 22, 0.24);
}

.alt-exp-dashboard-scatter-point.is-selected circle {
	fill: var(--alt-exp-dash-orange);
	stroke: var(--alt-exp-dash-ink);
	stroke-width: 2;
}

.alt-exp-dashboard-scatter-point text {
	fill: var(--alt-exp-dash-ink);
	font-size: 14px;
	font-weight: 800;
	paint-order: stroke;
	stroke: rgba(251, 248, 242, 0.92);
	stroke-linejoin: round;
	stroke-width: 4px;
}

.alt-exp-dashboard-empty {
	align-items: center;
	background: rgba(233, 208, 177, 0.24);
	border: 1px dashed rgba(13, 17, 22, 0.26);
	border-radius: 8px;
	color: var(--alt-exp-dash-muted);
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 12rem;
	padding: 1rem;
	text-align: center;
}

.alt-exp-dashboard-descriptive-chart-context {
	background: rgba(47, 111, 115, 0.08);
	border: 1px solid rgba(47, 111, 115, 0.28);
	border-radius: 8px;
	display: grid;
	gap: 0.45rem;
	min-height: 4.25rem;
	padding: 0.72rem;
}

.alt-exp-dashboard-descriptive-chart-context strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-heading);
}

.alt-exp-dashboard-descriptive-chart-context p,
.alt-exp-dashboard-descriptive-breakdown > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 750;
	line-height: 1.45;
	margin: 0;
}

.alt-exp-dashboard-descriptive-breakdown {
	display: grid;
	gap: 0.62rem;
}

.alt-exp-dashboard-household-breakdown-heading {
	border-top: 1px solid rgba(13, 17, 22, 0.12);
	color: var(--alt-exp-dash-ink) !important;
	font-weight: 900 !important;
	margin-top: 0.1rem !important;
	padding-top: 0.68rem;
}

.alt-exp-dashboard-visual-comparison-intro,
.alt-exp-dashboard-visual-pattern,
.alt-exp-dashboard-demand-context,
.alt-exp-dashboard-visual-active-gaps,
.alt-exp-dashboard-visual-capacity-detail {
	display: grid;
	gap: 0.48rem;
}

.alt-exp-dashboard-visual-comparison-intro > p,
.alt-exp-dashboard-opportunity-intro,
.alt-exp-dashboard-visual-pattern p,
.alt-exp-dashboard-demand-context p,
.alt-exp-dashboard-visual-active-gaps p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.45;
	margin: 0;
}

.alt-exp-dashboard-gap-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-gap-legend li {
	align-items: center;
	color: var(--alt-exp-dash-muted);
	display: flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	gap: 0.35rem;
}

.alt-exp-dashboard-gap-legend li > span,
.alt-exp-dashboard-sector-composition li > span {
	border: 1px solid rgba(13, 17, 22, 0.22);
	border-radius: 3px;
	display: inline-block;
	flex: 0 0 auto;
	height: 0.82rem;
	width: 0.82rem;
}

.alt-exp-dashboard-gap-legend .is-near,
.alt-exp-dashboard-gap-cell.is-near {
	background: #d8ece6;
}

.alt-exp-dashboard-gap-legend .is-reachable,
.alt-exp-dashboard-gap-cell.is-reachable {
	background: #fff0bd;
}

.alt-exp-dashboard-gap-legend .is-gap,
.alt-exp-dashboard-gap-cell.is-gap {
	background: #f6d8cf;
}

.alt-exp-dashboard-gap-legend .is-unavailable,
.alt-exp-dashboard-gap-cell.is-unavailable {
	background: #eceaec;
}

.alt-exp-dashboard-gap-matrix-wrap {
	max-width: 100%;
	overflow-x: visible;
}

.alt-exp-dashboard-opportunity-chart-wrap {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.alt-exp-dashboard-gap-matrix {
	display: grid;
	gap: 0.75rem;
}

.alt-exp-dashboard-gap-town {
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.14);
	border-radius: 8px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 0.7rem;
}

.alt-exp-dashboard-gap-town.is-active {
	border-color: rgba(47, 111, 115, 0.55);
	box-shadow: inset 4px 0 0 var(--alt-exp-dash-river);
}

.alt-exp-dashboard-gap-town-header {
	align-items: start;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.alt-exp-dashboard-gap-rank {
	display: grid;
	gap: 0.1rem;
	min-width: 6rem;
	text-align: right;
}

.alt-exp-dashboard-gap-rank span {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
	font-weight: 750;
}

.alt-exp-dashboard-gap-rank strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
}

.alt-exp-dashboard-gap-category-grid {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0.65rem 0 0;
}

.alt-exp-dashboard-gap-cell {
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 6px;
	display: grid;
	gap: 0.2rem;
	min-width: 0;
	padding: 0.5rem 0.58rem;
}

.alt-exp-dashboard-gap-cell dt {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 850;
	line-height: 1.25;
}

.alt-exp-dashboard-gap-cell dd {
	display: grid;
	gap: 0.12rem;
	margin: 0;
}

.alt-exp-dashboard-gap-cell dd strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
}

.alt-exp-dashboard-gap-cell dd small {
	color: rgba(13, 17, 22, 0.72);
	line-height: 1.3;
}

.alt-exp-dashboard-gap-signal,
.alt-exp-dashboard-unranked-badge {
	background: #fff0bd;
	border: 1px solid rgba(66, 64, 38, 0.35);
	border-radius: 999px;
	color: #493b12;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	margin-top: 0.4rem;
	padding: 0.25rem 0.45rem;
}

.alt-exp-dashboard-visual-town-button {
	background: transparent;
	border: 0;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 0.15rem;
	min-height: 44px;
	padding: 0.15rem;
	text-align: left;
	width: 100%;
}

.alt-exp-dashboard-visual-town-button strong {
	font-weight: 900;
}

.alt-exp-dashboard-visual-town-button span {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
	font-weight: 700;
}

.alt-exp-dashboard-visual-town-button:hover strong,
.alt-exp-dashboard-visual-town-button:focus-visible strong {
	color: var(--alt-exp-dash-river);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.alt-exp-dashboard-opportunity-controls {
	align-items: center;
	display: grid;
	gap: 0.35rem;
	grid-template-columns: auto minmax(0, 1fr);
	margin-bottom: 0.7rem;
	max-width: 22rem;
}

.alt-exp-dashboard-opportunity-controls label {
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
}

.alt-exp-dashboard-opportunity-controls select {
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.28);
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	font: inherit;
	grid-column: 1 / -1;
	min-height: 44px;
	padding: 0.55rem 0.65rem;
	width: 100%;
}

.alt-exp-dashboard-opportunity-chart {
	display: block;
	min-width: 720px;
	width: 100%;
}

.alt-exp-dashboard-opportunity-quadrant {
	stroke: rgba(13, 17, 22, 0.08);
	stroke-width: 1;
}

.alt-exp-dashboard-opportunity-quadrant.is-targeted-service-improvement {
	fill: rgba(217, 164, 65, 0.18);
}

.alt-exp-dashboard-opportunity-quadrant.is-capacity-development-signal {
	fill: rgba(203, 199, 206, 0.26);
}

.alt-exp-dashboard-opportunity-quadrant.is-foundational-service-and-demand-review {
	fill: rgba(167, 80, 45, 0.12);
}

.alt-exp-dashboard-opportunity-quadrant.is-established-service-center {
	fill: rgba(47, 111, 115, 0.13);
}

.alt-exp-dashboard-opportunity-gridline {
	stroke: rgba(13, 17, 22, 0.12);
	stroke-width: 1;
}

.alt-exp-dashboard-opportunity-split {
	stroke: var(--alt-exp-dash-ink);
	stroke-dasharray: 7 5;
	stroke-width: 2;
}

.alt-exp-dashboard-opportunity-point {
	cursor: pointer;
}

.alt-exp-dashboard-opportunity-hit {
	fill: transparent;
}

.alt-exp-dashboard-opportunity-mark {
	fill: var(--alt-exp-dash-river);
	stroke: var(--alt-exp-dash-white);
	stroke-width: 2.5;
}

.alt-exp-dashboard-opportunity-point.is-targeted-service-improvement .alt-exp-dashboard-opportunity-mark {
	fill: var(--alt-exp-dash-gold);
	stroke: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-opportunity-point.is-capacity-development-signal .alt-exp-dashboard-opportunity-mark {
	fill: var(--alt-exp-dash-cloud);
	stroke: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-opportunity-point.is-foundational-service-and-demand-review .alt-exp-dashboard-opportunity-mark {
	fill: var(--alt-exp-dash-red);
}

.alt-exp-dashboard-opportunity-point.is-established-service-center .alt-exp-dashboard-opportunity-mark {
	fill: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-opportunity-point.is-active .alt-exp-dashboard-opportunity-mark,
.alt-exp-dashboard-opportunity-point:hover .alt-exp-dashboard-opportunity-mark,
.alt-exp-dashboard-opportunity-point:focus-visible .alt-exp-dashboard-opportunity-mark {
	filter: drop-shadow(0 3px 5px rgba(13, 17, 22, 0.35));
	stroke: var(--alt-exp-dash-ink);
	stroke-width: 3.5;
}

.alt-exp-dashboard-opportunity-point text {
	fill: var(--alt-exp-dash-ink);
	font-size: 12px;
	font-weight: 850;
	paint-order: stroke;
	stroke: rgba(251, 248, 242, 0.96);
	stroke-linejoin: round;
	stroke-width: 4px;
}

.alt-exp-dashboard-opportunity-point.is-active text {
	fill: var(--alt-exp-dash-river);
	font-weight: 950;
}

.alt-exp-dashboard-opportunity-legend {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0.75rem 0;
	padding: 0;
}

.alt-exp-dashboard-opportunity-legend li {
	border-left: 5px solid var(--alt-exp-dash-cloud);
	border-radius: 6px;
	display: grid;
	gap: 0.12rem;
	padding: 0.5rem 0.62rem;
}

.alt-exp-dashboard-opportunity-legend li.is-targeted_service_improvement,
.alt-exp-dashboard-opportunity-legend li.is-targeted-service-improvement {
	border-color: var(--alt-exp-dash-gold);
}

.alt-exp-dashboard-opportunity-legend li.is-foundational_service_and_demand_review,
.alt-exp-dashboard-opportunity-legend li.is-foundational-service-and-demand-review {
	border-color: var(--alt-exp-dash-red);
}

.alt-exp-dashboard-opportunity-legend li.is-established_service_center,
.alt-exp-dashboard-opportunity-legend li.is-established-service-center {
	border-color: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-opportunity-legend strong {
	font-size: var(--alt-exp-dash-text-small);
}

.alt-exp-dashboard-opportunity-legend span {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
}

.alt-exp-dashboard-opportunity-proxy-note {
	background: rgba(217, 164, 65, 0.12);
	border: 1px solid rgba(66, 64, 38, 0.25);
	border-radius: 8px;
	display: grid;
	gap: 0.25rem;
	margin: 0.75rem 0;
	padding: 0.72rem;
}

.alt-exp-dashboard-opportunity-proxy-note p,
.alt-exp-dashboard-opportunity-proxy-note span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	margin: 0;
}

.alt-exp-dashboard-visual-values {
	border-top: 1px solid var(--alt-exp-dash-line);
	margin-top: 0.8rem;
	padding-top: 0.65rem;
}

.alt-exp-dashboard-visual-values > summary {
	cursor: pointer;
	font-weight: 900;
	min-height: 44px;
	padding: 0.55rem 0;
}

.alt-exp-dashboard-visual-pattern,
.alt-exp-dashboard-demand-context,
.alt-exp-dashboard-visual-active-gaps,
.alt-exp-dashboard-visual-capacity-detail {
	border-top: 1px solid var(--alt-exp-dash-line);
	margin-top: 0.62rem;
	padding-top: 0.62rem;
}

.alt-exp-dashboard-visual-pattern h4,
.alt-exp-dashboard-demand-context h4,
.alt-exp-dashboard-visual-active-gaps h4,
.alt-exp-dashboard-visual-capacity-detail h4 {
	font-size: var(--alt-exp-dash-text-base);
	font-weight: 900;
	margin: 0;
}

.alt-exp-dashboard-visual-pattern.is-unranked {
	background: rgba(217, 164, 65, 0.1);
	border: 1px solid rgba(66, 64, 38, 0.22);
	border-radius: 8px;
	padding: 0.7rem;
}

.alt-exp-dashboard-component-list {
	display: grid;
	gap: 0.8rem;
}

.alt-exp-dashboard-radar-wrap {
	border-bottom: 1px solid var(--alt-exp-dash-line);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.alt-exp-dashboard-radar-note {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	margin: 0;
}

.alt-exp-dashboard-radar {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 46rem;
	overflow: visible;
	width: 100%;
}

.alt-exp-dashboard-radar-ring,
.alt-exp-dashboard-radar-axis {
	fill: none;
	stroke: var(--alt-exp-dash-line);
	stroke-width: 1.5;
}

.alt-exp-dashboard-radar-ring.is-median {
	stroke: transparent;
}

.alt-exp-dashboard-radar-peer-shape {
	fill: none;
	stroke: var(--alt-exp-dash-muted);
	stroke-dasharray: 7 6;
	stroke-width: 2;
}

.alt-exp-dashboard-radar-active-shape {
	fill: rgba(47, 111, 115, 0.2);
	stroke: var(--alt-exp-dash-river);
	stroke-width: 3;
}

.alt-exp-dashboard-radar-active-segment,
.alt-exp-dashboard-radar-comparison-segment {
	stroke-width: 3;
}

.alt-exp-dashboard-radar-active-segment {
	stroke: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-radar-active-point {
	fill: var(--alt-exp-dash-river);
	stroke: var(--alt-exp-dash-white);
	stroke-width: 2;
}

.alt-exp-dashboard-radar-comparison-shape {
	fill: none;
	stroke: var(--alt-exp-dash-orange-text);
	stroke-dasharray: 3 4;
	stroke-width: 3;
}

.alt-exp-dashboard-radar-comparison-segment {
	stroke: var(--alt-exp-dash-orange-text);
	stroke-dasharray: 3 4;
}

.alt-exp-dashboard-radar-comparison-point {
	fill: var(--alt-exp-dash-paper);
	stroke: var(--alt-exp-dash-orange-text);
	stroke-width: 3;
}

.alt-exp-dashboard-radar-label {
	fill: var(--alt-exp-dash-ink);
	font-size: 14px;
	font-weight: 800;
}

.alt-exp-dashboard-radar-value {
	fill: var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-radar-legend {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	gap: 0.5rem 1rem;
	justify-content: center;
	margin-top: -0.3rem;
}

.alt-exp-dashboard-radar-legend span {
	align-items: center;
	display: inline-flex;
	gap: 0.38rem;
}

.alt-exp-dashboard-radar-swatch {
	display: inline-block;
	height: 0;
	width: 1.8rem;
}

.alt-exp-dashboard-radar-swatch.is-active {
	border-top: 3px solid var(--alt-exp-dash-river);
}

.alt-exp-dashboard-radar-swatch.is-peer {
	border-top: 2px dashed var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-radar-swatch.is-comparison {
	border-top: 3px dotted var(--alt-exp-dash-orange-text);
}

.alt-exp-dashboard-radar-note {
	margin-top: 0.6rem;
	text-align: center;
}

.alt-exp-dashboard-component-row {
	background: var(--alt-exp-dash-white);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-left: 5px solid rgba(13, 17, 22, 0.2);
	border-radius: 8px;
	display: grid;
	gap: 0.6rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(13rem, 0.8fr);
	padding: 0.78rem;
}

.alt-exp-dashboard-component-row.is-very-high {
	border-left-color: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-component-row.is-high {
	border-left-color: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-component-row.is-moderate {
	border-left-color: var(--alt-exp-dash-gold);
}

.alt-exp-dashboard-component-row.is-low,
.alt-exp-dashboard-component-row.is-very-low {
	border-left-color: var(--alt-exp-dash-cloud);
}

.alt-exp-dashboard-component-main > .alt-exp-dashboard-section-heading > strong,
.alt-exp-dashboard-component-main > .alt-exp-dashboard-component-observed {
	display: block;
}

.alt-exp-dashboard-component-main > .alt-exp-dashboard-section-heading > strong {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-base);
	line-height: 1.18;
}

.alt-exp-dashboard-component-main > .alt-exp-dashboard-component-observed {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 800;
	margin-top: 0.22rem;
}

.alt-exp-dashboard-component-observed small,
.alt-exp-dashboard-component-score small {
	color: var(--alt-exp-dash-muted);
	display: block;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	line-height: 1.25;
}

.alt-exp-dashboard-component-score small {
	grid-column: 1 / -1;
}

.alt-exp-dashboard-component-reliability {
	margin-top: 0.42rem;
}

.alt-exp-dashboard-component-score {
	align-items: center;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: minmax(0, 1fr) 4.5rem;
}

.alt-exp-dashboard-component-score b {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-compact);
	text-align: right;
}

.alt-exp-dashboard-component-meter {
	background: rgba(13, 17, 22, 0.09);
	border-radius: 999px;
	height: 0.7rem;
	overflow: hidden;
}

.alt-exp-dashboard-component-meter span {
	background: var(--alt-exp-dash-river);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.alt-exp-dashboard-component-row.is-high .alt-exp-dashboard-component-meter span {
	background: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-component-row.is-moderate .alt-exp-dashboard-component-meter span {
	background: var(--alt-exp-dash-gold);
}

.alt-exp-dashboard-component-row.is-low .alt-exp-dashboard-component-meter span,
.alt-exp-dashboard-component-row.is-very-low .alt-exp-dashboard-component-meter span,
.alt-exp-dashboard-component-row.is-neutral .alt-exp-dashboard-component-meter span {
	background: var(--alt-exp-dash-cloud);
}

.alt-exp-dashboard-component-row p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.35;
	margin: 0;
}

.alt-exp-dashboard-component-row > .alt-exp-dashboard-reliability-details {
	grid-column: 1 / -1;
}

.alt-exp-dashboard-component-row p strong {
	color: #76320e;
}

.alt-exp-dashboard-table-wrap {
	overflow-x: auto;
}

.alt-exp-dashboard-table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 1740px;
	width: 100%;
}

.alt-exp-dashboard-table--compact {
	min-width: 1080px;
}

.alt-exp-dashboard-table--descriptive {
	min-width: 980px;
}

.alt-exp-dashboard-table--descriptive td > strong,
.alt-exp-dashboard-table--descriptive td > span {
	display: block;
}

.alt-exp-dashboard-table--descriptive td > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.3;
	margin-top: 0.18rem;
}

.alt-exp-dashboard-capacity-comparison {
	min-width: 1320px;
}

.alt-exp-dashboard-capacity-comparison th:first-child {
	min-width: 15rem;
}

.alt-exp-dashboard-capacity-comparison td {
	min-width: 13rem;
}

.alt-exp-dashboard-capacity-comparison td:last-child {
	min-width: 20rem;
}

.alt-exp-dashboard-capacity-value {
	color: var(--alt-exp-dash-ink);
	display: block;
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.2;
	margin-bottom: 0.42rem;
}

.alt-exp-dashboard-capacity-comparison-meta {
	display: grid;
	gap: 0.2rem;
}

.alt-exp-dashboard-capacity-comparison-meta span,
.alt-exp-dashboard-capacity-comparison td > small {
	color: var(--alt-exp-dash-muted);
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.alt-exp-dashboard-sector-composition {
	display: grid;
	gap: 0.5rem;
}

.alt-exp-dashboard-sector-composition-bar {
	background: rgba(13, 17, 22, 0.08);
	border: 1px solid rgba(13, 17, 22, 0.16);
	border-radius: 999px;
	display: flex;
	height: 0.9rem;
	overflow: hidden;
	width: 100%;
}

.alt-exp-dashboard-sector-composition-bar > span {
	display: block;
	height: 100%;
}

.alt-exp-dashboard-sector-composition .is-retail {
	background: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-sector-composition .is-arts {
	background: var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-sector-composition .is-accommodation {
	background: var(--alt-exp-dash-gold);
}

.alt-exp-dashboard-sector-composition .is-other {
	background: var(--alt-exp-dash-cloud);
}

.alt-exp-dashboard-sector-composition ul {
	display: grid;
	gap: 0.3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-sector-composition li {
	align-items: start;
	background: transparent !important;
	display: grid;
	gap: 0.15rem 0.35rem;
	grid-template-columns: 0.8rem minmax(0, 1fr);
}

.alt-exp-dashboard-sector-composition li > span {
	grid-row: 1 / 3;
	height: 0.7rem;
	margin-top: 0.18rem;
	width: 0.7rem;
}

.alt-exp-dashboard-sector-composition li strong,
.alt-exp-dashboard-sector-composition li small {
	font-size: 12px;
	line-height: 1.25;
}

.alt-exp-dashboard-sector-composition li small,
.alt-exp-dashboard-sector-composition > small {
	color: var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-table caption {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 750;
	line-height: 1.45;
	max-width: 80rem;
	padding: 0 0 0.7rem;
	text-align: left;
}

.alt-exp-dashboard-table th,
.alt-exp-dashboard-table td {
	border-bottom: 1px solid rgba(13, 17, 22, 0.11);
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-compact);
	padding: 0.78rem 0.7rem;
	text-align: left;
	vertical-align: middle;
}

.alt-exp-dashboard-table thead th {
	background: var(--alt-exp-dash-ink);
	color: var(--alt-exp-dash-sand);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.alt-exp-dashboard-table tbody tr:hover {
	background: rgba(233, 208, 177, 0.2);
}

.alt-exp-dashboard-table tbody tr.is-active {
	background: rgba(47, 111, 115, 0.1);
}

.alt-exp-dashboard-table tbody th {
	min-width: 11rem;
}

.alt-exp-dashboard-table tbody th strong,
.alt-exp-dashboard-table tbody th span {
	display: block;
}

.alt-exp-dashboard-table tbody th span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 700;
	margin-top: 0.18rem;
}

.alt-exp-dashboard-tag {
	border-radius: 6px;
	display: inline-block;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	padding: 0.36rem 0.58rem;
	white-space: nowrap;
}

.alt-exp-dashboard-table .is-below,
.alt-exp-dashboard-tag.is-below {
	color: #8b3c11;
}

.alt-exp-dashboard-tag.is-below {
	background: rgba(221, 126, 50, 0.18);
}

.alt-exp-dashboard-table .is-above,
.alt-exp-dashboard-tag.is-above {
	color: var(--alt-exp-dash-olive);
}

.alt-exp-dashboard-tag.is-above {
	background: rgba(66, 64, 38, 0.14);
}

.alt-exp-dashboard-table .is-near,
.alt-exp-dashboard-tag.is-near {
	color: var(--alt-exp-dash-bark);
}

.alt-exp-dashboard-tag.is-near {
	background: rgba(233, 208, 177, 0.48);
}

.alt-exp-dashboard-table .is-neutral,
.alt-exp-dashboard-tag.is-neutral {
	color: rgba(13, 17, 22, 0.64);
}

.alt-exp-dashboard-tag.is-neutral {
	background: rgba(203, 199, 206, 0.34);
}

.alt-exp-dashboard-caveat {
	background: var(--alt-exp-dash-ink);
	border: 1px solid rgba(233, 208, 177, 0.2);
	color: var(--alt-exp-dash-sand);
	margin: 0;
	padding: 0.68rem 0.78rem;
}

.alt-exp-dashboard-methodology {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.alt-exp-dashboard-methodology h2 {
	color: var(--alt-exp-dash-white);
	font-size: clamp(20px, 1.8vw, 23px);
	line-height: 1.1;
	margin-bottom: 0.7rem;
}

.alt-exp-dashboard-methodology p,
.alt-exp-dashboard-methodology li {
	color: var(--alt-exp-dash-sand);
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 700;
	line-height: 1.45;
}

.alt-exp-dashboard-methodology p {
	margin-bottom: 0.65rem;
}

.alt-exp-dashboard-methodology p:last-child {
	margin-bottom: 0;
}

.alt-exp-dashboard-methodology h3 {
	color: var(--alt-exp-dash-white);
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.2;
	margin: 0 0 0.7rem;
}

.alt-exp-dashboard-methodology .alt-exp-dashboard-facts dt {
	color: var(--alt-exp-dash-sand);
}

.alt-exp-dashboard-methodology .alt-exp-dashboard-facts dd {
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-caveat--generated {
	margin-top: 1rem;
}

.alt-exp-dashboard-methodology ul {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-methodology li {
	background: rgba(233, 208, 177, 0.08);
	border: 1px solid rgba(233, 208, 177, 0.16);
	border-radius: 8px;
	padding: 0.7rem;
}

.alt-exp-dashboard-methodology strong {
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology h2,
.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology h3,
.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology strong,
.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology .alt-exp-dashboard-facts dd {
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology p,
.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology li,
.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology .alt-exp-dashboard-facts dt {
	color: var(--alt-exp-dash-bark);
}

.alt-exp-dashboard-caveat .alt-exp-dashboard-methodology li {
	background: rgba(47, 111, 115, 0.07);
	border-color: rgba(47, 111, 115, 0.24);
}

.alt-exp-dashboard-popup {
	color: var(--alt-exp-dash-ink);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.35;
	max-width: 15rem;
}

.alt-exp-dashboard-popup strong {
	color: var(--alt-exp-dash-ink);
	display: block;
	font-size: 17px;
	margin-bottom: 0.35rem;
}

.alt-exp-dashboard-popup p {
	margin: 0.35rem 0 0;
}

.alt-exp-dashboard-feature-detail:focus-visible,
.alt-exp-dashboard-feature-picker:focus-visible {
	outline: 3px solid var(--alt-exp-dash-orange-text);
	outline-offset: 3px;
}

.alt-exp-dashboard-feature-picker {
	color: var(--alt-exp-dash-ink);
	max-height: min(32rem, 58vh);
	max-height: min(32rem, 58dvh);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	touch-action: pan-y;
	width: min(22rem, calc(100vw - 5rem));
}

.alt-exp-dashboard-feature-picker h2,
.alt-exp-dashboard-feature-picker h3,
.alt-exp-dashboard-feature-picker p {
	margin-top: 0;
}

.alt-exp-dashboard-feature-picker h2 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0.35rem;
}

.alt-exp-dashboard-feature-picker__intro {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.35;
	margin-bottom: 0.85rem;
}

.alt-exp-dashboard-feature-picker__group + .alt-exp-dashboard-feature-picker__group {
	border-top: 1px solid var(--alt-exp-dash-line);
	margin-top: 0.85rem;
	padding-top: 0.85rem;
}

.alt-exp-dashboard-feature-picker__group h3 {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
}

.alt-exp-dashboard-feature-picker__list {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-feature-picker__item {
	margin: 0;
}

.alt-exp-dashboard-feature-picker__item button {
	background: #fffaf0;
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 6px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 0.16rem;
	min-height: 44px;
	padding: 0.6rem 0.7rem;
	text-align: left;
	width: 100%;
}

.alt-exp-dashboard-feature-picker__item button:hover {
	border-color: var(--alt-exp-dash-river);
	background: rgba(47, 111, 115, 0.08);
}

.alt-exp-dashboard-feature-picker__item button:focus-visible {
	outline: 3px solid var(--alt-exp-dash-orange-text);
	outline-offset: 2px;
}

.alt-exp-dashboard-feature-picker__item strong {
	font-size: 15px;
	line-height: 1.2;
}

.alt-exp-dashboard-feature-picker__layer,
.alt-exp-dashboard-feature-picker__qualifier {
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.3;
}

.alt-exp-dashboard-feature-picker__layer {
	color: var(--alt-exp-dash-river);
	font-weight: 800;
}

.alt-exp-dashboard-feature-picker__qualifier {
	color: var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-popup-ookla {
	max-height: min(32rem, 55vh);
	max-height: min(32rem, 55dvh);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	touch-action: pan-y;
}

html.alt-exp-dashboard-prototype-notice-open {
	overflow: hidden;
}

.alt-exp-dashboard-prototype-notice {
	align-items: center;
	background: rgba(13, 17, 22, 0.72);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(1rem, 4vw, 2rem);
	position: fixed;
	z-index: 99999;
}

.alt-exp-dashboard-prototype-notice-dialog {
	background: var(--alt-exp-dash-paper, #fbf8f2);
	border: 1px solid rgba(233, 208, 177, 0.42);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(13, 17, 22, 0.34);
	color: var(--alt-exp-dash-ink, #0d1116);
	display: grid;
	gap: 1rem;
	max-height: min(90vh, 42rem);
	overflow-y: auto;
	padding: clamp(1.1rem, 3vw, 1.7rem);
	width: min(36rem, 100%);
}

.alt-exp-dashboard-prototype-notice-dialog h2 {
	color: var(--alt-exp-dash-ink, #0d1116);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.alt-exp-dashboard-prototype-notice-body {
	color: var(--alt-exp-dash-muted, rgba(13, 17, 22, 0.68));
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.alt-exp-dashboard-prototype-notice-body p,
.alt-exp-dashboard-prototype-notice-body ul,
.alt-exp-dashboard-prototype-notice-body ol {
	margin: 0 0 0.72rem;
}

.alt-exp-dashboard-prototype-notice-body :last-child {
	margin-bottom: 0;
}

.alt-exp-dashboard-prototype-notice-body a {
	color: var(--alt-exp-dash-river, #2f6f73);
	font-weight: 900;
	text-underline-offset: 0.16rem;
}

.alt-exp-dashboard-prototype-notice-actions {
	align-items: center;
	border-top: 1px solid var(--alt-exp-dash-line, rgba(13, 17, 22, 0.14));
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: space-between;
	padding-top: 1rem;
}

.alt-exp-dashboard-prototype-notice-agreement {
	align-items: flex-start;
	color: var(--alt-exp-dash-ink, #0d1116);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 0.5rem;
	line-height: 1.35;
	max-width: 26rem;
	min-height: 44px;
}

.alt-exp-dashboard-prototype-notice-agreement input {
	accent-color: var(--alt-exp-dash-river, #2f6f73);
	flex: 0 0 auto;
	margin-top: 0.12rem;
}

.alt-exp-dashboard-prototype-notice-button {
	background: var(--alt-exp-dash-ink, #0d1116);
	border: 1px solid rgba(13, 17, 22, 0.2);
	border-radius: 6px;
	color: var(--alt-exp-dash-white, #fff);
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	min-height: 44px;
	padding: 0.68rem 0.95rem;
}

.alt-exp-dashboard-prototype-notice-button:hover,
.alt-exp-dashboard-prototype-notice-button:focus-visible {
	background: var(--alt-exp-dash-orange, #dd7e32);
	color: var(--alt-exp-dash-ink, #0d1116);
	outline: none;
}

.alt-exp-dashboard-prototype-notice-button:disabled {
	background: rgba(13, 17, 22, 0.16);
	border-color: rgba(13, 17, 22, 0.08);
	color: rgba(13, 17, 22, 0.42);
	cursor: not-allowed;
}

.alt-exp-dashboard-prototype-notice-agreement input:focus-visible,
.alt-exp-dashboard-prototype-notice-button:focus-visible {
	outline: 3px solid var(--alt-exp-dash-river, #2f6f73);
	outline-offset: 2px;
}

.alt-exp-dashboard button:focus-visible,
.alt-exp-dashboard a[href]:focus-visible,
.alt-exp-dashboard input:focus-visible,
.alt-exp-dashboard select:focus-visible,
.alt-exp-dashboard summary:focus-visible,
.alt-exp-dashboard-module button:focus-visible,
.alt-exp-dashboard-module a[href]:focus-visible,
.alt-exp-dashboard-module input:focus-visible,
.alt-exp-dashboard-module select:focus-visible,
.alt-exp-dashboard-module summary:focus-visible {
	outline: 3px solid var(--alt-exp-dash-river, #2f6f73);
	outline-offset: 2px;
}

@media (max-width: 1180px) {
	.alt-exp-dashboard-summary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.alt-exp-dashboard-legacy-visuals {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 920px) {
	.alt-exp-dashboard-legacy-grid {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-sidebar,
	.alt-exp-dashboard-community-profile {
		height: auto;
		max-height: none;
		overflow: visible;
		position: static;
	}

	.alt-exp-dashboard-town-list {
		max-height: 18rem;
	}

	.alt-exp-dashboard-map {
		min-height: 460px;
	}

	.alt-exp-dashboard-methodology {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-ookla-legend,
	.alt-exp-dashboard-cellular-legend {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-map-layer-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alt-exp-dashboard-map-secondary-controls {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.alt-exp-dashboard-gap-category-grid {
		grid-template-columns: 1fr;
	}

	.alt-exp-bricks-hero,
	.alt-exp-bricks-workbench,
	.alt-exp-bricks-charts,
	.alt-exp-bricks-table {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.alt-exp-dashboard-map-head,
	.alt-exp-dashboard-card-head {
		align-items: start;
		display: grid;
	}

	.alt-exp-dashboard-map-legend {
		justify-content: start;
	}

	.alt-exp-dashboard-map-tools {
		align-items: stretch;
		display: grid;
		justify-content: start;
		width: 100%;
	}

	.alt-exp-dashboard-map-basemap {
		grid-template-columns: auto minmax(0, 1fr);
		padding-left: 0.72rem;
		width: 100%;
	}

	.alt-exp-dashboard-map-layers-trigger,
	.alt-exp-dashboard-download-button {
		justify-content: center;
		width: 100%;
	}

	.alt-exp-dashboard-map-options-dialog {
		max-height: calc(100vh - 1rem);
		max-height: calc(100dvh - 1rem);
		width: calc(100vw - 1rem);
	}

	.alt-exp-dashboard-map-dialog-surface {
		max-height: calc(100vh - 1rem);
		max-height: calc(100dvh - 1rem);
	}

	.alt-exp-dashboard-map-menu {
		padding: 0.75rem;
	}

	.alt-exp-dashboard-map-layer-groups {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-map-poi-categories > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alt-exp-dashboard-summary {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-town-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.alt-exp-dashboard-mode-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.alt-exp-dashboard-map-presets > div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.alt-exp-dashboard-mode-tabs button,
	.alt-exp-dashboard-town-actions button,
	.alt-exp-dashboard-map-presets button {
		min-height: 48px;
		overflow-wrap: anywhere;
		padding-left: 0.35rem;
		padding-right: 0.35rem;
	}

	.alt-exp-dashboard-town-option {
		grid-template-columns: 44px 44px minmax(0, 1fr);
	}

	.alt-exp-dashboard-entity-option {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.alt-exp-dashboard-town-checkbox-target {
		margin: 0;
	}

	.alt-exp-dashboard-town-option em {
		grid-column: 3;
	}

	.alt-exp-dashboard-entity-option em {
		grid-column: 2;
	}

	.alt-exp-dashboard-town-option em,
	.alt-exp-dashboard-entity-option em {
		max-width: none;
		text-align: left;
	}

	.alt-exp-dashboard-map {
		min-height: 420px;
	}

	.alt-exp-dashboard-prototype-notice {
		align-items: flex-start;
		padding: 1rem;
	}

	.alt-exp-dashboard-prototype-notice-actions {
		align-items: stretch;
		display: grid;
		justify-content: stretch;
	}

	.alt-exp-dashboard-prototype-notice-button {
		width: 100%;
	}

	.alt-exp-dashboard-facts,
	.alt-exp-dashboard-population-grid,
	.alt-exp-dashboard-component-row {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-demographic-kpis {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-business-capacity-kpis {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-descriptive-profile-kpis,
	.alt-exp-dashboard-readiness-category-list > li {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-gap-legend,
	.alt-exp-dashboard-opportunity-legend {
		display: grid;
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-opportunity-controls {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-opportunity-chart {
		min-width: 680px;
	}

	.alt-exp-dashboard-readiness-category-list > li > div:last-child {
		text-align: left;
	}

	.alt-exp-dashboard-age-list li {
		align-items: start;
		grid-template-columns: 0.72rem minmax(0, 1fr) auto;
	}

	.alt-exp-dashboard-age-list .alt-exp-dashboard-reliability-badge {
		grid-column: 2 / 4;
		justify-self: start;
	}

	.alt-exp-dashboard-table {
		min-width: 0;
	}

	.alt-exp-dashboard-table thead {
		border: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.alt-exp-dashboard-table,
	.alt-exp-dashboard-table tbody,
	.alt-exp-dashboard-table tr,
	.alt-exp-dashboard-table th,
	.alt-exp-dashboard-table td {
		display: block;
		width: 100%;
	}

	.alt-exp-dashboard-table tr {
		background: var(--alt-exp-dash-white);
		border: 1px solid rgba(13, 17, 22, 0.1);
		border-radius: 8px;
		margin-bottom: 0.8rem;
		overflow: hidden;
	}

	.alt-exp-dashboard-table th,
	.alt-exp-dashboard-table td {
		align-items: start;
		border-bottom: 1px solid rgba(13, 17, 22, 0.08);
		display: grid;
		gap: 0.5rem;
		grid-template-columns: 8.5rem minmax(0, 1fr);
		padding: 0.65rem 0.7rem;
	}

	.alt-exp-dashboard-table th::before,
	.alt-exp-dashboard-table td::before {
		color: var(--alt-exp-dash-muted);
		content: attr(data-label);
		font-size: var(--alt-exp-dash-text-small);
		font-weight: 900;
		letter-spacing: 0.05em;
		overflow-wrap: anywhere;
		text-transform: uppercase;
	}

	.alt-exp-dashboard-table tbody th {
		min-width: 0;
	}

	.alt-exp-dashboard-topic-disclosure > summary {
		padding: 0.72rem;
	}

	.alt-exp-dashboard-opportunity-snapshot {
		padding: 0.72rem;
	}
}

.alt-exp-dashboard-kh-area-launcher {
	align-items: center;
	background: rgba(57, 120, 75, 0.08);
	border: 1px solid rgba(57, 120, 75, 0.28);
	border-radius: 8px;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 0.25rem;
	padding: 0.68rem;
}

.alt-exp-dashboard-kh-area-launcher > div,
.alt-exp-dashboard-kh-area-launcher > div > span {
	display: grid;
	gap: 0.14rem;
}

.alt-exp-dashboard-kh-area-launcher > div > span,
.alt-exp-dashboard-kh-area-description,
.alt-exp-dashboard-kh-area-instruction {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.38;
	margin: 0;
}

.alt-exp-dashboard-kh-area-launcher button,
.alt-exp-dashboard-kh-area-close {
	background: #285c3b;
	border: 1px solid #285c3b;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 850;
	line-height: 1.2;
	padding: 0.48rem 0.64rem;
}

.alt-exp-dashboard-kh-area-close {
	background: transparent;
	color: #285c3b;
}

.alt-exp-dashboard-kh-area-context {
	background: rgba(57, 120, 75, 0.06);
	border: 1px solid rgba(57, 120, 75, 0.32);
	border-radius: 9px;
	display: grid;
	gap: 0.65rem;
	margin-top: 0.72rem;
	padding: 0.78rem;
}

.alt-exp-dashboard-kh-area-context .alt-exp-dashboard-section-heading {
	align-items: start;
}

.alt-exp-dashboard-kh-area-context .alt-exp-dashboard-section-heading > div {
	display: grid;
	gap: 0.16rem;
}

.alt-exp-dashboard-kh-area-context h4,
.alt-exp-dashboard-kh-area-context p {
	margin: 0;
}

.alt-exp-dashboard-kh-area-context .alt-exp-dashboard-section-heading p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.35;
}

.alt-exp-dashboard-kh-area-controls {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-kh-area-controls label,
.alt-exp-dashboard-kh-control {
	display: grid;
	gap: 0.22rem;
}

.alt-exp-dashboard-kh-area-controls span,
.alt-exp-dashboard-kh-control > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.alt-exp-dashboard-kh-area-controls select,
.alt-exp-dashboard-kh-control select {
	background: #fff;
	border: 1px solid rgba(13, 17, 22, 0.22);
	border-radius: 5px;
	color: var(--alt-exp-dash-ink);
	font: inherit;
	min-height: 2.25rem;
	padding: 0.32rem 0.4rem;
	width: 100%;
}

.alt-exp-dashboard-kh-area-selection {
	align-items: start;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-left: 4px solid #39784b;
	border-radius: 7px;
	display: grid;
	gap: 0.38rem;
	padding: 0.68rem;
}

.alt-exp-dashboard-kh-area-selection > div:first-child,
.alt-exp-dashboard-kh-area-selection-meta {
	display: grid;
	gap: 0.18rem;
}

.alt-exp-dashboard-kh-area-selection > div:first-child > span,
.alt-exp-dashboard-kh-area-selection-meta > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.3;
}

.alt-exp-dashboard-kh-area-value {
	font-size: var(--alt-exp-dash-text-heading);
	line-height: 1.12;
}

.alt-exp-dashboard-resident-worker-context {
	border-top: 1px solid var(--alt-exp-dash-line);
	display: grid;
	gap: 0.55rem;
	margin: 0.7rem 0 0.95rem;
	padding-top: 0.7rem;
}

.alt-exp-dashboard-resident-worker-context .alt-exp-dashboard-section-heading > div {
	display: grid;
	gap: 0.18rem;
}

.alt-exp-dashboard-resident-worker-context .alt-exp-dashboard-section-heading p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.35;
	margin: 0;
}

.alt-exp-dashboard-resident-worker-details {
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 7px;
	padding: 0.55rem 0.65rem;
}

.alt-exp-dashboard-resident-worker-details > summary {
	cursor: pointer;
	font-size: var(--alt-exp-dash-text-compact);
	font-weight: 850;
}

.alt-exp-dashboard-resident-worker-details > p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
}

.alt-exp-dashboard-resident-worker-list,
.alt-exp-dashboard-trail-relationship-list {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 0.65rem 0 0;
	padding: 0;
}

.alt-exp-dashboard-resident-worker-list > li,
.alt-exp-dashboard-trail-relationship-list > li {
	align-items: start;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(13, 17, 22, 0.1);
	border-radius: 6px;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(9.2rem, 0.8fr);
	padding: 0.56rem;
}

.alt-exp-dashboard-resident-worker-list > li > div {
	display: grid;
	gap: 0.16rem;
	min-width: 0;
}

.alt-exp-dashboard-resident-worker-list > li > div:last-child {
	justify-items: end;
	text-align: right;
}

.alt-exp-dashboard-trail-relationship-list > li > div {
	display: grid;
	gap: 0.28rem;
	justify-items: start;
}

.alt-exp-dashboard-trail-focus-town-badge {
	background: rgba(24, 105, 79, 0.12);
	border: 1px solid rgba(24, 105, 79, 0.32);
	border-radius: 999px;
	color: #12563f !important;
	font-size: 0.7rem !important;
	font-weight: 800;
	letter-spacing: 0.025em;
	padding: 0.14rem 0.42rem;
}

.alt-exp-dashboard-trail-relationship-list button {
	font-size: var(--alt-exp-dash-text-small);
	padding: 0.28rem 0.48rem;
}

.alt-exp-dashboard-resident-worker-list span,
.alt-exp-dashboard-trail-relationship-list span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.3;
}

.alt-exp-dashboard-resident-worker-list b {
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.3;
}

.alt-exp-dashboard-trail-evidence-intro,
.alt-exp-dashboard-trail-relationship-panel {
	display: grid;
	gap: 0.45rem;
}

.alt-exp-dashboard-trail-evidence-intro p,
.alt-exp-dashboard-trail-relationship-panel p {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-compact);
	line-height: 1.38;
	margin: 0;
}

.alt-exp-dashboard-trail-evidence-cards {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.alt-exp-dashboard-trail-evidence-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-top: 4px solid #7a5c30;
	border-radius: 8px;
	display: grid;
	gap: 0.48rem;
	padding: 0.72rem;
}

.alt-exp-dashboard-trail-evidence-card h4,
.alt-exp-dashboard-trail-evidence-card p {
	margin: 0;
}

.alt-exp-dashboard-trail-evidence-card > p {
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.38;
}

.alt-exp-dashboard-trail-evidence-metrics {
	display: grid;
	gap: 0.36rem;
	margin: 0;
}

.alt-exp-dashboard-trail-evidence-metrics > div {
	align-items: baseline;
	border-top: 1px solid rgba(13, 17, 22, 0.1);
	display: flex;
	gap: 0.4rem;
	justify-content: space-between;
	padding-top: 0.36rem;
}

.alt-exp-dashboard-trail-evidence-metrics dt {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
}

.alt-exp-dashboard-trail-evidence-metrics dd {
	font-weight: 900;
	margin: 0;
	text-align: right;
}

.alt-exp-dashboard-source-links {
	font-size: var(--alt-exp-dash-text-small);
	line-height: 1.4;
	margin: 0;
}

.alt-exp-dashboard-source-links a {
	color: #285c3b;
	font-weight: 800;
}

.alt-exp-dashboard-map-popup {
	display: grid;
	gap: 0.26rem;
	max-width: 18rem;
}

.alt-exp-dashboard-map-popup > span,
.alt-exp-dashboard-map-popup > small {
	color: #4a4a4f;
	font-size: 0.78rem;
	line-height: 1.34;
}

@media (max-width: 760px) {
	.alt-exp-dashboard-kh-area-launcher,
	.alt-exp-dashboard-kh-area-controls,
	.alt-exp-dashboard-resident-worker-list > li,
	.alt-exp-dashboard-trail-relationship-list > li {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-kh-area-launcher button {
		width: 100%;
	}

	.alt-exp-dashboard-resident-worker-list > li > div:last-child {
		justify-items: start;
		text-align: left;
	}
}

.alt-exp-dashboard-structure-legend,
.alt-exp-dashboard-structure-condition-key {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.8rem;
	margin: 0.75rem 0;
}

.alt-exp-dashboard-structure-legend span,
.alt-exp-dashboard-structure-condition-key span {
	align-items: center;
	display: inline-flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
	gap: 0.34rem;
}

.alt-exp-dashboard-structure-legend i {
	background: #6b7280;
	border: 2px solid #fffaf0;
	border-radius: 50%;
	display: inline-block;
	height: 0.82rem;
	width: 0.82rem;
}

.alt-exp-dashboard-structure-legend i.is-good {
	background: #2f855a;
}

.alt-exp-dashboard-structure-legend i.is-fair {
	background: #d69e2e;
}

.alt-exp-dashboard-structure-legend i.is-poor {
	background: #c53030;
}

.alt-exp-dashboard-structure-legend i.is-culvert {
	background: #17324d;
	border-color: #17324d;
	box-shadow: inset 0 0 0 2px #fffaf0;
}

.alt-exp-dashboard-callout--caution,
.alt-exp-dashboard-structure-chart-caveat,
.alt-exp-dashboard-structure-coverage-note,
.alt-exp-dashboard-structure-outer-note {
	background: rgba(214, 158, 46, 0.11);
	border: 1px solid rgba(126, 82, 12, 0.28);
	border-radius: 8px;
	color: var(--alt-exp-dash-ink);
	padding: 0.7rem 0.78rem;
}

.alt-exp-dashboard-callout--caution {
	display: grid;
	gap: 0.35rem;
	margin: 0.75rem 0;
}

.alt-exp-dashboard-callout--caution p,
.alt-exp-dashboard-structure-outer-note p {
	margin: 0;
}

.alt-exp-dashboard-structure-chart,
.alt-exp-dashboard-structure-selection {
	display: grid;
	gap: 0.8rem;
}

.alt-exp-dashboard-structure-band {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(13, 17, 22, 0.12);
	border-radius: 9px;
	display: grid;
	gap: 0.58rem;
	padding: 0.78rem;
}

.alt-exp-dashboard-structure-band-heading {
	align-items: start;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
}

.alt-exp-dashboard-structure-band-heading span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	text-align: right;
}

.alt-exp-dashboard-structure-band-bar {
	background: rgba(13, 17, 22, 0.08);
	border-radius: 999px;
	display: flex;
	height: 1.2rem;
	overflow: hidden;
	width: 100%;
}

.alt-exp-dashboard-structure-band-bar span {
	display: block;
	height: 100%;
}

.alt-exp-dashboard-structure-band-bar .is-good,
.alt-exp-dashboard-structure-condition-key .is-good::before {
	background: #2f855a;
}

.alt-exp-dashboard-structure-band-bar .is-fair,
.alt-exp-dashboard-structure-condition-key .is-fair::before {
	background: #d69e2e;
}

.alt-exp-dashboard-structure-band-bar .is-poor,
.alt-exp-dashboard-structure-condition-key .is-poor::before {
	background: #c53030;
}

.alt-exp-dashboard-structure-condition-key span::before {
	border-radius: 3px;
	content: "";
	height: 0.72rem;
	width: 0.72rem;
}

.alt-exp-dashboard-structure-band-counts {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.alt-exp-dashboard-structure-band-counts > div {
	background: rgba(13, 17, 22, 0.04);
	border-radius: 6px;
	padding: 0.45rem;
}

.alt-exp-dashboard-structure-band-counts dt {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
}

.alt-exp-dashboard-structure-band-counts dd {
	font-size: var(--alt-exp-dash-text-heading);
	font-weight: 900;
	margin: 0.14rem 0 0;
}

.alt-exp-dashboard-secondary-button {
	background: var(--alt-exp-dash-bark);
	border: 1px solid var(--alt-exp-dash-bark);
	border-radius: 7px;
	color: var(--alt-exp-dash-white);
	cursor: pointer;
	font-weight: 800;
	padding: 0.55rem 0.78rem;
}

.alt-exp-dashboard-secondary-button:hover,
.alt-exp-dashboard-secondary-button:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-secondary-button:disabled {
	cursor: wait;
	opacity: 0.62;
}

.alt-exp-dashboard-structure-filters {
	align-items: end;
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(5, minmax(9rem, 1fr)) auto;
	margin-bottom: 0.8rem;
}

.alt-exp-dashboard-structure-filters label {
	display: grid;
	gap: 0.28rem;
}

.alt-exp-dashboard-structure-filters label > span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 800;
}

.alt-exp-dashboard-structure-filters select {
	background: #fff;
	border: 1px solid rgba(13, 17, 22, 0.22);
	border-radius: 7px;
	color: var(--alt-exp-dash-ink);
	padding: 0.45rem 2rem 0.45rem 0.55rem;
	width: 100%;
}

.alt-exp-dashboard-structure-outer-note {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin: 0.65rem 0;
}

.alt-exp-dashboard-structure-condition-badge {
	background: #6b7280;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: var(--alt-exp-dash-text-small);
	font-weight: 900;
	justify-content: center;
	padding: 0.28rem 0.58rem;
	white-space: nowrap;
}

.alt-exp-dashboard-structure-condition-badge.is-good {
	background: #2f855a;
}

.alt-exp-dashboard-structure-condition-badge.is-fair {
	background: #9a6700;
}

.alt-exp-dashboard-structure-condition-badge.is-poor {
	background: #b42318;
}

.alt-exp-dashboard-table--structures {
	min-width: 1120px;
}

.alt-exp-dashboard-table--structures td:last-child span {
	display: block;
}

.alt-exp-dashboard-table--structures td:last-child span + span {
	color: var(--alt-exp-dash-muted);
	font-size: var(--alt-exp-dash-text-small);
	margin-top: 0.18rem;
}

.alt-exp-dashboard-structure-select {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	min-height: 0 !important;
	padding: 0;
	text-align: left;
	width: 100%;
}

.alt-exp-dashboard-structure-select:hover strong,
.alt-exp-dashboard-structure-select:focus-visible strong {
	color: var(--alt-exp-dash-orange);
	text-decoration: underline;
}

.alt-exp-dashboard-popup-structure {
	max-height: min(30rem, 55vh);
	max-height: min(30rem, 55dvh);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	touch-action: pan-y;
}

@media (max-width: 1100px) {
	.alt-exp-dashboard-structure-filters {
		grid-template-columns: repeat(3, minmax(9rem, 1fr));
	}
}

@media (max-width: 760px) {
	.alt-exp-dashboard-structure-band-heading,
	.alt-exp-dashboard-structure-outer-note {
		align-items: stretch;
		flex-direction: column;
	}

	.alt-exp-dashboard-structure-band-heading span {
		text-align: left;
	}

	.alt-exp-dashboard-structure-filters {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-structure-filters .alt-exp-dashboard-secondary-button,
	.alt-exp-dashboard-structure-outer-note .alt-exp-dashboard-secondary-button {
		width: 100%;
	}
}

/*
 * 2026 design-system pass
 *
 * The dashboard retains its existing information architecture, but uses a
 * quieter, token-led visual hierarchy: white cards, one hairline or tint per
 * surface, teal for current state, and orange for actions.
 */
.alt-exp-dashboard,
.alt-exp-dashboard-module {
	--alt-exp-dash-ink: #13111a;
	--alt-exp-dash-bark: #3a3630;
	--alt-exp-dash-olive: #6b665e;
	--alt-exp-dash-sand: #e0d8c8;
	--alt-exp-dash-orange: #dd7e32;
	--alt-exp-dash-orange-text: #a4441a;
	--alt-exp-dash-ember: #c96d24;
	--alt-exp-dash-river: #157a72;
	--alt-exp-dash-gold: #cfd4d8;
	--alt-exp-dash-red: #a4441a;
	--alt-exp-dash-cloud: #cfd4d8;
	--alt-exp-dash-paper: #f5f2ea;
	--alt-exp-dash-white: #fff;
	--alt-exp-dash-muted: #6b665e;
	--alt-exp-dash-line: rgba(13, 17, 22, 0.12);
	--alt-exp-dash-shadow: 0 8px 24px rgba(19, 17, 26, 0.06);
	--alt-exp-dash-text-small: 12px;
	--alt-exp-dash-text-compact: 13.5px;
	--alt-exp-dash-text-base: 14px;
	--alt-exp-dash-text-heading: 18px;
	--alt-exp-dash-text-title: 20px;
}

.alt-exp-dashboard--full {
	background: var(--alt-exp-dash-paper);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	gap: 1rem;
	padding: clamp(0.8rem, 1.6vw, 1.25rem);
}

.alt-exp-dashboard-sidebar,
.alt-exp-dashboard-map-card,
.alt-exp-dashboard-chart-card,
.alt-exp-dashboard-table-card,
.alt-exp-dashboard-community-profile {
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 6px;
	box-shadow: none;
}

.alt-exp-dashboard-sidebar,
.alt-exp-dashboard-community-profile {
	padding: 0.95rem;
}

.alt-exp-dashboard-panel {
	background: #faf7f0;
	border: 0;
	border-radius: 6px;
}

.alt-exp-dashboard-orientation {
	background: #e6f1f0;
	border: 0;
	border-left: 3px solid var(--alt-exp-dash-river);
	border-radius: 0 6px 6px 0;
	padding: 0.72rem 0.8rem;
}

.alt-exp-dashboard-orientation p,
.alt-exp-dashboard-insight p,
.alt-exp-dashboard-profile-summary {
	font-weight: 400;
}

.alt-exp-dashboard-panel-label {
	color: var(--alt-exp-dash-orange-text);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 0.38rem;
}

.alt-exp-dashboard-field span,
.alt-exp-dashboard-map-basemap > span,
.alt-exp-dashboard-summary-card-label,
.alt-exp-dashboard-metric-label,
.alt-exp-dashboard-profile-links span {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.alt-exp-dashboard-field select,
.alt-exp-dashboard-field input[type="search"],
.alt-exp-dashboard-map-basemap,
.alt-exp-dashboard-map-basemap select,
.alt-exp-dashboard-map-menu select {
	background-color: var(--alt-exp-dash-white);
	border-color: var(--alt-exp-dash-line);
	font-size: 13.5px;
	font-weight: 600;
}

.alt-exp-dashboard-field select,
.alt-exp-dashboard-field input[type="search"] {
	min-height: 40px;
}

.alt-exp-dashboard-mode-tabs {
	background: var(--alt-exp-dash-white);
	border-color: var(--alt-exp-dash-line);
	border-radius: 6px;
	gap: 0.18rem;
	padding: 0.2rem;
}

.alt-exp-dashboard-mode-tabs button {
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	min-height: 40px;
}

.alt-exp-dashboard-mode-tabs button.is-active {
	background: var(--alt-exp-dash-river);
	color: var(--alt-exp-dash-white);
}

.alt-exp-dashboard-town-actions {
	gap: 0.35rem;
}

.alt-exp-dashboard-town-actions button,
.alt-exp-dashboard-download-button {
	background: var(--alt-exp-dash-white);
	border-color: var(--alt-exp-dash-line);
	color: var(--alt-exp-dash-ink);
	font-size: 12px;
	font-weight: 700;
	min-height: 40px;
}

.alt-exp-dashboard-town-actions button:hover,
.alt-exp-dashboard-town-actions button:focus-visible,
.alt-exp-dashboard-download-button:hover,
.alt-exp-dashboard-download-button:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-town-list,
.alt-exp-dashboard-entity-list {
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 6px;
	gap: 0;
	padding: 0;
}

.alt-exp-dashboard-town-option,
.alt-exp-dashboard-entity-option {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--alt-exp-dash-line);
	border-radius: 0;
	box-shadow: none;
	gap: 0.3rem;
	min-height: 44px;
	padding: 0.28rem 0.5rem;
}

.alt-exp-dashboard-town-option:last-child,
.alt-exp-dashboard-entity-option:last-child {
	border-bottom: 0;
}

.alt-exp-dashboard-town-option {
	grid-template-columns: 30px 32px minmax(0, 1fr) auto;
}

.alt-exp-dashboard-town-option:focus-within,
.alt-exp-dashboard-entity-option:focus-within {
	border-color: var(--alt-exp-dash-line);
	box-shadow: inset 3px 0 0 var(--alt-exp-dash-orange);
}

.alt-exp-dashboard-town-option.is-active,
.alt-exp-dashboard-entity-option.is-active {
	background: #e6f1f0;
	border-color: var(--alt-exp-dash-line);
	box-shadow: inset 3px 0 0 var(--alt-exp-dash-river);
}

.alt-exp-dashboard-town-option input,
.alt-exp-dashboard-context-review-toggle input {
	accent-color: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-town-checkbox-target {
	height: 30px;
	width: 30px;
}

.alt-exp-dashboard-town-checkbox-target input {
	height: 16px;
	width: 16px;
}

.alt-exp-dashboard-town-zoom,
.alt-exp-dashboard-entity-zoom {
	background: transparent;
	border: 0;
	border-radius: 4px;
	height: 32px;
	width: 32px;
}

.alt-exp-dashboard-town-zoom::before,
.alt-exp-dashboard-entity-zoom::before {
	height: 11px;
	left: 8px;
	top: 7px;
	width: 11px;
}

.alt-exp-dashboard-town-zoom::after,
.alt-exp-dashboard-entity-zoom::after {
	height: 7px;
	left: 20px;
	top: 20px;
}

.alt-exp-dashboard-town-zoom:hover,
.alt-exp-dashboard-town-zoom:focus-visible,
.alt-exp-dashboard-entity-zoom:hover,
.alt-exp-dashboard-entity-zoom:focus-visible {
	background: #e6f1f0;
	border-color: transparent;
	color: var(--alt-exp-dash-river);
	transform: none;
}

.alt-exp-dashboard-town-option strong,
.alt-exp-dashboard-entity-option strong {
	font-size: 13.5px;
	font-weight: 700;
}

.alt-exp-dashboard-town-option small,
.alt-exp-dashboard-entity-option small,
.alt-exp-dashboard-town-option em,
.alt-exp-dashboard-entity-option em {
	font-size: 12px;
	font-weight: 500;
}

.alt-exp-dashboard-town-option em {
	color: var(--alt-exp-dash-muted);
	grid-column: 4;
	justify-self: end;
	text-align: right;
	white-space: nowrap;
}

.alt-exp-dashboard-map-card,
.alt-exp-dashboard-chart-card,
.alt-exp-dashboard-table-card {
	padding: clamp(0.9rem, 1.5vw, 1.2rem);
}

.alt-exp-dashboard-map-head h2,
.alt-exp-dashboard-card-head h2 {
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 700;
}

.alt-exp-dashboard-map-legend {
	font-size: 12px;
	font-weight: 600;
}

.alt-exp-dashboard-map-layers-trigger {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
	font-size: 12px;
	font-weight: 700;
	min-height: 40px;
}

.alt-exp-dashboard-map-layers-trigger:hover,
.alt-exp-dashboard-map-layers-trigger:focus-visible,
.alt-exp-dashboard-map-layers-trigger[aria-expanded="true"] {
	background: var(--alt-exp-dash-ember);
	border-color: var(--alt-exp-dash-ember);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-map-basemap {
	border-color: var(--alt-exp-dash-line);
	border-radius: 6px;
	grid-template-columns: auto minmax(11.5rem, 14rem);
}

.alt-exp-dashboard-map-basemap > span {
	white-space: nowrap;
}

.alt-exp-dashboard-map-basemap select {
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
	min-width: 11.5rem;
}

/* The legend remains on the map frame instead of changing the page layout. */
.alt-exp-dashboard-map-frame {
	position: relative;
}

.alt-exp-dashboard-map {
	border-radius: 6px;
}

.alt-exp-dashboard-map-legend-trigger {
	align-items: center;
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(19, 17, 26, 0.18);
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: grid;
	height: 44px;
	justify-content: center;
	left: 0.75rem;
	padding: 0;
	position: absolute;
	top: 0.75rem;
	width: 44px;
	z-index: 4;
}

.alt-exp-dashboard-map-legend-trigger svg {
	fill: none;
	height: 22px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

.alt-exp-dashboard-map-legend-trigger:hover,
.alt-exp-dashboard-map-legend-trigger:focus-visible,
.alt-exp-dashboard-map-frame.is-map-legend-open .alt-exp-dashboard-map-legend-trigger {
	background: #e6f1f0;
	border-color: var(--alt-exp-dash-river);
	color: var(--alt-exp-dash-river);
	outline: none;
}

.alt-exp-dashboard-map-legend-count,
.alt-exp-dashboard-map-layer-group-count {
	background: #e6f1f0;
	border-radius: 999px;
	color: var(--alt-exp-dash-river);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 0.3rem 0.48rem;
	white-space: nowrap;
}

.alt-exp-dashboard-map-legend-trigger .alt-exp-dashboard-map-legend-count {
	align-items: center;
	background: var(--alt-exp-dash-orange);
	border: 2px solid var(--alt-exp-dash-white);
	color: var(--alt-exp-dash-ink);
	display: flex;
	font-size: 10px;
	height: 1.35rem;
	justify-content: center;
	min-width: 1.35rem;
	padding: 0 0.22rem;
	position: absolute;
	right: -0.45rem;
	top: -0.45rem;
}

.alt-exp-dashboard-map-legend-overlay {
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(19, 17, 26, 0.25);
	box-sizing: border-box;
	left: 0.75rem;
	max-height: calc(100% - 1.5rem);
	overflow: auto;
	padding: 0.85rem;
	position: absolute;
	top: 0.75rem;
	width: min(25rem, calc(100% - 1.5rem));
	z-index: 5;
}

.alt-exp-dashboard-map-legend-overlay[hidden] {
	display: none;
}

.alt-exp-dashboard-map-legend-overlay-head {
	align-items: center;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin-bottom: 0.8rem;
}

.alt-exp-dashboard-map-legend-overlay-head .alt-exp-dashboard-panel-label {
	margin-bottom: 0.18rem;
}

.alt-exp-dashboard-map-legend-overlay-head h3 {
	color: var(--alt-exp-dash-ink);
	font-size: 18px;
	font-weight: 750;
	margin: 0;
}

.alt-exp-dashboard-map-legend-summary {
	background: #e6f1f0;
	border-radius: 999px;
	color: var(--alt-exp-dash-river);
	font-size: 11px;
	font-weight: 800;
	padding: 0.32rem 0.5rem;
	white-space: nowrap;
}

.alt-exp-dashboard-map-legend-close {
	align-items: center;
	background: #faf7f0;
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 4px;
	color: var(--alt-exp-dash-ink);
	cursor: pointer;
	display: flex;
	font-size: 22px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

.alt-exp-dashboard-map-legend-close:hover,
.alt-exp-dashboard-map-legend-close:focus-visible {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	outline: none;
}

.alt-exp-dashboard-map-legend-content {
	border-top: 1px solid var(--alt-exp-dash-line);
	display: grid;
	gap: 0.9rem;
	padding-top: 0.85rem;
}

.alt-exp-dashboard-map-legend-empty {
	color: var(--alt-exp-dash-muted);
	font-size: 13px;
	margin: 0;
}

.alt-exp-dashboard-map-legend-empty[hidden] {
	display: none;
}

.alt-exp-dashboard-map-layer-legend {
	display: grid;
	gap: 0.55rem;
}

.alt-exp-dashboard-map-layer-legend h3 {
	color: var(--alt-exp-dash-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.alt-exp-dashboard-map-layer-legend ul {
	display: grid;
	gap: 0.48rem 1rem;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-map-layer-legend li {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 0.5rem;
	min-width: 0;
}

.alt-exp-dashboard-map-layer-legend li > span:last-child {
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-map-layer-legend-swatch {
	--alt-exp-map-legend-color: var(--alt-exp-dash-river);
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 2rem;
	width: 2rem;
}

.alt-exp-dashboard-map-layer-legend-swatch.is-line {
	border-top: 4px solid var(--alt-exp-map-legend-color);
	border-radius: 999px;
	height: 0;
}

.alt-exp-dashboard-map-layer-legend-swatch.is-line.is-dashed {
	border-top-style: dashed;
}

.alt-exp-dashboard-map-layer-legend-swatch.is-point {
	background: var(--alt-exp-map-legend-color);
	border: 2px solid var(--alt-exp-dash-white);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(13, 17, 22, 0.25);
	height: 0.85rem;
	margin-inline: 0.56rem;
	width: 0.85rem;
}

.alt-exp-dashboard-map-layer-legend-swatch.is-area {
	background: color-mix(in srgb, var(--alt-exp-map-legend-color) 25%, transparent);
	border: 2px solid var(--alt-exp-map-legend-color);
	border-radius: 3px;
	height: 0.85rem;
}

.alt-exp-dashboard-map-layer-legend-swatch.is-score {
	background: linear-gradient(90deg, #f1e7d6 0%, #d9a441 38%, #dd7e32 64%, #2f6f73 100%);
	border: 1px solid rgba(13, 17, 22, 0.22);
	border-radius: 999px;
	height: 0.6rem;
}

.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-ookla-legend,
.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-cellular-legend {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-ookla-legend {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-cellular-legend {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-ookla-legend h4,
.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-cellular-legend h4 {
	font-size: 11px;
	letter-spacing: 0.06em;
}

/* Standalone Map Layers panel translated to the existing native dialog. */
.alt-exp-dashboard-map-basemap {
	grid-template-columns: auto minmax(180px, 224px);
}

.alt-exp-dashboard-map-basemap select {
	min-width: 180px;
	white-space: nowrap;
}

.alt-exp-dashboard-map-options-dialog {
	width: min(960px, calc(100vw - 64px));
}

.alt-exp-dashboard-map-options-dialog::backdrop {
	background: rgba(19, 17, 26, 0.52);
	backdrop-filter: blur(3px);
}

.alt-exp-dashboard-map-dialog-surface {
	border-color: var(--alt-exp-dash-line);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(19, 17, 26, 0.22);
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.alt-exp-dashboard-map-dialog-head {
	padding: 1rem 1.1rem 0.9rem;
}

.alt-exp-dashboard-map-dialog-head h3 {
	font-size: 22px;
	font-weight: 700;
}

.alt-exp-dashboard-map-dialog-close {
	background: #faf7f0;
	border-color: var(--alt-exp-dash-line);
	color: var(--alt-exp-dash-ink);
	flex-basis: 36px;
	font-size: 24px;
	height: 36px;
	width: 36px;
}

.alt-exp-dashboard-map-dialog-close:hover,
.alt-exp-dashboard-map-dialog-close:focus-visible {
	background: #f0e9dc;
	border-color: var(--alt-exp-dash-line);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-map-menu {
	gap: 0;
	padding: 0;
}

.alt-exp-dashboard-map-menu fieldset {
	min-width: 0;
}

.alt-exp-dashboard-map-menu legend {
	font-size: 11px;
	letter-spacing: 0.08em;
}

.alt-exp-dashboard-map-presets {
	border-bottom: 1px solid var(--alt-exp-dash-line) !important;
	padding: 0.85rem 1.1rem 0.75rem !important;
}

.alt-exp-dashboard-map-presets > div {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: none;
}

.alt-exp-dashboard-map-presets button {
	background: #faf7f0;
	border-color: transparent;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	min-height: 34px;
	padding: 0.38rem 0.7rem;
}

.alt-exp-dashboard-map-presets button:hover,
.alt-exp-dashboard-map-presets button:focus-visible,
.alt-exp-dashboard-map-presets button[aria-pressed="true"] {
	background: var(--alt-exp-dash-orange);
	border-color: var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-map-collapse-layers {
	align-self: start;
	background: transparent;
	border: 0;
	color: var(--alt-exp-dash-orange-text);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	min-height: 30px;
	margin-top: 0.38rem;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.16rem;
}

.alt-exp-dashboard-map-layer-groups {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0.9rem 1.1rem;
}

.alt-exp-dashboard-map-layer-group,
.alt-exp-dashboard-map-secondary-controls > fieldset {
	background: #faf7f0;
	border: 1px solid var(--alt-exp-dash-line) !important;
	border-radius: 6px;
	padding: 0 !important;
}

.alt-exp-dashboard-map-layer-group summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-size: 13.5px;
	font-weight: 700;
	gap: 0.65rem;
	grid-template-columns: 1fr auto 0.75rem;
	list-style: none;
	min-height: 48px;
	padding: 0.65rem 1.1rem;
}

.alt-exp-dashboard-map-layer-group summary::-webkit-details-marker {
	display: none;
}

.alt-exp-dashboard-map-layer-group summary::after {
	color: var(--alt-exp-dash-muted);
	content: "+";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.alt-exp-dashboard-map-layer-group[open] summary::after {
	content: "−";
}

.alt-exp-dashboard-map-layer-group.is-empty .alt-exp-dashboard-map-layer-group-count {
	background: #f0e9dc;
	color: var(--alt-exp-dash-muted);
}

.alt-exp-dashboard-map-layer-group-rows {
	display: grid;
	gap: 0.2rem 0.45rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 0.75rem 0.75rem;
}

.alt-exp-dashboard-map-menu .alt-exp-dashboard-map-layer-group-rows label,
.alt-exp-dashboard-map-menu .alt-exp-dashboard-map-poi-categories label {
	font-size: 13px;
	font-weight: 500;
	min-height: 36px;
}

.alt-exp-dashboard-map-menu input {
	accent-color: var(--alt-exp-dash-river);
}

.alt-exp-dashboard-map-secondary-controls {
	display: grid;
	gap: 0.75rem;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 1.1rem 0.9rem;
}

.alt-exp-dashboard-map-secondary-controls > fieldset {
	gap: 0.45rem;
	padding: 0.8rem !important;
}

.alt-exp-dashboard-map-poi-categories > div {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-map-dialog-footer {
	align-items: center;
	border-top: 1px solid var(--alt-exp-dash-line);
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 0.8rem 1.1rem;
}

.alt-exp-dashboard-map-dialog-footer > span {
	color: var(--alt-exp-dash-muted);
	font-size: 12px;
	font-weight: 700;
}

.alt-exp-dashboard-map-dialog-footer > div {
	display: flex;
	gap: 0.45rem;
}

.alt-exp-dashboard-map-dialog-reset,
.alt-exp-dashboard-map-dialog-apply {
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	min-height: 38px;
	padding: 0.42rem 0.75rem;
}

.alt-exp-dashboard-map-dialog-reset {
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-map-dialog-apply {
	background: var(--alt-exp-dash-orange);
	border: 1px solid var(--alt-exp-dash-orange);
	color: var(--alt-exp-dash-ink);
}

.alt-exp-dashboard-map-dialog-reset:hover,
.alt-exp-dashboard-map-dialog-reset:focus-visible {
	background: #f0e9dc;
	outline: none;
}

.alt-exp-dashboard-map-dialog-apply:hover,
.alt-exp-dashboard-map-dialog-apply:focus-visible {
	background: var(--alt-exp-dash-ember);
	border-color: var(--alt-exp-dash-ember);
	outline: none;
}

.alt-exp-dashboard-summary-card,
.alt-exp-dashboard-business-capacity-metric,
.alt-exp-dashboard-descriptive-profile-metric,
.alt-exp-dashboard-score-pill {
	background: #faf7f0;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
}

.alt-exp-dashboard-summary-card {
	padding: 0.78rem;
}

.alt-exp-dashboard-summary-card-value,
.alt-exp-dashboard-metric-value {
	font-variant-numeric: tabular-nums;
}

.alt-exp-dashboard-recreation-capacity,
.alt-exp-dashboard-migration-mobility,
.alt-exp-dashboard-narrative-profile,
.alt-exp-dashboard-business-capacity,
.alt-exp-dashboard-visitor-readiness,
.alt-exp-dashboard-household-context,
.alt-exp-dashboard-resident-worker-context,
.alt-exp-dashboard-community-demographics {
	border-top-color: var(--alt-exp-dash-line);
	padding-top: 0.85rem;
}

.alt-exp-dashboard-readiness-category-list > li {
	background: #faf7f0;
	border: 0;
	border-left: 3px solid var(--alt-exp-dash-river);
	border-radius: 0 6px 6px 0;
}

.alt-exp-dashboard-profile-links a {
	background: #faf7f0;
	border: 0;
	border-radius: 6px;
}

.alt-exp-dashboard-selection-details {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.alt-exp-dashboard-selection-header,
.alt-exp-dashboard-selection-details > section,
.alt-exp-dashboard-selection-related,
.alt-exp-dashboard-selection-audit {
	min-width: 0;
}

.alt-exp-dashboard-selection-details > section,
.alt-exp-dashboard-selection-related,
.alt-exp-dashboard-selection-audit {
	border-top: 1px solid var(--alt-exp-dash-line);
	padding-top: 0.9rem;
}

.alt-exp-dashboard-selection-details h4,
.alt-exp-dashboard-related-topic-panel h4 {
	margin: 0 0 0.65rem;
}

.alt-exp-dashboard-selection-metrics {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-selection-metric {
	background: #faf7f0;
	border-left: 3px solid var(--alt-exp-dash-river);
	border-radius: 0 6px 6px 0;
	min-width: 0;
	padding: 0.75rem;
}

.alt-exp-dashboard-selection-metric.is-non-score {
	border-left-color: var(--alt-exp-dash-ember);
}

.alt-exp-dashboard-selection-metric .alt-exp-dashboard-metric-value {
	display: block;
	margin: 0.3rem 0;
	overflow-wrap: anywhere;
}

.alt-exp-dashboard-non-score-label {
	color: var(--alt-exp-dash-ink);
	font-size: 0.82rem;
	font-weight: 700;
	margin: 0.45rem 0 0 !important;
}

.alt-exp-dashboard-connectivity-diagnostic {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-exp-dashboard-connectivity-diagnostic > section {
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-line);
	border-radius: 8px;
	min-width: 0;
	padding: 0.85rem;
}

.alt-exp-dashboard-connectivity-diagnostic h5,
.alt-exp-dashboard-connectivity-diagnostic h6 {
	margin: 0 0 0.45rem;
}

.alt-exp-dashboard-connectivity-context {
	border-top: 1px solid var(--alt-exp-dash-line);
	margin-top: 0.85rem;
	padding-top: 0.8rem;
}

.alt-exp-dashboard-selection-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.alt-exp-dashboard-selection-action {
	align-items: center;
	background: var(--alt-exp-dash-white);
	border: 1px solid var(--alt-exp-dash-river);
	border-radius: 6px;
	color: var(--alt-exp-dash-river);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 44px;
	padding: 0.65rem 0.85rem;
	text-align: left;
}

.alt-exp-dashboard-selection-action:hover,
.alt-exp-dashboard-selection-action:focus-visible {
	background: var(--alt-exp-dash-river);
	color: var(--alt-exp-dash-white);
	outline: 3px solid color-mix(in srgb, var(--alt-exp-dash-river) 35%, transparent);
	outline-offset: 2px;
}

.alt-exp-dashboard-selection-audit .alt-exp-dashboard-selection-action {
	width: 100%;
}

.alt-exp-dashboard-related-topic-panel {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.alt-exp-dashboard-related-topic:focus,
.alt-exp-dashboard-related-topic-panel:focus {
	outline: 3px solid var(--alt-exp-dash-river);
	outline-offset: 3px;
}

.alt-exp-dashboard-related-topic-toolbar {
	display: flex;
	justify-content: flex-start;
}

.alt-exp-dashboard-related-topic-panel .alt-exp-dashboard-population-context {
	margin-top: 0;
}

[data-alt-exp-component-audit] {
	scroll-margin-top: 1.5rem;
}

@media (max-width: 920px) {
	.alt-exp-dashboard-map-options-dialog {
		width: min(736px, calc(100vw - 32px));
	}

	.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-ookla-legend,
	.alt-exp-dashboard-map-legend-overlay .alt-exp-dashboard-cellular-legend {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.alt-exp-dashboard-connectivity-diagnostic {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-narrative-facts,
	.alt-exp-dashboard-narrative-profile .alt-exp-dashboard-asset-chip-grid,
	.alt-exp-dashboard-mini-score-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alt-exp-dashboard-selection-metrics {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-selection-actions,
	.alt-exp-dashboard-related-topic-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.alt-exp-dashboard-selection-action {
		width: 100%;
	}

	.alt-exp-dashboard-map-legend-trigger {
		left: 0.5rem;
		top: 0.5rem;
	}

	.alt-exp-dashboard-map-legend-overlay {
		left: 0.5rem;
		max-height: calc(100% - 1rem);
		padding: 0.75rem;
		top: 0.5rem;
		width: calc(100% - 1rem);
	}

	.alt-exp-dashboard-map-layer-legend ul {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-map-basemap {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.alt-exp-dashboard-town-option {
		grid-template-columns: 30px 32px minmax(0, 1fr) auto;
	}

	.alt-exp-dashboard-town-option em {
		grid-column: 4;
	}

	.alt-exp-dashboard-map-options-dialog {
		align-self: end;
		margin: auto 0 0;
		max-height: min(88dvh, calc(100dvh - 1rem));
		width: 100vw;
	}

	.alt-exp-dashboard-map-dialog-surface {
		border-bottom: 0;
		border-radius: 12px 12px 0 0;
		max-height: min(88dvh, calc(100dvh - 1rem));
	}

	.alt-exp-dashboard-map-dialog-head,
	.alt-exp-dashboard-map-presets,
	.alt-exp-dashboard-map-dialog-footer {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.alt-exp-dashboard-map-layer-group summary,
	.alt-exp-dashboard-map-layer-group-rows,
	.alt-exp-dashboard-map-secondary-controls > fieldset {
		padding-left: 0.9rem !important;
		padding-right: 0.9rem !important;
	}

	.alt-exp-dashboard-map-basemap select {
		min-width: 0;
	}

	.alt-exp-dashboard-map-layer-groups {
		display: block;
		padding: 0;
	}

	.alt-exp-dashboard-map-layer-group,
	.alt-exp-dashboard-map-secondary-controls > fieldset {
		background: var(--alt-exp-dash-white);
		border: 0 !important;
		border-bottom: 1px solid var(--alt-exp-dash-line) !important;
		border-radius: 0;
	}

	.alt-exp-dashboard-map-layer-group-rows,
	.alt-exp-dashboard-map-poi-categories > div {
		grid-template-columns: 1fr;
	}

	.alt-exp-dashboard-map-dialog-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.alt-exp-dashboard-map-dialog-footer > div {
		justify-content: stretch;
	}

	.alt-exp-dashboard-map-dialog-footer button {
		flex: 1 1 auto;
	}

	.alt-exp-dashboard-map-secondary-controls {
		display: block;
		padding: 0;
	}
}
