/* AN Tempo Severo v1.0.0 — mobile-first */
.ants-wrap {
	--ants-altura: 400px;
	margin: 24px 0;
	background: #f6f8fc;
	border: 1px solid #e2e7f1;
	border-radius: 12px;
	padding: 14px;
}
.ants-carregando, .ants-erro { text-align: center; padding: 30px 8px; color: #555; margin: 0; }
.ants-erro { color: #E31B23; }
.ants-aviso {
	background: #fff8e1; border: 1px dashed #f5a623; border-radius: 8px;
	padding: 12px 14px; margin: 24px 0; font-size: 0.85rem; color: #6b5b00;
}

.ants-cab { margin-bottom: 10px; }
.ants-cab h3 { margin: 0 0 3px; font-size: 1.05rem; color: #0D2B6B; line-height: 1.25; }
.ants-cab p { margin: 0; font-size: 0.82rem; color: #5b6472; }

/* Filtros */
.ants-filtros { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 10px; }
.ants-f {
	display: inline-flex; align-items: center; gap: 6px;
	background: #fff; border: 1px solid #d6dbe6; border-radius: 99px;
	padding: 5px 11px; font-size: 0.72rem; color: #8a93a5; cursor: pointer;
	transition: opacity 0.15s;
}
.ants-f i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; opacity: 0.35; }
.ants-f b { color: inherit; }
.ants-f.ants-on { color: #0D2B6B; border-color: #b9c6dd; }
.ants-f.ants-on i { opacity: 1; }
.ants-f:not(.ants-on) { text-decoration: line-through; }

.ants-mapa {
	width: 100%; height: var(--ants-altura);
	border-radius: 10px; background: #fff; border: 1px solid #dde3ee; z-index: 0;
}
.ants-tt { font-size: 0.76rem; line-height: 1.35; border-radius: 8px; border: 1px solid #0D2B6B; }

/* Painel do evento */
.ants-painel {
	background: #fff; border: 1px solid #dde3ee; border-radius: 10px;
	padding: 12px; margin-top: 10px; min-height: 90px;
}
.ants-dica { margin: 0; font-size: 0.8rem; color: #8a93a5; text-align: center; padding: 14px 0; }
.ants-p-cab { margin-bottom: 8px; }
.ants-tag {
	display: inline-block; color: #fff; font-size: 0.63rem; padding: 3px 9px;
	border-radius: 99px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px;
}
.ants-p-cab h4 { margin: 0; font-size: 1rem; color: #0D2B6B; }
.ants-uf {
	font-size: 0.68rem; background: #eef2fa; color: #5b6472;
	padding: 2px 6px; border-radius: 4px; vertical-align: middle;
}
.ants-data { font-size: 0.76rem; color: #8a93a5; }
.ants-ajuda { margin: 6px 0; font-size: 0.76rem; color: #5b6472; font-style: italic; }
.ants-local { margin: 6px 0; font-size: 0.78rem; color: #6b7482; }

.ants-dados { margin: 10px 0 0; display: grid; grid-template-columns: 1fr; gap: 2px; }
.ants-dados dt {
	font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.04em;
	color: #8a93a5; margin-top: 7px;
}
.ants-dados dd { margin: 0; font-size: 0.82rem; color: #34404f; line-height: 1.45; }

.ants-ressalva {
	margin: 10px 0 0; font-size: 0.76rem; color: #6b5b00;
	background: #fff8e1; border-left: 3px solid #f5a623;
	padding: 8px 10px; border-radius: 0 6px 6px 0; line-height: 1.5;
}
.ants-fonte { margin: 10px 0 0; font-size: 0.78rem; }
.ants-fonte a { color: #0B5FFF; }

/* Linha do tempo */
.ants-linha {
	margin-top: 10px; background: #fff; border: 1px solid #dde3ee;
	border-radius: 10px; padding: 8px; max-height: 260px; overflow-y: auto;
}
.ants-mes {
	font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em;
	color: #8a93a5; padding: 8px 6px 4px; border-bottom: 1px solid #f0f2f7;
}
.ants-item {
	display: grid; grid-template-columns: 12px 44px 1fr; gap: 8px;
	align-items: center; width: 100%; background: none; border: 0;
	padding: 7px 6px; cursor: pointer; text-align: left; border-radius: 6px;
}
.ants-item:hover { background: #f6f8fc; }
.ants-bolinha { width: 10px; height: 10px; border-radius: 50%; }
.ants-item-dia { font-size: 0.72rem; color: #8a93a5; font-variant-numeric: tabular-nums; }
.ants-item-loc { font-size: 0.83rem; color: #0D2B6B; font-weight: 600; }
.ants-item-loc em { font-style: normal; font-size: 0.68rem; color: #8a93a5; }
.ants-item-tipo { display: none; }

.ants-fech { margin: 8px 0 0; font-size: 0.72rem; color: #8a93a5; }
.ants-nota { margin: 4px 0 0; font-size: 0.72rem; color: #8a93a5; line-height: 1.55; }

@media (min-width: 700px) {
	.ants-wrap { --ants-altura: 480px; padding: 18px; }
	.ants-cab h3 { font-size: 1.2rem; }
	.ants-item { grid-template-columns: 12px 48px 1.4fr 1fr; }
	.ants-item-tipo { display: block; font-size: 0.72rem; color: #8a93a5; text-align: right; }
	.ants-dados { grid-template-columns: 130px 1fr; align-items: baseline; }
	.ants-dados dt { margin-top: 4px; }
}
@media (min-width: 1000px) {
	.ants-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px 18px; align-items: start; }
	.ants-cab, .ants-filtros { grid-column: 1 / -1; }
	.ants-painel { margin-top: 0; max-height: var(--ants-altura); overflow-y: auto; }
	.ants-linha { grid-column: 1 / -1; max-height: 300px; }
	.ants-fech, .ants-nota { grid-column: 1 / -1; }
}
