/* Duran Core — Plugin Styles (supplements theme) */
/* Kept minimal — theme handles most styling */

/* Dispatch archive page heading */
.dispatch-archive-header {
	margin-bottom: 3rem;
}

.dispatch-archive-header .section-eyebrow {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #C9A84C;
	margin-bottom: 1rem;
}

/* Signal filter pills */
.signal-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.signal-pill {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #475569;
	background: transparent;
	border: 1px solid #CBD5E1;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	min-height: 48px;
	display: inline-flex;
	align-items: center;
}

.signal-pill:hover,
.signal-pill.active {
	color: #0A0A0A;
	border-color: #C9A84C;
	background: rgba(201, 168, 76, 0.06);
}
