.uth-table-wrap {
	overflow: auto;
	max-height: 420px;
}

.uth-check-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.uth-check-table th,
.uth-check-table td {
	text-align: left;
	padding: 10px 14px;
	border-bottom: 1px solid #1e293b;
	word-break: break-word;
}

.uth-check-table th {
	color: #94a3b8;
	font-weight: 600;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.uth-check-table td {
	color: #1e293b;
}

.uth-check-table tr:last-child td {
	border-bottom: 0;
}

.uth-check-table tr.is-pass td:first-child {
	box-shadow: inset 3px 0 0 #22c55e;
}

.uth-check-table tr.is-warn td:first-child {
	box-shadow: inset 3px 0 0 #eab308;
}

.uth-check-table tr.is-fail td:first-child {
	box-shadow: inset 3px 0 0 #ef4444;
}

.uth-check-table__key {
	font-weight: 600;
	color: #94a3b8;
	white-space: nowrap;
}

.uth-http {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	padding: 3px 10px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 0.82rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.uth-http--2xx {
	background: #dcfce7;
	color: #166534;
}

.uth-http--3xx {
	background: #fef9c3;
	color: #854d0e;
}

.uth-http--4xx {
	background: #ffedd5;
	color: #9a3412;
}

.uth-http--5xx {
	background: #fee2e2;
	color: #991b1b;
}

.uth-rc-chain {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.uth-rc-hop {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 10px 12px;
	border: 1px solid var(--uth-border);
	border-radius: 8px;
	background: var(--uth-panel-bg, #fff);
	font-size: 0.88rem;
}

.uth-rc-hop--final {
	border-color: #86efac;
}

.uth-rc-hop__code {
	font-weight: 700;
}

.uth-rc-hop__url {
	word-break: break-all;
	color: #334155;
}

.uth-rc-hop__arrow {
	color: var(--uth-muted);
	font-weight: 700;
}

.uth-hhc-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	font-size: 0.88rem;
	color: #334155;
}

.uth-hhc-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.uth-blc-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.uth-blc-stat {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
}

.uth-blc-stat--ok {
	background: #dcfce7;
	color: #166534;
}

.uth-blc-stat--redirect {
	background: #fef9c3;
	color: #854d0e;
}

.uth-blc-stat--broken {
	background: #fee2e2;
	color: #991b1b;
}

.uth-blc-stat--error {
	background: #e2e8f0;
	color: #475569;
}