:root {
	--sa-marca: #4f46e5;
	--sa-marca-oscuro: #4338ca;
}

.superadmin-shell .sidebar {
	background: #16162a !important;
	display: flex;
	flex-direction: column;
}

.superadmin-shell .sidebar .nav-link.active {
	background: rgba(99, 91, 255, 0.25);
	color: #fff !important;
}

.superadmin-shell .sidebar .nav-link:hover {
	background: rgba(255, 255, 255, 0.06);
}

.superadmin-shell .btn-primary {
	background-color: var(--sa-marca);
	border-color: var(--sa-marca);
}

.superadmin-shell .btn-primary:hover,
.superadmin-shell .btn-primary:focus {
	background-color: var(--sa-marca-oscuro);
	border-color: var(--sa-marca-oscuro);
}

.superadmin-shell .card {
	border: 1px solid #eceef5;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.negocio-card {
	transition: box-shadow 0.15s ease;
}

.negocio-card:hover {
	box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
}

.negocio-avatar {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #4f46e5, #7c3aed);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
}

.estado-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.estado-pill .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.estado-pill.estado-activo {
	background: #dcfce7;
	color: #166534;
}
.estado-pill.estado-activo .dot {
	background: #22c55e;
}

.estado-pill.estado-inactivo {
	background: #f1f5f9;
	color: #475569;
}
.estado-pill.estado-inactivo .dot {
	background: #94a3b8;
}

.estado-pill.estado-vencido {
	background: #fee2e2;
	color: #991b1b;
}
.estado-pill.estado-vencido .dot {
	background: #ef4444;
}

.estado-pill.estado-desactivado {
	background: #f1f5f9;
	color: #64748b;
}
.estado-pill.estado-desactivado .dot {
	background: #94a3b8;
}

.negocio-acciones .btn {
	--bs-btn-padding-y: 0.3rem;
	--bs-btn-padding-x: 0.65rem;
	--bs-btn-font-size: 0.8125rem;
}

.superadmin-empty {
	text-align: center;
	padding: 4rem 1rem;
	color: #94a3b8;
}

.superadmin-empty i {
	font-size: 2rem;
	margin-bottom: 0.75rem;
	display: block;
}
