/* =========================================================
   SIGNALCORE NT — projeção pública
   Home "Agora no Transporte" + página Grande São Paulo.
   ========================================================= */

.nt-sc-live-dot {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0a9a42;
	box-shadow: 0 0 0 4px rgba(10,154,66,.12);
}

.nt-sc-line-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: var(--nt-line-color, #0a7d2c);
	color: var(--nt-line-text, #fff) !important;
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

/* ---------- HOME ---------- */
.nt-home-v3-page .nt-sc-home-strip {
	display: grid;
	grid-template-columns: minmax(190px, .78fr) minmax(0, 3fr) auto;
	align-items: center;
	gap: 18px;
	width: 100%;
	margin: 18px 0 28px;
	padding: 13px 15px;
	border: 1px solid #dfe9e2;
	border-radius: 12px;
	background: linear-gradient(90deg, #f3faf5 0%, #fff 38%, #fff 100%);
	box-shadow: 0 5px 20px rgba(12,67,31,.035);
	font-family: "Source Sans 3", sans-serif;
}

.nt-sc-home-strip__intro {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}
.nt-sc-home-strip__intro > div { min-width: 0; }
.nt-sc-home-strip__intro strong {
	display: block;
	margin: 0;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	color: #075d28;
	text-transform: uppercase;
	letter-spacing: .25px;
}
.nt-sc-home-strip__intro small {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	line-height: 1.2;
	color: #6d776f;
}

.nt-sc-home-strip__lines {
	display: flex;
	align-items: stretch;
	gap: 8px;
	min-width: 0;
	overflow-x: auto;
	padding: 2px 2px 5px;
	scrollbar-width: thin;
}

.nt-sc-home-line {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	min-width: 118px;
	padding: 5px 8px 5px 6px;
	border: 1px solid #e5ebe7;
	border-radius: 9px;
	background: #fff;
	color: #152019 !important;
	text-decoration: none !important;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.nt-sc-home-line:hover { transform: translateY(-1px); border-color: #bfd8c7; box-shadow: 0 5px 12px rgba(5,94,39,.07); }
.nt-sc-home-line.is-alert { border-color: #ecd9b5; background: #fffdf8; }
.nt-sc-home-line.is-unknown { opacity: .78; }
.nt-sc-home-line .nt-sc-line-badge { width: 27px; height: 27px; font-size: 11px; }
.nt-sc-home-line__copy { min-width: 0; }
.nt-sc-home-line__copy strong,
.nt-sc-home-line__copy small { display: block; white-space: nowrap; }
.nt-sc-home-line__copy strong { max-width: 116px; overflow: hidden; text-overflow: ellipsis; font-size: 11px; line-height: 1.05; font-weight: 700; }
.nt-sc-home-line__copy small { margin-top: 2px; font-size: 10px; line-height: 1; color: #0b7c35; font-weight: 700; }
.nt-sc-home-line.is-alert .nt-sc-home-line__copy small { color: #b16b00; }
.nt-sc-home-line.is-unknown .nt-sc-home-line__copy small { color: #6e756f; }

.nt-sc-home-strip__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	white-space: nowrap;
}
.nt-sc-home-strip__meta small { font-size: 10px; color: #7a847c; }
.nt-sc-home-strip__meta a { font-size: 12px; font-weight: 700; color: #087731 !important; text-decoration: none !important; }

/* ---------- GRANDE SÃO PAULO ---------- */
.nt-signalcore-gsp-page {
	--nt-sc-green: #087d31;
	--nt-sc-green-dark: #055e26;
	--nt-sc-border: #dfe7e1;
	--nt-sc-muted: #68736b;
	--nt-sc-text: #101813;
	--nt-sc-container: 1360px;
}
.nt-signalcore-gsp-page .site-content > .ast-container,
.nt-signalcore-gsp-page .ast-container #primary,
.nt-signalcore-gsp-page #primary,
.nt-signalcore-gsp-page .site-main,
.nt-signalcore-gsp-page .entry-content { width: 100% !important; max-width: none !important; }
.nt-signalcore-gsp-page .site-content > .ast-container { padding-left: 0 !important; padding-right: 0 !important; }
.nt-signalcore-gsp-page #primary,
.nt-signalcore-gsp-page .entry-content { margin: 0 !important; }
.nt-signalcore-gsp-page .entry-header,
.nt-signalcore-gsp-page .entry-title { display: none !important; }
.nt-sc-gsp-shell, .nt-sc-gsp-shell * { box-sizing: border-box; }
.nt-sc-gsp-shell { width: 100%; padding: 28px 0 0; color: var(--nt-sc-text); font-family: "Source Sans 3", sans-serif; }
.nt-sc-gsp-container { width: min(calc(100% - 48px), var(--nt-sc-container)); margin-inline: auto; }

.nt-sc-gsp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(320px, .75fr);
	align-items: end;
	gap: 48px;
	padding: 30px 32px;
	border: 1px solid var(--nt-sc-border);
	border-radius: 15px;
	background:
		linear-gradient(105deg, rgba(255,255,255,.98) 0%, rgba(245,251,247,.95) 62%, rgba(228,244,233,.92) 100%),
		url("https://noticiasdotransporte.com.br/wp-content/uploads/2024/1212NT-1781x2048-0x.png");
	background-size: cover;
	box-shadow: 0 7px 26px rgba(9,64,28,.045);
}
.nt-sc-gsp-eyebrow { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--nt-sc-green); }
.nt-sc-gsp-hero h1 { max-width: 850px; margin: 0 0 9px !important; font-family: "Titillium Web", sans-serif !important; font-size: clamp(34px, 3.1vw, 52px) !important; line-height: 1.03 !important; font-weight: 700 !important; letter-spacing: -.9px; color: #0d1710 !important; }
.nt-sc-gsp-hero p { max-width: 830px; margin: 0 !important; font-size: 17px !important; line-height: 1.42 !important; color: #536158 !important; }
.nt-sc-gsp-source { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid rgba(8,125,49,.16); border-radius: 11px; background: rgba(255,255,255,.83); }
.nt-sc-gsp-source strong, .nt-sc-gsp-source small { display: block; }
.nt-sc-gsp-source strong { font-size: 13px; color: #16321e; }
.nt-sc-gsp-source small { margin-top: 2px; font-size: 11px; color: #718077; }

.nt-sc-gsp-overview,
.nt-sc-gsp-alerts,
.nt-sc-gsp-events,
.nt-sc-gsp-news { margin-top: 32px; }
.nt-sc-gsp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 13px; }
.nt-sc-gsp-section-heading > div > span { display: block; margin-bottom: 1px; font-size: 11px; font-weight: 800; color: var(--nt-sc-green); text-transform: uppercase; letter-spacing: .08em; }
.nt-sc-gsp-section-heading h2 { margin: 0 !important; font-family: "Titillium Web", sans-serif !important; font-size: 28px !important; line-height: 1.1 !important; font-weight: 700 !important; color: #111a14 !important; }
.nt-sc-gsp-section-heading > small { font-size: 12px; color: var(--nt-sc-muted); }
.nt-sc-gsp-section-heading > a { font-size: 13px; font-weight: 700; color: var(--nt-sc-green) !important; text-decoration: none !important; }

.nt-sc-gsp-line-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nt-sc-gsp-line {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(145px, auto);
	align-items: center;
	gap: 12px;
	min-height: 72px;
	padding: 11px 13px;
	border: 1px solid var(--nt-sc-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(22,48,30,.025);
}
.nt-sc-gsp-line.is-alert { border-color: #ead7ae; background: #fffdf8; }
.nt-sc-gsp-line.is-unknown { opacity: .78; }
.nt-sc-gsp-line__main strong, .nt-sc-gsp-line__main span, .nt-sc-gsp-line__status strong, .nt-sc-gsp-line__status small { display: block; }
.nt-sc-gsp-line__main strong { font-family: "Titillium Web", sans-serif !important; font-size: 17px; font-weight: 700; line-height: 1.08; color: #172019; }
.nt-sc-gsp-line__main span { margin-top: 3px; font-size: 11px; line-height: 1.2; color: #6c776f; }
.nt-sc-gsp-line__status { text-align: right; }
.nt-sc-gsp-line__status strong { font-size: 12px; color: #087d31; }
.nt-sc-gsp-line.is-alert .nt-sc-gsp-line__status strong { color: #a86200; }
.nt-sc-gsp-line__status small { max-width: 220px; margin-top: 2px; font-size: 11px; line-height: 1.2; color: #68736b; }

.nt-sc-gsp-alert-list { display: grid; gap: 10px; }
.nt-sc-gsp-alert { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 13px; padding: 16px; border: 1px solid #e9d5ae; border-left: 4px solid #d98c17; border-radius: 11px; background: #fffcf5; }
.nt-sc-gsp-alert strong, .nt-sc-gsp-alert span { display: block; }
.nt-sc-gsp-alert strong { font-size: 16px; color: #332816; }
.nt-sc-gsp-alert span { margin-top: 2px; font-size: 12px; color: #796a50; }
.nt-sc-gsp-alert p { margin: 8px 0 0 !important; font-size: 13px !important; line-height: 1.45 !important; color: #594e3b !important; }

.nt-sc-gsp-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.nt-sc-gsp-event-grid article { padding: 17px; border: 1px solid var(--nt-sc-border); border-radius: 11px; background: #fff; }
.nt-sc-gsp-event-grid strong { display: block; font-size: 15px; color: #152019; }
.nt-sc-gsp-event-grid p { margin: 7px 0 !important; font-size: 13px !important; color: #5e6961 !important; }
.nt-sc-gsp-event-grid small { color: var(--nt-sc-green); font-weight: 700; }

.nt-sc-gsp-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.nt-sc-gsp-news-card { display: grid !important; grid-template-columns: 138px minmax(0, 1fr); min-height: 126px; overflow: hidden; border: 1px solid var(--nt-sc-border); border-radius: 11px; background: #fff; color: #111a14 !important; text-decoration: none !important; }
.nt-sc-gsp-news-card img, .nt-sc-gsp-news-card__fallback { width: 138px; height: 100%; min-height: 126px; object-fit: cover; border-radius: 0 !important; }
.nt-sc-gsp-news-card__fallback { display: grid; place-items: center; background: #e8f4eb; color: var(--nt-sc-green); font-family: "Titillium Web", sans-serif; font-size: 28px; font-weight: 800; }
.nt-sc-gsp-news-card__body { display: block; padding: 12px 13px; }
.nt-sc-gsp-news-card__body small { display: block; margin-bottom: 3px; font-size: 10px; color: #78827b; }
.nt-sc-gsp-news-card__body strong { display: block; font-family: "Titillium Web", sans-serif !important; font-size: 16px; line-height: 1.15; font-weight: 700; color: #101813; }
.nt-sc-gsp-news-card__body > span { display: block; margin-top: 5px; font-size: 11px; line-height: 1.3; color: #68736b; }

.nt-sc-gsp-unavailable { margin-top: 30px; padding: 28px; border: 1px solid #e3e8e4; border-radius: 13px; background: #f8faf9; text-align: center; }
.nt-sc-gsp-unavailable h2 { margin: 0 0 6px !important; font-family: "Titillium Web", sans-serif !important; font-size: 26px !important; color: #253029 !important; }
.nt-sc-gsp-unavailable p { max-width: 700px; margin: 0 auto !important; color: #6b756e !important; }

.nt-sc-gsp-container > .nt-newsletter-strip { margin-top: 38px; }

@media (max-width: 1100px) {
	.nt-sc-home-strip { grid-template-columns: minmax(180px, .65fr) minmax(0, 2fr) !important; }
	.nt-sc-home-strip__meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
	.nt-sc-gsp-hero { grid-template-columns: 1fr; gap: 20px; }
	.nt-sc-gsp-source { max-width: 430px; }
	.nt-sc-gsp-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
	.nt-home-v3-page .nt-sc-home-strip { display: block; margin: 14px 0 24px; padding: 12px; }
	.nt-sc-home-strip__intro { margin-bottom: 10px; }
	.nt-sc-home-strip__lines { margin-inline: -2px; }
	.nt-sc-home-strip__meta { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 8px; white-space: normal; }
	.nt-sc-home-strip__meta small { max-width: 55%; }

	.nt-sc-gsp-shell { padding-top: 18px; }
	.nt-sc-gsp-container { width: min(calc(100% - 24px), var(--nt-sc-container)); }
	.nt-sc-gsp-hero { padding: 22px 18px; border-radius: 12px; }
	.nt-sc-gsp-hero h1 { font-size: 34px !important; }
	.nt-sc-gsp-hero p { font-size: 15px !important; }
	.nt-sc-gsp-line-grid { grid-template-columns: 1fr; }
	.nt-sc-gsp-line { grid-template-columns: auto minmax(0, 1fr); }
	.nt-sc-gsp-line__status { grid-column: 2; text-align: left; }
	.nt-sc-gsp-line__status small { max-width: none; }
	.nt-sc-gsp-section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
	.nt-sc-gsp-section-heading h2 { font-size: 24px !important; }
	.nt-sc-gsp-event-grid, .nt-sc-gsp-news-grid { grid-template-columns: 1fr; }
	.nt-sc-gsp-news-card { grid-template-columns: 110px minmax(0, 1fr); }
	.nt-sc-gsp-news-card img, .nt-sc-gsp-news-card__fallback { width: 110px; }
}

/* =========================================================
   SIGNALCORE NT v2.3 — Agora nos Trilhos + mapa oficial
   ========================================================= */

/* ---------- HOME: visual alinhado ao conceito aprovado ---------- */
.nt-home-v3-page .nt-sc-home-strip {
	display: block;
	width: 100%;
	margin: 18px 0 28px;
	padding: 0;
	border: 1px solid #dfe6e1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(19,56,31,.035);
	overflow: hidden;
}
.nt-sc-home-strip__main {
	display: grid;
	grid-template-columns: 235px minmax(0,1fr) 84px;
	align-items: stretch;
	min-height: 128px;
}
.nt-sc-home-strip__intro {
	display: grid;
	grid-template-columns: 58px minmax(0,1fr);
	align-items: center;
	gap: 13px;
	padding: 16px 17px;
	border-right: 1px solid #e3e8e4;
}
.nt-sc-home-strip__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 3px solid #087d31;
	border-radius: 50%;
	color: #087d31;
}
.nt-sc-home-strip__icon svg { width: 37px; height: 37px; display: block; }
.nt-sc-home-strip__intro strong {
	display: block;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #075d28;
}
.nt-sc-home-strip__intro small {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.28;
	color: #5f6962;
}
.nt-sc-home-strip__lines {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}
.nt-sc-home-line {
	position: relative;
	display: grid !important;
	grid-template-rows: 21px 42px auto auto;
	align-content: center;
	justify-items: center;
	gap: 3px;
	flex: 0 0 100px;
	min-width: 100px;
	padding: 11px 8px 9px;
	border: 0;
	border-right: 1px solid #e4e9e5;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #132019 !important;
	text-align: center;
	text-decoration: none !important;
	scroll-snap-align: start;
	transition: background .18s ease;
}
.nt-sc-home-line:hover { transform: none; border-color: #e4e9e5; box-shadow: none; background: #f7fbf8; }
.nt-sc-home-line.is-alert,
.nt-sc-home-line.is-scheduled { background: #fffdf8; }
.nt-sc-home-line.is-closed { background: #f7f8f7; opacity: .72; }
.nt-sc-home-line.is-assisted { background: #f3fbf8; }
.nt-sc-home-line.is-unknown { opacity: .72; }
.nt-sc-home-line__operator {
	display: block;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .035em;
	color: #47544b;
}
.nt-sc-home-line .nt-sc-line-badge {
	width: 38px;
	height: 38px;
	font-size: 16px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.nt-sc-home-line__name {
	display: block;
	max-width: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.1;
	color: #344039;
}
.nt-sc-home-line__state {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	max-width: 94px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.05;
	color: #087d31;
	text-align: center;
}
.nt-sc-home-line__state i {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}
.nt-sc-home-line.is-alert .nt-sc-home-line__state { color: #ef6c00; }
.nt-sc-home-line.is-scheduled .nt-sc-home-line__state { color: #d98c00; }
.nt-sc-home-line.is-assisted .nt-sc-home-line__state { color: #138965; }
.nt-sc-home-line.is-closed .nt-sc-home-line__state { color: #7b837e; }
.nt-sc-home-line.is-unknown .nt-sc-home-line__state { color: #808783; }
.nt-sc-home-strip__all {
	display: grid !important;
	place-content: center;
	justify-items: center;
	gap: 6px;
	padding: 10px;
	color: #087d31 !important;
	text-decoration: none !important;
	text-align: center;
	background: #fbfdfb;
}
.nt-sc-home-strip__all > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #bed4c4;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
}
.nt-sc-home-strip__all small { font-size: 10px; line-height: 1.05; font-weight: 700; }
.nt-sc-home-strip__meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 35px;
	padding: 7px 14px;
	border-top: 1px solid #e3e8e4;
	white-space: normal;
}
.nt-sc-home-strip__meta > small { font-size: 10px; color: #667068; }
.nt-sc-home-strip__source {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	color: #68726a;
	white-space: nowrap;
}
.nt-sc-home-strip__source img {
	display: block !important;
	width: auto !important;
	height: 27px !important;
	max-width: 110px !important;
	object-fit: contain;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* ---------- STATUS CARDS: estados distintos ---------- */
.nt-sc-gsp-line.is-scheduled { border-color: #ecd7a5; background: #fffdf7; }
.nt-sc-gsp-line.is-assisted { border-color: #b9ddd0; background: #f5fcf9; }
.nt-sc-gsp-line.is-closed { border-color: #e0e3e1; background: #f7f8f7; opacity: .78; }
.nt-sc-gsp-line.is-scheduled .nt-sc-gsp-line__status strong { color: #b97900; }
.nt-sc-gsp-line.is-assisted .nt-sc-gsp-line__status strong { color: #16775b; }
.nt-sc-gsp-line.is-closed .nt-sc-gsp-line__status strong { color: #747b76; }
.nt-sc-gsp-alert.is-scheduled { border-color: #ead7ae; border-left-color: #e0a21d; background: #fffdf7; }

/* ---------- MAPA OFICIAL / GRANDE SP ---------- */
.nt-sc-gsp-map {
	margin-top: 30px;
	border: 1px solid var(--nt-sc-border);
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(20,49,29,.03);
}
.nt-sc-gsp-map__heading {
	align-items: flex-end;
	margin: 0;
	padding: 18px 20px 14px;
	border-bottom: 1px solid var(--nt-sc-border);
}
.nt-sc-gsp-map__heading > div > span { margin-bottom: 2px; }
.nt-sc-gsp-map__heading h2 { font-size: 30px !important; }
.nt-sc-gsp-map__heading p {
	max-width: 760px;
	margin: 4px 0 0 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: #6d786f !important;
}
.nt-sc-gsp-map__heading > a { flex: 0 0 auto; }
.nt-sc-map-selector {
	display: flex;
	align-items: stretch;
	gap: 7px;
	overflow-x: auto;
	padding: 10px 14px;
	border-bottom: 1px solid var(--nt-sc-border);
	scrollbar-width: thin;
}
.nt-sc-map-selector button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 4px 9px 4px 5px;
	border: 1px solid #e0e7e2;
	border-radius: 999px;
	background: #fff;
	color: #435047;
	font-family: "Source Sans 3", sans-serif;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.nt-sc-map-selector button.is-all { padding-inline: 14px; }
.nt-sc-map-selector button:hover { border-color: #bcd4c3; background: #f8fcf9; }
.nt-sc-map-selector button.is-active { border-color: #0a8134; box-shadow: 0 0 0 2px rgba(10,129,52,.10); background: #f2fbf5; color: #075e29; }
.nt-sc-map-selector .nt-sc-line-badge--selector { width: 28px; height: 28px; font-size: 11px; }
.nt-sc-map-selector button.is-scheduled { border-bottom-color: #e3a527; }
.nt-sc-map-selector button.is-alert { border-bottom-color: #ef7912; }
.nt-sc-map-selector button.is-closed { opacity: .62; }
.nt-sc-map-legend {
	display: flex;
	align-items: center;
	gap: 15px;
	overflow-x: auto;
	padding: 9px 17px;
	border-bottom: 1px solid var(--nt-sc-border);
	font-size: 10px;
	font-weight: 650;
	color: #68736c;
	white-space: nowrap;
}
.nt-sc-map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.nt-sc-map-legend i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 4px;
	border-radius: 999px;
	background: #5c7668;
}
.nt-sc-map-legend i[data-state="scheduled"],
.nt-sc-map-legend i[data-state="attention"] {
	background: #71828b;
	box-shadow: 0 0 0 2px rgba(245,151,0,.25), 0 0 7px 2px rgba(245,151,0,.28);
}
.nt-sc-map-legend i[data-state="interrupted"] {
	background: #aeb5b9;
	box-shadow: 0 0 0 2px rgba(216,47,47,.28), 0 0 7px 2px rgba(216,47,47,.32);
}
.nt-sc-map-legend i[data-state="inactive"] { background: #b8bec2; opacity: .62; }
.nt-sc-map-viewport {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.nt-sc-map-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 1820 / 1380;
	isolation: isolate;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}
.nt-sc-map-scene {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
}
.nt-sc-map-base,
.nt-sc-map-layer,
.nt-sc-map-selection-veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.nt-sc-map-base,
.nt-sc-map-layer {
	display: block;
	object-fit: contain;
	object-position: left top;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 0 !important;
}
.nt-sc-map-base { z-index: 1; }
.nt-sc-map-inactive { z-index: 2; }
.nt-sc-map-stroke { z-index: 2; }
.nt-sc-map-effect { z-index: 2; }
.nt-sc-map-effect[data-impact="attention"] { animation: ntScMapAttentionPulse 2.4s ease-in-out infinite; }
.nt-sc-map-selection-veil { z-index: 3; background: rgba(255,255,255,.70); pointer-events: none; }
.nt-sc-map-selected { z-index: 4; filter: drop-shadow(0 0 2px rgba(35,72,91,.18)); }
.nt-sc-map-effect.is-selected { z-index: 5; }
@keyframes ntScMapAttentionPulse { 0%,100%{opacity:.62} 50%{opacity:1} }
.nt-sc-map-controls {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 20;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 3px;
	border: 1px solid rgba(91,111,122,.18);
	border-radius: 999px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 5px 18px rgba(26,46,57,.16);
}
.nt-sc-map-controls button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #345565;
	font: 900 18px/1 system-ui,sans-serif;
	cursor: pointer;
}
.nt-sc-map-controls button.is-overview { background: #edf4f5; color: #176b64; }
.nt-sc-map-controls button:disabled { opacity: .28; cursor: default; }
.nt-sc-map-hint { display: none; }
.nt-sc-map-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 17px 11px;
	border-top: 1px solid var(--nt-sc-border);
	font-size: 10px;
	color: #738078;
}
.nt-sc-map-footer strong { color: #3e5548; font-weight: 800; }

@media (max-width: 1100px) {
	.nt-sc-home-strip__main { grid-template-columns: 205px minmax(0,1fr) 74px; }
	.nt-sc-home-strip__intro { grid-template-columns: 48px minmax(0,1fr); padding-inline: 12px; }
	.nt-sc-home-strip__icon { width: 48px; height: 48px; }
	.nt-sc-home-strip__icon svg { width: 31px; height: 31px; }
	.nt-sc-home-line { flex-basis: 94px; min-width: 94px; }
}

@media (max-width: 780px) {
	.nt-home-v3-page .nt-sc-home-strip { margin: 14px 0 24px; padding: 0; }
	.nt-sc-home-strip__main { display: block; min-height: 0; }
	.nt-sc-home-strip__intro {
		display: grid;
		grid-template-columns: 48px minmax(0,1fr);
		padding: 12px 13px;
		border-right: 0;
		border-bottom: 1px solid #e3e8e4;
	}
	.nt-sc-home-strip__lines { min-height: 112px; }
	.nt-sc-home-line { flex-basis: 94px; min-width: 94px; grid-template-rows: 18px 36px auto auto; padding-top: 9px; }
	.nt-sc-home-line .nt-sc-line-badge { width: 34px; height: 34px; font-size: 14px; }
	.nt-sc-home-strip__all { display: none !important; }
	.nt-sc-home-strip__meta { padding: 7px 10px; }
	.nt-sc-home-strip__source { font-size: 0; gap: 0; }
	.nt-sc-home-strip__source img { height: 22px !important; max-width: 86px !important; }

	.nt-sc-gsp-map { margin-top: 22px; border-radius: 12px; }
	.nt-sc-gsp-map__heading { align-items: flex-start; flex-direction: column; gap: 7px; padding: 14px; }
	.nt-sc-gsp-map__heading h2 { font-size: 25px !important; }
	.nt-sc-gsp-map__heading p { font-size: 12px !important; }
	.nt-sc-map-selector { padding: 8px 10px; }
	.nt-sc-map-selector button > span:not(.nt-sc-line-badge) { display: none; }
	.nt-sc-map-selector button { padding-right: 5px; }
	.nt-sc-map-selector button.is-all { padding-inline: 12px; }
	.nt-sc-map-legend { gap: 9px 12px; padding: 8px 10px; font-size: 9px; scrollbar-width: none; }
	.nt-sc-map-legend::-webkit-scrollbar { display: none; }
	.nt-sc-map-stage { width: 100%; min-width: 0; max-width: 100%; aspect-ratio: 1820 / 1380; }
	.nt-sc-map-scene {
		transform: translate(var(--nt-map-camera-x,0%), var(--nt-map-camera-y,0%)) scale(var(--nt-map-camera-scale,1));
		transition: transform .32s cubic-bezier(.2,.75,.25,1);
		will-change: transform;
	}
	.nt-sc-map-hint {
		position: absolute;
		left: 50%;
		bottom: 14px;
		z-index: 19;
		display: block;
		max-width: calc(100% - 150px);
		transform: translateX(-50%);
		padding: 6px 9px;
		border-radius: 999px;
		background: rgba(255,255,255,.90);
		box-shadow: 0 3px 12px rgba(32,51,61,.12);
		color: #5c707c;
		font-size: 9px;
		font-weight: 700;
		white-space: nowrap;
		pointer-events: none;
	}
	.nt-sc-map-hint[hidden] { display: none; }
	.nt-sc-map-controls { right: 8px; bottom: 8px; }
	.nt-sc-map-footer { align-items: flex-start; flex-direction: column; padding: 8px 10px 10px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	.nt-sc-map-scene { transition: none; }
	.nt-sc-map-effect[data-impact="attention"] { animation: none; }
}
.nt-sc-gsp-source__logo {
	display: block !important;
	width: auto !important;
	height: 30px !important;
	max-width: 115px !important;
	margin-left: auto;
	object-fit: contain;
	border-radius: 0 !important;
	box-shadow: none !important;
}
@media (max-width: 520px) {
	.nt-sc-gsp-source__logo { height: 24px !important; max-width: 92px !important; }
}


/* =========================================================
   V2.4 — acabamento dos alertas + regras especiais TBR
   ========================================================= */
.nt-sc-gsp-alert {
	align-items: start;
}
.nt-sc-gsp-alert > .nt-sc-line-badge {
	display: grid !important;
	place-items: center !important;
	align-self: start;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	text-align: center !important;
}
.nt-sc-gsp-alert > div {
	min-width: 0;
	padding-top: 1px;
}

.nt-sc-map-rules {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding: 9px 17px;
	border-bottom: 1px solid var(--nt-sc-border);
	background: #f8fbf9;
	color: #667169;
	font-size: 10px;
	line-height: 1.3;
}
.nt-sc-map-rules span { display: inline-flex; align-items: baseline; gap: 4px; }
.nt-sc-map-rules strong { color: #28543a; font-weight: 800; }

@media (max-width: 780px) {
	.nt-sc-map-rules {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 10px;
		font-size: 9px;
	}
}
