.uc-overview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 86px;
	padding: 18px 22px;
	border: 1px solid #e3e7ee;
	border-left: 4px solid #6259ca;
	border-radius: 6px;
	background: #fff;
}

.uc-overview__identity,
.uc-overview__status,
.uc-release-head,
.uc-release-head__main,
.uc-version-flow,
.uc-install-state,
.uc-file-path,
.uc-history-version {
	display: flex;
	align-items: center;
}

.uc-overview__identity {
	gap: 14px;
}

.uc-overview__icon,
.uc-release-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: #f0effb;
	color: #6259ca;
	font-size: 1.1rem;
}

.uc-eyebrow,
.uc-section-label {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #8a91a2;
}

.uc-overview__title {
	margin-top: 2px;
	font-size: 1rem;
	font-weight: 700;
	color: #242832;
}

.uc-overview__status {
	justify-content: flex-end;
	gap: 10px;
}

.uc-overview__next {
	font-size: 0.78rem;
	color: #74788d;
}

.uc-badge {
	padding: 4px 9px !important;
	border-radius: 5px !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	line-height: 1.2;
}

.uc-release-card {
	overflow: hidden;
}

.uc-release-head {
	justify-content: space-between;
	gap: 24px;
	padding: 20px 22px;
	border-bottom: 1px solid #e8ebf2;
}

.uc-release-head__main {
	gap: 14px;
	min-width: 0;
}

.uc-release-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #242832;
}

.uc-release-id {
	font-size: 0.7rem;
	color: #697386;
}

.uc-version-flow {
	flex: 0 0 auto;
	gap: 9px;
	padding: 8px 11px;
	border: 1px solid #e1e5ed;
	border-radius: 5px;
	background: #f8f9fb;
	font-size: 0.75rem;
	color: #8a91a2;
}

.uc-version-flow strong {
	color: #242832;
}

.uc-release-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
}

.uc-release-content {
	min-width: 0;
	padding: 24px;
}

.uc-section-label {
	margin-bottom: 14px;
}

.uc-install-panel {
	padding: 22px;
	border-left: 1px solid #e8ebf2;
	background: #fafbfc;
}

.uc-install-state {
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 16px;
	color: #6259ca;
}

.uc-install-state > i {
	margin-top: 2px;
	font-size: 1rem;
}

.uc-install-state strong {
	display: block;
	font-size: 0.82rem;
	color: #2d323d;
}

.uc-install-state p {
	margin: 3px 0 0;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #74788d;
}

.uc-install-state--ready {
	color: #15803d;
}

.uc-install-state--warning {
	color: #b45309;
}

.uc-install-state--error {
	color: #be123c;
}

.uc-install-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 16px;
	border: 1px solid #e5e8ef;
	background: #e5e8ef;
}

.uc-install-facts span {
	padding: 9px 8px;
	background: #fff;
	font-size: 0.68rem;
	text-align: center;
	color: #74788d;
}

.uc-install-facts strong {
	color: #2d323d;
}

.uc-confirm-check {
	display: flex;
	align-items: center;
	padding-left: 0;
	margin: 0 0 14px;
	font-size: 0.75rem;
}

.uc-confirm-check .form-check-input {
	position: static;
	float: none;
	flex: 0 0 auto;
	margin: 0 8px 0 0;
}

.uc-confirm-check .form-check-label {
	line-height: 1.3;
}

.uc-conflict-list {
	max-height: 190px;
	overflow: auto;
	margin-bottom: 14px;
	border: 1px solid #fecdd3;
	background: #fff;
}

.uc-conflict-list__title {
	padding: 9px 11px;
	border-bottom: 1px solid #fecdd3;
	background: #fff1f2;
	font-size: 0.7rem;
	font-weight: 700;
	color: #be123c;
}

.uc-conflict-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 11px;
	border-bottom: 1px solid #f1f3f6;
}

.uc-conflict-item:last-child {
	border-bottom: 0;
}

.uc-conflict-item code {
	min-width: 0;
	overflow-wrap: anywhere;
	font-size: 0.68rem;
}

.uc-conflict-item span {
	flex: 0 0 auto;
	font-size: 0.62rem;
	font-weight: 700;
	color: #be123c;
}

.uc-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.uc-card-subtitle {
	margin: 0;
	font-size: 0.72rem;
	color: #8a91a2;
}

.uc-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 25px;
	padding: 0 8px;
	border: 1px solid #e1e5ed;
	border-radius: 5px;
	background: #f8f9fb;
	font-size: 0.7rem;
	font-weight: 700;
	color: #596273;
}

.uc-file-list {
	max-height: 310px;
	overflow: auto;
}

.uc-file-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 48px;
	padding: 9px 18px;
	border-bottom: 1px solid #edf0f4;
}

.uc-file-row:last-child {
	border-bottom: 0;
}

.uc-file-path {
	min-width: 0;
	gap: 10px;
	color: #8a91a2;
}

.uc-file-path code {
	overflow-wrap: anywhere;
	font-size: 0.72rem;
	color: #404653;
}

.uc-file-path--deleted,
.uc-file-path--deleted code {
	color: #be123c;
}

.uc-history-version {
	gap: 7px;
	font-size: 0.78rem;
	color: #8a91a2;
}

.uc-history-version strong {
	color: #2d323d;
}

.uc-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 32px;
	text-align: center;
	color: #8a91a2;
}

.uc-empty-state i {
	margin-bottom: 12px;
	font-size: 1.6rem;
	color: #a7adba;
}

.uc-empty-state strong {
	font-size: 0.88rem;
	color: #3f4654;
}

.uc-empty-state span {
	margin-top: 4px;
	font-size: 0.75rem;
}

.uc-log {
	min-height: 360px;
	max-height: 70vh;
	overflow: auto;
	margin: 0;
	padding: 20px;
	background: #17191d;
	color: #dce2ea;
	font-size: 0.78rem;
	line-height: 1.6;
	white-space: pre-wrap;
}

.uc-update-details h2,
.uc-update-details h3,
.uc-update-details h4 {
	margin: 1.1rem 0 0.55rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #2d323d;
}

.uc-update-details h2:first-child,
.uc-update-details h3:first-child,
.uc-update-details h4:first-child {
	margin-top: 0;
}

.uc-update-details p,
.uc-update-details li {
	font-size: 0.78rem;
	line-height: 1.65;
	color: #596273;
}

.uc-update-details ul,
.uc-update-details ol {
	padding-left: 18px;
}

.uc-update-details table {
	width: 100%;
	margin: 1rem 0;
}

.uc-update-details th,
.uc-update-details td {
	padding: 0.65rem 0.75rem;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
}

.uc-update-modal {
	border: 0;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2);
}

.uc-update-modal .modal-header,
.uc-update-modal .modal-footer {
	padding: 1.25rem 1.5rem;
}

.uc-update-modal .modal-body {
	max-height: min(65vh, 620px);
	overflow-y: auto;
	padding: 1.5rem;
}

@media (max-width: 991px) {
	.uc-release-grid {
		grid-template-columns: 1fr;
	}

	.uc-install-panel {
		border-top: 1px solid #e8ebf2;
		border-left: 0;
	}
}

@media (max-width: 575px) {
	.uc-overview,
	.uc-release-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.uc-overview__status {
		align-items: flex-start;
		flex-direction: column;
	}

	.uc-version-flow {
		align-self: stretch;
		justify-content: center;
	}

	.uc-release-content,
	.uc-install-panel {
		padding: 18px;
	}

	.uc-file-row {
		align-items: flex-start;
	}
}
