:root {
	--en27-navy: #0c2734;
	--en27-ocean: #087f8c;
	--en27-ocean-dark: #05636d;
	--en27-sky: #dff5f4;
	--en27-rain: #1e6fa8;
	--en27-sun: #f4b942;
	--en27-ink: #18313b;
	--en27-muted: #5b7078;
	--en27-line: #dce7e9;
	--en27-surface: #ffffff;
	--en27-background: #f4f8f8;
	--en27-success: #168568;
	--en27-danger: #b7473e;
	--en27-text: var(--en27-ink);
	--en27-primary: var(--en27-ocean);
	--en27-primary-hover: var(--en27-ocean-dark);
	--en27-border: var(--en27-line);
	--en27-focus: var(--en27-sun);
}

/* Base legible para componentes reutilizables; Elementor conserva el control de su presentación. */
.en27-editorial,
.en27-enso-status,
.en27-registration,
.en27-public-architecture,
.en27-owner-panel {
	color: var(--en27-text);
}
.en27-editorial a,
.en27-enso-status a,
.en27-registration a,
.en27-public-architecture a,
.en27-owner-panel a {
	color: var(--en27-ocean-dark);
}

/* Editorial blocks introduced in 0.10.0. */
.en27-editorial { margin-top: 2rem; }
.en27-editorial__items { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.en27-editorial-card { padding: 1rem; border: 1px solid rgba(20, 40, 60, .12); border-radius: .75rem; background: #fff; }
.en27-editorial-card h3 { margin-top: 0; }
.en27-editorial-card__source { font-size: .85em; opacity: .75; }

.en27-elementor-widget {
	background: var(--en27-widget-bg, transparent);
	border-color: var(--en27-widget-border, transparent);
	border-radius: var(--en27-widget-radius-top, 0) var(--en27-widget-radius-right, 0) var(--en27-widget-radius-bottom, 0) var(--en27-widget-radius-left, 0);
	border-style: solid;
	border-width: var(--en27-widget-border-top, 0) var(--en27-widget-border-right, 0) var(--en27-widget-border-bottom, 0) var(--en27-widget-border-left, 0);
	color: var(--en27-widget-text, inherit);
	overflow: var(--en27-widget-overflow, visible);
	padding: var(--en27-widget-padding-top, 0) var(--en27-widget-padding-right, 0) var(--en27-widget-padding-bottom, 0) var(--en27-widget-padding-left, 0);
}

.en27-home,
.en27-home *,
.en27-station-page,
.en27-station-page * {
	box-sizing: border-box;
}

.en27-home {
	color: var(--en27-ink);
	font-family: inherit;
	margin: 32px auto 72px;
	max-width: 1240px;
}

.en27-hero {
	align-items: flex-end;
	background:
		radial-gradient(circle at 88% 16%, rgba(104, 212, 199, 0.25), transparent 27%),
		linear-gradient(135deg, #0c2734 0%, #124f5a 100%);
	border-radius: 28px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	min-height: 330px;
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
	position: relative;
}

.en27-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -105px;
	top: -175px;
	width: 360px;
}

.en27-hero__content {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.en27-eyebrow {
	color: var(--en27-ocean);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.en27-hero .en27-eyebrow {
	color: #8ce1d5;
}

.en27-hero h1 {
	color: #fff;
	font-size: clamp(42px, 7vw, 78px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0 0 24px;
}

.en27-hero__lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(18px, 2.2vw, 24px);
	line-height: 1.5;
	margin: 0;
	max-width: 720px;
}

.en27-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.en27-button {
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	padding: 13px 22px;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease;
}

.en27-button:hover,
.en27-button:focus-visible {
	transform: translateY(-2px);
}

.en27-button--primary {
	background: #76dbc9;
	color: #082d31 !important;
}

.en27-button--secondary {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff !important;
}

.en27-hero__signal {
	align-items: center;
	background: rgba(3, 25, 30, 0.36);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	margin-left: 24px;
	padding: 10px 15px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.en27-pulse {
	background: #65e0b5;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(101, 224, 181, 0.16);
	height: 8px;
	width: 8px;
}

.en27-summary {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 20px 0;
}

.en27-summary-card,
.en27-panel {
	background: var(--en27-surface);
	border: 1px solid var(--en27-line);
	box-shadow: 0 12px 35px rgba(10, 57, 64, 0.07);
}

.en27-summary-card {
	border-radius: 18px;
	min-height: 126px;
	padding: 24px;
}

.en27-summary-card__label {
	color: var(--en27-muted);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 11px;
}

.en27-summary-card strong {
	color: var(--en27-navy);
	display: block;
	font-size: 31px;
	line-height: 1.15;
}

.en27-summary-card strong.en27-summary-card__time {
	font-size: 18px;
	line-height: 1.35;
}

.en27-panel {
	border-radius: 22px;
	margin-top: 20px;
	overflow: hidden;
	padding: clamp(20px, 4vw, 36px);
}

.en27-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.en27-section-heading h2 {
	color: var(--en27-navy);
	font-size: clamp(27px, 3.2vw, 38px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.1;
	margin: 0;
}

.en27-section-heading__note {
	color: var(--en27-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 390px;
	text-align: right;
}

.en27-map {
	background: var(--en27-widget-map-bg, #dfeceb);
	border-color: var(--en27-widget-map-border, var(--en27-line));
	border-radius: var(--en27-widget-map-radius-top, 16px) var(--en27-widget-map-radius-right, 16px) var(--en27-widget-map-radius-bottom, 16px) var(--en27-widget-map-radius-left, 16px);
	border-style: solid;
	border-width: var(--en27-widget-map-border-top, 1px) var(--en27-widget-map-border-right, 1px) var(--en27-widget-map-border-bottom, 1px) var(--en27-widget-map-border-left, 1px);
	height: var(--en27-widget-map-height, clamp(390px, 58vw, 580px));
	overflow: hidden;
	width: 100%;
}

.en27-map:focus-visible {
	box-shadow: 0 0 0 3px rgba(8, 127, 140, 0.28);
	outline: none;
}

.en27-map-footer {
	align-items: center;
	color: var(--en27-muted);
	display: flex;
	font-size: 12px;
	gap: 16px;
	justify-content: space-between;
	margin-top: 12px;
}

.en27-map-footer a {
	color: var(--en27-ocean-dark);
}

.en27-map-marker {
	appearance: none;
	background: transparent;
	border: 0;
	line-height: 0;
	padding: 0;
	position: absolute;
	transform: translate(-50%, -50%);
}

button.en27-map-marker {
	cursor: pointer;
}

.en27-map-marker:focus-visible {
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(8, 127, 140, 0.38);
	outline: none;
}

.en27-map-marker span {
	background: #3ec4b2;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(7, 54, 61, 0.38), 0 0 0 3px rgba(8, 127, 140, 0.34);
	display: block;
	height: 24px;
	margin: 2px;
	width: 24px;
}

.en27-map-marker--stale span {
	background: #e5aa42;
	box-shadow: 0 4px 14px rgba(101, 69, 17, 0.35), 0 0 0 3px rgba(196, 132, 29, 0.3);
}

.en27-map-marker--offline span {
	background: #e67870;
	box-shadow: 0 4px 14px rgba(95, 33, 28, 0.35), 0 0 0 3px rgba(183, 71, 62, 0.3);
}

.en27-stations {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.en27-station-card {
	background: var(--en27-background);
	border: 1px solid var(--en27-line);
	border-radius: 18px;
	padding: 22px;
}

.en27-station-card__header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.en27-station-card h3 {
	color: var(--en27-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 5px;
}

.en27-station-card h3 a {
	color: inherit;
	text-decoration: none;
}

.en27-station-card h3 a:hover,
.en27-station-card h3 a:focus-visible {
	color: var(--en27-ocean-dark);
}

.en27-station-location {
	color: var(--en27-muted);
	font-size: 13px;
	margin: 0;
}

.en27-station-status {
	background: #dff4ed;
	border-radius: 999px;
	color: var(--en27-success);
	font-size: 11px;
	font-weight: 800;
	padding: 7px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.en27-station-status--offline {
	background: #f9e4e1;
	color: var(--en27-danger);
}

.en27-station-status--stale {
	background: #fff1d5;
	color: #79520e;
}

.en27-reading-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.en27-reading {
	background: #fff;
	border-radius: 12px;
	min-height: 84px;
	padding: 13px;
}

.en27-reading span {
	color: var(--en27-muted);
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 5px;
}

.en27-reading strong {
	color: var(--en27-navy);
	font-size: 18px;
	line-height: 1.2;
}

.en27-station-card__footer {
	align-items: center;
	border-top: 1px solid var(--en27-line);
	color: var(--en27-muted);
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 14px;
}

.en27-station-card__link,
.en27-popup__link {
	color: var(--en27-ocean-dark) !important;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.en27-status,
.en27-error {
	border-radius: 12px;
	font-size: 13px;
	margin: 16px 0 0;
	padding: 12px 15px;
	text-align: center;
}

.en27-status {
	color: var(--en27-muted);
}

.en27-error {
	background: #fff0ed;
	color: var(--en27-danger);
}

.en27-popup {
	min-width: 220px;
}

.en27-popup h3 {
	color: var(--en27-navy);
	font-size: 16px;
	margin: 0 0 4px;
}

.en27-popup p {
	color: var(--en27-muted);
	font-size: 12px;
	margin: 0 0 10px;
}

.en27-popup__readings {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr 1fr;
}

.en27-popup__reading {
	background: var(--en27-background);
	border-radius: 8px;
	font-size: 11px;
	padding: 8px;
}

.en27-popup__reading strong {
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

.en27-popup__link {
	display: inline-block;
	margin-top: 12px;
}

.en27-station-page {
	color: var(--en27-ink);
	font-family: inherit;
	margin: 32px auto 72px;
	max-width: 1240px;
}

.en27-back-link {
	color: var(--en27-ocean-dark) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 18px;
	text-decoration: none !important;
}

.en27-station-hero {
	align-items: flex-end;
	background:
		radial-gradient(circle at 86% 12%, rgba(104, 212, 199, 0.25), transparent 30%),
		linear-gradient(135deg, #0c2734 0%, #124f5a 100%);
	border-radius: 28px;
	color: #fff;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 285px;
	overflow: hidden;
	padding: clamp(34px, 6vw, 68px);
	position: relative;
}

.en27-station-hero > * {
	position: relative;
	z-index: 1;
}

.en27-station-hero h1 {
	color: #fff;
	font-size: clamp(36px, 5.5vw, 66px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0;
	max-width: 850px;
}

.en27-station-hero .en27-eyebrow {
	color: #8ce1d5;
}

.en27-station-hero__location {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	margin: 18px 0 0;
}

.en27-station-hero .en27-station-status {
	background: rgba(101, 224, 181, 0.15);
	border: 1px solid rgba(139, 239, 203, 0.35);
	color: #9be9d1;
}

.en27-station-hero .en27-station-status--offline {
	background: rgba(230, 120, 112, 0.15);
	border-color: rgba(255, 175, 167, 0.35);
	color: #ffd0ca;
}

.en27-station-hero .en27-station-status--stale {
	background: rgba(229, 170, 66, 0.18);
	border-color: rgba(255, 207, 118, 0.45);
	color: #ffe0a6;
}

.en27-station-description {
	background: var(--en27-surface);
	border: 1px solid var(--en27-line);
	border-radius: 18px;
	color: var(--en27-muted);
	font-size: 15px;
	line-height: 1.7;
	margin-top: 20px;
	padding: 20px 24px;
}

.en27-station-description p:last-child {
	margin-bottom: 0;
}

.en27-current {
	margin-top: 28px;
}

.en27-current-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.en27-current-card {
	background: linear-gradient(155deg, #ffffff 0%, #eef8f7 100%);
	border: 1px solid var(--en27-line);
	border-radius: 17px;
	box-shadow: 0 10px 28px rgba(10, 57, 64, 0.06);
	min-height: 118px;
	padding: 20px;
}

.en27-current-card span {
	color: var(--en27-muted);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
}

.en27-current-card strong {
	color: var(--en27-navy);
	display: block;
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.1;
}

.en27-station-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.8fr);
}

.en27-station-map {
	background: #dfeceb;
	border: 1px solid var(--en27-line);
	border-radius: 16px;
	height: 440px;
	overflow: hidden;
	width: 100%;
}

.en27-technical dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.en27-technical dl div {
	border-bottom: 1px solid var(--en27-line);
	padding: 13px 0;
}

.en27-technical dl div:first-child {
	padding-top: 0;
}

.en27-technical dl div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.en27-technical dt {
	color: var(--en27-muted);
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.en27-technical dd {
	color: var(--en27-navy);
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.en27-charts {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.en27-chart-card {
	background: var(--en27-background);
	border: 1px solid var(--en27-line);
	border-radius: 16px;
	min-width: 0;
	padding: 20px;
}

.en27-chart-card__heading {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.en27-chart-card__heading h3 {
	color: var(--en27-navy);
	font-size: 17px;
	font-weight: 800;
	margin: 0;
}

.en27-chart-card__heading strong {
	color: var(--en27-ocean-dark);
	font-size: 17px;
}

.en27-chart-card svg {
	display: block;
	height: 220px;
	overflow: visible;
	width: 100%;
}

.en27-chart-grid {
	stroke: #d9e6e7;
	stroke-width: 1;
}

.en27-chart-label {
	fill: var(--en27-muted);
	font-size: 11px;
}

.en27-chart-empty {
	align-items: center;
	color: var(--en27-muted);
	display: flex;
	font-size: 13px;
	height: 200px;
	justify-content: center;
	margin: 0;
	text-align: center;
}

@media (max-width: 900px) {
	.en27-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.en27-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.en27-hero__signal {
		margin: 28px 0 0;
	}

	.en27-current-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.en27-station-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.en27-home {
		margin-top: 18px;
	}

	.en27-hero {
		border-radius: 20px;
		padding: 32px 24px;
	}

	.en27-summary {
		gap: 10px;
	}

	.en27-summary-card {
		min-height: 108px;
		padding: 18px;
	}

	.en27-summary-card strong {
		font-size: 25px;
	}

	.en27-summary-card strong.en27-summary-card__time {
		font-size: 14px;
	}

	.en27-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.en27-section-heading__note {
		text-align: left;
	}

	.en27-map {
		height: 420px;
	}

	.en27-map-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.en27-stations {
		grid-template-columns: 1fr;
	}

	.en27-reading-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.en27-station-page {
		margin-top: 18px;
	}

	.en27-station-hero {
		align-items: flex-start;
		border-radius: 20px;
		flex-direction: column;
		padding: 34px 24px;
	}

	.en27-current-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.en27-current-card {
		min-height: 105px;
		padding: 17px;
	}

	.en27-charts {
		grid-template-columns: 1fr;
	}

	.en27-station-map {
		height: 380px;
	}

	.en27-station-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

.en27-enso-status { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; margin:24px 0; }
.en27-enso-card { border:1px solid #dbe5ee; border-radius:12px; padding:18px; background:#fff; }
.en27-enso-card h2 { margin-top:0; }

.en27-registration {
	color: var(--en27-text);
	margin: 36px auto 70px;
	max-width: 1080px;
	padding: 0 20px;
}

.en27-registration__hero {
	background: linear-gradient(135deg, #073f4d, #0b6b69);
	border-radius: 24px;
	color: #fff;
	margin-bottom: 24px;
	padding: 42px;
}

.en27-registration__hero h1 {
	color: #fff;
	font-size: clamp(32px, 5vw, 52px);
	margin: 8px 0 12px;
}

.en27-registration__hero p:last-child {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.en27-registration__notice,
.en27-registration__account,
.en27-registration__feedback {
	background: var(--en27-surface);
	border: 1px solid var(--en27-border);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(7, 63, 77, 0.08);
	color: var(--en27-text);
	line-height: 1.6;
	margin-bottom: 22px;
	padding: 22px 24px;
}

.en27-registration__notice > :first-child,
.en27-registration__feedback > :first-child {
	margin-top: 0;
}

.en27-registration__notice > :last-child,
.en27-registration__feedback > :last-child {
	margin-bottom: 0;
}

.en27-registration__notice--info {
	background: #edf7fb;
	border-color: var(--en27-rain);
	border-left-width: 6px;
}

.en27-registration__notice--pending {
	background: #fff8e8;
	border-color: #b57708;
	border-left-width: 6px;
}

.en27-registration__notice--warning,
.en27-registration__feedback--error {
	background: #fff8eb;
	border-color: var(--en27-danger);
	border-left-width: 6px;
}

.en27-registration__notice--success,
.en27-registration__feedback--success {
	background: #edfaf4;
	border-color: var(--en27-success);
	border-left-width: 6px;
}

.en27-registration__notice--info::before,
.en27-registration__notice--pending::before,
.en27-registration__notice--warning::before,
.en27-registration__notice--success::before,
.en27-registration__feedback--error::before,
.en27-registration__feedback--success::before {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	display: inline-flex;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	margin: 0 10px 4px 0;
	vertical-align: middle;
	width: 28px;
}

.en27-registration__notice--info::before {
	color: var(--en27-rain);
	content: "i";
}

.en27-registration__notice--pending::before {
	color: #8a5900;
	content: "…";
}

.en27-registration__notice--warning::before,
.en27-registration__feedback--error::before {
	color: var(--en27-danger);
	content: "!";
}

.en27-registration__notice--success::before,
.en27-registration__feedback--success::before {
	color: var(--en27-success);
	content: "✓";
}

.en27-owner-signup-section {
	margin: 0 auto;
	max-width: 820px;
}

.en27-owner-signup {
	margin-top: 18px;
}

.en27-owner-signup-login {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: 20px 0 0;
	text-align: center;
}

.en27-owner-signup-login a {
	font-weight: 800;
}

.en27-owner-signup .en27-registration__feedback {
	margin-bottom: 18px;
}

.en27-registration__honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.en27-registration__form fieldset {
	background: #fff;
	border: 1px solid var(--en27-border);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(7, 63, 77, 0.06);
	margin: 0 0 22px;
	padding: 26px;
}

.en27-registration__form legend {
	color: var(--en27-primary);
	font-size: 20px;
	font-weight: 800;
	padding: 0 8px;
}

.en27-registration__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.en27-registration__grid label,
.en27-registration__consents label {
	color: var(--en27-text);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
}

.en27-registration__grid label {
	flex-direction: column;
}

.en27-registration__label-text {
	display: inline;
	line-height: 1.45;
}

.en27-registration__required {
	color: #b63f35;
	display: inline;
	font-weight: 900;
	white-space: nowrap;
}

.en27-registration__optional {
	color: var(--en27-muted);
	font-size: 12px;
	font-weight: 500;
}

.en27-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.en27-registration__field-help {
	color: var(--en27-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	margin: -8px 0 0;
}

.en27-registration__section-help {
	color: var(--en27-muted);
	line-height: 1.6;
	margin: 0 0 20px;
	max-width: 780px;
}

.en27-registration__grid [hidden] {
	display: none !important;
}

.en27-registration__grid input,
.en27-registration__grid select,
.en27-registration__grid textarea {
	background: #fff;
	border: 1px solid #bfd0d2;
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--en27-text);
	font: inherit;
	font-weight: 400;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.en27-registration__grid textarea {
	resize: vertical;
}

.en27-registration__grid input:focus,
.en27-registration__grid select:focus,
.en27-registration__grid textarea:focus {
	border-color: var(--en27-primary);
	box-shadow: 0 0 0 3px rgba(11, 107, 105, 0.13);
	outline: none;
}

.en27-registration__wide {
	grid-column: 1 / -1;
}

.en27-registration__consents label {
	align-items: flex-start;
	font-weight: 500;
	margin: 12px 0;
}

.en27-registration__consents input {
	margin-top: 3px;
}

.en27-registration__button {
	background: var(--en27-primary);
	border: 2px solid var(--en27-primary);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--en27-surface) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.3;
	min-height: 48px;
	padding: 13px 24px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 100ms ease;
}

.en27-registration__button:hover,
.en27-registration__button:focus {
	background: var(--en27-primary-hover);
	border-color: var(--en27-primary-hover);
	color: var(--en27-surface) !important;
}

.en27-registration__button:focus-visible {
	outline: 3px solid var(--en27-focus);
	outline-offset: 3px;
}

.en27-registration__button:active {
	background: var(--en27-navy);
	border-color: var(--en27-navy);
	transform: translateY(1px);
}

.en27-registration__button--secondary {
	background: var(--en27-surface);
	border-color: var(--en27-ocean);
	color: var(--en27-ocean-dark) !important;
}

.en27-registration__button--secondary:hover,
.en27-registration__button--secondary:focus {
	background: var(--en27-sky);
	border-color: var(--en27-ocean-dark);
	color: var(--en27-navy) !important;
}

.en27-registration__button:disabled,
.en27-registration__button[aria-disabled="true"] {
	background: var(--en27-background);
	border-color: #9fb4b8;
	color: #3f565e !important;
	cursor: not-allowed;
	opacity: 1;
	transform: none;
}

.en27-registration__button--submit {
	font-size: 16px;
	min-width: min(100%, 340px);
	padding: 15px 30px;
}

.en27-registration__privacy {
	color: var(--en27-muted);
	font-size: 13px;
	line-height: 1.6;
	margin-top: 16px;
}

.en27-registration__map-shell {
	background: #e9f1ef;
	border: 1px solid var(--en27-border);
	border-radius: 14px;
	margin: 18px 0 8px;
	overflow: hidden;
	position: relative;
}

.en27-registration__map {
	height: clamp(300px, 45vw, 430px);
	min-height: 300px;
}

.en27-registration__map-status {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--en27-border);
	border-radius: 999px;
	color: var(--en27-ink);
	font-size: 14px;
	font-weight: 700;
	left: 50%;
	margin: 0;
	max-width: calc(100% - 32px);
	padding: 10px 16px;
	position: absolute;
	text-align: center;
	top: 16px;
	transform: translateX(-50%);
	z-index: 2;
}

.en27-registration__map-status[data-state="ready"] {
	background: rgba(237, 250, 244, 0.96);
	border-color: var(--en27-success);
}

.en27-registration__map-status[data-state="error"] {
	background: rgba(255, 248, 235, 0.97);
	border-color: var(--en27-danger);
}

.en27-owner-panel { max-width: 1120px; margin: 0 auto; padding: 24px; }
.en27-owner-panel__hero { padding: clamp(20px, 4vw, 34px); border: 1px solid var(--en27-border); border-radius: 18px; background: linear-gradient(135deg, rgba(8, 127, 140, .1), rgba(255, 255, 255, .96)); }
.en27-owner-panel__hero h1 { margin: 4px 0 10px; }
.en27-owner-panel__headline { margin: 0; color: var(--en27-navy); font-size: clamp(18px, 2.5vw, 24px); font-weight: 800; }
.en27-owner-panel__automatic { margin: 16px 0 0; color: var(--en27-muted); }
.en27-owner-panel__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 24px 0; }
.en27-owner-panel__grid article { padding: 16px; border: 1px solid #dce8e5; border-radius: 12px; background: #fff; }
.en27-owner-panel__grid h2 { margin: 0 0 8px; font-size: 14px; }
.en27-owner-panel__grid p { margin: 0; font-size: 22px; font-weight: 700; }
.en27-owner-panel__lifecycle { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: 20px 0; }
.en27-owner-panel__lifecycle article { padding: 14px; border: 1px solid var(--en27-border); border-radius: 12px; background: var(--en27-background); }
.en27-owner-panel__lifecycle h2 { margin: 0 0 6px; font-size: 13px; color: var(--en27-muted); text-transform: uppercase; letter-spacing: .04em; }
.en27-owner-panel__lifecycle p { margin: 0; font-weight: 800; }
.en27-owner-panel form { margin: 24px 0; padding: 20px; border: 1px solid var(--en27-border); border-radius: 12px; background: var(--en27-surface); }
.en27-owner-panel label { display: block; margin: 12px 0; }
.en27-owner-panel select, .en27-owner-panel input[type=url] { display: block; width: 100%; max-width: 520px; padding: 9px; }
.en27-owner-panel__status { color: var(--en27-muted); font-size: 15px; }
.en27-owner-panel__connection-help { color: var(--en27-muted); max-width: 760px; }
.en27-owner-panel details { border: 1px solid var(--en27-border); border-radius: 14px; margin: 24px 0; padding: 18px; }
.en27-owner-panel summary { color: var(--en27-navy); cursor: pointer; font-size: 18px; font-weight: 800; }
.en27-owner-panel summary:focus-visible { outline: 3px solid var(--en27-focus); outline-offset: 4px; }
.en27-owner-connection { margin: 24px 0; padding: 22px; border: 1px solid var(--en27-border); border-radius: 16px; background: var(--en27-surface); }
.en27-owner-connection > h2 { margin-top: 0; }
.en27-owner-connection__summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: 0; }
.en27-owner-connection__summary > div { padding: 14px; border-radius: 11px; background: var(--en27-background); }
.en27-owner-connection__summary dt { color: var(--en27-muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.en27-owner-connection__summary dd { margin: 6px 0 0; color: var(--en27-navy); font-weight: 800; }
.en27-owner-connection__advanced { margin-bottom: 0 !important; }
.en27-owner-connection [hidden] { display: none !important; }
.en27-demo-badge { display: inline-block; margin: 4px 0; padding: 4px 9px; border-radius: 999px; background: var(--en27-sun); color: var(--en27-navy); font-size: 12px; font-weight: 800; line-height: 1.3; }
.en27-demo-notice,
.en27-demo-summary-note { padding: 10px 12px; border: 1px solid #d69a16; border-radius: 9px; background: #fff6d8; color: var(--en27-navy); font-size: 13px; }
.en27-demo-summary-note { grid-column: 1 / -1; margin: 14px 0 0; }
.en27-popup .en27-demo-notice { margin: 6px 0; padding: 7px; }

.en27-station-module {
	background: var(--en27-surface, #fff);
	border: 1px solid var(--en27-border, #dce8e5);
	border-radius: 16px;
	margin: 24px 0;
	padding: 22px;
}
.en27-station-module--empty { color: var(--en27-muted, #53676d); }
.en27-station-module__hero-value { font-size: 18px; }
.en27-station-module__hero-value strong { color: var(--en27-navy, #123b4a); font-size: clamp(32px, 5vw, 52px); }
.en27-station-table { overflow-x: auto; }
.en27-station-table table { border-collapse: collapse; min-width: 560px; width: 100%; }
.en27-station-table th,
.en27-station-table td { border-bottom: 1px solid var(--en27-border, #dce8e5); padding: 10px; text-align: left; }
.en27-chart-stats { color: var(--en27-muted, #53676d); font-size: 13px; margin: 10px 0 0; }
.en27-station-module svg { color: var(--en27-primary, #087f8c); }
.en27-owner-panel__modules .en27-station-module { margin: 18px 0; }
.en27-owner-privacy__heading { align-items: center; display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; margin: 24px 0 0; }
.en27-owner-privacy__heading h2 { margin: 0; }
.en27-owner-panel .en27-owner-privacy__heading .en27-owner-privacy__restore { background: transparent; border: 0; flex: 0 1 auto; margin: 0; padding: 0; }
.en27-owner-privacy__restore p { margin: 0; }
.en27-owner-privacy { margin-top: 12px !important; }
.en27-owner-privacy fieldset { border: 1px solid var(--en27-border); border-radius: 10px; margin: 18px 0; padding: 12px 16px; }
.en27-owner-privacy legend { font-weight: 800; padding: 0 6px; }
.en27-owner-privacy fieldset label { display: inline-block; margin: 8px 18px 8px 0; min-width: 220px; }
.en27-owner-privacy__unavailable { color: var(--en27-muted); }
.en27-private-marker { display: block; margin-top: 8px; color: var(--en27-muted); font-size: 12px; font-weight: 800; }
.en27-aggregate-bars > div { display: grid; gap: 8px; grid-template-columns: minmax(140px, 1fr) minmax(160px, 3fr) auto; align-items: center; margin: 10px 0; }
.en27-aggregate-bars i { background: var(--en27-primary, #087f8c); border-radius: 999px; display: block; height: 14px; min-width: 2px; }

@media (max-width: 620px) {
	.en27-owner-panel__lifecycle { grid-template-columns: 1fr; }
	.en27-owner-privacy__heading { align-items: stretch; }
	.en27-owner-panel .en27-owner-privacy__heading .en27-owner-privacy__restore { flex-basis: 100%; width: 100%; }
	.en27-station-module { padding: 16px; }
	.en27-registration {
		margin-top: 18px;
		padding: 0 14px;
	}

	.en27-registration__hero {
		border-radius: 20px;
		padding: 32px 24px;
	}

	.en27-registration__grid {
		grid-template-columns: 1fr;
	}

	.en27-registration__wide {
		grid-column: auto;
	}

	.en27-registration__button,
	.en27-registration__button--submit {
		width: 100%;
	}

	.en27-registration__map-status {
		border-radius: 12px;
		font-size: 13px;
		top: 10px;
	}
}
.en27-registration__provider-intro,
.en27-registration__provider-fields {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(18, 74, 91, .18);
	border-radius: 8px;
	background: rgba(241, 248, 249, .72);
}

.en27-registration__provider-fields[hidden],
.en27-registration [data-en27-auth-field][hidden],
.en27-registration [data-en27-provider-field][hidden] {
	display: none !important;
}

/* R18.4: one responsive history component for owner, public station and Elementor. */
.en27-history-interactive { margin-top: 20px; max-width: 100%; }
.en27-history-interactive__intro h3 { margin: 0 0 6px; }
.en27-history-interactive__intro p,
.en27-history-interactive__range,
.en27-history-interactive__note,
.en27-history-interactive__status { color: var(--en27-muted, #53676d); }
.en27-history-interactive__controls { align-items: end; display: grid; gap: 14px; grid-template-columns: minmax(220px, 1fr) minmax(300px, 2fr); margin: 18px 0 12px; }
.en27-history-interactive__controls label { font-weight: 800; margin: 0; }
.en27-history-interactive__controls select { background-color: var(--en27-ui-surface, var(--en27-surface, #fff)); border: 1px solid var(--en27-ui-border, var(--en27-border, #dce8e5)); border-radius: 9px; color: var(--en27-ui-text, var(--en27-text, #18313b)); display: block; margin-top: 6px; max-width: none; min-height: 42px; padding: 8px 10px; width: 100%; }
.en27-history-interactive__controls select:hover,
.en27-history-interactive__controls select:focus { border-color: var(--en27-ui-link, var(--en27-primary, #087f8c)); color: var(--en27-ui-text, var(--en27-text, #18313b)); }
.en27-history-interactive__controls select:disabled { background-color: var(--en27-ui-background, var(--en27-background, #f4f8f8)); border-color: var(--en27-ui-border, var(--en27-border, #dce8e5)); color: var(--en27-ui-muted, var(--en27-muted, #5b7078)); cursor: not-allowed; opacity: 1; }
.en27-history-interactive__controls select option { background-color: var(--en27-ui-surface, var(--en27-surface, #fff)); color: var(--en27-ui-text, var(--en27-text, #18313b)); }
.en27-history-interactive__controls select option:hover,
.en27-history-interactive__controls select option:focus,
.en27-history-interactive__controls select option:checked { background-color: var(--en27-ui-background, var(--en27-background, #f4f8f8)); color: var(--en27-ui-text, var(--en27-text, #18313b)); }
.en27-history-interactive__controls select option:disabled { background-color: var(--en27-ui-background, var(--en27-background, #f4f8f8)); color: var(--en27-ui-muted, var(--en27-muted, #5b7078)); }
.en27-history-interactive__periods { display: flex; flex-wrap: wrap; gap: 8px; }
.en27-history-interactive__periods button,
.en27-history-interactive__custom button { background: #fff; border: 1px solid var(--en27-primary, #087f8c); border-radius: 999px; color: var(--en27-primary, #087f8c); cursor: pointer; font-weight: 800; min-height: 40px; padding: 8px 14px; }
.en27-history-interactive__periods button:hover,
.en27-history-interactive__periods button:focus-visible,
.en27-history-interactive__periods button[aria-pressed="true"] { background: var(--en27-primary, #087f8c); color: #fff; }
.en27-history-interactive__periods button:focus-visible,
.en27-history-interactive__custom button:focus-visible,
.en27-history-interactive__controls select:focus-visible,
.en27-history-interactive__custom input:focus-visible,
.en27-history-interactive__plot:focus-visible { outline: 3px solid var(--en27-focus, #f6bd60); outline-offset: 3px; }
.en27-history-interactive__periods button:active,
.en27-history-interactive__custom button:active { transform: translateY(1px); }
.en27-history-interactive__custom { align-items: end; background: var(--en27-background, #f2f8f7); border-radius: 12px; display: flex; flex-wrap: wrap; gap: 12px; margin: 12px 0; padding: 14px; }
.en27-history-interactive__custom[hidden] { display: none !important; }
.en27-history-interactive__custom label { font-weight: 800; margin: 0; }
.en27-history-interactive__custom input { border: 1px solid var(--en27-border, #dce8e5); border-radius: 8px; display: block; margin-top: 5px; min-height: 40px; padding: 7px 9px; }
.en27-history-interactive__stats { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 18px 0; }
.en27-history-interactive__stats[hidden] { display: none !important; }
.en27-history-interactive__stats article { background: var(--en27-background, #f2f8f7); border-radius: 12px; padding: 14px; }
.en27-history-interactive__stats span { color: var(--en27-muted, #53676d); display: block; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.en27-history-interactive__stats strong { color: var(--en27-navy, #123b4a); display: block; font-size: clamp(20px, 3vw, 28px); margin-top: 4px; }
.en27-history-interactive__plot { background: linear-gradient(180deg, rgba(8,127,140,.06), rgba(8,127,140,0)); border: 1px solid var(--en27-border, #dce8e5); border-radius: 14px; height: clamp(260px, 42vw, 390px); max-width: 100%; overflow: hidden; position: relative; touch-action: pan-y; width: 100%; }
.en27-history-interactive__plot svg { display: block; height: 100%; overflow: visible; width: 100%; }
.en27-history-grid { stroke: #ccdcde; stroke-dasharray: 4 5; stroke-width: 1; }
.en27-history-axis { fill: var(--en27-muted, #53676d); font-size: 12px; }
.en27-history-line { fill: none; stroke: var(--en27-primary, #087f8c); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; vector-effect: non-scaling-stroke; }
.en27-history-point { fill: var(--en27-primary, #087f8c); opacity: .55; stroke: #fff; stroke-width: 1; vector-effect: non-scaling-stroke; }
.en27-history-point.is-active { fill: #e56b2f; opacity: 1; r: 6; }
.en27-history-interactive__tooltip { background: rgba(18,59,74,.96); border-radius: 9px; color: #fff; max-width: min(250px, 80%); padding: 9px 11px; pointer-events: none; position: absolute; top: 12px; transform: translateX(-50%); z-index: 2; }
.en27-history-interactive__tooltip strong,
.en27-history-interactive__tooltip span { display: block; }
.en27-history-interactive__tooltip span { margin-top: 3px; }
.en27-history-interactive__status--error { color: #9b2c2c; font-weight: 800; }
.en27-history-interactive__footer { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; margin-top: 12px; }
.en27-history-interactive__footer .en27-registration__button { margin-left: auto; width: auto; }

@media (max-width: 700px) {
	.en27-history-interactive__controls { grid-template-columns: 1fr; }
	.en27-history-interactive__periods button { flex: 1 1 calc(50% - 8px); }
	.en27-history-interactive__stats { grid-template-columns: 1fr; }
	.en27-history-interactive__plot { height: 300px; }
	.en27-history-interactive__footer { align-items: stretch; flex-direction: column; }
	.en27-history-interactive__footer .en27-registration__button { margin-left: 0; width: 100%; }
}
