.hh-release-tracker {
	--hh-rt-ink: #12203a;
	--hh-rt-muted: #5b6880;
	--hh-rt-line: #dce5f1;
	--hh-rt-blue: #2563eb;
	color: var(--hh-rt-ink);
	margin: 2rem 0;
	max-width: 100%;
}

.hh-rt-hero {
	background: linear-gradient(135deg, #0f1c35 0%, #142b50 52%, #243b72 100%);
	border-radius: 24px;
	color: #fff;
	overflow: hidden;
	padding: clamp(1.5rem, 5vw, 3rem);
	position: relative;
}

.hh-rt-hero::after {
	background: radial-gradient(circle, rgba(94, 234, 212, 0.24), transparent 68%);
	content: "";
	height: 18rem;
	pointer-events: none;
	position: absolute;
	right: -6rem;
	top: -8rem;
	width: 18rem;
}

.hh-rt-eyebrow {
	color: #7dd3fc;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.hh-rt-hero h2 {
	color: #fff;
	font-size: clamp(1.75rem, 4vw, 2.8rem);
	line-height: 1.08;
	margin: 0;
	max-width: 920px;
}

.hh-rt-hero > p:not(.hh-rt-eyebrow) {
	color: #dbeafe;
	font-size: 1.05rem;
	max-width: 820px;
}

.hh-rt-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.4rem;
}

.hh-rt-trust span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #e6efff;
	font-size: 0.84rem;
	padding: 0.5rem 0.75rem;
}

.hh-rt-controls {
	align-items: end;
	background: #f6f9fd;
	border: 1px solid var(--hh-rt-line);
	border-radius: 18px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	margin-top: 1.25rem;
	padding: 1rem;
}

.hh-rt-controls label,
.hh-rt-controls label span {
	display: block;
}

.hh-rt-controls label span {
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.hh-rt-controls select,
.hh-rt-controls button {
	background: #fff;
	border: 1px solid #cbd7e7;
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--hh-rt-ink);
	font: inherit;
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	width: 100%;
}

.hh-rt-controls button {
	color: var(--hh-rt-blue);
	cursor: pointer;
	font-weight: 800;
	width: auto;
}

.hh-rt-controls select:focus,
.hh-rt-controls button:focus {
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
	outline: 2px solid transparent;
}

.hh-rt-status {
	color: var(--hh-rt-muted);
	font-size: 0.88rem;
	margin: 0.75rem 0 1rem;
}

.hh-rt-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hh-rt-card {
	background: #fff;
	border: 1px solid var(--hh-rt-line);
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(23, 45, 82, 0.07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: clamp(1rem, 3vw, 1.5rem);
	position: relative;
}

.hh-rt-card::before {
	background: var(--hh-rt-blue);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hh-rt-card.is-anthropic::before { background: #8b5cf6; }
.hh-rt-card.is-google::before { background: #0f9f6e; }
.hh-rt-card.is-xai::before { background: #334155; }

.hh-rt-card[hidden] {
	display: none;
}

.hh-rt-card-head {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.hh-rt-card-head time {
	color: var(--hh-rt-muted);
	font-size: 0.78rem;
}

.hh-rt-provider,
.hh-rt-access-label {
	background: #eaf1ff;
	border-radius: 999px;
	color: #1d4ed8;
	font-size: 0.74rem;
	font-weight: 850;
	padding: 0.33rem 0.58rem;
}

.is-anthropic .hh-rt-provider { background: #f2ebff; color: #6d28d9; }
.is-google .hh-rt-provider { background: #e6f8f1; color: #047857; }
.is-xai .hh-rt-provider { background: #eef2f7; color: #334155; }

.hh-rt-card h3 {
	font-size: 1.55rem;
	line-height: 1.2;
	margin: 1rem 0 0.2rem;
}

.hh-rt-model-id {
	color: var(--hh-rt-muted);
	font-size: 0.8rem;
	margin: 0;
}

.hh-rt-model-id code {
	overflow-wrap: anywhere;
}

.hh-rt-change {
	font-size: 0.96rem;
	line-height: 1.6;
}

.hh-rt-specs,
.hh-rt-benchmark dl {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.hh-rt-specs > div {
	background: #f7f9fc;
	border-radius: 12px;
	min-width: 0;
	padding: 0.75rem;
}

.hh-rt-specs dt,
.hh-rt-benchmark dt {
	color: var(--hh-rt-muted);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hh-rt-specs dd,
.hh-rt-benchmark dd {
	font-size: 0.98rem;
	font-weight: 850;
	margin: 0.15rem 0 0;
	overflow-wrap: anywhere;
}

.hh-rt-specs dd small {
	color: var(--hh-rt-muted);
	display: block;
	font-size: 0.68rem;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 0.2rem;
}

.hh-rt-access {
	border-left: 3px solid #93c5fd;
	margin-top: 1rem;
	padding-left: 0.75rem;
}

.hh-rt-access-label {
	display: inline-block;
}

.hh-rt-access p {
	color: var(--hh-rt-muted);
	font-size: 0.84rem;
	line-height: 1.5;
	margin: 0.45rem 0 0;
}

.hh-rt-benchmark {
	border-radius: 14px;
	margin-top: 1rem;
	padding: 0.85rem;
}

.hh-rt-benchmark.is-available {
	background: #edfbf4;
	border: 1px solid #b7ecd0;
}

.hh-rt-benchmark.is-pending {
	background: #fff8e7;
	border: 1px solid #f4dfa4;
}

.hh-rt-benchmark-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	font-weight: 850;
	gap: 0.4rem 0.8rem;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.hh-rt-benchmark-head a {
	font-size: 0.74rem;
}

.hh-rt-benchmark p {
	color: #536174;
	font-size: 0.74rem;
	line-height: 1.45;
	margin: 0.65rem 0 0;
}

.hh-rt-source {
	border-top: 1px solid var(--hh-rt-line);
	font-size: 0.84rem;
	font-weight: 800;
	margin-top: auto;
	padding-top: 1rem;
}

.hh-rt-method {
	background: #f7f9fc;
	border: 1px solid var(--hh-rt-line);
	border-radius: 18px;
	margin-top: 1.25rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}

.hh-rt-method h3 {
	margin-top: 0;
}

.hh-rt-method p:last-child {
	margin-bottom: 0;
}

@media (max-width: 720px) {
	.hh-rt-controls,
	.hh-rt-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hh-rt-controls button {
		width: 100%;
	}

	.hh-rt-card-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.hh-rt-specs,
	.hh-rt-benchmark dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.hh-rt-trust span {
		border-radius: 12px;
		width: 100%;
	}
}
